RISE: Radius of Influence based Subgraph Extraction for 3D Molecular Graph Explanation
Jingxiang Qu, Wenhan Gao, Jiaxing Zhang, Xufeng Liu, Hua Wei, Haibin Ling, Yi Liu
TL;DR
This work tackles explainability for 3D GNNs in molecular graphs, where edges are defined by distance cut-offs and learning captures distance-dependent interactions. It introduces RISE, a radius-of-influence framework that reformulates explanations as directed proximity graphs and optimizes a per-atom radius mask without relaxing discrete masks, enabling exact budgeting and interpretable, atom-centered subgraphs. Across QM9 and GEOM datasets and with both invariant and equivariant backbones, RISE outperforms state-of-the-art baselines and yields subgraphs that align with chemical bonds, demonstrating both higher fidelity explanations and chemical interpretability. By grounding explanations in the physics of spatial interactions and enforcing exact budgets, RISE provides a faithful, physically meaningful framework for explaining 3D molecular GNN predictions.
Abstract
3D Geometric Graph Neural Networks (GNNs) have emerged as transformative tools for modeling molecular data. Despite their predictive power, these models often suffer from limited interpretability, raising concerns for scientific applications that require reliable and transparent insights. While existing methods have primarily focused on explaining molecular substructures in 2D GNNs, the transition to 3D GNNs introduces unique challenges, such as handling the implicit dense edge structures created by a cut-off radius. To tackle this, we introduce a novel explanation method specifically designed for 3D GNNs, which localizes the explanation to the immediate neighborhood of each node within the 3D space. Each node is assigned an radius of influence, defining the localized region within which message passing captures spatial and structural interactions crucial for the model's predictions. This method leverages the spatial and geometric characteristics inherent in 3D graphs. By constraining the subgraph to a localized radius of influence, the approach not only enhances interpretability but also aligns with the physical and structural dependencies typical of 3D graph applications, such as molecular learning.
