Compression as an Adversarial Amplifier Through Decision Space Reduction

arXiv cs.CV / 4/9/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper studies adversarial attacks performed in compressed image representations, reflecting a setting where compression occurs before inference in real-world visual pipelines.
  • It finds that compression can significantly amplify adversarial effects: compression-aware attacks outperform pixel-space attacks even when both use the same nominal perturbation budgets.
  • The authors attribute the vulnerability to “decision space reduction,” where non-invertible, information-losing compression contracts classification margins and makes models more sensitive to perturbations.
  • Experiments across multiple benchmarks and deep image classifier architectures support the conclusion and highlight a critical risk for “compression-in-the-loop” deployment patterns.
  • The work indicates that defending against adversarial robustness in such pipelines must explicitly account for compression transformations, with code planned for release.

Abstract

Image compression is a ubiquitous component of modern visual pipelines, routinely applied by social media platforms and resource-constrained systems prior to inference. Despite its prevalence, the impact of compression on adversarial robustness remains poorly understood. We study a previously unexplored adversarial setting in which attacks are applied directly in compressed representations, and show that compression can act as an adversarial amplifier for deep image classifiers. Under identical nominal perturbation budgets, compression-aware attacks are substantially more effective than their pixel-space counterparts. We attribute this effect to decision space reduction, whereby compression induces a non-invertible, information-losing transformation that contracts classification margins and increases sensitivity to perturbations. Extensive experiments across standard benchmarks and architectures support our analysis and reveal a critical vulnerability in compression-in-the-loop deployment settings. Code will be released.