QMLGJul 1, 2021

Quantitative Evaluation of Explainable Graph Neural Networks for Molecular Property Prediction

arXiv:2107.04119v266 citationsHas Code
AI Analysis

This work addresses the lack of quantitative evaluation for explainable AI in drug discovery, which is incremental as it benchmarks existing methods rather than introducing new ones.

The paper tackled the problem of evaluating the interpretability of graph neural networks (GNNs) for molecular property prediction by building benchmark datasets and testing XAI methods, finding that GradInput and IG provide the best interpretability when combined with specific GNNs like GraphNet and CMPNN.

Advances in machine learning have led to graph neural network-based methods for drug discovery, yielding promising results in molecular design, chemical synthesis planning, and molecular property prediction. However, current graph neural networks (GNNs) remain of limited acceptance in drug discovery is limited due to their lack of interpretability. Although this major weakness has been mitigated by the development of explainable artificial intelligence (XAI) techniques, the "ground truth" assignment in most explainable tasks ultimately rests with subjective judgments by humans so that the quality of model interpretation is hard to evaluate in quantity. In this work, we first build three levels of benchmark datasets to quantitatively assess the interpretability of the state-of-the-art GNN models. Then we implemented recent XAI methods in combination with different GNN algorithms to highlight the benefits, limitations, and future opportunities for drug discovery. As a result, GradInput and IG generally provide the best model interpretability for GNNs, especially when combined with GraphNet and CMPNN. The integrated and developed XAI package is fully open-sourced and can be used by practitioners to train new models on other drug discovery tasks.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes