A Tale of Two Classes: Adapting Supervised Contrastive Learning to Binary Imbalanced Datasets
David Mildenberger, Paul Hager, Daniel Rueckert, Martin J Menten
TL;DR
This work demonstrates that SupCon, while powerful for balanced multi-class problems, exhibits severe representation-collapse and reduced downstream utility on binary imbalanced datasets. It introduces two targeted fixes—Supervised Minority and Supervised Prototypes—and two diagnostic metrics, SAA and CAC, to detect and quantify the collapse, which canonical metrics fail to reveal. The fixes yield up to a 35% gain in downstream accuracy over SupCon and outperform leading long-tailed methods by up to 5% in several medical and natural imaging tasks, with minimal computational overhead. Together with theoretical insights and extensive ablations, the paper provides practical strategies and diagnostics to extend SupCon to prevalent binary-imbalance scenarios, including medical imaging.
Abstract
Supervised contrastive learning (SupCon) has proven to be a powerful alternative to the standard cross-entropy loss for classification of multi-class balanced datasets. However, it struggles to learn well-conditioned representations of datasets with long-tailed class distributions. This problem is potentially exacerbated for binary imbalanced distributions, which are commonly encountered during many real-world problems such as medical diagnosis. In experiments on seven binary datasets of natural and medical images, we show that the performance of SupCon decreases with increasing class imbalance. To substantiate these findings, we introduce two novel metrics that evaluate the quality of the learned representation space. By measuring the class distribution in local neighborhoods, we are able to uncover structural deficiencies of the representation space that classical metrics cannot detect. Informed by these insights, we propose two new supervised contrastive learning strategies tailored to binary imbalanced datasets that improve the structure of the representation space and increase downstream classification accuracy over standard SupCon by up to 35%. We make our code available.
