Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

C3AE: Exploring the Limits of Compact Model for Age Estimation

About

Age estimation is a classic learning problem in computer vision. Many larger and deeper CNNs have been proposed with promising performance, such as AlexNet, VggNet, GoogLeNet and ResNet. However, these models are not practical for the embedded/mobile devices. Recently, MobileNets and ShuffleNets have been proposed to reduce the number of parameters, yielding lightweight models. However, their representation has been weakened because of the adoption of depth-wise separable convolution. In this work, we investigate the limits of compact model for small-scale image and propose an extremely Compact yet efficient Cascade Context-based Age Estimation model(C3AE). This model possesses only 1/9 and 1/2000 parameters compared with MobileNets/ShuffleNets and VggNet, while achieves competitive performance. In particular, we re-define age estimation problem by two-points representation, which is implemented by a cascade model. Moreover, to fully utilize the facial context information, multi-branch CNN network is proposed to aggregate multi-scale context. Experiments are carried out on three age estimation datasets. The state-of-the-art performance on compact model has been achieved with a relatively large margin.

Chao Zhang, Shuaicheng Liu, Xun Xu, Ce Zhu• 2019

Related benchmarks

TaskDatasetResultRank
Age EstimationMorph (test)
MAE (Years)2.75
52
Age EstimationMORPH S2 (Setting II)
MAE2.37
38
Age EstimationFG-NET
MAE2.32
30
Age EstimationCACD (test)
MAE12.71
25
Age EstimationFG-NET (test)
MAE11.23
24
Age EstimationMORPH II (Setting I)
MAE1.94
22
Age EstimationIMDB-Clean (test)
MAE6.75
16
Age EstimationMORPH II (Protocol II)
MAE2.75
16
Age EstimationMorph Intra-Dataset 5
MAE2.75
14
Age EstimationKANFace (test)
MAE10.41
10
Showing 10 of 11 rows

Other info

Code

Follow for update