Related Experiment Video
Updated: Oct 6, 2025

An R-Based Landscape Validation of a Competing Risk Model
Published on: September 16, 2022
A Probabilistic Re-Intepretation of Confidence Scores in Multi-Exit Models.
Jary Pomponi1, Simone Scardapane1, Aurelio Uncini1
1Department of Information Engineering, Electronics and Telecommunications (DIET), Sapienza University of Rome, 00139 Rome, Italy.
This study introduces a novel method for training deep neural networks with multiple exits. This approach optimizes inference time by allowing early predictions based on confidence scores, reducing computational load for simpler tasks.
Area of Science:
- Computer Science
- Artificial Intelligence
- Machine Learning
Background:
- Deep neural networks (DNNs) often require significant computational resources for inference.
- Existing multi-exit models assume fixed confidence thresholds for early prediction.
- Training multiple branches of a model can be complex and require extensive hyperparameter tuning.
Purpose of the Study:
- To propose a novel, hyperparameter-free method for jointly training multi-exit deep neural networks.
- To enable efficient inference by dynamically determining the optimal exit point for each input sample.
- To improve the computational efficiency of deep learning models without sacrificing accuracy.
Main Methods:
- Developed a training approach for multi-exit DNNs using trained confidence scores for each branch.
- Implemented a joint training strategy that regularizes confidence score calculation during model training.
- Evaluated the proposed method on image classification benchmarks using various neural architectures and early-exit criteria.
Main Results:
- Demonstrated a method to train multi-exit models effectively without manual hyperparameter selection.
- Showcased the potential for reduced inference time by leveraging early exits based on learned confidence.
- Achieved competitive performance on image classification tasks, validating the approach across different models.
Conclusions:
- The proposed training strategy offers an efficient and effective way to develop multi-exit deep neural networks.
- This method facilitates adaptive inference, reducing computational cost for samples that do not require full network processing.
- The learned confidence scores provide a robust mechanism for early stopping, enhancing model efficiency.
Related Concept Videos
Interpretation of Confidence Intervals
Confidence intervals have confidence coefficients that are crucial for their interpretation. The most common confidence coefficients are 0.90, 0.95, and 0.99, which can be written as percentages–90%, 95%, and 99%, respectively.
Suppose a person calculates a confidence interval with a confidence coefficient of 0.95. In that case, they can...
Confidence Coefficient
Confidence Intervals
A...
Uncertainty: Confidence Intervals
Confidence Interval for Estimating Population Mean
A confidence interval for the mean is a range of values that provides an estimate of the population mean. As the...
Probability in Statistics
An example of a simple event is a coin toss. The result of a coin toss is either a head or a tail. Here, head and tail are two simple events. These two simple events make up the sample space. Further, the probability of an event occurring falls within the range of 0 to 1. The probability of an...

