paper-with-me

홈 › Papers

Label Distribution Shift-Aware Prediction Refinement for Test-Time Adaptation

2024-11-20 · Minguk Jang, Hye Won Chung

Test-time adaptation (TTA) is an effective approach to mitigate performance degradation of trained models when encountering input distribution shifts at test time. However, existing TTA methods often suffer significant performance drops when facing additional class distribution shifts. We first analyze TTA methods under label distribution shifts and identify the presence of class-wise confusion patterns commonly observed across different covariate shifts. Based on this observation, we introduce label Distribution shift-Aware prediction Refinement for Test-time adaptation (DART), a novel TTA method that refines the predictions by focusing on class-wise confusion patterns. DART trains a prediction refinement module during an intermediate time by exposing it to several batches with diverse class distributions using the training dataset. This module is then used during test time to detect and correct class distribution shifts, significantly improving pseudo-label accuracy for test data. Our method exhibits 5-18% gains in accuracy under label distribution shifts on CIFAR-10C, without any performance degradation when there is no label distribution shift. Extensive experiments on CIFAR, PACS, OfficeHome, and ImageNet benchmarks demonstrate DART's ability to correct inaccurate predictions caused by test-time distribution shifts. This improvement leads to enhanced performance in existing TTA methods, making DART a valuable plug-in tool.

📄 PDF Abstract BibTeX arXiv:2411.15204

Code (0)

등록된 구현이 없습니다.

Tasks

Pseudo LabelTest-time Adaptation

Methods 이 논문이 사용한 방법론

DART # 🎯 DART-Math > Difficulty-Aware Rejection Tuning for Mathematical Problem-Solving 📝 Paper@arXiv | 🤗…

Similar Papers 제목 키워드 기반

AdapTable: Test-Time Adaptation for Tabular Data via Shift-Aware Uncertainty Calibrator and Label Distribution Handler

2024-07-15 · Changhun Kim, Taewon Kim, Seungyeon Woo, June Yong Yang 외

In real-world scenarios, tabular data often suffer from distribution shifts that threaten the performance of machine learning models. Despite its prevalence and importance, handling distribution shifts in the tabular dom…

Representation LearningTest-time Adaptation

Kernel Robust Bias-Aware Prediction under Covariate Shift

2017-12-28 · Anqi Liu, Rizal Fathony, Brian D. Ziebart

Under covariate shift, training (source) data and testing (target) data differ in input space distribution, but share the same conditional label distribution. This poses a challenging machine learning task. Robust Bias-A…

Prediction

Bidirectional Prototype-Reward co-Evolution for Test-Time Adaptation of Vision-Language Models

2025-03-12 · Xiaozhen Qiao, Peng Huang, Jiakang Yuan, Xianda Guo 외

Test-time adaptation (TTA) is crucial in maintaining Vision-Language Models (VLMs) performance when facing real-world distribution shifts, particularly when the source data or target labels are inaccessible. Existing TTA…

Test-time Adaptation

Incremental Uncertainty-aware Performance Monitoring with Active Labeling Intervention

2025-05-11 · Alexander Koebler, Thomas Decker, Ingo Thon, Volker Tresp 외

We study the problem of monitoring machine learning models under gradual distribution shifts, where circumstances change slowly over time, often leading to unnoticed yet significant declines in accuracy. To address this,…

SemiGPC: Distribution-Aware Label Refinement for Imbalanced Semi-Supervised Learning Using Gaussian Processes

2023-11-03 · Abdelhak Lemkhenter, Manchen Wang, Luca Zancato, Gurumurthy Swaminathan 외

In this paper we introduce SemiGPC, a distribution-aware label refinement strategy based on Gaussian Processes where the predictions of the model are derived from the labels posterior distribution. Differently from other…

Gaussian Processes