Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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

About

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 head classes while reducing the training skills and overhead. We propose an efficient one-stage training strategy for long-tailed visual recognition called Global and Local Mixture Consistency cumulative learning (GLMC). Our core ideas are twofold: (1) a global and local mixture consistency loss improves the robustness of the feature extractor. Specifically, we generate two augmented batches by the global MixUp and local CutMix from the same batch data, respectively, and then use cosine similarity to minimize the difference. (2) A cumulative head tail soft label reweighted loss mitigates the head class bias problem. We use empirical class frequencies to reweight the mixed label of the head-tail class for long-tailed data and then balance the conventional loss and the rebalanced loss with a coefficient accumulated by epochs. Our approach achieves state-of-the-art accuracy on CIFAR10-LT, CIFAR100-LT, and ImageNet-LT datasets. Additional experiments on balanced ImageNet and CIFAR demonstrate that GLMC can significantly improve the generalization of backbones. Code is made publicly available at https://github.com/ynu-yangpeng/GLMC.

Fei Du, Peng Yang, Qi Jia, Fengtao Nan, Xiaoting Chen, Yun Yang• 2023

Related benchmarks

TaskDatasetResultRank
Action RecognitionKinetics-400
Top-1 Acc46.6
413
Image ClassificationImageNet LT
Top-1 Accuracy57.21
251
Skeleton-based Action RecognitionNTU 120 (X-sub)
Accuracy82
139
Image ClassificationImageNet-1k (val)
Top-1 Accuracy80.2
65
Image ClassificationCIFAR-100 LT
Top-1 Acc70.7
63
Image ClassificationCIFAR100-LT (test)
Top-1 Acc (IR=100)57.11
45
Image ClassificationCIFAR-10-LT
Top-1 Accuracy94
36
Image ClassificationImageNet Long-Tailed (test)
Top-1 Accuracy56.3
29
Action RecognitionLT-NTU IF = 100 60 (cross-subject)
Top-1 Accuracy (Overall)78.8
17
Action RecognitionLT-NTU IF = 100 120 (cross-subject)
Overall Top-1 Acc71.5
17
Showing 10 of 15 rows

Other info

Code

Follow for update