Global and Local Mixture Consistency Cumulative Learning for Long-tailed Visual Recognitions
Fei Du, Peng Yang, Qi Jia, Fengtao Nan, Xiaoting Chen, Yun, Yang

TL;DR
This paper introduces a simple, efficient one-stage training method called GLMC that enhances feature robustness and reduces classifier bias in long-tailed visual recognition, achieving state-of-the-art results.
Contribution
The paper proposes a novel global and local mixture consistency loss combined with a head-tail reweighted loss for improved long-tailed recognition.
Findings
Achieves state-of-the-art accuracy on CIFAR10-LT, CIFAR100-LT, and ImageNet-LT.
Significantly improves generalization on balanced datasets.
Efficient one-stage training with reduced overhead.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · COVID-19 diagnosis using AI
MethodsMixup · CutMix
