paper-with-me

홈 › Papers

T-CIL: Temperature Scaling using Adversarial Perturbation for Calibration in Class-Incremental Learning

2025-03-28 · CVPR 2025 1 · Seong-Hyeon Hwang, Minsu Kim, Steven Euijong Whang

We study model confidence calibration in class-incremental learning, where models learn from sequential tasks with different class sets. While existing works primarily focus on accuracy, maintaining calibrated confidence has been largely overlooked. Unfortunately, most post-hoc calibration techniques are not designed to work with the limited memories of old-task data typical in class-incremental learning, as retaining a sufficient validation set would be impractical. Thus, we propose T-CIL, a novel temperature scaling approach for class-incremental learning without a validation set for old tasks, that leverages adversarially perturbed exemplars from memory. Directly using exemplars is inadequate for temperature optimization, since they are already used for training. The key idea of T-CIL is to perturb exemplars more strongly for old tasks than for the new task by adjusting the perturbation direction based on feature distance, with the single magnitude determined using the new-task validation set. This strategy makes the perturbation magnitude computed from the new task also applicable to old tasks, leveraging the tendency that the accuracy of old tasks is lower than that of the new task. We empirically show that T-CIL significantly outperforms various baselines in terms of calibration on real datasets and can be integrated with existing class-incremental learning techniques with minimal impact on accuracy.

📄 PDF Abstract BibTeX arXiv:2503.22163

Code (0)

등록된 구현이 없습니다.

Tasks

class-incremental learningClass Incremental LearningIncremental Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Focus 설명 없음

Similar Papers 제목 키워드 기반

Extreme Miscalibration and the Illusion of Adversarial Robustness

2024-02-27 · Vyas Raina, Samson Tan, Volkan Cevher, Aditya Rawal 외

Deep learning-based Natural Language Processing (NLP) models are vulnerable to adversarial attacks, where small perturbations can cause a model to misclassify. Adversarial Training (AT) is often used to increase model ro…

Adversarial AttackAdversarial Robustness

Neural Clamping: Joint Input Perturbation and Temperature Scaling for Neural Network Calibration

2022-09-23 · Yung-Chen Tang, Pin-Yu Chen, Tsung-Yi Ho

Neural network calibration is an essential task in deep learning to ensure consistency between the confidence of model prediction and the true correctness likelihood. In this paper, we propose a new post-processing calib…

Improving Calibration by Relating Focal Loss, Temperature Scaling, and Properness

2024-08-21 · Viacheslav Komisarenko, Meelis Kull

Proper losses such as cross-entropy incentivize classifiers to produce class probabilities that are well-calibrated on the training data. Due to the generalization gap, these classifiers tend to become overconfident on t…

image-classificationImage Classification

Temperature Scaling for Quantile Calibration

2020-10-19 · NeurIPS Workshop ICBINB 2020 12 · Saiteja Utpala, Piyush Rai

Deep learning models are often poorly calibrated, i.e., they may produce overconfident predictions that are wrong, implying that their uncertainty estimates are unreliable. While a number of approaches have been propos…

Classificationregression

Dual-Branch Temperature Scaling Calibration for Long-Tailed Recognition

2023-08-16 · Jialin Guo, Zhenyu Wu, ZhiQiang Zhan, Yang Ji

The calibration for deep neural networks is currently receiving widespread attention and research. Miscalibration usually leads to overconfidence of the model. While, under the condition of long-tailed distribution of da…