paper-with-me

홈 › Papers

ConsRoute:Consistency-Aware Adaptive Query Routing for Cloud-Edge-Device Large Language Models

2026-03-22 · Haoyu Qiao, Hao Zhang, Shanwen Mao, Siyao Cheng, Jie Liu arxiv

Large language models (LLMs) deliver impressive capabilities but incur substantial inference latency and cost, which hinders their deployment in latency-sensitive and resource-constrained scenarios. Cloud-edge-device collaborative inference has emerged as a promising paradigm by dynamically routing queries to models of different capacities across tiers. In this paper, we propose ConsRoute, a lightweight, semantic-aware, and adaptive routing framework that significantly improves inference efficiency while minimizing impact on response quality. Unlike prior routing methods that rely on predicting coarse-grained output quality gaps, ConsRoute leverages a reranker to directly assess the semantic consistency between responses generated by models at different tiers, yielding fine-grained soft supervision signals for routing. To minimize device-side overhead, ConsRoute reuses hidden states from the LLM prefilling stage as compact query representations, avoiding additional encoders or inference passes. Furthermore, these representations are clustered, and Bayesian optimization is employed to learn cluster-specific routing thresholds that dynamically balance quality, latency, and cost under heterogeneous query distributions. Extensive experiments demonstrate that ConsRoute achieves near-cloud performance (>=95%) while reducing end-to-end latency and inference cost by nearly 40%, consistently outperforming existing routing baselines in both response quality and system efficiency.

📄 PDF Abstract BibTeX arXiv:2603.21237

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

VDAR-Router: Adaptive LLMs Routing via Verbalized Query Difficulty Analysis Retrieval

2026-07-20 · Yu-Chien Tang, Jun-Chen Hung, Wen-Chih Peng, An-Zi Yen arxiv

Large language models are increasingly used in practical systems, making efficient model selection important for reducing deployment cost. LLM routing has emerged as a practical solution for allocating each input query t…

UniRoute: Unified Routing Mixture-of-Experts for Modality-Adaptive Remote Sensing Change Detection

2026-01-21 · Qingling Shu, Sibao Chen, Wei Lu, Zhihui You 외 arxiv

Current remote sensing change detection (CD) methods mainly rely on specialized models, which limits the scalability toward modality-adaptive Earth observation. For homogeneous CD, precise boundary delineation relies on …

Change Detection

Beyond Similarity Matching: Structured Reasoning for Open-Vocabulary Referring Segmentation in 3DGS

2026-08-17 · Yizhao Wang, Xinfa Wang, Jingbo Wang, Jingbo Wang 외 arxiv

Open-vocabulary referring segmentation in 3D Gaussian Splatting (3DGS) requires a neural model to select Gaussian primitives according to free-form language expressions. Existing 3DGS-based methods usually rely on global…

Routing Before Looking: Query-Adaptive Evidence Acquisition for Long-form Video Understanding

2026-08-21 · Tianyue Wang, Xuying Wu, Yuxiang Ma, Ruiming Liang 외 arxiv

Long-form video understanding remains challenging for video agents due to the mismatch between query demands and evidence acquisition strategies. Although recent planning-before-perception methods outperform query-agnost…

Lightweight Query Routing for Adaptive RAG: A Baseline Study on RAGRouter-Bench

2026-04-03 · Prakhar Bansal, Shivangi Agarwal arxiv

Retrieval-Augmented Generation pipelines span a wide range of retrieval strategies that differ substantially in token cost and capability. Selecting the right strategy per query is a practical efficiency problem, yet no …