CVPR 2016spotlight1349 citations

Learning Deep Representation for Imbalanced Classification

Chen Huang, Yining Li, Chen Change Loy, Xiaoou Tang

Abstract

Data in vision domain often exhibit highly-skewed class distribution, i.e., most data belong to a few majority classes, while the minority classes only contain a scarce amount of instances. To mitigate this issue, contemporary classification methods based on deep convolutional neural network (CNN) typically follow classic strategies such as class re-sampling or cost-sensitive training. In this paper, we conduct extensive and systematic experiments to validate the effectiveness of these classic schemes for representation learning on class-imbalanced data. We further demonstrate that more discriminative deep representation can be learned by enforcing a deep network to maintain both inter-cluster and inter-class margins. This tighter constraint effectively reduces the class imbalance inherent in the local data neighborhood. We show that the margins can be easily deployed in standard deep learning framework through quintuplet instance sampling and the associated triple-header hinge loss. The representation learned by our approach, when combined with a simple k-nearest neighbor (kNN) algorithm, shows significant improvements over existing methods on both high- and low-level vision classification tasks that exhibit imbalanced class distribution.

BibTeX
@inproceedings{cvpr2016_learningdeeprepr,
  title = {Learning Deep Representation for Imbalanced Classification},
  author = {Chen Huang and Yining Li and Chen Change Loy and Xiaoou Tang},
  booktitle = {CVPR 2016},
  year = {2016}
}
Learning Deep Representation for Imbalanced Classification · CVPR 2016