Gaussian Affinity for Max-Margin Class Imbalanced Learning

Abstract

Real-world object classes appear in imbalanced ratios. This poses a significant challenge for classifiers which get biased towards frequent classes. We hypothesize that improving the generalization capability of a classifier should improve learning on imbalanced datasets. Here, we introduce the first hybrid loss function that jointly performs classification and clustering in a single formulation. Our approach is based on an `affinity measure' in Euclidean space that leads to the following benefits: (1) direct enforcement of maximum margin constraints on classification boundaries, (2) a tractable way to ensure uniformly spaced and equidistant cluster centers, (3) flexibility to learn multiple class prototypes to support diversity and discriminability in feature space. Our extensive experiments demonstrate the significant performance improvements on visual classification and verification tasks on multiple imbalanced datasets. The proposed loss can easily be plugged in any deep architecture as a differentiable block and demonstrates robustness against different levels of data imbalance and corrupted labels.

Cite

Text

Hayat et al. "Gaussian Affinity for Max-Margin Class Imbalanced Learning." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019. doi:10.1109/ICCV.2019.00657

Markdown

[Hayat et al. "Gaussian Affinity for Max-Margin Class Imbalanced Learning." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019.](https://mlanthology.org/iccv/2019/hayat2019iccv-gaussian/) doi:10.1109/ICCV.2019.00657

BibTeX

@inproceedings{hayat2019iccv-gaussian,
  title     = {{Gaussian Affinity for Max-Margin Class Imbalanced Learning}},
  author    = {Hayat, Munawar and Khan, Salman and Zamir, Syed Waqas and Shen, Jianbing and Shao, Ling},
  booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision},
  year      = {2019},
  doi       = {10.1109/ICCV.2019.00657},
  url       = {https://mlanthology.org/iccv/2019/hayat2019iccv-gaussian/}
}