Projects > Age Estimation

During the fall semester of 2012, I took a great class called Computational Vision. Taught by Dr. Thomas Serre, the class focused on biological models of vision. Topics covered included color, simple and complex cell models, motion processing, stereo vision, and object recognition.

For my final project, I tried to estimate age from facial images. I used the FG-NET aging database, which contains roughly 1,002 color and grayscale facial images. My method is roughly outlined below

  1. Locate facial features
    1. Find center of pupils, mouth, nose, outline of jaw
  2. Compute facial feature ratios
  3. Wrinkle analysis
    1. Mask wrinkle-prone areas
    2. Filter areas with bank of Gabors
    3. Compute texton dictionary
    4. Compute bag of textons representation
  4. Run classification/regression

Binary classification between infant and non-infant classes resulted in 97.2% classification accuracy and 97.8% area under the ROC curve, which is pretty good. To see more results, including regression results, read the paper here.

Carl Olsson

Engineer, musician, and lifelong learner. Loves building things