Exploring Machine Learning Frameworks to Formulate Thermal Profile for Reflow Oven Through Multizone Temperature Prediction on Production Data
摘要
In reflow soldering, the precise control of oven zone temperatures is crucial for ensuring product quality and production efficiency. The current practice of implementing the manual trial-and-error method in oven temperature recipe (reflow thermal recipe) development raises the concern of product and process limitations, thus garnering significant interest in the development of prediction models for oven zone temperatures. Additionally, predicting conveyor belt speed, which plays a vital role in controlling heat transfer within the oven, is equally important to acquire a key feature for zone temperature prediction. Using actual production data, we first train a conveyor belt speed prediction model using random forest regressor. Subsequently, the predicted conveyor speed is utilized as input for predicting zone temperatures in the oven. Our primary goal is to examine the performance of using two different learning frameworks for predicting zone temperatures: (1) single task learning using random forest regressor (STL) that incorporates separate individual models to predict temperature for each zone independently and (2) multi-output learning (MOL) using multi-layer perceptron (MLP) that employs a unified MLP model capable of predicting multiple zone temperatures simultaneously. Based on model performance evaluation across all 17 zone temperatures using root mean squared error (RMSE), our results indicate that STL (mean RMSE = 0.4329) outperforms MOL (mean RMSE = 2.9170), suggesting that independent zone-specific models are more effective for the multizone temperature prediction task. Our novel findings on comparing STL versus MOL using a data-driven approach on real-world production data contribute to a greater understanding of the efficacy of different modeling approaches in predicting oven zone temperatures, thereby facilitating informed decision-making in industrial processes and automation.