Deep Reinforcement Learning Based Toolpath Generation for Thermal Uniformity in Laser Powder Bed Fusion Process

Read original: arXiv:2404.07209 - Published 4/12/2024 by Mian Qin, Junhao Ding, Shuo Qu, Xu Song, Charlie C. L. Wang, Wei-Hsin Liao
Total Score

0

🤿

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • Laser powder bed fusion (LPBF) is a widely used metal additive manufacturing technology
  • Accumulation of internal residual stress during printing can cause significant distortion and potential failure
  • Conventional scan patterns cannot significantly reduce residual stress
  • Proposed adaptive toolpath generation (ATG) algorithms may result in extremely accumulated temperature fields
  • Developed a deep reinforcement learning (DRL)-based toolpath generation framework to achieve uniformly distributed heat and avoid thermal accumulation

Plain English Explanation

Laser powder bed fusion (LPBF) is a 3D printing method commonly used to create metal parts. However, the printing process can cause internal stress buildup, leading to warping and potential structural issues. While various scanning patterns have been studied to reduce this stress, most traditional methods have not been able to significantly solve the problem.

The researchers behind this paper developed a new approach using deep reinforcement learning (DRL) to generate the toolpath for the LPBF printer. The goal was to create a more uniform distribution of heat during printing, avoiding areas of extreme temperature buildup.

To do this, the team first set up a DRL framework that included steps like sampling potential toolpaths, evaluating the agent's actions, and calculating rewards based on the temperature field. They simplified the underlying numerical model to speed up the training process, and designed the agent's action space to focus on minimizing temperature and maximizing path smoothness.

Through numerical simulations and physical experiments printing thin plate samples, the researchers were able to demonstrate that their DRL-based toolpath generation approach was effective at producing more consistent heat distribution and reducing residual stress buildup compared to traditional scanning patterns.

Technical Explanation

The researchers developed a deep reinforcement learning (DRL)-based toolpath generation framework to address the issue of accumulated residual stress in laser powder bed fusion (LPBF) metal 3D printing. They first created an overall pipeline for the DRL framework, including steps like uniform sampling of potential toolpaths, agent action selection, reward calculation, and the training process.

To accelerate training, the team simplified the underlying numerical model by focusing on the toolpath turning angles rather than a more data-intensive full thermal simulation. They designed the agent's action space with three options: selecting the path with the minimum temperature value, the smoothest path, or the second smoothest path. The reward function was crafted to minimize energy density and maintain a relatively stable temperature field.

The effectiveness of the DRL-based toolpath generation was validated through both numerical simulations of polygon printing domains and physical experiments printing thin plate samples with different scanning patterns. The results showed that the proposed approach was able to achieve more uniformly distributed heat and avoid extreme thermal accumulation regions, leading to reduced residual stress compared to traditional scanning methods.

<a href="https://aimodels.fyi/papers/arxiv/multi-agv-path-planning-method-via-reinforcement">Multi-AGV Path Planning Method via Reinforcement</a>, <a href="https://aimodels.fyi/papers/arxiv/automated-machine-learning-approach-to-inkjet-printed">Automated Machine Learning Approach to Inkjet Printed</a>, <a href="https://aimodels.fyi/papers/arxiv/model-based-deep-reinforcement-learning-accelerated-learning">Model-Based Deep Reinforcement Learning for Accelerated Learning</a>, <a href="https://aimodels.fyi/papers/arxiv/deep-reinforcement-learning-mobile-robot-path-planning">Deep Reinforcement Learning for Mobile Robot Path Planning</a>, <a href="https://aimodels.fyi/papers/arxiv/experimental-evaluation-deep-reinforcement-learning-algorithms-hvac">Experimental Evaluation of Deep Reinforcement Learning Algorithms for HVAC</a>

Critical Analysis

The paper presents a novel DRL-based approach to toolpath generation for LPBF 3D printing that aims to address the issue of residual stress buildup. The researchers made several reasonable simplifications to the underlying numerical model in order to accelerate the training process, which seems like a pragmatic tradeoff.

However, the paper does not provide much detail on the specific DRL architecture, hyperparameters, or training process used. Without this information, it is difficult to fully evaluate the technical merits of the proposed framework or compare it to other DRL-based approaches for similar problems.

Additionally, the experimental validation is limited to simulations and printing of thin plate samples. While these results are promising, more comprehensive testing on complex 3D geometries would be needed to assess the real-world applicability and scalability of the technique.

