Search papers, labs, and topics across Lattice.
This paper introduces LASER, a novel approach for optimizing the deployment of large reasoning models (LRMs) on edge devices by addressing the tension between extended chain-of-thought (CoT) generation and resource constraints. By implementing a load-aware adaptive exit threshold and a difficulty- and load-aware reasoning budget pre-allocation, LASER effectively adjusts to real-time system conditions, resulting in significant improvements in latency and service-level objective (SLO) satisfaction. Experimental results demonstrate that LASER achieves a 17-38% reduction in average latency and a 3-6% increase in SLO satisfaction with only a 1% accuracy trade-off compared to traditional fixed-threshold methods.
LASER cuts average latency by up to 38% while only sacrificing 1% accuracy, revolutionizing how we deploy reasoning models on edge devices.
Large reasoning models (LRMs) such as DeepSeek-R1 have achieved strong performance through extended chain-of-thought (CoT) generation. However, deploying them on edge devices raises a conflict between long CoT sequences and constrained resources. Recent confidence-based early exit methods reduce CoT length for individual requests, yet they apply fixed thresholds from a single-request perspective, ignoring multi-request concurrency and load fluctuation in edge serving. To bridge this gap, we propose \underline{L}oad-\underline{A}ware \underline{S}erving with \underline{E}arly-exit for \underline{R}easoning (LASER). LASER couples two complementary designs: (1) a load-aware adaptive exit threshold that adjusts the confidence bar based on real-time system load within an empirically validated robust range, and (2) a difficulty- and load-aware reasoning budget pre-allocation that assigns compute resources by request difficulty and system capacity. We formulate the problem as a joint optimization of reasoning quality and service latency. Experiments on two reasoning models, four benchmarks, and diverse load conditions show that LASER reduces average latency by 17--38\% and improves service-level objective (SLO) satisfaction by 3--6\% over fixed-threshold baselines, at an average accuracy cost of only 1\%.