LGAug 29, 2025

Failure Prediction Is a Better Performance Proxy for Early-Exit Networks Than Calibration

arXiv:2508.21495v2h-index: 6
Originality Incremental advance
AI Analysis

This addresses a specific issue in designing efficient neural networks for inference acceleration, but is incremental as it refines existing evaluation methods rather than introducing a new paradigm.

The paper tackles the problem of misleading calibration metrics for early-exit networks, showing that miscalibrated networks can outperform calibrated ones, and proposes failure prediction as a more reliable proxy, correlating strongly with efficiency gains.

Early-exit models accelerate inference by attaching internal classifiers to intermediate layers of the network, allowing computation to halt once a prediction meets a predefined exit criterion. Most early-exit methods rely on confidence-based exit strategies, which has motivated prior work to calibrate intermediate classifiers in pursuit of improved performance-efficiency trade-offs. In this paper, we argue that calibration metrics can be misleading indicators of multi-exit model performance. Specifically, we present empirical evidence showing that miscalibrated networks can outperform calibrated ones. As an alternative, we propose using failure prediction as a more informative proxy for early-exit model performance. Unlike calibration, failure prediction captures changes in sample rankings and correlates strongly with efficiency gains, offering a more reliable framework for designing and evaluating early-exit models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes