Concept-Based Dictionary Learning for Inference-Time Safety in Vision Language Action Models
Siqi Wen, Shu Yang, Shaopeng Fu, Jingfeng Zhang, Lijie Hu, Di Wang
TL;DR
This work addresses safety in embodied Vision–Language–Action systems by introducing SAFE-Dict, a plug-in, inference-time defense that learns a compact concept dictionary from fused latent representations. It mines concepts with data-driven stimuli, builds latent directions via PCA, and performs ElasticNet-based projection to obtain sparse concept coefficients. A threshold-based attenuation mechanism then dampens harmful concept activations, keeping the model within a safe latent region without retraining. The approach demonstrates state-of-the-art defense performance across explicit unsafe instructions and adversarial jailbreaks while preserving task success, offering a practical, interpretable, and generalizable safety solution for diverse embodied agents.
Abstract
Vision Language Action (VLA) models close the perception action loop by translating multimodal instructions into executable behaviors, but this very capability magnifies safety risks: jailbreaks that merely yield toxic text in LLMs can trigger unsafe physical actions in embodied systems. Existing defenses alignment, filtering, or prompt hardening intervene too late or at the wrong modality, leaving fused representations exploitable. We introduce a concept-based dictionary learning framework for inference-time safety control. By constructing sparse, interpretable dictionaries from hidden activations, our method identifies harmful concept directions and applies threshold-based interventions to suppress or block unsafe activations. Experiments on Libero-Harm, BadRobot, RoboPair, and IS-Bench show that our approach achieves state-of-the-art defense performance, cutting attack success rates by over 70\% while maintaining task success. Crucially, the framework is plug-in and model-agnostic, requiring no retraining and integrating seamlessly with diverse VLAs. To our knowledge, this is the first inference-time concept-based safety method for embodied systems, advancing both interpretability and safe deployment of VLA models.
