SHapley Estimated Explanation (SHEP): A Fast Post-Hoc Attribution Method for Interpreting Intelligent Fault Diagnosis
Qian Chen, Xingjian Dong, Zhike Peng, Guang Meng
TL;DR
SHAP-based explanations in intelligent fault diagnosis suffer from exponential subset enumeration, especially after applying domain transforms. The authors propose Patch-Wise Attribution to reduce dimensionality and SHEP to approximate SHAP with linear complexity, enabling real-time interpretations. Through simulated data and two real datasets (CWRU bearing and Helical gearbox), they demonstrate that SHEP closely matches SHAP while delivering substantial speedups. An open-source implementation is released to establish a practical benchmark for post-hoc interpretability in IFD.
Abstract
Despite significant progress in intelligent fault diagnosis (IFD), the lack of interpretability remains a critical barrier to practical industrial applications, driving the growth of interpretability research in IFD. Post-hoc interpretability has gained popularity due to its ability to preserve network flexibility and scalability without modifying model structures. However, these methods often yield suboptimal time-domain explanations. Recently, combining domain transform with SHAP has improved interpretability by extending explanations to more informative domains. Nonetheless, the computational expense of SHAP, exacerbated by increased dimensions from domain transforms, remains a major challenge. To address this, we propose patch-wise attribution and SHapley Estimated Explanation (SHEP). Patch-wise attribution reduces feature dimensions at the cost of explanation granularity, while SHEP simplifies subset enumeration to approximate SHAP, reducing complexity from exponential to linear. Together, these methods significantly enhance SHAP's computational efficiency, providing feasibility for real-time interpretation in monitoring tasks. Extensive experiments confirm SHEP's efficiency, interpretability, and reliability in approximating SHAP. Additionally, with open-source code, SHEP has the potential to serve as a benchmark for post-hoc interpretability in IFD. The code is available on https://github.com/ChenQian0618/SHEP.
