Designing A.ne Transformations Based Face Recognition Algorithms

Abstract

We investigate methods to infer the best afine transformation based face recognition algorithm; which operates by projecting given images to a low-dimensional space, followed by distance computations. This category includes the following well known methods for recognition: the Principal Component Analysis (PCA), Linear Discriminant Analysis(LDA), and Independent Component Analysis (ICA). The desired afine transformation is not restricted to that which results in an orthogonal space and can involve shear and stretch. We adopt an approach that has a reverse engineering flavor. Starting from distances computed by any face recognition algorithm, such as the FRGC baseline algorithm, we learn the best afine transform that approximates it. We propose a closed form solution for this based on classical Multidimensional Scaling (MDS). Next, this afine transform is refined by considering the modification of a given distance matrix, which will enhance the separation of match and non-match scores. The afine transform that produces the best Receiver Operating Characteristic (ROC) is selected. The data from Face Recognition Grand Challenge (FRGC-v2.0) reveals that learned afine transformation results in a better performance than the FRGC baseline algorithm.

Cite

Text

Mohanty et al. "Designing A.ne Transformations Based Face Recognition Algorithms." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2005. doi:10.1109/CVPR.2005.572

Markdown

[Mohanty et al. "Designing A.ne Transformations Based Face Recognition Algorithms." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2005.](https://mlanthology.org/cvprw/2005/mohanty2005cvprw-designing/) doi:10.1109/CVPR.2005.572

BibTeX

@inproceedings{mohanty2005cvprw-designing,
  title     = {{Designing A.ne Transformations Based Face Recognition Algorithms}},
  author    = {Mohanty, Pranab K. and Sarkar, Sudeep and Kasturi, Rangachar},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2005},
  pages     = {173},
  doi       = {10.1109/CVPR.2005.572},
  url       = {https://mlanthology.org/cvprw/2005/mohanty2005cvprw-designing/}
}