CVDec 19, 2017

Deep Regression Forests for Age Estimation

arXiv:1712.07195v1159 citations
Originality Incremental advance
AI Analysis

This addresses the problem of accurate age estimation for applications like security or marketing, but it is incremental as it builds on existing regression and deep learning methods.

The authors tackled age estimation from facial images by proposing Deep Regression Forests (DRFs), an end-to-end model that jointly learns data partitions and abstractions, achieving state-of-the-art results on three standard benchmarks.

Age estimation from facial images is typically cast as a nonlinear regression problem. The main challenge of this problem is the facial feature space w.r.t. ages is heterogeneous, due to the large variation in facial appearance across different persons of the same age and the non-stationary property of aging patterns. In this paper, we propose Deep Regression Forests (DRFs), an end-to-end model, for age estimation. DRFs connect the split nodes to a fully connected layer of a convolutional neural network (CNN) and deal with heterogeneous data by jointly learning input-dependant data partitions at the split nodes and data abstractions at the leaf nodes. This joint learning follows an alternating strategy: First, by fixing the leaf nodes, the split nodes as well as the CNN parameters are optimized by Back-propagation; Then, by fixing the split nodes, the leaf nodes are optimized by iterating a step-size free and fast-converging update rule derived from Variational Bounding. We verify the proposed DRFs on three standard age estimation benchmarks and achieve state-of-the-art results on all of them.

Code Implementations2 repos
Foundations

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

Your Notes