Startseite Developing and Qualifying an ML Application for MRO Assistance
Artikel Open Access

Developing and Qualifying an ML Application for MRO Assistance

  • Helena Ebel

    Helena Ebel, M. Sc.; completed her industrial engineering studies at TU Berlin in 2017. After earning her bachelor’s degree and during her master’s studies, she worked as an SAP consultant in the area of Finance before joining the Industrial Information Technology (IIT) department in 2018. Her research focuses on AI applications and digital twins.

    EMAIL logo
    , Gerald Kremer

    Gerald Kremer, M. Sc., completed his master’s degree in industrial engineering at TU Berlin in 2019. After working as a project manager for the development and qualification of digital health applications, he joined the Industrial Information Technology (IIT) department in 2021. His research focuses on digital twins and AI applications.

    , Morgan Geldenhuys

    Morgan Geldenhuys, M. Sc., born in 1981, specialized in Computer Science with a focus on Complex & Distributed Systems. Experienced IT professional, scientific researcher, and entrepreneur. Currently Senior Research Assistant at TU Berlin, located in Berlin, Germany.

    , Oksana Rasskazova

    M. A. Oksana Rasskazova completed her master’s degree in linguistics at Humboldt University of Berlin in 2015. After her academic work from 2015 to 2020, she took over the management of technical infrastructure at TU Berlin and contributed to the development of the Excellence Cluster Science of Intelligence. She is currently leading automation projects at Gestalt Robotics.

    , Rene Kern

    Rene Kern completed an NDT master’s degree in 2006 at the DGZfP in Berlin. Since 1995, he has held various positions within Siemens AD, now Siemens Energy Global GmbH & Co. KG, ranging from new construction to blade refurbishment. He is currently working as a Product Manager in Service Engineering.

    und Rainer Stark

    Prof. Dr.-Ing. Rainer Stark, born in 1964, studied mechanical engineering at the University of Hanover. After earning his doctorate at the Institute of Mechanical Engineering at the Bundeswehr University Hamburg, he held senior positions at Ford Motor Company. In 2008, he was appointed as a professor at the Technical University of Berlin, where he has since led the Department of Industrial Information Technology.

Veröffentlicht/Copyright: 27. März 2025
Veröffentlichen auch Sie bei De Gruyter Brill

Abstract

This study presents a framework for integrating and qualifying Machine Learning (ML) in Maintenance, Repair, and Overhaul (MRO) processes for gas turbines. Using neural networks for damage detection and decision trees for repair estimation, it emphasizes continuous qualification aligned with ISO/IEC standards and responsible AI principles. An interactive guide supports systematic ML implementation, ensuring transparency and compliance with Industry 4.0. Validated through two turbine blade case studies, the approach addresses key qualification steps, ensuring reliability in ML-assisted workflows. The study highlights the need for refined ML qualification standards to adapt to evolving AI technologies and regulations.

Abstract

Diese Studie stellt einen Rahmen für die Integration und Qualifizierung von Maschinellem Lernen (ML) in Wartungs-, Reparatur- und Überholungsprozessen (MRO) für Gasturbinen vor. Durch den Einsatz neuronaler Netze zur Schadenserkennung und Entscheidungsbäumen zur Reparaturschätzung wird eine kontinuierliche Qualifizierung im Einklang mit ISO/IEC-Standards und verantwortungsvollen KI-Prinzipien betont. Ein interaktiver Leitfaden unterstützt die systematische ML-Implementierung und sorgt so für Transparenz und Einhaltung von Industrie 4.0. Der durch zwei Fallstudien zu Turbinenschaufeln validierte Ansatz befasst sich mit wichtigen Qualifizierungsschritten und gewährleistet die Zuverlässigkeit in ML-unterstützten Arbeitsabläufen. Die Studie unterstreicht die Notwendigkeit verfeinerter ML-Qualifizierungsstandards, um sich an die sich entwickelnden KI-Technologien und -Vorschriften anzupassen.

Introduction

