论文精选

STR-Agent 模型实现低轨道卫星网络QoS路由优化

STR-Agent: An LLM-Driven Agent for QoS-Aware Routing in LEO Satellite Networks

精选理由

这个LLM驱动的卫星网络路由模型挺有意思,能直接处理自然语言请求,比传统方法延迟低很多,适合关注AI在通信领域应用的人。

STR-Agent 是一个基于LLM的框架,用于在低轨道卫星网络中实现QoS感知的路由。它通过感知模块将自然语言请求转换为结构化路由语义,并通过反思模块根据实时拥塞和历史结果动态调整策略。在Walker-Delta星座的模拟中,STR-Agent相比DQ-Dijkstra将端到端延迟降低了60%,在经过领域特定微调后,意图理解准确率从45.4%提升至92.45%,反射模块进一步将延迟降低了120毫秒。

原文 · arXiv cs.AI

STR-Agent: An LLM-Driven Agent for QoS-Aware Routing in LEO Satellite Networks

LEO satellite networks feature dynamic topologies, time-varying links, and diverse service requirements, which make conventional routing schemes difficult to support fine-grained quality-of-service (QoS) provisioning. Existing studies mainly optimize routing over network states with predefined objectives, but rarely address the practical challenge of translating unstructured natural-language service requests into adaptive routing decisions. To bridge this gap, we propose STR-Agent, an LLM-driven framework for QoS-aware routing in LEO satellite networks. The key innovation of STR-Agent lies in unifying intent perception, tool-based execution, experience accumulation, and reflection-based policy adaptation within a single agent architecture. Specifically, the Perception Module converts natural-language requests into structured routing semantics, while the Reflection Module dynamically adjusts the service-to-routing-policy mapping according to real-time congestion conditions and historical routing outcomes, rather than relying on a fixed routing objective. In addition, we develop a specialized perception model, and construct a domain-specific supervised fine-tuning dataset for LEO service understanding. Simulation results in a Walker-Delta constellation show that STR-Agent significantly outperforms conventional baselines: it reduces end-to-end delay by up to 60% compared with DQ-Dijkstra, improves average intent-understanding accuracy from 45.4% to 92.45% after supervised fine-tuning, and the Reflection Module further reduces the delay by 120 ms at 600 Mbps. These results demonstrate the potential of LLM-driven agent architectures to enable service-aware and adaptive QoS routing in future LEO satellite networks.