paper-with-me

홈 › Papers

Balanced Contrastive Learning for Long-Tailed Visual Recognition

2022-07-19 · CVPR 2022 7 · Jianggang Zhu, Zheng Wang, Jingjing Chen, Yi-Ping Phoebe Chen, Yu-Gang Jiang

Real-world data typically follow a long-tailed distribution, where a few majority categories occupy most of the data while most minority categories contain a limited number of samples. Classification models minimizing cross-entropy struggle to represent and classify the tail classes. Although the problem of learning unbiased classifiers has been well studied, methods for representing imbalanced data are under-explored. In this paper, we focus on representation learning for imbalanced data. Recently, supervised contrastive learning has shown promising performance on balanced data recently. However, through our theoretical analysis, we find that for long-tailed data, it fails to form a regular simplex which is an ideal geometric configuration for representation learning. To correct the optimization behavior of SCL and further improve the performance of long-tailed visual recognition, we propose a novel loss for balanced contrastive learning (BCL). Compared with SCL, we have two improvements in BCL: class-averaging, which balances the gradient contribution of negative classes; class-complement, which allows all classes to appear in every mini-batch. The proposed balanced contrastive learning (BCL) method satisfies the condition of forming a regular simplex and assists the optimization of cross-entropy. Equipped with BCL, the proposed two-branch framework can obtain a stronger feature representation and achieve competitive performance on long-tailed benchmark datasets such as CIFAR-10-LT, CIFAR-100-LT, ImageNet-LT, and iNaturalist2018. Our code is available at https://github.com/FlamieZhu/BCL .

📄 PDF Abstract BibTeX arXiv:2207.09052

Code (1)

flamiezhu/bcl 공식 구현 pytorch

Tasks

Contrastive LearningImage ClassificationLong-tail LearningLong-tail Learning on CIFAR-10-LT (ρ=100)Representation Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

A Simple Long-Tailed Recognition Baseline via Vision-Language Model

2021-11-29 · Teli Ma, Shijie Geng, Mengmeng Wang, Jing Shao 외

The visual world naturally exhibits a long-tailed distribution of open classes, which poses great challenges to modern visual systems. Existing approaches either perform class re-balancing strategies or directly improve …

Contrastive LearningLanguage ModelingLanguage ModellingLong-tail Learning+2

Rebalanced Siamese Contrastive Mining for Long-Tailed Recognition

2022-03-22 · Zhisheng Zhong, Jiequan Cui, Zeming Li, Eric Lo 외

Deep neural networks perform poorly on heavily class-imbalanced datasets. Given the promising performance of contrastive learning, we propose Rebalanced Siamese Contrastive Mining (ResCom) to tackle imbalanced recognitio…

Contrastive LearningLong-tail LearningRepresentation Learning

A dual-branch model with inter- and intra-branch contrastive loss for long-tailed recognition

2023-09-28 · Qiong Chen, Tianlin Huang, Geren Zhu, Enlu Lin

Real-world data often exhibits a long-tailed distribution, in which head classes occupy most of the data, while tail classes only have very few samples. Models trained on long-tailed datasets have poor adaptability to ta…

Contrastive Learning

Parametric Contrastive Learning

2021-07-26 · ICCV 2021 10 · Jiequan Cui, Zhisheng Zhong, Shu Liu, Bei Yu 외

In this paper, we propose Parametric Contrastive Learning (PaCo) to tackle long-tailed recognition. Based on theoretical analysis, we observe supervised contrastive loss tends to bias on high-frequency classes and thus i…

Contrastive LearningImage ClassificationLong-tail Learning

Decoupled Contrastive Learning for Long-Tailed Recognition

2024-03-10 · Shiyu Xuan, Shiliang Zhang

Supervised Contrastive Loss (SCL) is popular in visual representation learning. Given an anchor image, SCL pulls two types of positive samples, i.e., its augmentation and other images from the same class together, while …

Contrastive LearningRepresentation Learning