SGM: Safety Glasses for Multimodal Large Language Models via Neuron-Level Detoxification
Hongbo Wang 1,2, MaungMaung AprilPyone 2, Isao Echizen 1,2,3
Published on arXiv
2512.15052
Prompt Injection
OWASP LLM Top 10 — LLM01
Key Finding
SGM reduces harmful output rates from 48.2% to 2.5% across open-source MLLMs under both standard and adversarial jailbreak conditions while preserving fluency and multimodal reasoning.
SGM (Safety Glasses for MLLMs)
Novel technique introduced
Disclaimer: Samples in this paper may be harmful and cause discomfort. Multimodal large language models (MLLMs) enable multimodal generation but inherit toxic, biased, and NSFW signals from weakly curated pretraining corpora, causing safety risks, especially under adversarial triggers that late, opaque training-free detoxification methods struggle to handle. We propose SGM, a white-box neuron-level multimodal intervention that acts like safety glasses for toxic neurons: it selectively recalibrates a small set of toxic expert neurons via expertise-weighted soft suppression, neutralizing harmful cross-modal activations without any parameter updates. We establish MM-TOXIC-QA, a multimodal toxicity evaluation framework, and compare SGM with existing detoxification techniques. Experiments on open-source MLLMs show that SGM mitigates toxicity in standard and adversarial conditions, cutting harmful rates from 48.2\% to 2.5\% while preserving fluency and multimodal reasoning. SGM is extensible, and its combined defenses, denoted as SGM*, integrate with existing detoxification methods for stronger safety performance, providing an interpretable, low-cost solution for toxicity-controlled multimodal generation.
Key Contributions
- SGM: a training-free, neuron-level detoxification method that identifies and softly suppresses toxic expert neurons in post-fusion MLLM layers, reducing harmful output rates from 48.2% to 2.5% without parameter updates.
- MM-TOXIC-QA: a curated multimodal toxicity evaluation framework with image-text pairs, toxicity annotations, and policy violation labels, filling a gap in multimodal safety benchmarking.
- SGM★: an extensible combined defense variant that integrates SGM with existing detoxification methods (e.g., ECSO) for stronger joint safety with negligible overhead.