paper-with-me

Papers

Comprehensive Information Bottleneck for Unveiling Universal Attribution to Interpret Vision Transformers

2025-01-01 · CVPR 2025 1 · Jung-Ho Hong, Ho-Joong Kim, Kyu-Sung Jeon, Seong-Whan Lee

The feature attribution method reveals the contribution of input variables to the decision-making process to provide an attribution map for explanation. Existing methods grounded on the information bottleneck principle compute information in a specific layer to obtain attributions, compressing the features by injecting noise via a parametric damping ratio. However, the attribution obtained in a specific layer neglects evidence of the decision-making process distributed across layers. In this paper, we introduce a comprehensive information bottleneck (CoIBA), which discovers the relevant information in each targeted layer to explain the decision-making process. Our core idea is applying information bottleneck in multiple targeted layers to estimate the comprehensive information by sharing a parametric damping ratio across the layers. Leveraging this shared ratio complements the over-compressed information to discover the omitted clues of the decision by sharing the relevant information across the targeted layers. We suggest the variational approach to fairly reflect the relevant information of each layer by upper bounding layer-wise information. Therefore, CoIBA guarantees that the discarded activation is unnecessary in every targeted layer to make a decision. The extensive experimental results demonstrate the enhancement in faithfulness of the feature attributions provided by CoIBA.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Making

Similar Papers 제목 키워드 기반

Comprehensive Information Bottleneck for Unveiling Universal Attribution to Interpret Vision Transformers

2025-07-06 · Jung-Ho Hong, Ho-Joong Kim, Kyu-Sung Jeon, Seong-Whan Lee arxiv

The feature attribution method reveals the contribution of input variables to the decision-making process to provide an attribution map for explanation. Existing methods grounded on the information bottleneck principle c…

Revealing the Parametric Knowledge of Language Models: A Unified Framework for Attribution Methods

2024-04-29 · Haeun Yu, Pepa Atanasova, Isabelle Augenstein

Language Models (LMs) acquire parametric knowledge from their training process, embedding it within their weights. The increasing scalability of LMs, however, poses significant challenges for understanding a model's inne…

Through the Bottleneck: How Multi-head Latent Attention Separates Content from Position in Language Models

2026-07-25 · Dhruvil S, Fenil Sojitra, Ravirajsinh Chauhan arxiv

Multi-head Latent Attention (MLA), introduced in DeepSeek-V2, compresses key-value pairs through a shared low-rank bottleneck (cKV), achieving 81% KV-cache reduction during inference. Despite its adoption in massive prod…

Restricting the Flow: Information Bottlenecks for Attribution

2020-01-02 · ICLR 2020 1 · Karl Schulz, Leon Sixt, Federico Tombari, Tim Landgraf

Attribution methods provide insights into the decision-making of machine learning models like artificial neural networks. For a given input sample, they assign a relevance score to each individual input variable, such as…

Decision Making

Visual Explanations of Image-Text Representations via Multi-Modal Information Bottleneck Attribution

2023-12-28 · NeurIPS 2023 11 · Ying Wang, Tim G. J. Rudner, Andrew Gordon Wilson

Vision-language pretrained models have seen remarkable success, but their application to safety-critical settings is limited by their lack of interpretability. To improve the interpretability of vision-language models su…