paper-with-me

Papers

EdgeReasoning: Characterizing Reasoning LLM Deployment on Edge GPUs

2025-10-21 · Benjamin Kubwimana, Qijing Huang arxiv

Edge intelligence paradigm is increasingly demanded by the emerging autonomous systems, such as robotics. Beyond ensuring privacy-preserving operation and resilience in connectivity-limited environments, edge deployment offers significant energy and cost advantages over cloud-based solutions. However, deploying large language models (LLMs) for reasoning tasks on edge GPUs faces critical challenges from strict latency constraints and limited computational resources. To navigate these constraints, developers must balance multiple design factors - choosing reasoning versus non-reasoning architectures, selecting appropriate model sizes, allocating token budgets, and applying test-time scaling strategies - to meet target latency and optimize accuracy. Yet guidance on optimal combinations of these variables remains scarce. In this work, we present EdgeReasoning, a comprehensive study characterizing the deployment of reasoning LLMs on edge GPUs. We systematically quantify latency-accuracy tradeoffs across various LLM architectures and model sizes. We systematically evaluate prompt-based and model-tuning-based techniques for reducing reasoning token length while maintaining performance quality. We further profile test-time scaling methods with varying degrees of parallelism to maximize accuracy under strict latency budgets. Through these analyses, EdgeReasoning maps the Pareto frontier of achievable accuracy-latency configurations, offering systematic guidance for optimal edge deployment of reasoning LLMs.

📄 PDF Abstract BibTeX arXiv:2511.01866

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Characterizing Vision-Language-Action Models across XPUs: Constraints and Acceleration for On-Robot Deployment

2026-04-27 · Kaijun Zhou, Qiwei Chen, Da Peng, Zhiyang Li 외 arxiv

Vision-Language-Action (VLA) models are promising for generalist robot control, but on-robot deployment is bottlenecked by real-time inference under tight cost and energy budgets. Most prior evaluations rely on desktop-g…

GKD: A General Knowledge Distillation Framework for Large-scale Pre-trained Language Model

2023-06-11 · Shicheng Tan, Weng Lam Tam, Yuanchun Wang, Wenwen Gong 외

Currently, the reduction in the parameter scale of large-scale pre-trained language models (PLMs) through knowledge distillation has greatly facilitated their widespread deployment on various devices. However, the deploy…

General KnowledgeKnowledge DistillationLanguage ModelingLanguage Modelling

A Simple Model for Portable and Fast Prediction of Execution Time and Power Consumption of GPU Kernels

2020-01-20 · Lorenz Braun, Sotirios Nikas, Chen Song, Vincent Heuveline 외

Characterizing compute kernel execution behavior on GPUs for efficient task scheduling is a non-trivial task. We address this with a simple model enabling portable and fast predictions among different GPUs using only har…

GPUPredictionScheduling

REASON: Accelerating Probabilistic Logical Reasoning for Scalable Neuro-Symbolic Intelligence

2026-01-28 · Zishen Wan, Che-Kai Liu, Jiayi Qian, Hanchen Yang 외 arxiv

Neuro-symbolic AI systems integrate neural perception with symbolic reasoning to enable data-efficient, interpretable, and robust intelligence beyond purely neural models. Although this compositional paradigm has shown s…

Logical Reasoning

Symphony: A Decentralized Multi-Agent Framework for Scalable Collective Intelligence

2025-08-27 · Ji Wang, Kashing Chen, Xinyuan Song, Ke Zhang 외 arxiv

Most existing Large Language Model (LLM)-based agent frameworks rely on centralized orchestration, incurring high deployment costs, rigid communication topologies, and limited adaptability. To address these challenges, w…