日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
通信arXiv:2512.06889

AQUILA: 長距離UAV通信のためのQUICベースの耐障害リンクアーキテクチャ

AQUILA: A QUIC-Based Link Architecture for Resilient Long-Range UAV Communication

シェア:XThreadsFacebookLINEはてブBluesky

QUICを基盤に、MAVLink制御と映像を統合しつつ優先スケジューリングと高度適応型輻輳制御でUAVの長距離通信を高信頼・低遅延化するアーキテクチャを提案・検証した論文。

著者: Ximing Huang, Yirui Rao

分類: cs.NI, cs.RO

原文アブストラクト

The proliferation of autonomous Unmanned Aerial Vehicles (UAVs) in Beyond Visual Line of Sight (BVLOS) applications is critically dependent on resilient, high-bandwidth, and low-latency communication links. Existing solutions face critical limitations: TCP's head-of-line blocking stalls time-sensitive data, UDP lacks reliability and congestion control, and cellular networks designed for terrestrial users degrade severely for aerial platforms. This paper introduces AQUILA, a cross-layer communication architecture built on QUIC to address these challenges. AQUILA contributes three key innovations: (1) a unified transport layer using QUIC's reliable streams for MAVLink Command and Control (C2) and unreliable datagrams for video, eliminating head-of-line blocking under unified congestion control; (2) a priority scheduling mechanism that structurally ensures C2 latency remains bounded and independent of video traffic intensity; (3) a UAV-adapted congestion control algorithm extending SCReAM with altitude-adaptive delay targeting and telemetry headroom reservation. AQUILA further implements 0-RTT connection resumption to minimize handover blackouts with application-layer replay protection, deployed over an IP-native architecture enabling global operation. Experimental validation demonstrates that AQUILA significantly outperforms TCP- and UDP-based approaches in C2 latency, video quality, and link resilience under realistic conditions, providing a robust foundation for autonomous BVLOS missions.

関連論文