paper-with-me

홈 › Papers

Taming Asynchronous CPU-GPU Coupling for Frequency-aware Latency Estimation on Mobile Edge

2026-04-11 · Jiesong Chen, Jun You, Zhidan Liu, Zhenjiang Li arxiv

Precise estimation of model inference latency is crucial for time-critical mobile edge applications, enabling devices to calculate latency margins against deadlines and trade them for enhanced model performance or resource savings. However, the ubiquity of Dynamic Voltage and Frequency Scaling (DVFS) renders traditional static profiling invalid in real-world deployments, as inference latency fluctuates with varying processor (CPU and GPU) frequencies. While extensive profiling across frequency combinations is theoretically possible, it is prohibitively expensive, particularly for emerging Small Language Models (SLMs), where variable context lengths explode the profiling up to days. We observe that simple analytic scaling fails to predict these fluctuations due to the complex asynchronous coupling between CPU (kernel launching) and GPU (execution). In this paper, we introduce FLAME to accurately estimate inference latency across frequency combinations. It features a novel layer-wise modeling that quantifies the overlapping parallelism and then aggregates dynamic pipeline bubbles caused by asynchronous processor interactions when extending to the full model. This bottom-up approach ensures generalizability across diverse models from DNNs to SLMs, and its precise modeling allows for profiling a sparse subset of samples, cutting DNN profiling from hours to minutes and SLM profiling from days to mere minutes, while maintaining small estimation errors across frequencies. We further showcase FLAME's utility in a deadline-aware DVFS, outperforming the state-of-the-art approach in both power efficiency and latency guarantees.

📄 PDF Abstract BibTeX arXiv:2604.15357

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Acting While Understanding: Asynchronous Semantic-Action Decoupling for Real-Time Vision-Language-Action Models

2026-06-13 · Shenhao Yan, Ge Wang, Qi Liu, Weilin Meng 외 arxiv

Vision-Language-Action models (VLAs) have demonstrated strong task understanding and generalization in robotic manipulation, yet the high computational cost of full-model inference limits their deployment in low-latency,…

D-VLA: A High-Concurrency Distributed Asynchronous Reinforcement Learning Framework for Vision-Language-Action Models

2026-05-13 · Yucheng Guo, Yongjian Guo, Zhong Guan, Wen Huang 외 arxiv

The rapid evolution of Embodied AI has enabled Vision-Language-Action (VLA) models to excel in multimodal perception and task execution. However, applying Reinforcement Learning (RL) to these massive models in large-scal…

Reinforcement Learning

Agile-VLA: Few-Shot Industrial Pose Rectification via Implicit Affordance Anchoring

2026-03-24 · Teng Yan, Zhengyang Pei, Chengyu Shi, Yue Yu 외 arxiv

Deploying Vision-Language-Action (VLA) models on resource-constrained edge platforms encounters a fundamental conflict between high-latency semantic inference and the high-frequency control required for dynamic manipulat…

ReLaMix: Residual Latency-Aware Mixing for Delay-Robust Financial Time-Series Forecasting

2026-03-21 · Tianyou Lai, Wentao Yue, Jiayi Zhou, Chaoyuan Hao 외 arxiv

Financial time-series forecasting in real-world high-frequency markets is often hindered by delayed or partially stale observations caused by asynchronous data acquisition and transmission latency. To better reflect such…

FlashVLA: Streaming Action Decoding for Fast and Asynchronous VLA Inference

2026-08-27 · Zekai Li, Jiaming Tang, Zhijian Liu arxiv

Vision-Language-Action (VLA) models are increasingly promising for robotic manipulation, yet their real-world deployment remains bottlenecked by high inference latency and unstable asynchronous execution. This challenge …