edgeVLM: Cloud-edge Collaborative Real-time VLM based on Context Transfer
Chen Qian, Xinran Yu, Zewen Huang, Danyang Li, Qiang Ma, Fan Dang, Xuan Ding, Guangyong Shang, Zheng Yang
TL;DR
edgeVLM tackles real-time vision-language reasoning under cloud latency by introducing Context Transfer, reusing delayed LVLM outputs as semantic and visual priors for SVLM inference. The framework deploys two training-free modules, Context Replacement and Visual Focus, to refine textual history and steer attention toward salient image regions, respectively. Across multiple real-time tasks and datasets, edgeVLM consistently improves accuracy and robustness over traditional cloud–edge approaches while maintaining lower latency than LVLM-only schemes. This latency-aware collaboration paradigm promises more reliable real-time VLM systems in dynamic network conditions.
Abstract
Vision-Language Models (VLMs) are increasingly deployed in real-time applications such as autonomous driving and human-computer interaction, which demand fast and reliable responses based on accurate perception. To meet these requirements, existing systems commonly employ cloud-edge collaborative architectures, such as partitioned Large Vision-Language Models (LVLMs) or task offloading strategies between Large and Small Vision-Language Models (SVLMs). However, these methods fail to accommodate cloud latency fluctuations and overlook the full potential of delayed but accurate LVLM responses. In this work, we propose a novel cloud-edge collaborative paradigm for VLMs, termed Context Transfer, which treats the delayed outputs of LVLMs as historical context to provide real-time guidance for SVLMs inference. Based on this paradigm, we design edgeVLM, which incorporates both context replacement and visual focus modules to refine historical textual input and enhance visual grounding consistency. Extensive experiments on three real-time vision-lanuage reasoning tasks across four datasets demonstrate the effectiveness of the proposed framework. The new paradigm lays the groundwork for more effective and latency-aware collaboration strategies in future VLM systems.
