Explainable AI for microseismic event detection
Ayrat Abdullin, Denis Anikiev, Umair bin Waheed
TL;DR
The paper tackles the interpretability challenge of deep learning-based microseismic event detection by applying Grad-CAM and SHAP to PhaseNet, revealing that the model attends to physically meaningful P- and S-wave features and that SHAP attributions align with seismic polarization. It introduces a SHAP-gated inference scheme that fuses the model's output with an explanation-based metric, achieving a higher F1 score (0.98) than the baseline (0.97) on a 9,000-window test set and demonstrating improved noise robustness. The work demonstrates that explainability techniques can both validate model decisions against geophysical knowledge and directly improve detector performance, offering a pathway toward explainable-by-design seismic AI systems. This approach provides a template for integrating XAI into critical geoscience applications and may generalize to other detectors and architectures, such as Transformer-based models.
Abstract
Deep neural networks like PhaseNet show high accuracy in detecting microseismic events, but their black-box nature is a concern in critical applications. We apply explainable AI (XAI) techniques, such as Gradient-weighted Class Activation Mapping (Grad-CAM) and Shapley Additive Explanations (SHAP), to interpret the PhaseNet model's decisions and improve its reliability. Grad-CAM highlights that the network's attention aligns with P- and S-wave arrivals. SHAP values quantify feature contributions, confirming that vertical-component amplitudes drive P-phase picks while horizontal components dominate S-phase picks, consistent with geophysical principles. Leveraging these insights, we introduce a SHAP-gated inference scheme that combines the model's output with an explanation-based metric to reduce errors. On a test set of 9,000 waveforms, the SHAP-gated model achieved an F1-score of 0.98 (precision 0.99, recall 0.97), outperforming the baseline PhaseNet (F1-score 0.97) and demonstrating enhanced robustness to noise. These results show that XAI can not only interpret deep learning models but also directly enhance their performance, providing a template for building trust in automated seismic detectors.
