paper-with-me

Papers

Probabilistic Contrastive Learning for Long-Tailed Visual Recognition

2024-03-11 · Chaoqun Du, Yulin Wang, Shiji Song, Gao Huang

Long-tailed distributions frequently emerge in real-world data, where a large number of minority categories contain a limited number of samples. Such imbalance issue considerably impairs the performance of standard supervised learning algorithms, which are mainly designed for balanced training sets. Recent investigations have revealed that supervised contrastive learning exhibits promising potential in alleviating the data imbalance. However, the performance of supervised contrastive learning is plagued by an inherent challenge: it necessitates sufficiently large batches of training data to construct contrastive pairs that cover all categories, yet this requirement is difficult to meet in the context of class-imbalanced data. To overcome this obstacle, we propose a novel probabilistic contrastive (ProCo) learning algorithm that estimates the data distribution of the samples from each class in the feature space, and samples contrastive pairs accordingly. In fact, estimating the distributions of all classes using features in a small batch, particularly for imbalanced data, is not feasible. Our key idea is to introduce a reasonable and simple assumption that the normalized features in contrastive learning follow a mixture of von Mises-Fisher (vMF) distributions on unit space, which brings two-fold benefits. First, the distribution parameters can be estimated using only the first sample moment, which can be efficiently computed in an online manner across different batches. Second, based on the estimated distribution, the vMF distribution allows us to sample an infinite number of contrastive pairs and derive a closed form of the expected contrastive loss for efficient optimization. Our code is available at https://github.com/LeapLabTHU/ProCo.

📄 PDF Abstract BibTeX arXiv:2403.06726

Code (1)

leaplabthu/proco 공식 구현 pytorch

Tasks

Long-tail 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

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

Continuous Contrastive Learning for Long-Tailed Semi-Supervised Recognition

2024-10-08 · Zi-Hao Zhou, Siyuan Fang, Zi-Jing Zhou, Tong Wei 외

Long-tailed semi-supervised learning poses a significant challenge in training models with limited labeled data exhibiting a long-tailed label distribution. Current state-of-the-art LTSSL approaches heavily rely on high-…

Contrastive LearningDensity EstimationLong-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

Long-Tailed Recognition by Mutual Information Maximization between Latent Features and Ground-Truth Labels

2023-05-02 · Min-Kook Suh, Seung-Woo Seo

Although contrastive learning methods have shown prevailing performance on a variety of representation learning tasks, they encounter difficulty when the training dataset is long-tailed. Many researchers have combined co…

Contrastive Learningimage-classificationImage ClassificationImage Segmentation+3