paper-with-me

홈 › Papers

Explaining Local, Global, And Higher-Order Interactions In Deep Learning

2020-06-12 · ICCV 2021 10 · Samuel Lerman, Chenliang Xu, Charles Venuto, Henry Kautz

We present a simple yet highly generalizable method for explaining interacting parts within a neural network's reasoning process. First, we design an algorithm based on cross derivatives for computing statistical interaction effects between individual features, which is generalized to both 2-way and higher-order (3-way or more) interactions. We present results side by side with a weight-based attribution technique, corroborating that cross derivatives are a superior metric for both 2-way and higher-order interaction detection. Moreover, we extend the use of cross derivatives as an explanatory device in neural networks to the computer vision setting by expanding Grad-CAM, a popular gradient-based explanatory tool for CNNs, to the higher order. While Grad-CAM can only explain the importance of individual objects in images, our method, which we call Taylor-CAM, can explain a neural network's relational reasoning across multiple objects. We show the success of our explanations both qualitatively and quantitatively, including with a user study. We will release all code as a tool package to facilitate explainable deep learning.

📄 PDF Abstract BibTeX arXiv:2006.08601

Code (1)

slerman12/ExplainingInteractions 공식 구현 pytorch

Tasks

Deep LearningExplainable artificial intelligenceObject DetectionRelational Reasoning

Similar Papers 제목 키워드 기반

Explaining Hypergraph Neural Networks: From Local Explanations to Global Concepts

2024-10-10 · Shiye Su, Iulia Duta, Lucie Charlotte Magister, Pietro Liò

Hypergraph neural networks are a class of powerful models that leverage the message passing paradigm to learn over hypergraphs, a generalization of graphs well-suited to describing relational data with higher-order inter…

Exploring The Role of Local and Global Explanations in Recommender Systems

2021-09-27 · Marissa Radensky, Doug Downey, Kyle Lo, Zoran Popović 외

Explanations are well-known to improve recommender systems' transparency. These explanations may be local, explaining an individual recommendation, or global, explaining the recommender model in general. Despite their wi…

Recommendation Systems

NormLime: A New Feature Importance Metric for Explaining Deep Neural Networks

2019-09-10 · ICLR 2020 1 · Isaac Ahern, Adam Noack, Luis Guzman-Nateras, Dejing Dou 외

The problem of explaining deep learning models, and model predictions generally, has attracted intensive interest recently. Many successful approaches forgo global approximations in order to provide more faithful local i…

Feature Importance

Higher Order Structures For Graph Explanations

2024-06-05 · Akshit Sinha, Sreeram Vennam, Charu Sharma, Ponnurangam Kumaraguru

Graph Neural Networks (GNNs) have emerged as powerful tools for learning representations of graph-structured data, demonstrating remarkable performance across various tasks. Recognising their importance, there has been e…

Graph Learning

Voronoi-based Second-order Descriptor with Whitened Metric in LiDAR Place Recognition

2026-03-16 · Jaein Kim, Hee Bin Yoo, Dong-Sig Han, Byoung-Tak Zhang arxiv

The pooling layer plays a vital role in aggregating local descriptors into the metrizable global descriptor in the LiDAR Place Recognition (LPR). In particular, the second-order pooling is capable of capturing higher-ord…