paper-with-me

홈 › Papers

Automating Steering for Safe Multimodal Large Language Models

2025-07-17 · Lyucheng Wu, Mengru Wang, Ziwen Xu, Tri Cao, Nay Oo, Bryan Hooi, Shumin Deng

Recent progress in Multimodal Large Language Models (MLLMs) has unlocked powerful cross-modal reasoning abilities, but also raised new safety concerns, particularly when faced with adversarial multimodal inputs. To improve the safety of MLLMs during inference, we introduce a modular and adaptive inference-time intervention technology, AutoSteer, without requiring any fine-tuning of the underlying model. AutoSteer incorporates three core components: (1) a novel Safety Awareness Score (SAS) that automatically identifies the most safety-relevant distinctions among the model's internal layers; (2) an adaptive safety prober trained to estimate the likelihood of toxic outputs from intermediate representations; and (3) a lightweight Refusal Head that selectively intervenes to modulate generation when safety risks are detected. Experiments on LLaVA-OV and Chameleon across diverse safety-critical benchmarks demonstrate that AutoSteer significantly reduces the Attack Success Rate (ASR) for textual, visual, and cross-modal threats, while maintaining general abilities. These findings position AutoSteer as a practical, interpretable, and effective framework for safer deployment of multimodal AI systems.

📄 PDF Abstract BibTeX arXiv:2507.13255

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Harnessing Textual Refusal Directions for Multimodal Safety

2026-06-30 · Moreno D'Incà, Nicu Sebe, Massimiliano Mancini arxiv

To improve safety in Large Language Models (LLMs) we can either perform post-training alignment or exploit refusal directions in the activation space. Both strategies are less feasible in Multimodal LLMs (MLLMs) as they …

Multimodal Model Diffing for Feature Discovery and Control

2026-08-10 · Hunar Batra, Lachin Naghashyar, Ashkan Khakzar, Philip Torr 외 hf

Multimodal Large Language Models (MLLMs) exhibit strong visual understanding, yet the internal features that cause these behaviors remain difficult to identify, audit, or control. While applicable to post-hoc inspection,…

SAVeS: Steering Safety Judgments in Vision-Language Models via Semantic Cues

2026-03-19 · Carlos Hinojosa, Clemens Grange, Bernard Ghanem arxiv

Vision-language models (VLMs) are increasingly deployed in real-world and embodied settings where safety decisions depend on visual context. However, it remains unclear which visual evidence drives these judgments. We st…

Dictionary-Aligned Concept Control for Safeguarding Multimodal LLMs

2026-04-10 · Jinqi Luo, Jinyu Yang, Tal Neiman, Lei Fan 외 arxiv

Multimodal Large Language Models (MLLMs) have been shown to be vulnerable to malicious queries that can elicit unsafe responses. Recent work uses prompt engineering, response classification, or finetuning to improve MLLM…

Prompt Engineering

FineSteer: A Unified Framework for Fine-Grained Inference-Time Steering in Large Language Models

2026-04-16 · Zixuan Weng, Jinghuai Zhang, Kunlin Cai, Ying Li 외 arxiv

Large language models (LLMs) often exhibit undesirable behaviors, such as safety violations and hallucinations. Although inference-time steering offers a cost-effective way to adjust model behavior without updating its p…