paper-with-me

홈 › Papers

Dictionary-Aligned Concept Control for Safeguarding Multimodal LLMs

2026-04-10 · Jinqi Luo, Jinyu Yang, Tal Neiman, Lei Fan, Bing Yin, Son Tran, Mubarak Shah, René Vidal 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 safety. Nevertheless, such approaches are often ineffective against evolving malicious patterns, may require rerunning the query, or demand heavy computational resources. Steering the activations of a frozen model at inference time has recently emerged as a flexible and effective solution. However, existing steering methods for MLLMs typically handle only a narrow set of safety-related concepts or struggle to adjust specific concepts without affecting others. To address these challenges, we introduce Dictionary-Aligned Concept Control (DACO), a framework that utilizes a curated concept dictionary and a Sparse Autoencoder (SAE) to provide granular control over MLLM activations. First, we curate a dictionary of 15,000 multimodal concepts by retrieving over 400,000 caption-image stimuli and summarizing their activations into concept directions. We name the dataset DACO-400K. Second, we show that the curated dictionary can be used to intervene activations via sparse coding. Third, we propose a new steering approach that uses our dictionary to initialize the training of an SAE and automatically annotate the semantics of the SAE atoms for safeguarding MLLMs. Experiments on multiple MLLMs (e.g., QwenVL, LLaVA, InternVL) across safety benchmarks (e.g., MM-SafetyBench, JailBreakV) show that DACO significantly improves MLLM safety while maintaining general-purpose capabilities.

📄 PDF Abstract BibTeX arXiv:2604.08846

Code (0)

등록된 구현이 없습니다.

Tasks

Prompt Engineering

Similar Papers 제목 키워드 기반

Decomposing multimodal embedding spaces with group-sparse autoencoders

2026-01-27 · Chiraag Kaushik, Davis Barch, Andrea Fanelli arxiv

The Linear Representation Hypothesis asserts that the embeddings learned by neural networks can be understood as linear combinations of features corresponding to high-level concepts. Based on this ansatz, sparse autoenco…

SpectralGCD: Spectral Concept Selection and Cross-modal Representation Learning for Generalized Category Discovery

2026-02-19 · Lorenzo Caselli, Marco Mistretta, Simone Magistri, Andrew D. Bagdanov arxiv

Generalized Category Discovery (GCD) aims to identify novel categories in unlabeled data while leveraging a small labeled subset of known classes. Training a parametric classifier solely on image features often leads to …

Representation LearningKnowledge Distillation

A Concept-Based Explainability Framework for Large Multimodal Models

2024-06-12 · Jayneel Parekh, Pegah Khayatan, Mustafa Shukor, Alasdair Newson 외

Large multimodal models (LMMs) combine unimodal encoders and large language models (LLMs) to perform multimodal tasks. Despite recent advancements towards the interpretability of these models, understanding internal repr…

Dictionary LearningDisentanglement

Toward Safe, Trustworthy and Realistic Augmented Reality User Experience

2025-07-31 · Yanming Xiu arxiv

As augmented reality (AR) becomes increasingly integrated into everyday life, ensuring the safety and trustworthiness of its virtual content is critical. Our research addresses the risks of task-detrimental AR content, p…

Multimodal Reasoning

PHRASED: Phrase Dictionary Biasing for Speech Translation

2025-06-10 · Peidong Wang, Jian Xue, Rui Zhao, Junkun Chen 외

Phrases are essential to understand the core concepts in conversations. However, due to their rare occurrence in training data, correct translation of phrases is challenging in speech translation tasks. In this paper, we…

Language ModelingLanguage ModellingLarge Language ModelMultimodal Large Language Model+1