分布式推理流水线中的网络驱动精度崩溃

Denial of Deadline: Network-Driven Accuracy Collapse in Distributed Inference Pipelines

精选理由

这篇论文揭示了分布式推理系统的新安全漏洞:只用网络流量攻击就能让自动驾驶跟踪精度暴跌18.7 HOTA点。搞推理部署的人一定要看看。

AI 摘要

该论文揭示了一种新的攻击面:在结合快速路径与高精度慢速路径的分布式推理流水线中,协调层容易受到波形负载攻击(如Yo-Yo bursts)影响。攻击者通过约4000个突发请求可将正常用户的p99延迟从92ms推至2秒,几乎消除慢路径的云端推理优势,使多目标跟踪质量平均下降7.0 HOTA点。不同攻击时段造成2.0-18.7 HOTA点的差异,稀有类别(如停车标志)的预测精度损失近半。研究证明了无需访问模型权重或数据即可通过负载攻击降级预测质量。

原文 · arXiv cs.AI

Denial of Deadline: Network-Driven Accuracy Collapse in Distributed Inference Pipelines

Inference systems increasingly combine a fast path that returns predictions within the application's latency deadline together with a higher-accuracy slow path that runs higher-compute methods on stronger, remote hardware, so its results can be returned on time and combined with the fast path predictions. Across several application domains, we abstract this inference architecture as a fast path, a slow path, and a coordination layer with two functions: a router that invokes the slow path and a merger that decides whether to incorporate its returned predictions. In this work, we show that this new coordination layer exposes a new attack surface: shaped workload attacks, e.g., Yo-Yo bursts, can exploit contention at shared resources along the slow path to push benign users' slow-path predictions past their latency deadlines. The merger then discards those predictions, while the fast path continues to return timely outputs. We refer to the resulting loss of slow-path accuracy benefits as accuracy collapse. We demonstrate accuracy collapse in a two-tier edge-cloud multi-object tracking pipeline in autonomous driving. In simulation, approximately 4,000 burst-shaped requests increase benign p99 latency from 92ms to 2s, nearly eliminating the benefit of the slow path's cloud inference, reducing object tracking quality by 7.0 HOTA points on average. We further find that accuracy degradation can significantly vary (2.0-18.7 HOTA points), depending on the video intervals that are targeted in the attack, and that certain rare classes (e.g., stop signs) lose nearly half of their pre-attack prediction accuracy. These results show that workload attacks can degrade prediction quality without needing either access to model weights or victim data, and motivate research on attacks and defenses for routing, merging, scheduling, and resource isolation in these emerging inference pipeline architectures.