CVMar 14

SCoCCA: Multi-modal Sparse Concept Decomposition via Canonical Correlation Analysis

arXiv:2603.1388425.3h-index: 5
AI Analysis

This work addresses the need for interpretable AI in safety-critical domains by extending concept-based explanations to multi-modal settings, though it is incremental as it builds on existing CCA and concept decomposition methods.

The paper tackled the problem of interpreting vision-language models by developing a multi-modal concept-based explainability method that aligns cross-modal embeddings using Canonical Correlation Analysis (CCA) and enforces sparsity, achieving state-of-the-art performance in concept discovery tasks like reconstruction and manipulation.

Interpreting the internal reasoning of vision-language models is essential for deploying AI in safety-critical domains. Concept-based explainability provides a human-aligned lens by representing a model's behavior through semantically meaningful components. However, existing methods are largely restricted to images and overlook the cross-modal interactions. Text-image embeddings, such as those produced by CLIP, suffer from a modality gap, where visual and textual features follow distinct distributions, limiting interpretability. Canonical Correlation Analysis (CCA) offers a principled way to align features from different distributions, but has not been leveraged for multi-modal concept-level analysis. We show that the objectives of CCA and InfoNCE are closely related, such that optimizing CCA implicitly optimizes InfoNCE, providing a simple, training-free mechanism to enhance cross-modal alignment without affecting the pre-trained InfoNCE objective. Motivated by this observation, we couple concept-based explainability with CCA, introducing Concept CCA (CoCCA), a framework that aligns cross-modal embeddings while enabling interpretable concept decomposition. We further extend it and propose Sparse Concept CCA (SCoCCA), which enforces sparsity to produce more disentangled and discriminative concepts, facilitating improved activation, ablation, and semantic manipulation. Our approach generalizes concept-based explanations to multi-modal embeddings and achieves state-of-the-art performance in concept discovery, evidenced by reconstruction and manipulation tasks such as concept ablation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes