paper-with-me

홈 › Papers

Towards Calibrated Model for Long-Tailed Visual Recognition from Prior Perspective

2021-11-06 · NeurIPS 2021 12 · Zhengzhuo Xu, Zenghao Chai, Chun Yuan

Real-world data universally confronts a severe class-imbalance problem and exhibits a long-tailed distribution, i.e., most labels are associated with limited instances. The na\"ive models supervised by such datasets would prefer dominant labels, encounter a serious generalization challenge and become poorly calibrated. We propose two novel methods from the prior perspective to alleviate this dilemma. First, we deduce a balance-oriented data augmentation named Uniform Mixup (UniMix) to promote mixup in long-tailed scenarios, which adopts advanced mixing factor and sampler in favor of the minority. Second, motivated by the Bayesian theory, we figure out the Bayes Bias (Bayias), an inherent bias caused by the inconsistency of prior, and compensate it as a modification on standard cross-entropy loss. We further prove that both the proposed methods ensure the classification calibration theoretically and empirically. Extensive experiments verify that our strategies contribute to a better-calibrated model, and their combination achieves state-of-the-art performance on CIFAR-LT, ImageNet-LT, and iNaturalist 2018.

📄 PDF Abstract BibTeX arXiv:2111.03874

Code (1)

XuZhengzhuo/Prior-LT 공식 구현 pytorch

Tasks

Data AugmentationLong-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:…

Similar Papers 제목 키워드 기반

Out-of-Distribution Detection in Long-Tailed Recognition with Calibrated Outlier Class Learning

2023-12-17 · Wenjun Miao, Guansong Pang, Tianqi Li, Xiao Bai 외

Existing out-of-distribution (OOD) methods have shown great success on balanced datasets but become ineffective in long-tailed recognition (LTR) scenarios where 1) OOD samples are often wrongly classified into head class…

Out-of-Distribution Detection

Adjusting Logit in Gaussian Form for Long-Tailed Visual Recognition

2023-05-18 · Mengke Li, Yiu-ming Cheung, Yang Lu, Zhikai Hu 외

It is not uncommon that real-world data are distributed with a long tail. For such data, the learning of deep neural networks becomes challenging because it is hard to classify tail classes correctly. In the literature, …

Form

Balanced Product of Calibrated Experts for Long-Tailed Recognition

2022-06-10 · CVPR 2023 1 · Emanuel Sanchez Aimar, Arvi Jonnarth, Michael Felsberg, Marco Kuhlmann

Many real-world recognition problems are characterized by long-tailed label distributions. These distributions make representation learning highly challenging due to limited generalization over the tail classes. If the t…

Long-tail LearningLong-tail Learning on CIFAR-10-LT (ρ=100)Representation Learning

Class-Distribution-Aware Calibration for Long-Tailed Visual Recognition

2021-09-11 · Mobarakol Islam, Lalithkumar Seenivasan, Hongliang Ren, Ben Glocker

Despite impressive accuracy, deep neural networks are often miscalibrated and tend to overly confident predictions. Recent techniques like temperature scaling (TS) and label smoothing (LS) show effectiveness in obtaining…

Unleashing the Power of Vision-Language Models for Long-Tailed Multi-Label Visual Recognition

2025-11-25 · Wei Tang, Zuo-Zheng Wang, Kun Zhang, Tong Wei 외 arxiv

Long-tailed multi-label visual recognition poses a significant challenge, as images typically contain multiple labels with highly imbalanced class distributions, leading to biased models that favor head classes while und…

parameter-efficient fine-tuningImage-text matching