paper-with-me

Papers

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

2025-11-20 · Wei Zhao, Zhe Li, Yige Li, Jun Sun arxiv

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.

📄 PDF Abstract BibTeX arXiv:2511.16229

Code (0)

등록된 구현이 없습니다.

Tasks

Multimodal Reasoning

Similar Papers 제목 키워드 기반

MQuant: Unleashing the Inference Potential of Multimodal Large Language Models via Full Static Quantization

2025-02-01 · Jiangyong Yu, Sifan Zhou, Dawei Yang, Shuo Wang 외

Multimodal large language models (MLLMs) have garnered widespread attention due to their ability to understand multimodal input. However, their large parameter sizes and substantial computational demands severely hinder …

Quantization

LUQ: Layerwise Ultra-Low Bit Quantization for Multimodal Large Language Models

2025-09-28 · Shubhang Bhatnagar, Andy Xu, Kar-Han Tan, Narendra Ahuja arxiv

Large Language Models (LLMs) with multimodal capabilities have revolutionized vision-language tasks, but their deployment often requires huge memory and computational resources. Post-training quantization (PTQ) has succe…

Slot-MLLM: Object-Centric Visual Tokenization for Multimodal LLM

2025-05-23 · Donghwan Chi, Hyomin Kim, Yoonjin Oh, Yongjin Kim 외

Recently, multimodal large language models (MLLMs) have emerged as a key approach in achieving artificial general intelligence. In particular, vision-language MLLMs have been developed to generate not only text but also …

Quantization

MASQuant: Modality-Aware Smoothing Quantization for Multimodal Large Language Models

2026-03-05 · Lulu Hu, Wenhu Xiao, Xin Chen, Xinhua Xu 외 arxiv

Post-training quantization (PTQ) with computational invariance for Large Language Models~(LLMs) have demonstrated remarkable advances, however, their application to Multimodal Large Language Models~(MLLMs) presents subst…

Compression Strategies for Efficient Multimodal LLMs in Medical Contexts

2025-07-29 · Tanvir A. Khan, Aranya Saha, Ismam N. Swapnil, Mohammad A. Haque arxiv

Multimodal Large Language Models (MLLMs) hold huge potential for usage in the medical domain, but their computational costs necessitate efficient compression techniques. This paper evaluates the impact of structural prun…