paper-with-me

Papers

Towards Efficient Multi-LLM Inference: Characterization and Analysis of LLM Routing and Hierarchical Techniques

2025-06-06 · Adarsh Prasad Behera, Jaya Prakash Champati, Roberto Morabito, Sasu Tarkoma, James Gross

Recent progress in Language Models (LMs) has dramatically advanced the field of natural language processing (NLP), excelling at tasks like text generation, summarization, and question answering. However, their inference remains computationally expensive and energy intensive, especially in settings with limited hardware, power, or bandwidth. This makes it difficult to deploy LMs in mobile, edge, or cost sensitive environments. To address these challenges, recent approaches have introduced multi LLM intelligent model selection strategies that dynamically allocate computational resources based on query complexity -- using lightweight models for simpler queries and escalating to larger models only when necessary. This survey explores two complementary strategies for efficient LLM inference: (i) routing, which selects the most suitable model based on the query, and (ii) cascading or hierarchical inference (HI), which escalates queries through a sequence of models until a confident response is found. Both approaches aim to reduce computation by using lightweight models for simpler tasks while offloading only when needed. We provide a comparative analysis of these techniques across key performance metrics, discuss benchmarking efforts, and outline open challenges. Finally, we outline future research directions to enable faster response times, adaptive model selection based on task complexity, and scalable deployment across heterogeneous environments, making LLM based systems more efficient and accessible for real world applications.

📄 PDF Abstract BibTeX arXiv:2506.06579

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingModel SelectionQuestion AnsweringText Generation

Similar Papers 제목 키워드 기반

The Workload-Router-Pool Architecture for LLM Inference Optimization: A Vision Paper from the vLLM Semantic Router Project

2026-03-22 · Huamin Chen, Xunzhuo Liu, Bowei He, Fuyuan Lyu 외 arxiv

Over the past year, the vLLM Semantic Router project has released a series of work spanning: (1) core routing mechanisms -- signal-driven routing, context-length pool routing, router performance engineering, policy confl…

Online Learning for Multi-Layer Hierarchical Inference under Partial and Policy-Dependent Feedback

2026-03-04 · Haoran Zhang, Seohyeon Cha, Hasan Burhan Beytur, Kevin S Chan 외 arxiv

Hierarchical inference systems route tasks across multiple computational layers, where each node may either finalize a prediction locally or offload the task to a node in the next layer for further processing. Learning o…

HierRouter: Coordinated Routing of Specialized Large Language Models via Reinforcement Learning

2025-11-13 · Nikunj Gupta, Bill Guo, Rajgopal Kannan, Viktor K. Prasanna arxiv

Large Language Models (LLMs) deliver state-of-the-art performance across many tasks but impose high computational and memory costs, limiting their deployment in resource-constrained or real-time settings. To address this…

Reinforcement LearningMathematical ReasoningCode Generation

A Language-Agnostic Hierarchical LoRA-MoE Architecture for CTC-based Multilingual ASR

2026-01-02 · Yuang Zheng, Dongxu Chen, Yuxiang Mei, Dongxing Xu 외 arxiv

Large-scale multilingual ASR (mASR) models such as Whisper achieve strong performance but incur high computational and latency costs, limiting their deployment on resource-constrained edge devices. In this study, we prop…

Domain Adaptation

Energy-Aware Routing to Large Reasoning Models

2025-12-23 · Austin R. Ellis-Mohr, Max Hartman, Lav R. Varshney arxiv

Large reasoning models (LRMs) have heterogeneous inference energy costs based on which model is used and how much it reasons. To reduce energy, it is important to choose the right LRM and operate it in the right way. As …