paper-with-me

Papers

Calibrating Deep Neural Networks using Explicit Regularisation and Dynamic Data Pruning

2022-12-20 · Ramya Hebbalaguppe, Rishabh Patra, Tirtharaj Dash, Gautam Shroff, Lovekesh Vig

Deep neural networks (DNN) are prone to miscalibrated predictions, often exhibiting a mismatch between the predicted output and the associated confidence scores. Contemporary model calibration techniques mitigate the problem of overconfident predictions by pushing down the confidence of the winning class while increasing the confidence of the remaining classes across all test samples. However, from a deployment perspective, an ideal model is desired to (i) generate well-calibrated predictions for high-confidence samples with predicted probability say >0.95, and (ii) generate a higher proportion of legitimate high-confidence samples. To this end, we propose a novel regularization technique that can be used with classification losses, leading to state-of-the-art calibrated predictions at test time; From a deployment standpoint in safety-critical applications, only high-confidence samples from a well-calibrated model are of interest, as the remaining samples have to undergo manual inspection. Predictive confidence reduction of these potentially ``high-confidence samples'' is a downside of existing calibration approaches. We mitigate this by proposing a dynamic train-time data pruning strategy that prunes low-confidence samples every few epochs, providing an increase in "confident yet calibrated samples". We demonstrate state-of-the-art calibration performance across image classification benchmarks, reducing training time without much compromise in accuracy. We provide insights into why our dynamic pruning strategy that prunes low-confidence training samples leads to an increase in high-confidence samples at test time.

📄 PDF Abstract BibTeX arXiv:2212.10005

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage Classification

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Test 설명 없음

Similar Papers 제목 키워드 기반

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

Investigating Language-Specific Calibration For Pruning Multilingual Large Language Models

2024-08-26 · Simon Kurz, Jian-Jia Chen, Lucie Flek, Zhixue Zhao

Recent advances in large language model (LLM) pruning have shown state-of-the-art (SotA) compression results in post-training and retraining-free settings while maintaining high predictive performance. However, previous …

Language ModelingLanguage ModellingLarge Language Model

Receding Neuron Importances for Structured Pruning

2022-04-13 · Mihai Suteu, Yike Guo

Structured pruning efficiently compresses networks by identifying and removing unimportant neurons. While this can be elegantly achieved by applying sparsity-inducing regularisation on BatchNorm parameters, an L1 penalty…

Reg4Pru: Regularisation Through Random Token Routing for Token Pruning

2026-02-02 · Julian Wyatt, Ronald Clark, Irina Voiculescu arxiv

Transformers are widely adopted in modern vision models due to their strong ability to scale with dataset size and generalisability. However, this comes with a major drawback: computation scales quadratically to the tota…

Computational Efficiency

Reversible Deep Equilibrium Models

2025-09-16 · Sam McCallum, Kamran Arora, James Foster arxiv

Deep Equilibrium Models (DEQs) are an interesting class of implicit model where the model output is implicitly defined as the fixed point of a learned function. These models have been shown to outperform explicit (fixed-…

Image ClassificationLanguage Modelling