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

Deep Label Distribution Learning with Label Ambiguity

About

Convolutional Neural Networks (ConvNets) have achieved excellent recognition performance in various visual recognition tasks. A large labeled training set is one of the most important factors for its success. However, it is difficult to collect sufficient training images with precise labels in some domains such as apparent age estimation, head pose estimation, multi-label classification and semantic segmentation. Fortunately, there is ambiguous information among labels, which makes these tasks different from traditional classification. Based on this observation, we convert the label of each image into a discrete label distribution, and learn the label distribution by minimizing a Kullback-Leibler divergence between the predicted and ground-truth label distributions using deep ConvNets. The proposed DLDL (Deep Label Distribution Learning) method effectively utilizes the label ambiguity in both feature learning and classifier learning, which help prevent the network from over-fitting even when the training set is small. Experimental results show that the proposed approach produces significantly better results than state-of-the-art methods for age estimation and head pose estimation. At the same time, it also improves recognition performance for multi-label classification and semantic segmentation tasks.

Bin-Bin Gao, Chao Xing, Chen-Wei Xie, Jianxin Wu, Xin Geng• 2016

Related benchmarks

TaskDatasetResultRank
Semantic segmentationPASCAL VOC 2012 (test)
mIoU67.1
1342
Multi-Label ClassificationPASCAL VOC 2007 (test)
mAP92.5
125
Age EstimationMorph (test)
MAE (Years)2.42
52
Age EstimationMORPH II (test)
MAE2.42
51
Age EstimationMORPH S2 (Setting II)
MAE2.42
38
Age EstimationFG-NET
MAE5.45
30
Age EstimationChaLearn (test)
e-error31
25
Age EstimationCACD (test)
MAE6.53
25
Age EstimationFG-NET (test)
MAE11.4
24
Age EstimationMORPH II (Protocol II)
MAE2.42
16
Showing 10 of 27 rows

Other info

Code

Follow for update