paper-with-me

Papers

Neural Response Interpretation through the Lens of Critical Pathways

2021-03-31 · CVPR 2021 1 · Ashkan Khakzar, Soroosh Baselizadeh, Saurabh Khanduja, Christian Rupprecht, Seong Tae Kim, Nassir Navab

Is critical input information encoded in specific sparse pathways within the neural network? In this work, we discuss the problem of identifying these critical pathways and subsequently leverage them for interpreting the network's response to an input. The pruning objective -- selecting the smallest group of neurons for which the response remains equivalent to the original network -- has been previously proposed for identifying critical pathways. We demonstrate that sparse pathways derived from pruning do not necessarily encode critical input information. To ensure sparse pathways include critical fragments of the encoded input information, we propose pathway selection via neurons' contribution to the response. We proceed to explain how critical pathways can reveal critical input features. We prove that pathways selected via neuron contribution are locally linear (in an L2-ball), a property that we use for proposing a feature attribution method: "pathway gradient". We validate our interpretation method using mainstream evaluation experiments. The validation of pathway gradient interpretation method further confirms that selected pathways using neuron contributions correspond to critical input features. The code is publicly available.

📄 PDF Abstract BibTeX arXiv:2103.16886

Code (2)

CAMP-eXplain-AI/PathwayGrad 공식 구현 pytorch
CAMP-eXplain-AI/RoarTorch 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Deep Neural Model Inspection and Comparison via Functional Neuron Pathways

2019-07-01 · ACL 2019 7 · James Fiacco, Samridhi Choudhary, Carolyn Rose

We introduce a general method for the interpretation and comparison of neural models. The method is used to factor a complex neural model into its functional components, which are comprised of sets of co-firing neurons t…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Natural Language Inference

Explaining Grokking in Transformers through the Lens of Inductive Bias

2026-02-06 · Jaisidh Singh, Diganta Misra, Antonio Orvieto arxiv

We investigate grokking in transformers through the lens of inductive bias: dispositions arising from architecture or optimization that let the network prefer one solution over another. We first show that architectural c…

Causal Reasoning through Two Layers of Cognition for Improving Generalization in Visual Question Answering

2023-10-09 · Trang Nguyen, Naoaki Okazaki

Generalization in Visual Question Answering (VQA) requires models to answer questions about images with contexts beyond the training distribution. Existing attempts primarily refine unimodal aspects, overlooking enhancem…

Answer GenerationQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Understanding the Role of Pathways in a Deep Neural Network

2024-02-28 · Lei Lyu, Chen Pang, Jihua Wang

Deep neural networks have demonstrated superior performance in artificial intelligence applications, but the opaqueness of their inner working mechanism is one major drawback in their application. The prevailing unit-bas…

The Psychology of Falsehood: A Human-Centric Survey of Misinformation Detection

2025-09-19 · Arghodeep Nandi, Megha Sundriyal, Euna Mehnaz Khan, Jikai Sun 외 arxiv

Misinformation remains one of the most significant issues in the digital age. While automated fact-checking has emerged as a viable solution, most current systems are limited to evaluating factual accuracy. However, the …