Volterrafaces Face Recognition System

Discriminant Analysis Using Volterra Kernels
2.6K Downloads
Updated 26 Jun 2010

View License

This is a demonstration of the Volterrafaces face recognition system. This complete demo includes data file and can be run with various training and testing set sizes.

The algorithm implemented here was published in the following paper, please cite it if you find this code useful:
Ritwik Kumar, Arunava Banerjee and Baba C. Vemuri, Volterrafaces: Discriminant Analysis using Volterra Kernels”, IEEE Conference on Computer Vision and Pattern Recognition (CVPR) 2009.
This paper can be found at www.seas.harvard.edu/~rkkumar.

Details of implementation and code structure is explained in the comments. To run, execute the script volterrafacesDemo.m

volterrafacesDemo.m : Demonstrates Volterraface face recognition system
trainVolterraKernels.m : Helper function for training Volterra classifiers
classifyVolterra.m : Helper function for classifying images using Volterra classifiers
splitImg.m : Helper function for splitting images into patches
transformMatrix.m : Helper function for transforming images into matrix A formulation (Linear)
transformMatrixQuadratic.m : Helper function for transforming images into matrix A formulation (Quadratic)
YaleB32n.mat : Data files containing thumbnails of images used in this demonstration

Copyright (c) Ritwik Kumar, Harvard University 2010

Cite As

Ritwik Kumar (2024). Volterrafaces Face Recognition System (https://www.mathworks.com/matlabcentral/fileexchange/28027-volterrafaces-face-recognition-system), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2006a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0