paper-with-me

Papers

Distilling Virtual Examples for Long-tailed Recognition

2021-03-28 · ICCV 2021 10 · Yin-Yin He, Jianxin Wu, Xiu-Shen Wei

We tackle the long-tailed visual recognition problem from the knowledge distillation perspective by proposing a Distill the Virtual Examples (DiVE) method. Specifically, by treating the predictions of a teacher model as virtual examples, we prove that distilling from these virtual examples is equivalent to label distribution learning under certain constraints. We show that when the virtual example distribution becomes flatter than the original input distribution, the under-represented tail classes will receive significant improvements, which is crucial in long-tailed recognition. The proposed DiVE method can explicitly tune the virtual example distribution to become flat. Extensive experiments on three benchmark datasets, including the large-scale iNaturalist ones, justify that the proposed DiVE method can significantly outperform state-of-the-art methods. Furthermore, additional analyses and experiments verify the virtual example interpretation, and demonstrate the effectiveness of tailored designs in DiVE for long-tailed problems.

📄 PDF Abstract BibTeX arXiv:2103.15042

Code (1)

yangyucheng000/DiVE mindspore

Tasks

Knowledge DistillationLong-tail Learning

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

The Devil is in the Tails: Fine-grained Classification in the Wild

2017-09-05 · Grant Van Horn, Pietro Perona

The world is long-tailed. What does this mean for computer vision and visual recognition? The main two implications are (1) the number of categories we need to consider in applications can be very large, and (2) the numb…

ClassificationGeneral ClassificationTransfer 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…

Solving The Long-Tailed Problem via Intra- and Inter-Category Balance

2022-04-20 · Renhui Zhang, Tiancheng Lin, Rui Zhang, Yi Xu

Benchmark datasets for visual recognition assume that data is uniformly distributed, while real-world datasets obey long-tailed distribution. Current approaches handle the long-tailed problem to transform the long-tailed…

Label-Occurrence-Balanced Mixup for Long-tailed Recognition

2021-10-11 · Shaoyu Zhang, Chen Chen, Xiujuan Zhang, Silong Peng

Mixup is a popular data augmentation method, with many variants subsequently proposed. These methods mainly create new examples via convex combination of random data pairs and their corresponding one-hot labels. However,…

Data Augmentation

SAU: A Dual-Branch Network to Enhance Long-Tailed Recognition via Generative Models

2024-08-29 · Guangxi Li, Yinsheng Song, Mingkai Zheng

Long-tailed distributions in image recognition pose a considerable challenge due to the severe imbalance between a few dominant classes with numerous examples and many minority classes with few samples. Recently, the use…

image-classificationImage Classification