TL;DR
This paper introduces an asymmetric contrastive loss (ACL) and a generalized asymmetric focal contrastive loss (AFCL) to improve representation learning on imbalanced datasets, demonstrating superior performance over existing contrastive methods.
Contribution
The paper proposes novel asymmetric contrastive loss functions specifically designed for imbalanced datasets, enhancing contrastive learning effectiveness.
Findings
AFCL outperforms CL and FCL on imbalanced datasets
AFCL improves both weighted and unweighted classification accuracy
Theoretical analysis of entropy and proofs provided in appendix
Abstract
Contrastive learning is a representation learning method performed by contrasting a sample to other similar samples so that they are brought closely together, forming clusters in the feature space. The learning process is typically conducted using a two-stage training architecture, and it utilizes the contrastive loss (CL) for its feature learning. Contrastive learning has been shown to be quite successful in handling imbalanced datasets, in which some classes are overrepresented while some others are underrepresented. However, previous studies have not specifically modified CL for imbalanced datasets. In this work, we introduce an asymmetric version of CL, referred to as ACL, in order to directly address the problem of class imbalance. In addition, we propose the asymmetric focal contrastive loss (AFCL) as a further generalization of both ACL and focal contrastive loss (FCL). Results…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsContrastive Learning
