paper-with-me

홈 › Papers

Model Calibration in Dense Classification with Adaptive Label Perturbation

2023-07-25 · ICCV 2023 1 · Jiawei Liu, Changkun Ye, Shan Wang, Ruikai Cui, Jing Zhang, Kaihao Zhang, Nick Barnes

For safety-related applications, it is crucial to produce trustworthy deep neural networks whose prediction is associated with confidence that can represent the likelihood of correctness for subsequent decision-making. Existing dense binary classification models are prone to being over-confident. To improve model calibration, we propose Adaptive Stochastic Label Perturbation (ASLP) which learns a unique label perturbation level for each training image. ASLP employs our proposed Self-Calibrating Binary Cross Entropy (SC-BCE) loss, which unifies label perturbation processes including stochastic approaches (like DisturbLabel), and label smoothing, to correct calibration while maintaining classification rates. ASLP follows Maximum Entropy Inference of classic statistical mechanics to maximise prediction entropy with respect to missing information. It performs this while: (1) preserving classification accuracy on known data as a conservative solution, or (2) specifically improves model calibration degree by minimising the gap between the prediction accuracy and expected confidence of the target training label. Extensive results demonstrate that ASLP can significantly improve calibration degrees of dense binary classification models on both in-distribution and out-of-distribution data. The code is available on https://github.com/Carlisle-Liu/ASLP.

📄 PDF Abstract BibTeX arXiv:2307.13539

Code (1)

carlisle-liu/aslp 공식 구현 pytorch

Tasks

Binary ClassificationClassificationDecision MakingPrediction

Similar Papers 제목 키워드 기반

Improving Calibration through the Relationship with Adversarial Robustness

2020-06-29 · NeurIPS 2021 12 · Yao Qin, Xuezhi Wang, Alex Beutel, Ed H. Chi

Neural networks lack adversarial robustness, i.e., they are vulnerable to adversarial examples that through small perturbations to inputs cause incorrect predictions. Further, trust is undermined when models give miscali…

Adversarial Robustness

Self-Calibrating Vicinal Risk Minimisation for Model Calibration

2024-01-01 · CVPR 2024 1 · Jiawei Liu, Changkun Ye, Ruikai Cui, Nick Barnes

Model calibration measuring the alignment between the prediction accuracy and model confidence is an important metric reflecting model trustworthiness. Existing dense binary classification methods without proper regu…

Binary Classificationmodel

PEP: Parameter Ensembling by Perturbation

2020-10-24 · NeurIPS 2020 12 · Alireza Mehrtash, Purang Abolmaesumi, Polina Golland, Tina Kapur 외

Ensembling is now recognized as an effective approach for increasing the predictive performance and calibration of deep networks. We introduce a new approach, Parameter Ensembling by Perturbation (PEP), that constructs a…

The Confidence Trap: Calibration Attacks for Graph Neural Networks

2026-06-07 · Cuong Dang, Jiahao Zhang, Hieu Ta Quang, Dung Le 외 arxiv

While confidence calibration is essential for trustworthy decision-making in safety-critical applications, the robustness of calibrated GNNs to adversarial structural perturbations remains largely unexplored. However, st…

Adaptive Gradient Calibration for Single-Positive Multi-Label Learning in Remote Sensing Image Scene Classification

2025-10-09 · Chenying Liu, Gianmarco Perantoni, Lorenzo Bruzzone, Xiao Xiang Zhu arxiv

Multi-label classification (MLC) offers a more comprehensive semantic understanding of Remote Sensing (RS) imagery compared to traditional single-label classification (SLC). However, obtaining complete annotations for ML…

Multi-Label ClassificationScene ClassificationMulti-Label Learning