DecomCAM: Advancing Beyond Saliency Maps through Decomposition and Integration
Yuguang Yang, Runtang Guo, Sheng Wu, Yimi Wang, Linlin Yang, Bo Fan, Jilong Zhong, Juan Zhang, Baochang Zhang
TL;DR
DecomCAM addresses the challenge of interpreting complex vision-language models by decomposing class-discriminative activation maps with gradient-guided channel selection and Singular Value Decomposition to produce Orthogonal Sub-Saliency Maps (OSSMs). These OSSMs are integrated using forward-score differences on Gaussian-blurred references, yielding robust, fine-grained saliency maps that emphasize distinct visual attributes while suppressing noise. Extensive experiments on six CLIP-based benchmarks demonstrate superior localization, causal interpretability, and attribute-aligned OSSMs, outperforming prior CAM and decomposition methods and enabling category-level interpretation. The approach offers a scalable, efficient pathway toward transparent, fine-grained understanding of deep models in open-world vision-language tasks.
Abstract
Interpreting complex deep networks, notably pre-trained vision-language models (VLMs), is a formidable challenge. Current Class Activation Map (CAM) methods highlight regions revealing the model's decision-making basis but lack clear saliency maps and detailed interpretability. To bridge this gap, we propose DecomCAM, a novel decomposition-and-integration method that distills shared patterns from channel activation maps. Utilizing singular value decomposition, DecomCAM decomposes class-discriminative activation maps into orthogonal sub-saliency maps (OSSMs), which are then integrated together based on their contribution to the target concept. Extensive experiments on six benchmarks reveal that DecomCAM not only excels in locating accuracy but also achieves an optimizing balance between interpretability and computational efficiency. Further analysis unveils that OSSMs correlate with discernible object components, facilitating a granular understanding of the model's reasoning. This positions DecomCAM as a potential tool for fine-grained interpretation of advanced deep learning models. The code is avaible at https://github.com/CapricornGuang/DecomCAM.
