CVJun 1, 2018

Deep Imbalanced Learning for Face Recognition and Attribute Prediction

arXiv:1806.00194v2337 citations
Originality Incremental advance
AI Analysis

This addresses data imbalance issues in face analysis, which is a domain-specific problem, but the approach is incremental as it builds on existing strategies.

The paper tackles the problem of class imbalance in face recognition and attribute prediction by validating classic strategies and proposing a method that enforces inter-cluster margins to learn more discriminative representations, resulting in significant accuracy improvements over existing methods.

Data for face analysis 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 deep learning methods 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 inter-cluster margins both within and between classes. This tight constraint effectively reduces the class imbalance inherent in the local data neighborhood, thus carving much more balanced class boundaries locally. We show that it is easy to deploy angular margins between the cluster distributions on a hypersphere manifold. Such learned Cluster-based Large Margin Local Embedding (CLMLE), when combined with a simple k-nearest cluster algorithm, shows significant improvements in accuracy over existing methods on both face recognition and face attribute prediction tasks that exhibit imbalanced class distribution.

Code Implementations1 repo
Foundations

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

Your Notes