In recent years, machine learning (ML) has gained increasing prominence within the industry, particularly in enabling the capabilities of Industry 4.0 [1]. Integrating ML into industrial processes is expected to yield benefits such as enhanced performance [2]. Specifically, in maintenance management, a transition from reactive and periodic maintenance to predictive and proactive maintenance is anticipated [3]. Maintenance management is often referred to as Maintenance, Repair, and Overhaul (MRO), which encompasses many cost-efficient procedures. The MRO process is commonly applied to overhaul gas turbines to minimize life cycle costs and optimize component performance. The availability and efficiency of gas turbine units are two key concerns for operators regarding performance optimization [4]. Many components have a limited service life relative to the overall operational lifespan of the gas turbine system [5], making maintenance and repair a longstanding focus for operators.

Traditionally, maintenance has been conducted through static repair process chains, in which the same value-adding steps are repeatedly executed. However, this manual and static approach is often inefficient. Typically, engineers consult the Repair Specification Manual (RSM) to identify appropriate repair actions or subsequent inspection processes for observed material defects. This process is monotonous, prone to errors, and incompatible with the real-time capabilities required for documentation management in Industry 4.0 [6], as the RSM documentation is searched manually and updated infrequently. To address these challenges, using ML applications is becoming an increasingly viable solution [7].

Engineering Case

In this paper, a turbine blade from a gas turbine is considered as the technical system under study. The turbine blades undergo an MRO process that initially involves stripping, cleaning, and inspection. The inspection results determine the scope of repair and individual activities before the repair process begins. This paper examines two subprocesses in more detail: damage detection and repair estimation.

Damage detection primarily focuses on inspecting surface cracks, spallation, and material loss. Traditionally, after stripping, the blades were manually inspected for cracks by inspectors, who documented them in 2D drawings. To automate this process, cameras were employed to capture image data of the turbine blades, and a neural network was trained to detect cracks from the images and map them onto a 3D model of the blade. Repair estimation involves deciding whether the turbine blade should be repaired, left as is, or discarded. This step begins once all inspection processes have been completed and the findings are entered into a system. Inspectors then review the findings to assess whether they conform to the RSM, derive the necessary repair steps, or identify deviations from the RSM. Engineers manually review the findings in cases of deviations and determine the appropriate dispositions. A decision tree model was implemented to estimate dispositions for damages not defined in the RSM, utilizing historical data from previous decisions related to such damages.

Each ML application was evaluated as a standalone solution using the precision, accuracy, and F1 score metrics. The ML model for damage detection achieved different accuracies depending on the specific damage. An accuracy of 80,5 percent was achieved for spallation, an accuracy of 74,1 percent for material loss, and an accuracy of 54,2 percent for surface crack [8]. For the estimation of dispositions for damages not defined in the RSM, the developed ML model achieved an F1 score of 88.5 percent [7].

Problem Statement

For industrial applicability, however, integrating the developed ML models into existing processes and qualification of the resulting new processes is crucial. Beyond the numerical validation of the accuracy of ML solutions, it is equally important to build trust among engineers in the results provided by these models. Hybrid processes arise when engineers, supported by ML models, carry out tasks. This support can range from simple feedback through assistance to full automation. The higher the level of support, the more critical the engineers’ trust in the information provided or in the tasks automatically performed by the ML model becomes [9]. The qualification process aims to identify potential risks associated with hybrid processes and enhance confidence in the outcomes generated by the ML models. This raises the question of how ML models can be effectively integrated into business processes and what the qualification process for their implementation should entail.

State of the Art

Several ML processes have been established in academia and industry, outlining the necessary steps for implementing and deploying ML models. However, these frameworks differ in their level of detail. One of the most widely used methodologies is CRISP-DM [10]. Although initially developed for data management, CRISP-DM also applies to ML projects. Nevertheless, it has limitations regarding the selection and verification of ML algorithms. The industrialization steps are addressed at the deployment stage, but the specific details of the industrialization process remain vague, as only broad deployment steps are described. Other ML processes are usually related to CRISP-DM since ML is a data-driven analytics field; however, these frameworks differ in certain phases relevant to ML or supplement existing ones [11].

