Explainability for Fault Detection System in Chemical Processes
Georgios Gravanis, Dimitrios Kyriakou, Spyros Voutetakis, Simira Papadopoulou, Konstantinos Diamantaras
TL;DR
The paper tackles explainability for fault detection in chemical processes by comparing two post hoc XAI methods, IG and SHAP, applied to a high-accuracy LSTM classifier trained on the Tennessee Eastman Process. It evaluates whether explanations converge on the same influential features and whether the explanations align with physical plant understanding, using case studies such as IDV 11 and IDV 8. The findings show that IG and SHAP largely agree on important variables, though SHAP can offer more informative insights for certain faults, and the approach is model-agnostic and transferable. This work advances trust in DL-based fault detection in chemical processes by delivering interpretable explanations that support root-cause analysis and operational decision-making.
Abstract
In this work, we apply and compare two state-of-the-art eXplainability Artificial Intelligence (XAI) methods, the Integrated Gradients (IG) and the SHapley Additive exPlanations (SHAP), that explain the fault diagnosis decisions of a highly accurate Long Short-Time Memory (LSTM) classifier. The classifier is trained to detect faults in a benchmark non-linear chemical process, the Tennessee Eastman Process (TEP). It is highlighted how XAI methods can help identify the subsystem of the process where the fault occurred. Using our knowledge of the process, we note that in most cases the same features are indicated as the most important for the decision, while insome cases the SHAP method seems to be more informative and closer to the root cause of the fault. Finally, since the used XAI methods are model-agnostic, the proposed approach is not limited to the specific process and can also be used in similar problems.
