CVFeb 12, 2016

Face Attribute Prediction Using Off-the-Shelf CNN Features

arXiv:1602.03935v2107 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of efficiently predicting diverse face attributes in computer vision, but it is incremental as it adapts existing models rather than introducing a new paradigm.

The paper tackled face attribute prediction by using off-the-shelf CNN features from face recognition models instead of training custom CNNs, achieving performance comparable to state-of-the-art methods on LFWA and CelebA datasets.

Predicting attributes from face images in the wild is a challenging computer vision problem. To automatically describe face attributes from face containing images, traditionally one needs to cascade three technical blocks --- face localization, facial descriptor construction, and attribute classification --- in a pipeline. As a typical classification problem, face attribute prediction has been addressed using deep learning. Current state-of-the-art performance was achieved by using two cascaded Convolutional Neural Networks (CNNs), which were specifically trained to learn face localization and attribute description. In this paper, we experiment with an alternative way of employing the power of deep representations from CNNs. Combining with conventional face localization techniques, we use off-the-shelf architectures trained for face recognition to build facial descriptors. Recognizing that the describable face attributes are diverse, our face descriptors are constructed from different levels of the CNNs for different attributes to best facilitate face attribute prediction. Experiments on two large datasets, LFWA and CelebA, show that our approach is entirely comparable to the state-of-the-art. Our findings not only demonstrate an efficient face attribute prediction approach, but also raise an important question: how to leverage the power of off-the-shelf CNN representations for novel tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes