Next Article in Journal
Extraction of Lead from Hydrometallurgical Processing of Copper Shaft Flue Dust
Previous Article in Journal
Electrical Characterization of Cu-Doped PEDOT:PSS Polymeric Thin Films
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Proceeding Paper

Optimizing Pig Iron Desulfurization Using Physics-Informed Neural Networks (PINNs) †

Institute of Metallurgy, Technical University of Kosice (TUKE), 042 00 Kosice, Slovakia
*
Author to whom correspondence should be addressed.
Presented at the 30th International Conference on Modern Metallurgy—Iron and Steelmaking, Kosice, Slovakia, 27–29 September 2023.
Eng. Proc. 2024, 64(1), 3; https://doi.org/10.3390/engproc2024064003
Published: 21 February 2024

Abstract

:
The aim of the presented research was to optimize a pig iron desulfurization process through data-driven machine learning methods. Utilizing historical data, chemical analysis of pig iron and slag, and the thermodynamics of the process including simulations of the chemical reactions between individual phases, a neural network was trained for the predictive modeling of desulfurization efficiency. The accuracy of the model was enhanced by integrating Physics-Informed Neural Networks (PINNs), which incorporate chemical reaction principles. The results show better performance of PINNs in comparison to the Feedforward Neural Network (FNN) in the generalization of the desulfurization process, bringing better reliability to the model.

1. Introduction

Steel production is a critical industry with wide-ranging applications in construction, automotive manufacturing, and various engineering sectors. One of the important challenges in the production of high-quality steel in closed loop is the effective removal of sulfur, known as the desulfurization process. An excessive sulfur content can adversely affect the mechanical properties of steel [1,2,3], making its optimization a priority for producers [3,4]. Traditional methods for desulfurization largely use physico-chemical fundamentals [1,2,3,4,5,6,7,8,9] and may not capture the complexities and nonlinearities of the chemical processes involved [10,11] that FNN can according to the universal approximation theorem [11]. Sulfur removal is possible in various stages of ironmaking and steelmaking.
In this presented paper, we discuss a novel approach aimed at optimizing the pig iron desulfurization process in a hot metal ladle using machine learning techniques. The methodology combines neural network models trained on historical production data with Physics-Informed Neural Networks (PINNs) [10,12,13] to improve the predictive accuracy. By integrating chemical principles into the machine learning model, a more efficient and accurate way to optimize the process is offered. Our work aims to show the significance of combining knowledge from data science with theory about processes. Figure 1 shows the scheme of the model training cost calculations.
In Physics-Informed Neural Networks (PINNs), there exists a pragmatic balance between theoretical precision and computational efficiency. The theoretical component of the PINN model used in this study adopts a simplified simulation approach to expedite the computer calculations. On the other hand, while the historical data inherently capture the influence of various parameters such as kinematics, temperature, and more, it is noteworthy that these specific variables were not actively monitored or explicitly recorded during their entry into the database. This scenario underscores the interplay between empirical intricacies and theoretical generalities, laying the foundation for our investigation.

2. Materials and Methods

2.1. Data Collection

The initial dataset consists of historical records of steel production from various plants, covering multiple years. Each entry includes metrics such as the temperature before desulfurization, the sulfur content, the sulfur activity, the chemical composition of pig iron, and the reagents used. The dataset underwent rigorous cleaning to handle missing values and outliers.

2.2. Neural Network Model

A neural network regression model for initial predictive modeling was utilized. The network was trained on 70% of the dataset, with 20% used for validation and the remaining 10% for testing. Both FNN and PINNs use the same regression structure: an input layer, 3 layers with 10 neurons, and an output layer.

2.3. Physics-Informed Neural Networks (PINNs)

To capture the underlying physics of the desulfurization process, Physics-Informed Neural Networks (PINNs) [10,12,13] were used. PINNs enable the integration of prior physical knowledge into the neural network model, allowing it to adhere to governing equations and physical laws.
The chemical reactions considered for the physics-informed part of the model are as follows:
C a O + S C a S + O
[ S ] + [ Mg ] + ( CaO )     ( CaS ) + ( MgO )
The corresponding time-dependent equations that describe the chemical kinetics for these reactions are incorporated into the PINNs loss function:
d c C a O d t = k 1 c C a O c S 2.5 k 2 c M g c S 2.5 c C a O + R C a O
d c S d t = k 1 c C a O c S 2.5 k 2 c M g c S 2.5 c C a O
d c M g O d t = k 2 c M g c S 2.5 c C a O
d c O dt = k 1 c C a O c S 2.5
d c M g d t = k 2 c M g c S 2.5 c C a O + R M g
d c CaS dt = k 1 c C a O c S 2.5 + k 2 c M g c S 2.5 c C a O
Here, k 1 and k 2 are the reaction speed, and R M g and R C a O are the agent gain constants. These equations provide constraints during the training of the neural network, ensuring that the model predictions are not only data-driven but also physically plausible.
All simulations and model training were conducted using Python 3.10. Figure 2 shows the results of the simulations for the differential Equations (3)–(8).

2.4. Model Training

Both the FNN and PINNs models were trained using backpropagation with the Adam optimizer and the mean square error (MSE) loss function. The PINNs’ loss was modified by the output of the physics simulation.

2.5. Evaluation Metrics

The models were evaluated based on the functions that were acquired after training. The graphs from the Neural Network and Physics-Informed Neural Network (PINN) were compared.

3. Results

After completing the training phase, Figure 3 shows the evaluation of both the neural network and the Physics-Informed Neural Networks (PINNs) models, based on their performance in predicting desulfurization effectiveness.
One key observation, as shown in Figure 3a, is the disparity in the realism of the function graphs generated by the two models. While the standard neural network did exhibit a reasonable level of accuracy, its generated function graph appeared to lack information in extrapolation. This indicated that the model could generalize from the data to some extent; however, it might not fully capture the underlying physics of the desulfurization process, as is shown in Figure 3b, as the FNN is not able to extrapolate reliably.
In contrast, the PINNs model produced a function graph that not only aligned closely with the actual data but also adhered to the governing chemical equations. This resulted in a more realistic and physically plausible model.
These results demonstrate the efficacy of integrating physical principles into machine learning models for complex industrial applications like steel desulfurization. By offering a more accurate and reliable framework, the PINNs model stands as a significant advancement in the optimization of this crucial process.

4. Discussion

In this study, the benefits of integrating historical data and domain-specific knowledge are demonstrated to create a more reliable predictive model for steel desulfurization. The Physics-Informed Neural Network (PINN) model outperformed standard neural networks by incorporating both empirical data and real-world chemical equations. This multi-faceted approach not only improved the accuracy but added a layer of realism to the model. The key advantage of using domain knowledge to compensate for limited data is visually highlighted in Figure 4, underscoring its critical role in optimizing complex industrial processes like steel production.
This study underscores the importance of merging data analytics with domain-specific knowledge for complex problem solving. It sets the stage for future research aimed at refining the model for other variables and conditions that may be present in real-world steel production scenarios.

5. Conclusions

This study set out to explore the capabilities of machine learning models, specifically Physics-Informed Neural Networks (PINNs), in optimizing the steel desulfurization process. Our results indicate that the integration of domain-specific theoretical knowledge into neural networks can significantly enhance the model’s performance and reliability. This is particularly valuable in scenarios where collecting a large volume of high-quality data is impractical or cost prohibitive.
The PINNs model generated graphs that were more physically plausible, highlighting the model’s ability to grasp the underlying complexities of the desulfurization process. The synergy between historical data and domain-specific knowledge proved to be a compelling approach to problem-solving in complex industrial applications.
As industries increasingly turn to data analytics and machine learning for operational optimization, the findings of this study serve as a testament to the potential benefits of combining empirical data with theoretical understanding. Future research should focus on refining these models to account for more factors such as kinematics, thereby widening their applicability and efficiency in industrial settings.

Author Contributions

Conceptualization, A.P. and P.D.; methodology, A.P.; software, A.P.; validation, S.H., J.L. and J.D.; formal analysis, L.F.; investigation, J.L.; resources, B.B.; data curation, P.D.; writing—original draft preparation, A.P.; writing—review and editing, B.B.; visualization, A.P.; supervision, P.D.; project administration, B.B.; funding acquisition, B.B. All authors have read and agreed to the published version of the manuscript.

Funding

This paper was supported by the grant “The study of the nature of steel flow processes during continuous casting and analyse of the high temperature interactions in complex metallurgical systems using thermodynamical and physical tools supported with mathematical simulations”—VEGA 1/0212/21.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data presented in this study are available upon request from the corresponding author.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Cao, Q.; Nastac, L. Mathematical modelling of slag–metal reactions and desulphurization behaviour in gas-stirred ladle based on the DPM-VOF coupled model. Ironmak. Steelmak. 2020, 47, 873–881. [Google Scholar] [CrossRef]
  2. Tian, L.; Jiang, W.; Hao, S.; Zhang, Y. Effect of Different Desulfurizers on Hot Metal Pretreatment. In TMS 2023 152nd Annual Meeting & Exhibition Supplemental Proceedings; Springer Nature: Cham, Switzerland, 2023. [Google Scholar]
  3. Schrama, F.N.H.; Beunder, E.M.; Panda, S.K.; Visser, H.-J.; Moosavi-Khoonsari, E.; Sietsma, J.; Boom, R.; Yang, Y. Optimal hot metal desulphurisation slag considering iron loss and sulphur removal capacity part I: Fundamentals. Ironmak. Steelmak. 2021, 48, 1–13. [Google Scholar] [CrossRef]
  4. Sun, W.; Liu, K.; Cao, T.Y. Effects of Operation Parameters on Desulphurization of Hot Metal with Passive Magnesium and Calcium Oxide in CSP Plant of WISCO. Adv. Mater. Res. 2011, 402, 132–137. [Google Scholar] [CrossRef]
  5. Visuri, V.-V.; Vuolio, T.; Haas, T.; Fabritius, T. A Review of Modeling Hot Metal Desulfurization. Steel Res. Int. 2020, 91, 1900454. [Google Scholar] [CrossRef]
  6. Andersson, M.; Hallberg, M.; Jonsson, L.; Jönsson, P. Slag-metal reactions during ladle treatment with focus on desulphurisation. Ironmak. Steelmak. 2002, 29, 224–232. [Google Scholar] [CrossRef]
  7. Diao, J.; Xie, B.; Wang, S.S. Research on slag modifying agents for CaO–Mg based hot metal desulphurisation. Ironmak. Steelmak. 2009, 36, 543–547. [Google Scholar] [CrossRef]
  8. Hur, N.-S.; Jung, S.-M.; Ban, B.-C. Dephosphorization and Desulphurization Pretreatment of Liquid Iron using CaF2-free Fluxes containing BOF Slags. Steel Res. Int. 2004, 75, 778–782. [Google Scholar] [CrossRef]
  9. Varadarajan, S.; Silva, C.d.; Silva, I.A.d.; Krüger, P.G.v. A Kinetic Model Applied to the Molten Pig Iron Desulfurization by Injection of Lime-based Powders. ISIJ Int. 1997, 37, 21–30. [Google Scholar]
  10. Markidis, S. The Old and the New: Can Physics-Informed Deep-Learning Replace Traditional Linear Solvers? Front. Big Data 2021, 4, 669097. [Google Scholar] [CrossRef] [PubMed]
  11. Chen, T.; Chen, H. Universal approximation to nonlinear operators by neural networks with arbitrary activation functions and its application to dynamical systems. IEEE Trans. Neural Netw. 1995, 6, 911–917. [Google Scholar] [CrossRef]
  12. Karniadakis, G.E.; Raissi, M.; Perdikaris, P. Physics Informed Deep Learning (Part I): Data-driven Solutions of Nonlinear Partial Differential Equations. arXiv 2017, arXiv:1711.10561. [Google Scholar] [CrossRef]
  13. Tod, G.; Ompusunggu, A.P.; Struyf, G.; Pipeleers, G.; Grave, K.D.; Hostens, E. Physics-Informed Neural Networks (PINNs) for Improving a Thermal Model in Stereolithography Applications. Procedia CIRP 2021, 104, 1559–1564. [Google Scholar] [CrossRef]
Figure 1. Scheme of PINNs model training.
Figure 1. Scheme of PINNs model training.
Engproc 64 00003 g001
Figure 2. Simulation of chemical kinetics for Reactions (1) and (2).
Figure 2. Simulation of chemical kinetics for Reactions (1) and (2).
Engproc 64 00003 g002
Figure 3. Comparative analysis of standard Neural Network and PINNs model predictions based on the desulfurization agent used.
Figure 3. Comparative analysis of standard Neural Network and PINNs model predictions based on the desulfurization agent used.
Engproc 64 00003 g003
Figure 4. Trade-off between quantity of data and level of theoretical knowledge in model performance.
Figure 4. Trade-off between quantity of data and level of theoretical knowledge in model performance.
Engproc 64 00003 g004
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Pylypenko, A.; Demeter, P.; Buľko, B.; Hubatka, S.; Fogaraš, L.; Legemza, J.; Demeter, J. Optimizing Pig Iron Desulfurization Using Physics-Informed Neural Networks (PINNs). Eng. Proc. 2024, 64, 3. https://doi.org/10.3390/engproc2024064003

AMA Style

Pylypenko A, Demeter P, Buľko B, Hubatka S, Fogaraš L, Legemza J, Demeter J. Optimizing Pig Iron Desulfurization Using Physics-Informed Neural Networks (PINNs). Engineering Proceedings. 2024; 64(1):3. https://doi.org/10.3390/engproc2024064003

Chicago/Turabian Style

Pylypenko, Andrii, Peter Demeter, Branislav Buľko, Slavomír Hubatka, Lukáš Fogaraš, Jaroslav Legemza, and Jaroslav Demeter. 2024. "Optimizing Pig Iron Desulfurization Using Physics-Informed Neural Networks (PINNs)" Engineering Proceedings 64, no. 1: 3. https://doi.org/10.3390/engproc2024064003

Article Metrics

Back to TopTop