paper-with-me

홈 › Papers

Transfer Knowledge from Head to Tail: Uncertainty Calibration under Long-tailed Distribution

2023-04-13 · CVPR 2023 1 · Jiahao Chen, Bing Su

How to estimate the uncertainty of a given model is a crucial problem. Current calibration techniques treat different classes equally and thus implicitly assume that the distribution of training data is balanced, but ignore the fact that real-world data often follows a long-tailed distribution. In this paper, we explore the problem of calibrating the model trained from a long-tailed distribution. Due to the difference between the imbalanced training distribution and balanced test distribution, existing calibration methods such as temperature scaling can not generalize well to this problem. Specific calibration methods for domain adaptation are also not applicable because they rely on unlabeled target domain instances which are not available. Models trained from a long-tailed distribution tend to be more overconfident to head classes. To this end, we propose a novel knowledge-transferring-based calibration method by estimating the importance weights for samples of tail classes to realize long-tailed calibration. Our method models the distribution of each class as a Gaussian distribution and views the source statistics of head classes as a prior to calibrate the target distributions of tail classes. We adaptively transfer knowledge from head classes to get the target probability density of tail classes. The importance weight is estimated by the ratio of the target probability density over the source probability density. Extensive experiments on CIFAR-10-LT, MNIST-LT, CIFAR-100-LT, and ImageNet-LT datasets demonstrate the effectiveness of our method.

📄 PDF Abstract BibTeX arXiv:2304.06537

Code (1)

jiahaochen1/calibration 공식 구현 pytorch

Tasks

Domain Adaptation

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Label-Aware Distribution Calibration for Long-tailed Classification

2021-11-09 · Chaozheng Wang, Shuzheng Gao, Cuiyun Gao, Pengyun Wang 외

Real-world data usually present long-tailed distributions. Training on imbalanced data tends to render neural networks perform well on head classes while much worse on tail classes. The severe sparseness of training inst…

Classification

Learning Muti-expert Distribution Calibration for Long-tailed Video Classification

2022-05-22 · Yufan Hu, Junyu Gao, Changsheng Xu

Most existing state-of-the-art video classification methods assume that the training data obey a uniform distribution. However, video data in the real world typically exhibit an imbalanced long-tailed class distribution,…

Classificationimage-classificationImage ClassificationVideo Classification

Trust the uncertain teacher: distilling dark knowledge via calibrated uncertainty

2026-02-13 · Jeonghyun Kim, SooKyung Kim, Richeng Xuan, Hyunsoo Cho arxiv

The core of knowledge distillation lies in transferring the teacher's rich 'dark knowledge'-subtle probabilistic patterns that reveal how classes are related and the distribution of uncertainties. While this idea is well…

Knowledge Distillation

A Model of Two Tales: Dual Transfer Learning Framework for Improved Long-tail Item Recommendation

2020-10-29 · Yin Zhang, Derek Zhiyuan Cheng, Tiansheng Yao, Xinyang Yi 외

Highly skewed long-tail item distribution is very common in recommendation systems. It significantly hurts model performance on tail items. To improve tail-item recommendation, we conduct research to transfer knowledge f…

Data AugmentationRecommendation SystemsRepresentation LearningTransfer Learning

Active Semi-supervised Transfer Learning (ASTL) for Offline BCI Calibration

2018-05-12 · Dongrui Wu

Single-trial classification of event-related potentials in electroencephalogram (EEG) signals is a very important paradigm of brain-computer interface (BCI). Because of individual differences, usually some subject-specif…

Active LearningBrain Computer InterfaceEEGElectroencephalogram (EEG)+2