paper-with-me

Papers

An Efficient Model Maintenance Approach for MLOps

2024-12-05 · Forough Majidi, Foutse khomh, Heng Li, Amin Nikanjam

In recent years, many industries have utilized machine learning (ML) models in their systems. Ideally, ML models should be trained on and applied to data from the same distributions. However, the data evolves over time in many application areas, leading to concept drift, which in turn causes the performance of the ML models to degrade over time. Therefore, maintaining up-to-date ML models plays a critical role in the MLOps pipeline. Existing ML model maintenance approaches are often computationally resource-intensive, costly, time-consuming, and model-dependent. Thus, we propose an improved MLOps pipeline, a new model maintenance approach and a Similarity-Based Model Reuse (SimReuse) tool to address the challenges of ML model maintenance. We identify seasonal and recurrent data distribution patterns in time series datasets throughout a preliminary study. Recurrent data distribution patterns enable us to reuse previously trained models for similar distributions in the future, thus avoiding frequent unnecessary retrainings. Then, we integrated the model reuse approach into the MLOps pipeline and proposed our improved MLOps pipeline. Furthermore, we develop SimReuse, a tool to implement the new components of our MLOps pipeline to store models and reuse them for inference of data segments with similar data distributions in the future. Our evaluation results on five time series datasets demonstrate that our model reuse approach can maintain the models' performance while significantly reducing maintenance time, costs, and the number of retrainings. Our model reuse approach achieves ML model performance comparable to the best baselines, while reducing the computation time and costs to 1/8th. Therefore, industries and practitioners can benefit from our approach and use our tool to maintain their ML models' performance in the deployment phase to reduce their maintenance time and costs.

📄 PDF Abstract BibTeX arXiv:2412.04657

Code (0)

등록된 구현이 없습니다.

Tasks

modelTime Series

Similar Papers 제목 키워드 기반

Operationalizing AI: Empirical Evidence on MLOps Practices, User Satisfaction, and Organizational Context

2025-10-11 · Stefan Pasch arxiv

Organizational efforts to utilize and operationalize artificial intelligence (AI) are often accompanied by substantial challenges, including scalability, maintenance, and coordination across teams. In response, the conce…

Good Tools are Half the Work: Tool Usage in Deep Learning Projects

2023-10-29 · Evangelia Panourgia, Theodoros Plessas, Ilias Balampanis, Diomidis Spinellis

The rising popularity of deep learning (DL) methods and techniques has invigorated interest in the topic of SE4DL (Software Engineering for Deep Learning), the application of software engineering (SE) practices on deep l…

Deep Learning

Architecturally Significant MLOps Guidelines for ML Model Integration and Deployment: a Gray Literature Review

2026-06-03 · Faezeh Amou Najafabad, Markus Haug, Keerthiga Rajenthiram, Justus Bogner 외 arxiv

Context. Despite the growing adoption of Machine Learning Operations (MLOps), teams often approach MLOps projects in an ad hoc manner due to the lack of consolidated architectural guidance. The community would benefit fr…

Embedding the MLOps Lifecycle into OT Reference Models

2025-10-23 · Simon Schindler, Christoph Binder, Lukas Lürzer, Stefan Huber arxiv

Machine Learning Operations (MLOps) practices are increas- ingly adopted in industrial settings, yet their integration with Opera- tional Technology (OT) systems presents significant challenges. This pa- per analyzes the…

MLOps: A Review

2023-08-19 · Samar Wazir, Gautam Siddharth Kashyap, Parag Saxena

Recently, Machine Learning (ML) has become a widely accepted method for significant progress that is rapidly evolving. Since it employs computational methods to teach machines and produce acceptable answers. The signific…