From drift to adaptation to the failed ml model: Transfer Learning in Industrial MLOps
Waqar Muhammad Ashraf, Talha Ansar, Fahad Ahmed, Jawad Hussain, Muhammad Mujtaba Abbas, Vivek Dua
TL;DR
This work tackles drift-induced failures of production ML models in industrial settings by systematically comparing three transfer-learning update strategies—ETL, ALTL, and LLTL—applied to a feedforward ANN monitoring flue gas differential pressure in a 660 MW plant. Using two batch sizes (5 days and 8 days) and a failure window in April, the study shows ETL yields superior accuracy for small batches, whereas ALTL excels for larger batches, with SHAP indicating stable feature importance and weight-space analyses highlighting distinct plasticity-stability trade-offs. The results offer practical guidance for MLOps on selecting update strategies and batch windows to adapt failed models to data drift while managing computational costs. Overall, the paper provides mechanistic insight into how transfer-learning–driven updates behave under drift in batch-process industrial contexts and how to operationalize them in production.
Abstract
Model adaptation to production environment is critical for reliable Machine Learning Operations (MLOps), less attention is paid to developing systematic framework for updating the ML models when they fail under data drift. This paper compares the transfer learning enabled model update strategies including ensemble transfer learning (ETL), all-layers transfer learning (ALTL), and last-layer transfer learning (LLTL) for updating the failed feedforward artificial neural network (ANN) model. The flue gas differential pressure across the air preheater unit installed in a 660 MW thermal power plant is analyzed as a case study since it mimics the batch processes due to load cycling in the power plant. Updating the failed ANN model by three transfer learning techniques reveals that ETL provides relatively higher predictive accuracy for the batch size of 5 days than those of LLTL and ALTL. However, ALTL is found to be suitable for effective update of the model trained on large batch size (8 days). A mixed trend is observed for computational requirement (hyperparameter tuning and model training) of model update techniques for different batch sizes. These fundamental and empiric insights obtained from the batch process-based industrial case study can assist the MLOps practitioners in adapting the failed models to data drifts for the accurate monitoring of industrial processes.
