paper-with-me

Papers

Targeted Supervised Contrastive Learning for Long-Tailed Recognition

2021-11-27 · CVPR 2022 1 · Tianhong Li, Peng Cao, Yuan Yuan, Lijie Fan, Yuzhe Yang, Rogerio Feris, Piotr Indyk, Dina Katabi

Real-world data often exhibits long tail distributions with heavy class imbalance, where the majority classes can dominate the training process and alter the decision boundaries of the minority classes. Recently, researchers have investigated the potential of supervised contrastive learning for long-tailed recognition, and demonstrated that it provides a strong performance gain. In this paper, we show that while supervised contrastive learning can help improve performance, past baselines suffer from poor uniformity brought in by imbalanced data distribution. This poor uniformity manifests in samples from the minority class having poor separability in the feature space. To address this problem, we propose targeted supervised contrastive learning (TSC), which improves the uniformity of the feature distribution on the hypersphere. TSC first generates a set of targets uniformly distributed on a hypersphere. It then makes the features of different classes converge to these distinct and uniformly distributed targets during training. This forces all classes, including minority classes, to maintain a uniform distribution in the feature space, improves class boundaries, and provides better generalization even in the presence of long-tail data. Experiments on multiple datasets show that TSC achieves state-of-the-art performance on long-tailed recognition tasks.

📄 PDF Abstract BibTeX arXiv:2111.13998

Code (1)

lth14/targeted-supcon 공식 구현 pytorch

Tasks

Contrastive LearningLong-tail Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Supervised Contrastive Learning on Blended Images for Long-tailed Recognition

2022-11-22 · Minki Jeong, Changick Kim

Real-world data often have a long-tailed distribution, where the number of samples per class is not equal over training classes. The imbalanced data form a biased feature space, which deteriorates the performance of the …

Contrastive LearningData AugmentationLong-tail 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

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

Balanced Contrastive Learning for Long-Tailed Visual Recognition

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

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 cr…

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

Exploring Balanced Feature Spaces for Representation Learning

2021-01-01 · ICLR 2021 1 · Bingyi Kang, Yu Li, Sa Xie, Zehuan Yuan 외

Existing self-supervised learning (SSL) methods are mostly applied for training representation models from artificially balanced datasets (e.g., ImageNet). It is unclear how well they will perform in the practical scenar…

Contrastive LearningLong-tail LearningRepresentation LearningSelf-Supervised Learning