paper-with-me

홈 › Papers

Explaining Process Control Optimisation Recommendations via GradientSHAP and Implicit Differentiation

2026-07-16 · Paul Darm, Cem Alpturk, Kenneth Ulrich, William Duncan, Ali Anwar, Annalisa Riccardi arxiv

Automated optimisation is increasingly adopted in industrial processes, yet a trust gap persists between engineers who design these algorithms and operators who must act on their recommendations. Explainable AI methods like SHAP (SHapley Additive exPlanations) have transformed interpretability for machine learning predictions; optimisation outputs could benefit from similar techniques. We present an approach that integrates Implicit Function Theorem (IFT) based sensitivity analysis with SHAP attribution and narrative generation via Large Language Models (LLM), producing explanations tailored for operators. Our approach leverages IFT to compute exact parameter sensitivities $\partial p^*/\partial x$ from the optimality conditions, enabling efficient GradientSHAP computation. For an industrial High Pressure Grinding Roll (HPGR) control optimisation problem with 22 features, we achieve equivalent SHAP attributions (correlation $>$0.99 with KernelSHAP) with over 40$\times$ speedup, enabling real-time natural language explanations. We validate on industrial scenarios and present feedback from domain experts on generated explanations.

📄 PDF Abstract BibTeX arXiv:2607.14970

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Discovering long term dependencies in noisy time series data using deep learning

2020-11-15 · Alexey Kurochkin

Time series modelling is essential for solving tasks such as predictive maintenance, quality control and optimisation. Deep learning is widely used for solving such problems. When managing complex manufacturing process w…

BIG-bench Machine LearningTime SeriesTime Series Analysis

Explaining Transition Systems through Program Induction

2017-05-23 · Svetlin Penkov, Subramanian Ramamoorthy

Explaining and reasoning about processes which underlie observed black-box phenomena enables the discovery of causal mechanisms, derivation of suitable abstract representations and the formulation of more robust predicti…

Program induction

Exploring The Role of Local and Global Explanations in Recommender Systems

2021-09-27 · Marissa Radensky, Doug Downey, Kyle Lo, Zoran Popović 외

Explanations are well-known to improve recommender systems' transparency. These explanations may be local, explaining an individual recommendation, or global, explaining the recommender model in general. Despite their wi…

Recommendation Systems

Using Program Induction to Interpret Transition System Dynamics

2017-07-26 · Svetlin Penkov, Subramanian Ramamoorthy

Explaining and reasoning about processes which underlie observed black-box phenomena enables the discovery of causal mechanisms, derivation of suitable abstract representations and the formulation of more robust predicti…

Program induction

IEO: Intelligent Evolutionary Optimisation for Hyperparameter Tuning

2020-09-10 · Yuxi Huan, Fan Wu, Michail Basios, Leslie Kanthan 외

Hyperparameter optimisation is a crucial process in searching the optimal machine learning model. The efficiency of finding the optimal hyperparameter settings has been a big concern in recent researches since the optimi…

BIG-bench Machine Learning