paper-with-me

Papers

Learning to Cascade: Confidence Calibration for Improving the Accuracy and Computational Cost of Cascade Inference Systems

2021-04-15 · Shohei Enomoto, Takeharu Eda

Recently, deep neural networks have become to be used in a variety of applications. While the accuracy of deep neural networks is increasing, the confidence score, which indicates the reliability of the prediction results, is becoming more important. Deep neural networks are seen as highly accurate but known to be overconfident, making it important to calibrate the confidence score. Many studies have been conducted on confidence calibration. They calibrate the confidence score of the model to match its accuracy, but it is not clear whether these confidence scores can improve the performance of systems that use confidence scores. This paper focuses on cascade inference systems, one kind of systems using confidence scores, and discusses the desired confidence score to improve system performance in terms of inference accuracy and computational cost. Based on the discussion, we propose a new confidence calibration method, Learning to Cascade. Learning to Cascade is a simple but novel method that optimizes the loss term for confidence calibration simultaneously with the original loss term. Experiments are conducted using two datasets, CIFAR-100 and ImageNet, in two system settings, and show that naive application of existing calibration methods to cascade inference systems sometimes performs worse. However, Learning to Cascade always achieves a better trade-off between inference accuracy and computational cost. The simplicity of Learning to Cascade allows it to be easily applied to improve the performance of existing systems.

📄 PDF Abstract BibTeX arXiv:2104.09286

Code (1)

s-enmt/Learning_to_Cascade 공식 구현 pytorch

Similar Papers 제목 키워드 기반

$C^3$: Confidence Calibration Model Cascade for Inference-Efficient Cross-Lingual Natural Language Understanding

2024-02-25 · Taixi Lu, Haoyu Wang, Huajie Shao, Jing Gao 외

Cross-lingual natural language understanding (NLU) is a critical task in natural language processing (NLP). Recent advancements have seen multilingual pre-trained language models (mPLMs) significantly enhance the perform…

Natural Language Understanding

Conformal Cascade: Distribution-Free Accuracy Guarantees for Multi-Tier LLM Inference

2026-07-27 · Yifan Dou, Shikan Lian, Shibo Li arxiv

Large language model (LLM) cascades reduce inference cost by routing easy queries to a small model and deferring hard queries to a larger one. Production cascades govern this deferral through a confidence threshold, but …

Confidence-Calibrated Small-Large Language Model Collaboration for Cost-Efficient Reasoning

2026-03-04 · Chuang Zhang, Zizhen Zhu, Yihao Wei, Bing Tian 외 arxiv

Large language models (LLMs) demonstrate superior reasoning capabilities compared to small language models (SLMs), but incur substantially higher costs. We propose COllaborative REAsoner (COREA), a system that cascades a…

Reinforcement Learning

Domain-adaptive and Subgroup-specific Cascaded Temperature Regression for Out-of-distribution Calibration

2024-02-14 · Jiexin Wang, Jiahao Chen, Bing Su

Although deep neural networks yield high classification accuracy given sufficient training data, their predictions are typically overconfident or under-confident, i.e., the prediction confidences cannot truly reflect the…

Data Augmentationregression

UCCI: Calibrated Uncertainty for Cost-Optimal LLM Cascade Routing

2026-05-11 · Varun Kotte arxiv

LLM cascades and model routing promise lower inference cost by sending easy queries to a small model and escalating hard ones to a large model, but most deployed routers use uncalibrated confidence scores and require per…