Back to Feed
Multimodal / Safety & Alignment

Controlling Multimodal AI Through Feature Discovery

Original: Multimodal Model Diffing for Feature Discovery and Control

Listen to the summary

Uses a voice available on your device

Audio options
On this page 4 sections
Related concepts 3 concepts

Key Takeaways

  • The framework identifies task specific features by adapting sparse autoencoders to multimodal model activations.
  • Causal removal of these isolated features reduces spatial task performance by 12% and OCR performance by 17%.
  • A steering technique called MMDiff-CAA improves spatial accuracy by 3.6% and OCR accuracy by 1.8% over standard methods.
  • The approach enables precise control over model behavior by allowing for both the removal of unwanted features and the enhancement of specific capabilities.

Summary & Methodology Analysis

The paper introduces a pipeline for interpreting and manipulating multimodal large language models (MLLMs) by treating them as a collection of modular, discoverable features. The methodology begins by training multimodal sparse autoencoders (SAEs), a technique for compressing model activations into a sparse set of interpretable features, by warm starting from base language model dictionaries. These features are then filtered to isolate those with high visual energy and significant decoder rotation, ensuring they are relevant to multimodal processing while maintaining lexical invariance through checks on neutral prompts. By using per-token contrastive firing analysis, the authors map these features to specific tasks, allowing for targeted intervention during inference.

Interactive System Flowchart

Click diagram to expand and zoom

Cross-Examination & FAQs

A deeper dive clarifying mechanics, constraints, and baseline evaluations.

Q1. What problem does this research address?

It addresses the difficulty of interpreting and controlling internal features within multimodal large language models.

Q2. Can this method be used without retraining the models?

Yes, the framework allows for feature-level causal removal and steering during inference without the need for model retraining.

Q3. Does this approach improve model performance?

Yes, the MMDiff-CAA steering method improves spatial and OCR accuracy by 3.6% and 1.8% respectively.

Q4. What is the role of sparse autoencoders in this framework?

They are used to isolate and discover feature-level components within the MLLMs after being fine-tuned on multimodal activations.

Q5. What happens when features identified for spatial tasks or OCR are removed?

Spatial task performance degrades by 12% and OCR performance by 17%, though VQA performance remains unaffected.

Q6. Which models were used to evaluate this framework?

The authors evaluated LLaVA-MORE, PaliGemma 2, and InternVL3.5-2B.

Q7. What are the specific requirements for using MMDiff-CAA steering?

It requires an instruction-tuned reference model to extract the necessary steering directions.

Q8. Are there any negative side effects when using this ablation method?

Yes, for some safety-related features, the model experiences generation collapse rather than a clean refusal.

Q9. Does the paper specify the computational cost or latency impact of this method?

The paper does not specify the computational cost or latency impact.