Energy-Latency Manipulation of Multi-modal Large Language Models via Verbose Samples
Kuofeng Gao, Jindong Gu, Yang Bai, Shu-Tao Xia, Philip Torr, Wei Liu, Zhifeng Li
TL;DR
This work addresses the security risk of energy-latency manipulation in multi-modal LLMs by showing that inference energy and latency scale with the length of generated sequences. It proposes verbose samples—verbose images and verbose videos—crafted under a perturbation budget $||x'-x||_p \le \epsilon$ and optimized via projected gradient descent to maximize the output length $N$. The method introduces three losses: a Delayed EOS loss $\mathcal{L}_1$, an Uncertainty loss $\mathcal{L}_2$, and a modality-specific diversity loss $\mathcal{L}_3$ (token diversity for images, frame-feature diversity for videos), along with a temporal weight scheme to balance them. Empirical results show up to about $8\times$ longer outputs for image-based LLMs and around $4\times$ longer outputs for video-based LLMs, with corresponding increases in energy and latency, underscoring a real security concern and informing possible defenses and safer deployment strategies.
Abstract
Despite the exceptional performance of multi-modal large language models (MLLMs), their deployment requires substantial computational resources. Once malicious users induce high energy consumption and latency time (energy-latency cost), it will exhaust computational resources and harm availability of service. In this paper, we investigate this vulnerability for MLLMs, particularly image-based and video-based ones, and aim to induce high energy-latency cost during inference by crafting an imperceptible perturbation. We find that high energy-latency cost can be manipulated by maximizing the length of generated sequences, which motivates us to propose verbose samples, including verbose images and videos. Concretely, two modality non-specific losses are proposed, including a loss to delay end-of-sequence (EOS) token and an uncertainty loss to increase the uncertainty over each generated token. In addition, improving diversity is important to encourage longer responses by increasing the complexity, which inspires the following modality specific loss. For verbose images, a token diversity loss is proposed to promote diverse hidden states. For verbose videos, a frame feature diversity loss is proposed to increase the feature diversity among frames. To balance these losses, we propose a temporal weight adjustment algorithm. Experiments demonstrate that our verbose samples can largely extend the length of generated sequences.
