面向边缘分布式生成式AI推理的信任感知路由 / Trust-Aware Routing for Distributed Generative AI Inference at the Edge
1️⃣ 一句话总结
这篇论文提出了一个名为G-TRAC的信任感知协调框架,它通过结合信任评估和高效路径选择算法,解决了在不可靠的边缘设备上分布式运行生成式AI时,因单个设备故障或不合作而导致整个推理过程失败的问题,从而显著提升了推理的完成率和鲁棒性。
Emerging deployments of Generative AI increasingly execute inference across decentralized and heterogeneous edge devices rather than on a single trusted server. In such environments, a single device failure or misbehavior can disrupt the entire inference process, making traditional best-effort peer-to-peer routing insufficient. Coordinating distributed generative inference therefore requires mechanisms that explicitly account for reliability, performance variability, and trust among participating peers. In this paper, we present G-TRAC, a trust-aware coordination framework that integrates algorithmic path selection with system-level protocol design to ensure robust distributed inference. First, we formulate the routing problem as a \textit{Risk-Bounded Shortest Path} computation and introduce a polynomial-time solution that combines trust-floor pruning with Dijkstra's search, achieving sub-millisecond median routing latency at practical edge scales, and remaining below 10 ms at larger scales. Second, to operationally support the routing logic in dynamic environments, the framework employs a \textit{Hybrid Trust Architecture} that maintains global reputation state at stable anchors while disseminating lightweight updates to edge peers via background synchronization. Experimental evaluation on a heterogeneous testbed of commodity devices demonstrates that G-TRAC significantly improves inference completion rates, effectively isolates unreliable peers, and sustains robust execution even under node failures and network partitions.
面向边缘分布式生成式AI推理的信任感知路由 / Trust-Aware Routing for Distributed Generative AI Inference at the Edge
这篇论文提出了一个名为G-TRAC的信任感知协调框架,它通过结合信任评估和高效路径选择算法,解决了在不可靠的边缘设备上分布式运行生成式AI时,因单个设备故障或不合作而导致整个推理过程失败的问题,从而显著提升了推理的完成率和鲁棒性。
源自 arXiv: 2603.28622