English

On the Adversarial Robustness of Large Vision-Language Models under Visual Token Compression

Cryptography and Security 2026-05-19 v2 Artificial Intelligence Computer Vision and Pattern Recognition

Abstract

Visual token compression is widely used to accelerate large vision-language models (LVLMs) by pruning or merging visual tokens, yet its adversarial robustness remains unexplored. We show that existing encoder-based attacks cannot fully disclose the robustness vulnerabilities of compressed LVLMs, due to an optimization-inference mismatch: perturbations are optimized on the full-token representation, while inference is performed through a token-compression bottleneck. To address this gap, we propose the Compression-AliGnEd attack (CAGE), which aligns perturbation optimization with compression inference without assuming access to the deployed compression mechanism or its token budget. CAGE combines (i) expected feature disruption, which concentrates distortion on tokens likely to survive across plausible budgets, and (ii) rank distortion alignment, which actively aligns token distortions with rank scores to promote the retention of highly distorted evidence. Across diverse representative plug-and-play compression mechanisms and datasets, our results show that CAGE consistently achieves lower robust accuracy than the baseline. This work highlights that robustness assessments ignoring compression can be overly optimistic, calling for compression-aware security evaluation and defenses for efficient LVLMs.

Keywords

Cite

@article{arxiv.2601.21531,
  title  = {On the Adversarial Robustness of Large Vision-Language Models under Visual Token Compression},
  author = {Xinwei Zhang and Hangcheng Liu and Li Bai and Hao Wang and Qingqing Ye and Tianwei Zhang and Haibo Hu},
  journal= {arXiv preprint arXiv:2601.21531},
  year   = {2026}
}

Comments

Accepted by ICML 2026

R2 v1 2026-07-01T09:25:27.555Z