Learning to Cascade: Confidence Calibration for Improving the Accuracy and Computational Cost of Cascade Inference Systems
Shohei Enomoto, Takeharu Eda

TL;DR
This paper introduces Learning to Cascade, a novel confidence calibration method that enhances cascade inference systems by balancing accuracy and computational efficiency, outperforming existing calibration techniques.
Contribution
It proposes a new calibration approach that jointly optimizes confidence scores and system performance, improving inference trade-offs in cascade systems.
Findings
Learning to Cascade improves accuracy-cost trade-off in experiments
Existing calibration methods may degrade cascade system performance
The method is simple and easily applicable to existing systems
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdvanced Neural Network Applications · Adversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications
