ML4CPS 2024 – Machine Learning for Cyber-Physical Systems
Start Date
March 21, 2024
End Date
March 22, 2024
Location
Berlin
14 results
Settings
Now showing 1 - 10 of 14
- PublicationOpen AccessMachine learning for cyber physical systems(UB HSU, 2024-07-12)
; ;Beyerer, Jürgen; ;Kühnert, ChristianCyber Physical Systems are characterized by their ability to adapt and learn from their environment. Applications include advanced condition monitoring, predictive maintenance, diagnosis tasks, and many other areas. All these applications have in common that Machine Learning and Artificial Intelligence are the key technologies. However, applying ML and AI to CPS poses challenges such as limited data, less understood algorithms, and the need for high algorithm reliability. These topics were a focal point at the 7th ML4CPS - Machine Learning for Cyber-Physical Systems Conference in Berlin, held from the 20th to the 21st, where industry and research experts discussed current advancements and new developments. - PublicationOpen AccessMachine learning pipeline for application in manufacturing(UB HSU, 2024-03)
;Fitzner, Antje ;Hülsmann, Tom ;Ackermann, Thomas ;Pouls, Kevin ;Krauß, Jonathan ;Mende, Felix ;Leyendecker, LarsSchmitt, Robert H.The integration of machine learning (ML) into manufacturing processes is crucial for optimizing efficiency, reducing costs, and enhancing overall productivity. This paper proposes a comprehensive ML pipeline tailored for manufacturing applications, leveraging the widely recognized Cross-Industry Standard Process for Data Mining (CRISP-DM) as its foundational framework. The proposed pipeline consists of key phases, namely business understanding, use case selection and specification, data integration, data preparation, modelling, deployment, and certification. These are designed to meet the unique requirements and challenges associated with ML implementation in manufacturing settings. Within each phase, sub-topics are defined to provide a granular understanding of the workflow. Responsibilities are clearly outlined to ensure a structured and efficient execution, promoting collaboration among stakeholders. Further, the input and output of each phase are defined. The methodology outlined in this research not only enhances the applicability of CRISP-DM in the manufacturing domain but also serves as a guide for practitioners seeking to implement ML solutions in a systematic and well-defined manner. The proposed pipeline aims to streamline the integration of ML technologies into manufacturing processes, facilitating informed decision-making and fostering the development of intelligent and adaptive manufacturing systems. - PublicationOpen AccessRoot cause analysis using anomaly detection and temporal informed causal graphs(UB HSU, 2024-03)
;Rehak, Josephine ;Youssef, ShahendaBeyerer, JürgenIn industrial processes, anomalies in the production equipment may lead to expensive failures. To avoid and avert such failures, the identification of the right root cause is crucial. Ideally, the search for a root cause is backed by causal information such as causal graphs. We have extended a framework that fuses causal graphs with anomaly detection to infer likely root causes. In this work, we add the use of temporal information to draw temporal valid conclusions about the potential propagation of anomalous information in causal graphs. The use of the framework is demonstrated on a robotic gripping process. - PublicationOpen AccessRetrofitting cyber-physical production systems with radio-based sensors and ML(UB HSU, 2024-03)
;Kühnert, Christian ;Wallner, Stefan ;Wessels, Lars ;Wunsch, AndreasZiebarth, MathiasManufacturing companies usually isolate their production networks from other networks to ensure security against external attacks and to guarantee a fail-safe 24/7 operational service. However, these measures make it technically and organizationally complex to install new sensors or deploy new software in the production process. As a result, machine learning is only used to a limited extent in manufacturing, as these models require regular adaptations. To tackle this challenge, one possible solution is to install an additional network that is not connected to the production network. This network can be utilized for rapid prototyping of new sensors, advanced data analysis, or the deployment of machine learning models. One possible solution is to install a radio-based low-power, long-range network, having the property to capture data over large distances with only little power consumption. This paper examines the potential of retrofitting cyberphysical systems with such a network in combination with machine learning methods. The results are evaluated through three practical use cases: monitoring a workspace with a molding machine, monitoring the cycles of a washing machine, and predicting the daily consumption profile of a main water pipeline. - PublicationOpen AccessLeveraging self-supervised learning for vibration data in industrial separators(UB HSU, 2024-03)
;Heuwinkel, Tim ;Merkelbach, Silke ;Janssen, Nils ;Enzberg, Sebastian vonDumitrescu, RomanIndustrial separators play a pivotal role in production processes of various sectors such as chemical, pharmaceutical, biotechnology, oil extraction and food industries, with over 3000 distinct applications. Operating these separators involves managing several process parameters as well as discharge and cleaning cycles, which are hard to control mainly due to deficiencies of current physical sensor technology. Recent studies have shown that machine learning can be utilized to detect faults and particle presence in separators via vibration data. However, traditional machine learning methods require domain expertise or vast amounts of labeled data. We propose the use of self-supervised learning to resolve this issue by learning useful representations from unlabeled data, which is significantly easier and cheaper to obtain. An empirical validation on data from a disk stack separator shows that self-supervised learning can improve upon manual feature engineering and supervised approaches in terms of cost, accuracy and data efficiency. - PublicationOpen AccessA Hybrid model for hot rolling pass schedule design using reinforcement learning(UB HSU, 2024-03)
;Kemmerling, Marco ;Frahm, Nils ;Idzik, Christian ;Abdelrazeq, Anas ;Bailly, DavidSchmitt, Robert H.Hot rolling of metals requires the design of pass schedules to accommodate different products and arrive at the desired target properties. Pass schedule design is often still performed manually, although automated approaches are emerging in the literature. One such approach is the use of reinforcement learning, which requires extensive training on simulations. To allow for efficient development of suitable reinforcement learning agents, it is important to reduce the computational cost of each simulation step as much as possible. While some simulation models for hot rolling exist, they have not been developed explicitly for reinforcement learning purposes. Today, there is a lack of fast approximate models to allow for efficient (pre-)training of reinforcement learning agents. To address this gap, we propose a hybrid model consisting of a data-driven model augmented by physical approximations. Our hybrid model produces better predictions than either of its components and is efficient enough to allow for quick training of reinforcement learning agents. We demonstrate that reinforcement learning agents pre-trained on our hybrid model can be transferred to a more accurate simulation and achieve good results after a short additional training phase. The two-stage training approach significantly reduces the overall training while achieving similar agent performances. The reduction in training time enables faster iteration cycles in agent and environment design, thereby creating a foundation for the development of reinforcement learning approaches for a wider range of hot rolling scenarios in the future. - PublicationOpen AccessRegression via causally informed neural networks(UB HSU, 2024-03)
;Youssef, Shahenda ;Doehner, FrankBeyerer, JürgenNeural Networks have been successful in solving complex problems across various fields. However, they require significant data to learn effectively, and their decision-making process is often not transparent. To overcome these limitations, causal prior knowledge can be incorporated into neural network models. This knowledge improves the learning process and enhances the robustness and generalizability of the models. We propose a novel framework RCINN that involves calculating the inverse probability of treatment weights given a causal graph model alongside the training dataset. These weights are then concatenated as additional features in the neural network model. Then incorporating the estimated conditional average treatment effect as a regularization term to the model loss function, the potential influence of confounding variables can be mitigated, leading to bias minimization and improving the neural network model. Experiments conducted on synthetic and benchmark datasets using the framework show promising results. - PublicationOpen AccessMetrics for the evaluation of learned causal graphs based on ground truth(UB HSU, 2024-03)
;Rehak, Josephine ;Falkenstein, Alexander ;Doehner, FrankBeyerer, JürgenThe self-guided learning of causal relations may contribute to the general maturity of artificial intelligence in the future. To develop such learning algorithms, powerful metrics are required to track advances. In contrast to learning algorithms, little has been done in regards to developing suitable metrics. In this work, we evaluate current state of the art metrics by inspecting their discovery properties and their considered graphs. We also introduce a new combination of graph notation and metric, which allows for benchmarking given a variety of learned causal graphs. It also allows the use of maximal ancestral graphs as ground truth. - PublicationOpen AccessData acqusition challenges in AI-driven surface inspection: a proven solution proposal on coated sheet metal parts(UB HSU, 2024-03)
;Hunger, Sebastian ;Breiter, MichaelKlein, ClaudiaThis paper introduces an advanced AI-based automated surface inspection system for enhanced quality control in the manufacturing of white-coated sheet metal parts. The study emphasizes overcoming the challenges in AI-driven inspection, such as the need for large datasets corresponding to numerous physical components, which presents storage and logistical issues. By integrating Convolutional Neural Networks (CNNs) and a novel annotation process, the system can be trained effectively on various surface defects. The paper discusses three big data acquisition challenges and provides a solution approach, including large data volumes equivalent to numerous physical components, a novel division of the training process to reduce the workload for domain experts and the relevance of previously clearly defined defect classes. - PublicationOpen AccessEnd-to-end MLOps integration: a case study with ISS telemetry data(UB HSU, 2024-03)
; ;Geier, Christian; ;Creutzenberg, Martin ;Pfeifer, Jann ;Turk, SamoKubeflow integrates a suite of powerful tools for Machine Learning (ML) software development and deployment, typically showcased independently. In this study, we integrate these tools within an end- to-end workflow, a perspective not extensively explored previously. Our case study on anomaly detection using telemetry data from the International Space Station (ISS) investigates the integration of various tools—Dask, Katib, PyTorch Operator, and KServe—into a single Kubeflow Pipelines (KFP) workflow. This investigation reveals both the strengths and limitations of such integration in a real-world context. The insights gained from our study provide a comprehensive blueprint for practitioners and contribute valuable feedback for the open source community developing Kubeflow.