Ashmore et al. (2019) propose a life cycle focusing on ML models operating in safety-critical systems. As with any technical artifact, assurance can only be achieved by understanding the complex processes involved. Therefore, it is crucial to comprehend the ML life cycle to evaluate the ML components effectively. Their approach emphasizes the essential role of data in ML models, and accordingly, they highlight this in their description. They specify the desired properties of datasets and outline methods to achieve these properties [12]. Xiang et al. (2018) address the verification of neural networks, focusing on formal verification. However, their approach does not address assurance during the data management and model training phases [13]. Focusing on reinforcement learning, Garcia and Fernandez (2015) explored methods for reducing risk metrics, but their research covers only the model training phase [14]. Salay and Czarnecki review existing methods for ensuring the safety of supervised learning throughout the ML life cycle, but they do not connect these methods to industrialization processes [15]. Examining the ML life cycle proposed by Oracle, the software company places greater emphasis on business processes. Oracle‘s approach begins with a typical ML life cycle comprising business needs, data, model development, model training, model testing, model deployment, integration with business applications, and monitoring & optimization [16]. Subsequently, an operationalization perspective is introduced, suggesting that after an ML model is developed, a Minimum Viable Product (MVP) should simplify this step [17]. In both perspectives, the business need is strongly emphasized. Detailed attention is given to defining the use case and how it can be represented through an MVP, aiming to understand the minimal requirements and the gaps between the experimental phase and these requirements. The integration of new ML solutions with existing business applications is also examined.

In conclusion, all existing ML processes or life cycles provide initial guidance for implementing and operationalizing ML solutions. However, most lack a qualification aspect. Process qualification is a risk mitigation measure in industrial sectors, and its absence in ML-based processes limits trust in these solutions. This paper‘s contribution is the development of an ML process that incorporates qualification aspects, extending from data identification to ML training and, ultimately, to the monitoring of ML solutions.

Approach

As outlined in the previous chapter, several studies have introduced ML applications in industrial contexts. Alongside these developments, various standards and norms have been established to guide ML system development in general software engineering and ML-specific aspects. This research aims to create a practical guide grounded in scientific standards while reflecting industrial realities. To achieve this, existing norms were systematically reviewed. Based on ISO/IEC FDIS 5338:2023 (Information technology – Artificial intelligence – AI system life cycle processes), the AI technical life cycle structure served as the foundation for this analysis. Each phase of the life cycle was carefully examined, and relevant activities, milestones, and associated standards were outlined.

The key standards that informed the guide include:

  1. ISO/IEC FDIS 5338:2023 – Provided the overarching framework for the AI life cycle.

  2. ISO/IEC 27000 & ISO/IEC 27002 – Addressed information security management and IT security for AI systems.

  3. ISO/IEC 25010 & ISO/IEC 25059 – Defined quality metrics for both software and AI systems.

  4. ISO/IEC TR 24368 – Focused on ethical and societal concerns for AI systems.

  5. EU Ethics Guidelines for Trustworthy AI & EU AI Act – Informed a regulatory framework for responsible AI.

Using these standards as a foundation, the guide was applied to develop two ML applications for the case studies described earlier with Siemens Energy. Based on ISO/IEC FDIS 5338:2023 (Information technology – Artificial intelligence – AI system life cycle processes), the AI technical life cycle structure served as the foundation for this analysis. This standard was significant for structuring the process phases and defining activities and milestones. ISO/IEC 25010 and ISO/IEC 25059 provided essential quality metrics guiding software and AI system evaluations. On the other hand, standards like ISO/IEC TR 24368 and IEEE 7000-2021 were considered secondary, offering valuable but less critical insights into ethical concerns and system architecture design. Documents such as the EU Ethics Guidelines for Trustworthy AI and the EU AI Act also influenced the development process, primarily for embedding Responsible AI principles. The development process involved collaboration between domain experts from the company and external ML developers. Technical steps and milestones were analyzed throughout the project, along with potential tools and methods used. A primary focus was placed on the sequential qualification of ML system components and their implementation in industrial environments. Additionally, particular attention was paid to integrating principles of Responsible AI.

A combination of deductive and inductive approaches was employed to build the guide. Initially, the guide was created deductively based on the standards and subsequently refined through observations of actual industrial implementation. The deductive approach helped establish a strong, standards-based structure, while the inductive approach provided practical insights and allowed for adjustments needed for real-world applications.

Qualifying an ML Application for MRO Assistance

To ensure that ML systems can be effectively utilized, they must undergo an internal qualification process similar to that used for other tools in industrial settings. This process verifies that the ML system meets the requirements, but the qualification specifics depend heavily on the application and context. In this case, the ML system was designed to support the MRO process as an assistance tool, with final decision-making in human operators’ hands. The qualification process followed a sequential approach aligned with the ML system’s development, incorporating four key quality gates: data and ML model, IT system, frontend, and business process. Unlike traditional software systems, ML models can be qualified based on performance metrics such as precision, recall, and F1 score. Typically, human baseline testing is used to establish thresholds. Still, in this case, human decisions (assumed to be correct) served as the benchmark due to the high risks associated with incorrect repair assessments. Given the novelty of ML development in many industrial contexts, experience-based thresholds were not yet established. Therefore, an initial qualification threshold of 80 percent was set, with iterative reviews involving users to reassess and potentially refine these thresholds.

A specific challenge in qualifying this machine learning (ML) system, which applied computer vision, was ensuring the reliability of the data used for model training. Inspectors labeled defects on turbine blades, and these labels were compared to a “Golden Dataset” to verify accuracy. In this context, the “Golden Dataset” refers to a set of images or data samples meticulously and consistently labeled by domain experts, serving as a reference standard against which the accuracy of newly labeled data is assessed. Inspectors were authorized to label production data only after completing a qualification test. To ensure ongoing labeling accuracy, periodic audits were conducted.

The resulting qualification process is structured as follows:

  1. Data and Model Evaluation

    Data collection and labeling were carefully monitored, with an 80 percent threshold for performance metrics (precision, recall, and F1 score). Inspectors underwent specific training and testing to ensure labeling accuracy, with ongoing verification against Golden Data.

  2. IT System

    The system infrastructure was verified to meet safety and performance requirements, ensuring real-time predictions and operational stability. Security measures were implemented, including penetration testing and rolebased access control.

  3. Frontend (User Interface & Experience)

    Usability tests ensured that the interface allowed users to interact effectively with the system and provide feedback on ML predictions, which was then integrated into the retraining process.

  4. Business Process

    The ML system was integrated into the existing MRO process, with clear role definitions for human operators. A continuous improvement process was established to monitor performance and gather stakeholder feedback.

Process for Development and Qualification of ML Applications

An interactive guide was developed based on the analyzed standards and the development and qualification processes undertaken to support domain experts and ML developers in building qualified ML systems. The entire process description is accessible as a PDF at [18]. The process is structured as a BPMN diagram, highlighting the key phases in ML system development (Figure 1). These phases include Understanding current processes and business goals, Identifying domain knowledge, Defining requirements and selecting metrics, Determining reference values and thresholds, Defining data management and Selecting/Generating data, Model selection and training, System development/deployment, Frontend development, Defining new business process and monitoring processes, final Reporting, Rolling-out, continuous Monitoring, and Improving.

Figure 1 Process chart for the development of qualified ML applications
Figure 1

Process chart for the development of qualified ML applications

Each phase is assigned specific responsibilities to the ML developer or the domain expert. The qualification steps (quality gates, QG) are conducted after the stages of “Model selection and training”, “System development and deployment”, “Frontend development”, and “Define new business process and monitoring processes”. Notably, continuous monitoring begins at the start of the usage phase. As outlined in the qualification process, ML systems must be designed to ensure their performance is consistently monitored, thereby facilitating ongoing qualification of their effectiveness.

The guide is developed as a clickable application, where each phase provides an overview of tasks, objectives, and potential methods for both roles. Furthermore, the guide emphasizes considerations for responsible AI. An example of this is shown in Figure 2, where the “Data management and data selection” phase is viewed from the perspective of the domain expert.

Figure 2 Exemplary view of tasks for the domain expert during “data management and data selection”
Figure 2

Exemplary view of tasks for the domain expert during “data management and data selection”

