ModelOps

From HandWiki

ModelOps (model operations), as defined by Gartner, "is focused primarily on the governance and life cycle management of a wide range of operationalized artificial intelligence (AI) and decision models, including machine learning, knowledge graphs, rules, optimization, linguistic and agent-based models".[1] “ModelOps lies at the heart of any enterprise AI strategy”.[2] It orchestrates the model life cycles of all models in production across the entire enterprise, from putting a model into production, then evaluating and updating the resulting application according to a set of governance rules, including both technical and business KPI's. It grants business domain experts the capability to evaluate AI models in production, independent of data scientists.[3]

Illustrates the ModelOps cycle

A Forbes article promoted ModelOps: "As enterprises scale up their AI initiatives to become a true Enterprise AI organization, having full operationalized analytics capability puts ModelOps in the center, connecting both DataOps and DevOps."[4]

History

In a 2018 Gartner survey, 37% of respondents reported that they had deployed AI in some form; however, Gartner pointed out that enterprises were still far from implementing AI, citing deployment challenges.[5] Enterprises were accumulating undeployed, unused, and unrefreshed models, and manually deployed, often at a business unit level, increasing the risk exposure of the entire enterprise.[6] Independent analyst firm Forrester also covered this topic in a 2018 report on machine learning and predictive analytics vendors: “Data scientists regularly complain that their models are only sometimes or never deployed. A big part of the problem is organizational chaos in understanding how to apply and design models into applications. But another big part of the problem is technology. Models aren’t like software code because they need model management.”[7]

In December 2018, Waldemar Hummer and Vinod Muthusamy of IBM Research AI, proposed ModelOps as “a programming model for reusable, platform-independent, and composable AI workflows” on IBM Programming Languages Day.[8] In their presentation, they noted the difference between the application development lifecycle, represented by DevOps, and the AI application lifecycle.[9]

The goal for developing ModelOps was to address the gap between model deployment and model governance, ensuring that all models were running in production with strong governance, aligned with technical and business KPI's, while managing the risk. In their presentation, Hummer and Muthusamy described a programmatic solution for AI-aware staged deployment and reusable components that would enable model versions to match business apps, and which would include AI model concepts such as model monitoring, drift detection, and active learning. The solution would also address the tension between model performance and business key performance indicators (KPIs), application and model logs, and model proxies and evolving policies. Various cloud platforms were part of the proposal. In June 2019, Hummer, Muthusamy, Thomas Rausch, Parijat Dube, and Kaoutar El Maghraoui presented a paper at the 2019 IEEE International Conference on Cloud Engineering (IC2E).[10] The paper expanded on their 2018 presentation, proposing ModelOps as a cloud-based framework and platform for end-to-end development and lifecycle management of artificial intelligence (AI) applications. In the abstract, they stated that the framework would show how it is possible to extend the principles of software lifecycle management to enable automation, trust, reliability, traceability, quality control, and reproducibility of AI model pipelines.[11] In March 2020, ModelOp, Inc. published the first comprehensive guide to ModelOps methodology. The objective of this publication was to provide an overview of the capabilities of ModelOps, as well as the technical and organizational requirements for implementing ModelOps practices.[12]

In October 2020, ModelOp launched ModelOp.io, an online hub for ModelOps and MLOps resources. Alongside the launch of this website, ModelOp released a Request for Proposal (RFP) template. Resulting from interviews with industry experts and analysts, this RFP template was designed to address the functional requirements of ModelOps and MLOps solutions.[13]

Use cases

One typical use case for ModelOps is in the financial services sector, where hundreds of time-series models are used to focus on strict rules for bias and auditability. In these cases, model fairness and robustness are critical, meaning the models have to be fair and accurate, and they have to run reliably. ModelOps automates the model life cycle of models in production. Such automation includes designing the model life cycle, inclusive of technical, business and compliance KPI's and thresholds, to govern and monitor the model as it runs, monitoring the models for bias and other technical and business anomalies, and updating the model as needed without disrupting the applications. ModelOps is the dispatcher that keeps all of the trains running on time and on the right track, ensuring risk control, compliance and business performance.

Another use case is the monitoring of a diabetic's blood sugar levels based on a patient's real-time data. The model that can predict hypoglycemia must be constantly refreshed with the current data, business KPI's and anomalies should be continuously monitored and must be available in a distributed environment, so the information is available on a mobile device as well as reporting to a larger system. The orchestration, governance, retraining, monitoring, and refreshing is done with ModelOps.

