Search papers, labs, and topics across Lattice.
PiGRAND, a novel physics-informed graph neural diffusion framework, is introduced to model heat transport in 3D printing, addressing the challenge of limited sensor data. The framework incorporates physical principles from PDEs, inspired by explicit Euler and implicit Crank-Nicolson methods, to guide diffusion across graph nodes constructed using an efficient procedure. Experiments on thermal images from 3D printing demonstrate that PiGRAND achieves significant improvements in prediction accuracy and computational performance compared to traditional GRAND and PINNs, highlighting the benefits of physics-informed learning.
By injecting physics-based heat transfer principles into graph neural diffusion, PiGRAND achieves significantly higher accuracy and efficiency in 3D printing thermal predictions than standard GNNs or PINNs.
A comprehensive understanding of heat transport is essential for optimizing various mechanical and engineering applications, including 3D printing. Recent advances in machine learning, combined with physics-based models, have enabled a powerful fusion of numerical methods and data-driven algorithms. This progress is driven by the availability of limited sensor data in various engineering and scientific domains, where the cost of data collection and the inaccessibility of certain measurements are high. To this end, we present PiGRAND, a Physics-informed graph neural diffusion framework. In order to reduce the computational complexity of graph learning, an efficient graph construction procedure was developed. Our approach is inspired by the explicit Euler and implicit Crank-Nicolson methods for modeling continuous heat transport, leveraging sub-learning models to secure the accurate diffusion across graph nodes. To enhance computational performance, our approach is combined with efficient transfer learning. We evaluate PiGRAND on thermal images from 3D printing, demonstrating significant improvements in prediction accuracy and computational performance compared to traditional graph neural diffusion (GRAND) and physics-informed neural networks (PINNs). These enhancements are attributed to the incorporation of physical principles derived from the theoretical study of partial differential equations (PDEs) into the learning model. The PiGRAND code is open-sourced on GitHub: https://github.com/bu32loxa/PiGRAND