In this phase, the domain expert is responsible for developing the data generation qualification process and ensuring data quality relevant to the use case and other tasks. Specific objectives include ensuring that all labelers are qualified, labels are representative, and the ML developer fully comprehends and documents the data‘s meaning. The guide suggests methods such as the SemDaServ method [19] and highlights responsible ML considerations. For instance, it emphasizes that data sharing must not violate privacy laws or include sensitive personal data. Additionally, it calls for clear documentation of shared data and transparent communication with relevant stakeholders.

In the engineering case for damage detection, the “Data Management and Data Selection” phase began with establishing a data labeling process, as no pre-labeled images were initially available for the ML model. The process was structured as follows: Cameras installed around the turbine blade captured images under real lighting conditions and camera angles to simulate the actual environment. These images were then presented to engineers to define the labels. The labeling strategy was designed to ensure that quality metrics, including “quantity of occurrence”, “distribution across product types”, and “uniformity of labels”, were maintained. The uniqueness of the labeling process in this project lies in its approach to ensuring high-quality training data for the computer vision application. Initially, training sessions were conducted to familiarize labelers with the specific requirements and methods of the labeling process. Subsequently, the labelers were required to pass a test where their annotations were compared against a “Golden Dataset”, a reference created by experienced engineers. Only after passing this test were labelers authorized to annotate new images. To further ensure data quality, a continuous validation mechanism was conceptualized, wherein a randomly selected image from the Golden Dataset was presented for review after a certain number of labeling tasks. Subsequently, an ML model was trained, with a performance threshold set at a minimum of 80 percent. Whenever the model’s performance fell below this threshold, experts labeled additional images to improve model accuracy and robustness.

In addition to the development phases, the qualification steps for the final reporting of the AI application are presented in a generalized format, which must then be tailored to the specific use case. For example, after the data and model evaluation phase, quality gate 1 starts with the requirement: “Define assisted engineering activity, the system under investigation, system specifications, and any necessary restrictions, as well as the intended user. Ensure thorough documentation.” The specific use case is refined: “A recommendation system was developed to assess repair needs for turbine blades. The qualification applies to blade type 2SGT5-4000F and covers the identified defect types, such as surface crack, spallation, and material loss inspection. The intended users of the AI application are quality inspection engineers.”

Conclusion

This study introduced a structured approach for developing and qualifying ML systems within Maintenance, Repair, and Overhaul (MRO) processes. The proposed qualification methodology employs a sequential framework that addresses key quality gates: data and ML model validation, IT infrastructure, frontend design, and business processes. Establishing initial performance thresholds and implementing continuous monitoring ensures consistent evaluation and improvement of ML systems throughout their lifecycle. This systematic approach is critical in industrial settings, where precision and reliability are essential to minimize risks and optimize decision-making processes.

The scientific contribution of this research lies in integrating a comprehensive qualification framework tailored to ML systems within industrial applications, bridging the gap between existing ML development frameworks and the specific demands of industrialization and risk management. Unlike traditional approaches that often treat ML solutions as “black boxes”, the proposed methodology emphasizes transparency and trust by embedding iterative validation checkpoints throughout the lifecycle. This continuous qualification strategy differentiates itself by aligning technical development with business requirements while incorporating principles of Responsible AI derived from established standards such as ISO/IEC 5338:2023 and EU Ethics Guidelines for Trustworthy AI. Additionally, this work contributes novel methods for ensuring labeling accuracy through applying “Golden Datasets” and qualification testing for inspectors, offering a replicable model for enhancing data quality in safety-critical environments. The guide’s interactive design provides a unique tool that operationalizes theoretical insights into practical steps, making it accessible for ML developers and domain experts.

Although this study focused on supervised learning models, the proposed framework is adaptable to other domains and supervised learning applications. The structured approach includes core steps like understanding business goals, identifying domain knowledge, and defining new business processes, which ensure that the ML implementation aligns with specific use cases and organizational needs. This alignment improves the system’s effectiveness and enhances its integration within existing workflows, leading to smoother transitions from prototype to deployment in real-world scenarios.

Future research will expand this guide to other industrial sectors and explore emerging standards, particularly those addressing generative AI and explainability. Integrating these standards will be critical as AI technologies continue to evolve and diversify in application. Ongoing validation through real-world case studies and iterative refinement will be essential to align the guide with evolving norms and industrial needs, ensuring it remains relevant and applicable across different industries and technological landscapes.


Note

This article is peer reviewed by the members of the ZWF Special Issue Advisory Board.



Phone: +49 (0) 30 314-79559

About the authors

Helena Ebel

Helena Ebel, M. Sc.; completed her industrial engineering studies at TU Berlin in 2017. After earning her bachelor’s degree and during her master’s studies, she worked as an SAP consultant in the area of Finance before joining the Industrial Information Technology (IIT) department in 2018. Her research focuses on AI applications and digital twins.

Gerald Kremer

Gerald Kremer, M. Sc., completed his master’s degree in industrial engineering at TU Berlin in 2019. After working as a project manager for the development and qualification of digital health applications, he joined the Industrial Information Technology (IIT) department in 2021. His research focuses on digital twins and AI applications.

Morgan Geldenhuys

Morgan Geldenhuys, M. Sc., born in 1981, specialized in Computer Science with a focus on Complex & Distributed Systems. Experienced IT professional, scientific researcher, and entrepreneur. Currently Senior Research Assistant at TU Berlin, located in Berlin, Germany.

Oksana Rasskazova

M. A. Oksana Rasskazova completed her master’s degree in linguistics at Humboldt University of Berlin in 2015. After her academic work from 2015 to 2020, she took over the management of technical infrastructure at TU Berlin and contributed to the development of the Excellence Cluster Science of Intelligence. She is currently leading automation projects at Gestalt Robotics.

Rene Kern

Rene Kern completed an NDT master’s degree in 2006 at the DGZfP in Berlin. Since 1995, he has held various positions within Siemens AD, now Siemens Energy Global GmbH & Co. KG, ranging from new construction to blade refurbishment. He is currently working as a Product Manager in Service Engineering.

Prof. Dr.-Ing. Rainer Stark

Prof. Dr.-Ing. Rainer Stark, born in 1964, studied mechanical engineering at the University of Hanover. After earning his doctorate at the Institute of Mechanical Engineering at the Bundeswehr University Hamburg, he held senior positions at Ford Motor Company. In 2008, he was appointed as a professor at the Technical University of Berlin, where he has since led the Department of Industrial Information Technology.

Acknowledgements

This work has been supported through grants by of the European Union from the Operational Programme of the EFRE Berlin 2021-2027 and from state funds for the project ‘MRO 2.0 – Maintenance, Repair and Overhaul (Phase 2)’.

Literature

1 Jan Z.; Ahamed F.; Mayer, W. et al.: Artificial Intelligence for Industry 4.0: Systematic Review of Applications, Challenges, and Opportunities. Expert Systems with Applications 216 (2023) 9 DOI:10.1016/j.eswa.2022.11945610.1016/j.eswa.2022.119456Suche in Google Scholar

2 Wang, L.; Liu, Z.; Liu, A.; Fei, T.: Artificial Intelligence in Product Lifecycle Management. International Journal of Advanced Manufacturing Technology 114 (2021) 1, pp. 771–796 DOI:10.1007/s00170-021-06882-110.1007/s00170-021-06882-1Suche in Google Scholar

3 Mosyurchak A.; Veselkov, V.; Turygin A.; Hammer, M.: Prognosis of Behaviour of Machine Tool Spindles, their Diagnostics and Maintenace. MM Science Journal (2017), pp. 2100–2104 DOI:10.17973/MMSJ.2017_12_20179410.17973/MMSJ.2017_12_201794Suche in Google Scholar

4 Anton, R.; Heinecke, B.; Ott, M. et al.: Repair of Advanced Gas Turbine Blades. In: Turbo Expo, ASME 2007, Montreal 2007, pp. 155–159 DOI:10.1115/GT2007-2820810.1115/GT2007-28208Suche in Google Scholar

5 Pallos, K. J.: Gas Turbine Repair Technology. General Electric, Atlanta 2001, pp. 1–30Suche in Google Scholar

6 Gattullo, M.; Scurati, G. W.; Fiorentino, M.; Uva, A. E.: Towards Augmented Reality Manuals for Industry 4.0: A Methodology. Robotics and Computer-Integrated Manufacturing 56 (2019) 11, pp. 276–286 DOI:10.1016/j.rcim.2018.10.00110.1016/j.rcim.2018.10.001Suche in Google Scholar