The ModelOps process

The ModelOps process focuses on automating the governance, management and monitoring of models in production across the enterprise, enabling AI and application developers to easily plug in life cycle capabilities (such as bias-detection, robustness and reliability, drift detection, technical, business and compliance KPI's, regulatory constraints and approval flows) for putting AI models into production as business applications. The process starts with a standard representation of candidate models for production that includes a metamodel (the model specification) with all of the component and dependent pieces that go into building the model, such as the data, the hardware and software environments, the classifiers, and code plug-ins, and most importantly, the business and compliance/risk KPI's.

ModelOps: An evolution of MLOps

MLOps (machine learning operations) is a discipline that enables data scientists and IT professionals to collaborate and communicate while automating machine learning algorithms. It extends and expands on the principles of DevOps to support the automation of developing and deploying machine learning models and applications.[14] As a practice, MLOps involves routine machine learning (ML) models. However, the variety and uses of models have changed to include decision optimization models, optimization models, and transformational models that are added to applications. ModelOps is an evolution of MLOps that expands its principles to include not just the routine deployment of machine learning models but also the continuous retraining, automated updating, and synchronized development and deployment of more complex machine learning models.[15] ModelOps refers to the operationalization of all AI models, including the machine learning models with which MLOps is concerned.[16]

References

  1. Brethenoux, Erick. "Gartner Glossary". https://www.gartner.com/en/information-technology/glossary/modelops. 
  2. Choudhary, Farhan. "Gartner Glossary". https://www.gartner.com/document/3988487?ref=solrAll&refval=272948122. 
  3. Barot, Soyeb. "A Guidance Framework for Operationalizing Machine Learning". https://www.gartner.com/document/3985154. 
  4. Wu, Jun. "ModelOps Is The Key To Enterprise AI". https://www.forbes.com/sites/cognitiveworld/2020/03/31/modelops-is-the-key-to-enterprise-ai/?sh=318c9a6f5a1a. 
  5. "Gartner Survey Shows 37 Percent of Organizations Have Implemented AI in Some Form.". Gartner Newsroom. 2018-01-21. 
  6. Wu, Jun (2020), ModelOps Is the Key To Enterprise AI. (published 31 March 2020), https://www.forbes.com/sites/cognitiveworld/2020/03/31/modelops-is-the-key-to-enterprise-ai/#4b226e316f5a 
  7. "Multimodal Predictive Analytics and Machine Learning Solutions, Q3 2018.". https://www.ibm.com/analytics/au/en/technology/data-science/download/Forrester_Wave_for_Multi-Modal_PAML_Solutions_Sep2018.pdf. 
  8. "IBM Programming Languages Day". https://researcher.watson.ibm.com/researcher/view_group_subpage.php?id=9578. 
  9. "Waldemar Hummer and Vinod Muthusamy, A programming model for reusable, platform-independent, and composable AI workflows,". IBM Research AI, 10 December 2018.. 
  10. "IEEE International Conference on Cloud Engineering (IC2E)". https://conferences.computer.org/IC2E/2019/index.htm. 
  11. Hummer, Waldemar; Muthusamy, Vinod. "ModelOps: Cloud-based Lifecycle Management for Reliable and Trusted AI". IEEE International Conference on Cloud Engineering. Parijat Dube, Kaoutar El Maghraoui. pp. 1. 
  12. "ModelOps Essentials: Best Practices for Success with Enterprise AI". https://www.modelop.com/wp-content/uploads/2020/05/ModelOps_Essential_Guide.pdf. 
  13. "ModelOps RFP". https://modelop.io/modelops-rfp/. Retrieved 30 October 2020. 
  14. Talagala, Nisha (2018-01-30). "Why MLOps (and not just ML) is your Business' New Competitive Frontier". AITrends. 
  15. "Building ModelOps with intelligent automation for cloud-native apps accelerates growth with digital transformation initiatives". 451 Research. 
  16. Vashisth, Shubhangi; Brethenoux, Erick; Choudhary, Farhan; Hare, Jim. "Use Gartner’s 3-Stage MLOps Framework to Successfully Operationalize Machine Learning Projects". https://www.gartner.com/document/3987104.