Git Product home page Git Product logo

facialrecognition2's Introduction

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.

facialrecognition2's People

Contributors

spyroscvrs avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.