Skip to content
/ DRA Public

Matlab code for “Discriminative Residual Analysis for Image Set Classification With Posture and Age Variations” (DRA) (TIP 2020).

License

Notifications You must be signed in to change notification settings

LavieLuo/DRA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discriminative Residual Analysis for Image Set Classification With Posture and Age Variations

This is the Matlab demo code for Discriminative Residual Analysis for Image Set Classification With Posture and Age Variations (DRA) (TIP 2020) [IEEE] [arXiv]

Overview

"DRA explores a powerful projection, which casts the residual representations into a discriminant subspace, to magnify the useful information and discriminability of the input space as much as possible."

Flowchart

Fig. Flowchart of the DRA method. The subspace learning module aims to make the data in the same class more compact and data between different classes more apart. (a) Raw data space. (b) The projection operation with unrelated group construction. (c) The final embedding space. Specifically, the Distance of Interest (DOI) is defined and employed to form the residual model, which is also taken as the regression error in raw data space.

Requirements

  • Matlab 2018+

Dataset

Usage

  • Run the demo 'Main_LFW.m', 'Main_Cal101.m' and 'Main_Cal256.m'

Citation

If this repository is helpful for you, please cite our paper:

@article{ren2020discriminative,
  title={Discriminative Residual Analysis for Image Set Classification With Posture and Age Variations},
  author={Chuan-Xian Ren, and You-Wei Luo, and Xiao-Lin Xu, and Dao-Qing Dai, and Hong Yan},
  journal={IEEE Transactions on Image Processing},
  year={2020},
  volume={29},
  pages={2875--2888},
  publisher={IEEE},
}

Contact

If you have any questions, please feel free contact me via luoyw28@mail2.sysu.edu.cn.

About

Matlab code for “Discriminative Residual Analysis for Image Set Classification With Posture and Age Variations” (DRA) (TIP 2020).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages