English

AESOP: Adversarial Execution-path Selection to Overload Deep Learning Pipelines

Machine Learning 2026-05-13 v1 Artificial Intelligence Cryptography and Security

Abstract

Modern machine learning deployments increasingly compose specialized models into dynamic inference pipelines, where upstream components produce intermediate predictions that determine the workload and inputs of downstream components. The cost of processing an input is therefore not determined by any single model, but by two coupled factors: the per-inference cost of each invoked component and its workload volume. Because these pipelines run under hard real-time constraints, efficiency is a fundamental requirement for system availability. We show that this structure creates an efficiency-attack surface that existing methods targeting single models cannot exploit: on identical inputs and budgets, path-aware targeting inflates FLOPs by 2,407×2,407\times while the strongest single-model baseline achieves 117×117\times -- a 20×20\times gap attributable entirely to where the attack is directed. We formalize this as the adversarial path-selection problem and present AESOP, a framework combining vulnerability-guided path ranking with adaptive loss weighting. We evaluate AESOP on five pipelines plus a production-realistic deployment variant with batching, bounded buffering, and confidence-threshold defenses. AESOP achieves up to 2,407×2,407\times FLOPs and 419×419\times latency inflation in white-box setting and 58×\times FLOPs / 17×\times latency in gray-box settings. Under system-level defenses, the attack is not neutralized but redirected: pipelines are forced to choose between throughput collapse (0.5780.0060.578 \to 0.006 input/s) and 96.7%96.7\% data loss to sustain throughput.

Keywords

Cite

@article{arxiv.2605.10987,
  title  = {AESOP: Adversarial Execution-path Selection to Overload Deep Learning Pipelines},
  author = {Tingxi Li and Mingfang Ji and Ravishka Shemal Rathnasuriya and Simin Chen and Yitao Hu and Wei Yang},
  journal= {arXiv preprint arXiv:2605.10987},
  year   = {2026}
}