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 paper evaluates transfer learning strategies for updating failed ML models in industrial MLOps, focusing on accuracy and computational efficiency through a case study on power plant data.
Contribution
It compares ensemble, all-layers, and last-layer transfer learning methods for model adaptation in industrial settings, providing practical insights for MLOps practitioners.
Findings
ETL outperforms other methods for 5-day batch updates.
ALTL is effective for large batch size updates.
Computational requirements vary with batch size and method.
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.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFault Detection and Control Systems · Data Stream Mining Techniques · Machine Learning and ELM
