Skip to content

spyroscvrs/FacialRecognition2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Facial Recognition Project 2

The project was implemented using Matlab programming. The provided face data were raster-scanned face images (46x56 pixels) in columns. The aim of the project is to use various metrics and data representations for facial recognition to observe their properties.

Section 1 - Distance Metrics

  1. Data Preparation
  • Using original unmodified images as feature vectors.
  • Normalizing feature vectors to unit norm L2.
  1. kNN retrieval is performed on features, using standard non-learned distance metrics.
  2. Histogram of pixel intensities are used as the feature representations and standard non-learned distance metrics are used to evaluate the performance.
  3. Mahalanobis distance metric is implemented.
  4. Dimensionality reduction with PCA and LDA on feature vectors is performed.
  5. Mahalanobis metric learning is performed. Results are reported with the following distance metric learning techniques: RCA (Relevant Component Analysis), NCA (Neighborhood Components Analysis), LMNN (Large Margin Nearest Neighbors). The resuls are compared with (4)

Section 2 - Cluster based representations

  1. Clustering.
  • k-means clustering is implemented.
  • Agglomerative clustering is implemented.
  1. Clustering is performed on the test data. A method is proposes and implemented to assign label to the cluster
  2. New representation of images is obtained using Fisher vectors
  • Cluster centres are used as a codebook and then vectors of distances to the cluster centres as feature vectors.
  • Softmax probabilities of inverse distances to cluster centres are used as the vector representation.
  • Fisher vectors from GMM is obtained.
  1. Results are reported for representations from 3.a, 3.b and 3.c.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published