English

Q-MLLM: Vector Quantization for Robust Multimodal Large Language Model Security

Cryptography and Security 2025-11-21 v1 Artificial Intelligence

Abstract

Multimodal Large Language Models (MLLMs) have demonstrated impressive capabilities in cross-modal understanding, but remain vulnerable to adversarial attacks through visual inputs despite robust textual safety mechanisms. These vulnerabilities arise from two core weaknesses: the continuous nature of visual representations, which allows for gradient-based attacks, and the inadequate transfer of text-based safety mechanisms to visual content. We introduce Q-MLLM, a novel architecture that integrates two-level vector quantization to create a discrete bottleneck against adversarial attacks while preserving multimodal reasoning capabilities. By discretizing visual representations at both pixel-patch and semantic levels, Q-MLLM blocks attack pathways and bridges the cross-modal safety alignment gap. Our two-stage training methodology ensures robust learning while maintaining model utility. Experiments demonstrate that Q-MLLM achieves significantly better defense success rate against both jailbreak attacks and toxic image attacks than existing approaches. Notably, Q-MLLM achieves perfect defense success rate (100\%) against jailbreak attacks except in one arguable case, while maintaining competitive performance on multiple utility benchmarks with minimal inference overhead. This work establishes vector quantization as an effective defense mechanism for secure multimodal AI systems without requiring expensive safety-specific fine-tuning or detection overhead. Code is available at https://github.com/Amadeuszhao/QMLLM.

Keywords

Cite

@article{arxiv.2511.16229,
  title  = {Q-MLLM: Vector Quantization for Robust Multimodal Large Language Model Security},
  author = {Wei Zhao and Zhe Li and Yige Li and Jun Sun},
  journal= {arXiv preprint arXiv:2511.16229},
  year   = {2025}
}

Comments

Accepted by NDSS 2026

R2 v1 2026-07-01T07:47:00.773Z