An open API service indexing awesome lists of open source software.

https://github.com/choyingw/gd-haslr

Pattern Recognition 2018 paper
https://github.com/choyingw/gd-haslr

computer-vision face-recognition low-rank-representation occluded pattern-recognition recognition sparse-coding sparse-representations

Last synced: about 1 month ago
JSON representation

Pattern Recognition 2018 paper

Awesome Lists containing this project

README

        

# Occluded-Face-Recognition-Using-Low-rank-Regression-with-Generalized-Gradient-Direction
This is the code for our Pattern Recognition 2018 paper

------------------------------------------------------
This code is for Cho-Ying Wu, “Occluded face recognition using low-rank regression with generalized gradient direction,"

including codes as follows:

main.m : Parameters are explained in the comment
FastSolver.m: For ADMM solver
FastLasso.m: Fast Lasso Solver
igo,igo2,igo3.m : For generalized gradient direction
pen_NIG.m: Definition of NIG penalization.
nuc_norm: Nuclear norm.
shrink.m: Soft-Shrinkage operator.

If you find our work useful, please consider citing:

@article{wu2018occluded,
title={Occluded face recognition using low-rank regression with generalized gradient direction},
author={Wu, C. Y. and Ding, J. J.},
journal={Pattern Recognition},
volume={80},
pages={256--268},
year={2018},
publisher={Elsevier}
}

For any questions, please contact the author Cho-Ying, Wu: [email protected]