SHapley Estimated Explanation (SHEP): A Fast Post-Hoc Attribution Method for Interpreting Intelligent Fault Diagnosis
Journal:
arXiv
Published Date:
Apr 3, 2025
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.