The researchers also do not address potential limitations or failure modes of the DRL-based toolpath generation. For example, it is unclear how the system would handle unexpected changes in the printing environment or materials, or whether there are any scenarios where the generated toolpaths could actually increase residual stress.

Overall, the core idea of using DRL to optimize the toolpath for more uniform heat distribution is compelling, but the paper would benefit from additional technical details, more extensive experimental validation, and a more thorough discussion of potential limitations and future research directions.

<a href="https://aimodels.fyi/papers/arxiv/multi-agv-path-planning-method-via-reinforcement">Multi-AGV Path Planning Method via Reinforcement</a>, <a href="https://aimodels.fyi/papers/arxiv/automated-machine-learning-approach-to-inkjet-printed">Automated Machine Learning Approach to Inkjet Printed</a>, <a href="https://aimodels.fyi/papers/arxiv/model-based-deep-reinforcement-learning-accelerated-learning">Model-Based Deep Reinforcement Learning for Accelerated Learning</a>

Conclusion

This paper presents a novel deep reinforcement learning (DRL)-based approach to generating toolpaths for laser powder bed fusion (LPBF) 3D printing, with the goal of achieving more uniform heat distribution and reducing the buildup of internal residual stress.

The researchers developed a DRL framework that samples potential toolpaths, evaluates agent actions, and calculates rewards based on the temperature field. By simplifying the underlying numerical model and designing the action space to focus on minimizing temperature and maximizing path smoothness, they were able to demonstrate the effectiveness of their approach through simulations and physical experiments.

The results suggest that the DRL-based toolpath generation can outperform traditional scanning patterns in terms of producing a more consistent heat distribution and reducing residual stress, which are key challenges in LPBF metal 3D printing. While the paper leaves room for further technical details and more comprehensive validation, the core idea represents an innovative application of reinforcement learning to address a significant problem in additive manufacturing.

<a href="https://aimodels.fyi/papers/arxiv/deep-reinforcement-learning-mobile-robot-path-planning">Deep Reinforcement Learning for Mobile Robot Path Planning</a>, <a href="https://aimodels.fyi/papers/arxiv/experimental-evaluation-deep-reinforcement-learning-algorithms-hvac">Experimental Evaluation of Deep Reinforcement Learning Algorithms for HVAC</a>



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

🤿

Total Score

0

Deep Reinforcement Learning Based Toolpath Generation for Thermal Uniformity in Laser Powder Bed Fusion Process

Mian Qin, Junhao Ding, Shuo Qu, Xu Song, Charlie C. L. Wang, Wei-Hsin Liao

Laser powder bed fusion (LPBF) is a widely used metal additive manufacturing technology. However, the accumulation of internal residual stress during printing can cause significant distortion and potential failure. Although various scan patterns have been studied to reduce possible accumulated stress, such as zigzag scanning vectors with changing directions or a chessboard-based scan pattern with divided small islands, most conventional scan patterns cannot significantly reduce residual stress. The proposed adaptive toolpath generation (ATG) algorithms, aiming to minimize the thermal gradients, may result in extremely accumulated temperature fields in some cases. To address these issues, we developed a deep reinforcement learning (DRL)-based toolpath generation framework, with the goal of achieving uniformly distributed heat and avoiding extremely thermal accumulation regions during the LPBF process. We first developed an overall pipeline for the DRL-based toolpath generation framework, which includes uniformly sampling, agent moving and environment observation, action selection, moving constraints, rewards calculation, and the training process. To accelerate the training process, we simplified the data-intensive numerical model by considering the turning angles on the toolpath. We designed the action spaces with three options, including the minimum temperature value, the smoothest path, and the second smoothest path. The reward function was designed to minimize energy density to ensure the temperature field remains relatively stable. To verify the effectiveness of the proposed DRL-based toolpath generation framework, we performed numerical simulations of polygon shape printing domains. In addition, four groups of thin plate samples with different scan patterns were compared using the LPBF process.

Read more

4/12/2024

🔮

Total Score

0

Temperature Distribution Prediction in Laser Powder Bed Fusion using Transferable and Scalable Graph Neural Networks

Riddhiman Raut, Amit Kumar Ball, Amrita Basak

