paper-with-me

Papers

Feature Space Augmentation for Long-Tailed Data

2020-08-09 · ECCV 2020 8 · Peng Chu, Xiao Bian, Shaopeng Liu, Haibin Ling

Real-world data often follow a long-tailed distribution as the frequency of each class is typically different. For example, a dataset can have a large number of under-represented classes and a few classes with more than sufficient data. However, a model to represent the dataset is usually expected to have reasonably homogeneous performances across classes. Introducing class-balanced loss and advanced methods on data re-sampling and augmentation are among the best practices to alleviate the data imbalance problem. However, the other part of the problem about the under-represented classes will have to rely on additional knowledge to recover the missing information. In this work, we present a novel approach to address the long-tailed problem by augmenting the under-represented classes in the feature space with the features learned from the classes with ample samples. In particular, we decompose the features of each class into a class-generic component and a class-specific component using class activation maps. Novel samples of under-represented classes are then generated on the fly during training stages by fusing the class-specific features from the under-represented classes with the class-generic features from confusing classes. Our results on different datasets such as iNaturalist, ImageNet-LT, Places-LT and a long-tailed version of CIFAR have shown the state of the art performances.

📄 PDF Abstract BibTeX arXiv:2008.03673

Code (0)

등록된 구현이 없습니다.

Tasks

Image ClassificationLong-tail Learning

Similar Papers 제목 키워드 기반

FASA: Feature Augmentation and Sampling Adaptation for Long-Tailed Instance Segmentation

2021-02-25 · ICCV 2021 10 · Yuhang Zang, Chen Huang, Chen Change Loy

Recent methods for long-tailed instance segmentation still struggle on rare object classes with few training data. We propose a simple yet effective method, Feature Augmentation and Sampling Adaptation (FASA), that addre…

Instance SegmentationSegmentationSemantic SegmentationTransfer Learning

Breadcrumbs: Adversarial Class-Balanced Sampling for Long-tailed Recognition

2021-05-01 · Bo Liu, Haoxiang Li, Hao Kang, Gang Hua 외

The problem of long-tailed recognition, where the number of examples per class is highly unbalanced, is considered. While training with class-balanced sampling has been shown effective for this problem, it is known to ov…

Decision Boundary-aware Generation for Long-tailed Learning

2026-05-02 · Jiacheng Yang, Ruichi Zhang, Chikai Shang, Mengke Li 외 arxiv

Long-tailed data bias decision boundaries toward head classes and degrade tail class accuracy. Diffusion-based generative augmentation address this problem by generating additional data, while head-to-tail transfer furth…

Representation Learning

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

SAFA: Sample-Adaptive Feature Augmentation for Long-Tailed Image Classification

2022-11-06 · ECCV 2022. Lecture Notes in Computer Science, vol 13684 2022 11 · Yan Hong, Jianfu Zhang, Zhongyi Sun. Ke Yan

Imbalanced datasets with long-tailed distribution widely exist in practice, posing great challenges for deep networks on how to handle the biased predictions between head (majority, frequent) classes and tail (minority, …

image-classificationImage ClassificationLong-tail Learning