paper-with-me

홈 › Papers

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, Xiaoting Chen, Yun Yang

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.

📄 PDF Abstract BibTeX arXiv:2305.08661

Code (2)

ynu-yangpeng/GLMC 공식 구현 pytorch
val-iisc/saddle-longtail pytorch

Tasks

Long-tail Learning

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…
CutMix CutMix is an image data augmentation strategy. Instead of simply removing pixels as in Cutout, we replace the removed regions with…

Similar Papers 제목 키워드 기반

LongAnimation: Long Animation Generation with Dynamic Global-Local Memory

2025-07-02 · Nan Chen, Mengqi Huang, Yihao Meng, Zhendong Mao arxiv

Animation colorization is a crucial part of real animation industry production. Long animation colorization has high labor costs. Therefore, automated long animation colorization based on the video generation model has s…

Video Generation

Bayesian Jammer Localization with a Hybrid CNN and Path-Loss Mixture of Experts

2025-10-23 · Mariona Jaramillo-Civill, Luis González-Gudiño, Tales Imbiriba, Pau Closas arxiv

Global Navigation Satellite System (GNSS) signals are vulnerable to jamming, particularly in urban areas where multipath and shadowing distort received power. Previous data-driven approaches achieved reasonable localizat…

Bayesian Inference

Pre-trained Model Guided Mixture Knowledge Distillation for Adversarial Federated Learning

2025-01-25 · Yu Qiao, Huy Q. Le, Apurba Adhikary, Choong Seon Hong

This paper aims to improve the robustness of a small global model while maintaining clean accuracy under adversarial attacks and non-IID challenges in federated learning. By leveraging the concise knowledge embedded in t…

Adversarial RobustnessFederated Learningimage-classificationImage Classification+1

MLV-Edit: Towards Consistent and Highly Efficient Editing for Minute-Level Videos

2026-02-02 · Yangyi Cao, Yuanhang Li, Lan Chen, Qi Mao arxiv

We propose MLV-Edit, a training-free, flow-based framework that address the unique challenges of minute-level video editing. While existing techniques excel in short-form video manipulation, scaling them to long-duration…

WavePhaseNet: A DFT-Based Method for Constructing Semantic Conceptual Hierarchy Structures (SCHS)

2026-02-16 · Kiyotaka Kasubuchi, Kazuo Fukiya arxiv

This paper reformulates Transformer/Attention mechanisms in Large Language Models (LLMs) through measure theory and frequency analysis, theoretically demonstrating that hallucination is an inevitable structural limitatio…

Dimensionality Reduction