This study presents novel predictive models using Graph Neural Networks (GNNs) for simulating thermal dynamics in Laser Powder Bed Fusion (L-PBF) processes. By developing and validating Single-Laser GNN (SL-GNN) and Multi-Laser GNN (ML-GNN) surrogates, the research introduces a scalable data-driven approach that learns fundamental physics from small-scale Finite Element Analysis (FEA) simulations and applies them to larger domains. Achieving a Mean Absolute Percentage Error (MAPE) of 3.77% with the baseline SL-GNN model, GNNs effectively learn from high-resolution simulations and generalize well across larger geometries. The proposed models capture the complexity of the heat transfer process in L-PBF while significantly reducing computational costs. For example, a thermomechanical simulation for a 2 mm x 2 mm domain typically requires about 4 hours, whereas the SL-GNN model can predict thermal distributions almost instantly. Calibrating models to larger domains enhances predictive performance, with significant drops in MAPE for 3 mm x 3 mm and 4 mm x 4 mm domains, highlighting the scalability and efficiency of this approach. Additionally, models show a decreasing trend in Root Mean Square Error (RMSE) when tuned to larger domains, suggesting potential for becoming geometry-agnostic. The interaction of multiple lasers complicates heat transfer, necessitating larger model architectures and advanced feature engineering. Using hyperparameters from Gaussian process-based Bayesian optimization, the best ML-GNN model demonstrates a 46.4% improvement in MAPE over the baseline ML-GNN model. In summary, this approach enables more efficient and flexible predictive modeling in L-PBF additive manufacturing.

Read more

7/22/2024

Unveiling Processing--Property Relationships in Laser Powder Bed Fusion: The Synergy of Machine Learning and High-throughput Experiments
Total Score

0

Unveiling Processing--Property Relationships in Laser Powder Bed Fusion: The Synergy of Machine Learning and High-throughput Experiments

Mahsa Amiri, Zahra Zanjani Foumani, Penghui Cao, Lorenzo Valdevit, Ramin Bostanabad

Achieving desired mechanical properties in additive manufacturing requires many experiments and a well-defined design framework becomes crucial in reducing trials and conserving resources. Here, we propose a methodology embracing the synergy between high-throughput (HT) experimentation and hierarchical machine learning (ML) to unveil the complex relationships between a large set of process parameters in Laser Powder Bed Fusion (LPBF) and selected mechanical properties (tensile strength and ductility). The HT method envisions the fabrication of small samples for rapid automated hardness and porosity characterization, and a smaller set of tensile specimens for more labor-intensive direct measurement of yield strength and ductility. The ML approach is based on a sequential application of Gaussian processes (GPs) where the correlations between process parameters and hardness/porosity are first learnt and subsequently adopted by the GPs that relate strength and ductility to process parameters. Finally, an optimization scheme is devised that leverages these GPs to identify the processing parameters that maximize combinations of strength and ductility. By founding the learning on larger easy-to-collect and smaller labor-intensive data, we reduce the reliance on expensive characterization and enable exploration of a large processing space. Our approach is material-agnostic and herein we demonstrate its application on 17-4PH stainless steel.

Read more

9/4/2024

Learning Based Toolpath Planner on Diverse Graphs for 3D Printing
Total Score

0

Learning Based Toolpath Planner on Diverse Graphs for 3D Printing

Yuming Huang, Yuhu Guo, Renbo Su, Xingjian Han, Junhao Ding, Tianyu Zhang, Tao Liu, Weiming Wang, Guoxin Fang, Xu Song, Emily Whiting, Charlie C. L. Wang

This paper presents a learning based planner for computing optimized 3D printing toolpaths on prescribed graphs, the challenges of which include the varying graph structures on different models and the large scale of nodes & edges on a graph. We adopt an on-the-fly strategy to tackle these challenges, formulating the planner as a Deep Q-Network (DQN) based optimizer to decide the next `best' node to visit. We construct the state spaces by the Local Search Graph (LSG) centered at different nodes on a graph, which is encoded by a carefully designed algorithm so that LSGs in similar configurations can be identified to re-use the earlier learned DQN priors for accelerating the computation of toolpath planning. Our method can cover different 3D printing applications by defining their corresponding reward functions. Toolpath planning problems in wire-frame printing, continuous fiber printing, and metallic printing are selected to demonstrate its generality. The performance of our planner has been verified by testing the resultant toolpaths in physical experiments. By using our planner, wire-frame models with up to 4.2k struts can be successfully printed, up to 93.3% of sharp turns on continuous fiber toolpaths can be avoided, and the thermal distortion in metallic printing can be reduced by 24.9%.

Read more

8/20/2024