arXiv ScienceSearch

arXiv subjects

Longkun Li

Publications and source records attributed to Longkun Li.

2 recordsLinked to original sources

Modeling Edge-to-Cloud Offloading Workloads for Autonomous Vehicles

Autonomous vehicles often need to upload high volumes of diverse data within the edge-to-cloud continuum: telemetry, sensor data for offline training, and observations used to maintain high definition (HD) maps. We introduce a workload generator that represents each process for individual vehicles and aggregates the resulting traffic for a fleet and its wireless access points. Using Munich city as a real-world case study, we combine SUMO vehicle activity, sensor parameters, and hourly weights derived from recorded road accidents. The studies varying the timing and number of training data selections, model parameters, and transfer deadlines show that, with a two-hour deadline, earliest deadline first scheduling reduces the peak workload by 8.3% without discarding data. At the same total capacity, demand-based allocation reduces the median unserved load from 28.4% under equal allocation to 0% across five rolling evaluations. The generator provides profound reproducible inputs for capacity, scheduling, and placement experiments.

cs.NI

SCOUT-RAG: Scalable and Cost-Efficient Unifying Traversal for Agentic Graph-RAG over Distributed Domains

Graph-RAG improves LLM reasoning using structured knowledge, yet conventional designs rely on a centralized knowledge graph. In distributed and access-restricted settings (e.g., hospitals or multinational organizations), retrieval must select relevant domains and appropriate traversal depth without global graph visibility or exhaustive querying. To address this challenge, we introduce \textbf{SCOUT-RAG} (\textit{\underline{S}calable and \underline{CO}st-efficient \underline{U}nifying \underline{T}raversal}), a distributed agentic Graph-RAG framework that performs progressive cross-domain retrieval guided by incremental utility goals. SCOUT-RAG employs four cooperative agents that: (i) estimate domain relevance, (ii) decide when to expand retrieval to additional domains, (iii) adapt traversal depth to avoid unnecessary graph exploration, and (iv) synthesize the high-quality answers. The framework is designed to minimize retrieval regret, defined as missing useful domain information, while controlling latency and API cost. Across multi-domain knowledge settings, SCOUT-RAG achieves performance comparable to centralized baselines, including DRIFT and exhaustive domain traversal, while substantially reducing cross-domain calls, total tokens processed, and latency.

cs.AI