English

Confidence-gated training for efficient early-exit neural networks

Machine Learning 2026-01-12 v2 Artificial Intelligence

Abstract

Early-exit neural networks reduce inference cost by enabling confident predictions at intermediate layers. However, joint training often leads to gradient interference, with deeper classifiers dominating optimization. We propose Confidence-Gated Training (CGT), a paradigm that conditionally propagates gradients from deeper exits only when preceding exits fail. This encourages shallow classifiers to act as primary decision points while reserving deeper layers for harder inputs. By aligning training with the inference-time policy, CGT mitigates overthinking, improves early-exit accuracy, and preserves efficiency. Experiments on the Indian Pines and Fashion-MNIST benchmarks show that CGT lowers average inference cost while improving overall accuracy, offering a practical solution for deploying deep models in resource-constrained environments.

Keywords

Cite

@article{arxiv.2509.17885,
  title  = {Confidence-gated training for efficient early-exit neural networks},
  author = {Saad Mokssit and Ouassim Karrakchou and Alejandro Mousist and Mounir Ghogho},
  journal= {arXiv preprint arXiv:2509.17885},
  year   = {2026}
}
R2 v1 2026-07-01T05:49:46.904Z