Edge-Cloud Collaborative Motion Planning for Autonomous Driving with Large Language Models
Jiao Chen, Suyan Dai, Fangfang Chen, Zuohong Lv, Jianhua Tang
TL;DR
The paper tackles real-time motion planning for autonomous driving using large language models, addressing edge latency and cloud compute constraints under dynamic open-world conditions. It proposes EC-Drive, a two-tier system that leverages edge LLaMA-Adapter-based reasoning for routine tasks and cloud-scale GPT-4 inference for complex scenarios, with data-drift detection via Alibi Detect to selectively offload samples. The work contributes a novel edge-cloud framework, multimodal integration of linguistic and visual cues, and comprehensive experimental validation showing reduced latency and improved handling of new obstacles. The results demonstrate practical feasibility for LVLM-enabled autonomous driving and provide guidance for deploying such systems in real-world environments, including dataset-specific insights from Guangzhou.
Abstract
Integrating large language models (LLMs) into autonomous driving enhances personalization and adaptability in open-world scenarios. However, traditional edge computing models still face significant challenges in processing complex driving data, particularly regarding real-time performance and system efficiency. To address these challenges, this study introduces EC-Drive, a novel edge-cloud collaborative autonomous driving system with data drift detection capabilities. EC-Drive utilizes drift detection algorithms to selectively upload critical data, including new obstacles and traffic pattern changes, to the cloud for processing by GPT-4, while routine data is efficiently managed by smaller LLMs on edge devices. This approach not only reduces inference latency but also improves system efficiency by optimizing communication resource use. Experimental validation confirms the system's robust processing capabilities and practical applicability in real-world driving conditions, demonstrating the effectiveness of this edge-cloud collaboration framework. Our data and system demonstration will be released at https://sites.google.com/view/ec-drive.
