paper-with-me

홈 › Papers

Enhanced Long-Tailed Recognition with Contrastive CutMix Augmentation

2024-07-06 · Haolin Pan, Yong Guo, Mianjie Yu, Jian Chen

Real-world data often follows a long-tailed distribution, where a few head classes occupy most of the data and a large number of tail classes only contain very limited samples. In practice, deep models often show poor generalization performance on tail classes due to the imbalanced distribution. To tackle this, data augmentation has become an effective way by synthesizing new samples for tail classes. Among them, one popular way is to use CutMix that explicitly mixups the images of tail classes and the others, while constructing the labels according to the ratio of areas cropped from two images. However, the area-based labels entirely ignore the inherent semantic information of the augmented samples, often leading to misleading training signals. To address this issue, we propose a Contrastive CutMix (ConCutMix) that constructs augmented samples with semantically consistent labels to boost the performance of long-tailed recognition. Specifically, we compute the similarities between samples in the semantic space learned by contrastive learning, and use them to rectify the area-based labels. Experiments show that our ConCutMix significantly improves the accuracy on tail classes as well as the overall performance. For example, based on ResNeXt-50, we improve the overall accuracy on ImageNet-LT by 3.0% thanks to the significant improvement of 3.3% on tail classes. We highlight that the improvement also generalizes well to other benchmarks and models. Our code and pretrained models are available at https://github.com/PanHaulin/ConCutMix.

📄 PDF Abstract BibTeX arXiv:2407.04911

Code (2)

YuMJie/ConCutMix 공식 구현 pytorch
panhaulin/concutmix pytorch

Tasks

Contrastive LearningData AugmentationImage ClassificationLong-tail Learning

Methods 이 논문이 사용한 방법론

CutMix CutMix is an image data augmentation strategy. Instead of simply removing pixels as in Cutout, we replace the removed regions with…

Similar Papers 제목 키워드 기반

MICACL: Multi-Instance Category-Aware Contrastive Learning for Long-Tailed Dynamic Facial Expression Recognition

2025-09-04 · Feng-Qi Cui, Zhen Lin, Xinlong Rao, Anyang Tong 외 arxiv

Dynamic facial expression recognition (DFER) faces significant challenges due to long-tailed category distributions and complexity of spatio-temporal feature modeling. While existing deep learning-based methods have impr…

Facial Expression RecognitionContrastive Learning

Global and Local Mixture Consistency Cumulative Learning for Long-tailed Visual Recognitions

2023-05-15 · CVPR 2023 1 · Fei Du, Peng Yang, Qi Jia, Fengtao Nan 외

In this paper, our goal is to design a simple learning paradigm for long-tail visual recognition, which not only improves the robustness of the feature extractor but also alleviates the bias of the classifier towards hea…

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

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

Long-Tailed Continual Learning For Visual Food Recognition

2023-07-01 · Jiangpeng He, Luotao Lin, Jack Ma, Heather A. Eicher-Miller 외

Deep learning based food recognition has achieved remarkable progress in predicting food types given an eating occasion image. However, there are two major obstacles that hinder deployment in real world scenario. First, …

Continual LearningData AugmentationFood RecognitionKnowledge Distillation