7 Zhu, H.; Ebel, H.; Scheinert, D.; Schmidt, F.: Scalable and Data-driven Decision Support in the Maintenance, Repair, and Overhaul Process. In: International Conference on Industrial Engineering and Engineering Management, IEEE 2022, pp. 344–348 DOI:10.1109/IEEM55944.2022.998979110.1109/IEEM55944.2022.9989791Suche in Google Scholar

8 Joost, R.; Mönchinger, S.; Engeländer, L.; Lindow, K.: Automated 2D-3D-Mapping and Assessment of Defects Obtained from 2D Image Detection on a 3D Model for Efficient Repair of Industrial Turbine Blades. In: Scholz, S. G.; Howlett, R. J.; Setchi, R. (eds.): Sustainable Design and Manufacturing. Springer Nature, Singapore 2023, pp. 79–89 DOI:10.1007/978-981-99-8159-5_710.1007/978-981-99-8159-5_7Suche in Google Scholar

9 Stark, R.; Brandenburg, E.; Lindow, K.: Characterization and Application of Assistance Systems in Digital Engineering. CIRP Annals 70 (2021) 2, pp. 131–134 DOI:10.1016/j.cirp.2021.04.06110.1016/j.cirp.2021.04.061Suche in Google Scholar

10 Shearer, C.: The CRISP-DM Model: The New Blueprint for Data Mining. Journal of Data Warehousing 5 (2000) 4, pp. 13–22Suche in Google Scholar

11 Kessler, R.; Gómez, J. M.: Implikationen von Machine Learning auf das Datenmanagement in Unternehmen. Praxis der Wirtschaftsinformatik 57 (2020) 1, pp. 89–105 DOI:10.1365/s40702-020-00585-z10.1365/s40702-020-00585-zSuche in Google Scholar

12 Ashmore, R.; Calinescu, R.; Paterson, C.: Assuring the Machine Learning Lifecycle: Desiderata, Methods, and Challenges. ACM ACM Computer Surveys 54 (2022) 5, pp. 1–39 DOI:10.1145/345344410.1145/3453444Suche in Google Scholar

13 Xiang, W.; Musau, P.; Wild, A. A. et al.: Verification for Machine Learning, Autonomy, and Neural Networks Survey. 2018 DOI:10.48550/arXiv.1810.0198910.48550/arXiv.1810.01989Suche in Google Scholar

14 García, J.; Fernández, F.: A Comprehensive Survey on Safe Reinforcement Learning. Journal of Machine Learning Research 16 (2015), pp. 1437–1480Suche in Google Scholar

15 Salay, R.; Czarnecki, K.: Using Machine Learning Safely in Automotive Software: An Assessment and Adaption of Software Process Requirements in ISO 26262. 2018 DOI:10.48550/arXiv.1808.0161410.48550/arXiv.1808.01614Suche in Google Scholar

