Machine Learning Modeling for Real-Time Melt Pool Monitoring in Laser Powder Bed Fusion Additive Manufacturing: A Hybrid Approach

📅 2026-06-22
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This study addresses the challenge of real-time monitoring of melt pool anomalies in laser powder bed fusion additive manufacturing by proposing a hybrid binary classification architecture that integrates transfer learning with random forest. The method fuses convolutional features extracted from pretrained models—ResNet50, EfficientNetB0, and MobileNetV2—with raw pixel information, leveraging standardization and data augmentation to achieve effective discrimination even under limited data conditions. Experimental results demonstrate that the proposed approach attains an F1 score of 0.9451, accuracy of 0.9458, and AUC of 0.9904 on the test set, with a per-image inference time of only 1.15 milliseconds. This performance significantly surpasses that of pure deep learning models, offering an optimal balance between high accuracy and real-time capability.
📝 Abstract
This work investigates the implementation of artificial intelligence and machine learning (AI/ML) for real-time monitoring in laser powder bed fusion (LPBF) additive manufacturing. We developed a binary image classification framework for distinguishing normal and abnormal melt pool images using a balanced dataset of 1,200 images collected from Nickel superalloy 625 on the NIST AMMT platform. The study evaluates accuracy and inference time based on control requirements and hardware limitations of open-architecture LPBF machines. We benchmark three transfer learning architectures (ResNet50, EfficientNetB0, and MobileNetV2) against two Random Forest approaches: one trained on EfficientNetB0 feature embeddings (hybrid) and one trained on raw pixel features (baseline). Images are stratified into 80/20 train-test splits, with a further 90/10 validation split on the training set, and undergo standardized resizing, normalization, and label-preserving data augmentation to emulate realistic process variability. Each model is evaluated using accuracy, precision, recall, F1 score, and area under the receiver operating characteristic curve (AUC), along with training time, inference latency, and CPU & GPU usage to capture deployability constraints relevant to factory-floor monitoring. The hybrid EfficientNetB0-plus-Random Forest approach achieves the best performance on the held-out test set, with an F1 score of 0.9451, accuracy of 0.9458, and AUC of 0.9904, while maintaining sub-millisecond per-image inference (1.15 ms). In contrast, purely deep learning models exhibit significantly higher inference times with lower accuracy. These results demonstrate that combining pre-trained convolutional features with classical ensemble methods provides a robust, computationally efficient route to real-time melt pool anomaly detection in data-limited additive manufacturing environments.
Problem

Research questions and friction points this paper is trying to address.

melt pool monitoring
anomaly detection
real-time monitoring
additive manufacturing
laser powder bed fusion
Innovation

Methods, ideas, or system contributions that make the work stand out.

hybrid machine learning
real-time melt pool monitoring
transfer learning
additive manufacturing
anomaly detection