NEAT: Neuron-Based Early Exit for Large Reasoning Models
Kang Liu, Yongkang Liu, Xiaocui Yang, Peidong Wang, Wen Zhang, Shi Feng, Yifei Zhang, Daling Wang
TL;DR
NEAT introduces a training-free, neuron-based framework for early exit in large reasoning models by identifying exit-associated neurons through termination-token attribution and late activation, then monitoring their activation dynamics at inference to either exit or suppress reflection. The approach yields 22–28% token reduction across multiple benchmarks while maintaining accuracy and achieving notable latency improvements, outperforming output-based early-exit methods that are calibration-sensitive. By leveraging internal neuron signals instead of external probes or repeated rollouts, NEAT offers a robust, computation-efficient mechanism to mitigate overthinking in large reasoning tasks with broad practical implications for scalable reasoning systems.
Abstract
Large Reasoning Models (LRMs) often suffer from \emph{overthinking}, a phenomenon in which redundant reasoning steps are generated after a correct solution has already been reached. Existing early reasoning exit methods primarily rely on output-level heuristics or trained probing models to skip redundant reasoning steps, thereby mitigating overthinking. However, these approaches typically require additional rollout computation or externally labeled datasets. In this paper, we propose \textbf{NEAT}, a \textbf{N}euron-based \textbf{E}arly re\textbf{A}soning exi\textbf{T} framework that monitors neuron-level activation dynamics to enable training-free early exits, without introducing additional test-time computation. NEAT identifies exit-associated neurons and tracks their activation patterns during reasoning to dynamically trigger early exit or suppress reflection, thereby reducing unnecessary reasoning while preserving solution quality. Experiments on four reasoning benchmarks across six models with different scales and architectures show that, for each model, NEAT achieves an average token reduction of 22\% to 28\% when averaged over the four benchmarks, while maintaining accuracy.