16 Talagala, N.: 7 Artificial Intelligence Trends and How They Work With Operational Machine Learning. 2019 (https://blogs.oracle.com/datascience/7-artificial-intelligencetrends-and-how-they-work-with-operationalmachine-learning-v2 [accessed on 22.1.2025])Suche in Google Scholar

17 Talagala, N.: How to Move from Experimentation to Building Production Machine Learning Applications. 2019 (https://blogs.oracle.com/ai-and-datascience/post/howto-move-from-experimentation-to-buildingproduction-machine-learning-applications [accessed on 22.1.2025])Suche in Google Scholar

18 Kremer, G.: Development Process of Qualified AI Applications. 2024 DOI:10.14279/depositonce-2200310.14279/depositonce-22003Suche in Google Scholar

19 Preidel, M.; Stark, R.: SemDaServ: A Systematic Approach for Semantic Data Specification of AI-Based Smart Service Systems. applied sciences 11 (2021) DOI:10.3390/app1111514810.3390/app11115148Suche in Google Scholar

Published Online: 2025-03-27
Published in Print: 2025-03-20

© 2025 Helena Ebel, Gerald Kremer, Morgan Geldenhuys, Oksana Rasskazova, Rene Kern and Rainer Stark, publiziert von De Gruyter

Dieses Werk ist lizensiert unter einer Creative Commons Namensnennung 4.0 International Lizenz.

Artikel in diesem Heft

  1. Grußwort
  2. Grußwort
  3. Inhalt
  4. Künstliche Intelligenz
  5. Künstliche Intelligenz (KI)
  6. Menschzentrierte Einführung von Künstlicher Intelligenz in Produktion und Engineering
  7. Generative AI and Agentic Architecture in Engineering and Manufacturing
  8. Intelligent Industry
  9. Von Piloten zu skalierbaren Lösungen
  10. KI in Engineering
  11. KI-Anwendungen im Engineering
  12. KI-Adaption in der Produktentwicklung
  13. KI-Transformation im Engineering
  14. Code the Product – Vision für die Produktentstehung der Zukunft
  15. Machine Learning in Transmission Design
  16. AI Enables Data-Driven Product Design
  17. Optimierung von Entwicklungsprozessen durch KI-gestütztes Generatives Engineering und Design
  18. Human-AI Teaming in a Digital Twin Model for Virtual Product Development
  19. Kundenorientierte Innovationspotenziale durch KI
  20. Scheitert Systems Engineering an seiner eigenen Komplexität?
  21. AI-Augmented Model-Based Systems Engineering
  22. Prompt Engineering im Systems Engineering
  23. Sustainable Product Development and Production with AI and Knowledge Graphs
  24. AI-Driven ERP Systems
  25. Optimale Produktion dank Künstlicher Intelligenz
  26. KI in PLM-Systemen
  27. KI in Produktion
  28. Durchblick in der Produktion
  29. Production of the Future
  30. Der Use-Case-First-Ansatz zum Einsatz von Künstlicher Intelligenz in der Produktion
  31. Überwindung der Programmierkluft in der Produktion und Fertigung
  32. Lean Data – Anwendungsspezifische Reduktion großer Datenmengen im Produktionsumfeld
  33. KI-Zuverlässigkeit in der Produktion
  34. KI in der Smart Factory: Warum Standardanwendungen besser sind
  35. Data-Driven Decision-Making: Leveraging Digital Twins for Reprocessing in the Circular Factory
  36. Extended Intelligence for Rapid Cognitive Reconfiguration
  37. Erfahrungsbasierte Bahnoptimierung von Montagerobotern mittels KI und Digitalen Zwillingen
  38. Integration of Machine Learning Methods to Calculate the Remaining Useful Life of Mandrels
  39. AI-Driven Load Sensing for Wind Turbine Operations
  40. ChatPLC – Potenziale der Generativen KI für die Steuerungsentwicklung
  41. Developing and Qualifying an ML Application for MRO Assistance
  42. Applying AI in Supporting Additive Manufacturing Machine Maintenance
  43. Kollaboratives Modelltraining und Datensicherheit
  44. KI-basierte Partikelgrößenbestimmung in Suspensionen
  45. Intelligente Prozessüberwachung für die flexible Produktion
  46. Robuste Bauteilidentifikation mittels digitaler Fingerabdrücke
  47. Herausforderungen der Digitalisierung in der Klebetechnik
  48. Vom Webshop zum Shopfloor
  49. Scoring-Prozess mit Vorhersagemodell
  50. Automatisierte Optimierung von Metamaterialien im Leichtbau
  51. KI-gestützte Prozessoptimierung in der Massivumformung
  52. AI-Supported Process Monitoring in Machining
  53. Federated Learning in der Arbeitsplanung
  54. KI in der Kommissionierung
  55. KI-basiertes Assistenzsystem zur Qualitätskontrolle
  56. Qualitätssteigerung durch Digitalisierung
  57. Qualitative und wirtschaftliche Vorteile des KI-gestützten 8D-Prozesses
  58. KI-gestützte Prognose von Durchlauf- und Lieferzeiten in der Einzel- und Kleinserienfertigung
Heruntergeladen am 3.11.2025 von https://www.degruyterbrill.com/document/doi/10.1515/zwf-2024-0133/html?lang=de
Button zum nach oben scrollen