Papers › Material-agnostic temperature field prediction for metal additive manufacturing via a...

Material-agnostic temperature field prediction for metal additive manufacturing via a parametric PINN framework

16 Apr 2026arXiv:2604.14562added by Syntology

Hyeonsu Lee, Jihoon Jeong

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Accurate temperature field prediction in metal additive manufacturing (AM) is essential for understanding the process-structure-performance relationship. While prior studies have explored generalization to unseen process conditions, they often require extensive datasets, costly retraining, or pre-training. Generalization across different materials also remains relatively unexplored due to the challenges posed by distinct material-dependent thermal behaviors. This paper introduces a parametric physics-informed neural network (PINN) framework for generalization across unseen materials without labeled data, retraining, or pre-training. The framework adopts a decoupled parametric PINN architecture that separately encodes material properties and spatiotemporal coordinates, fusing them through conditional modulation to better align with the multiplicative role of material parameters in the governing equation and boundary conditions. Physics-guided output scaling derived from Rosenthal's analytical solution and a hybrid optimization strategy are further incorporated to enhance physical consistency, training stability, and convergence. Experiments with numerical simulations across diverse metal alloys, including both in-distribution and out-of-distribution cases, demonstrate effective generalizability along with superior training efficiency. Specifically, the proposed framework achieved up to a 64.2% reduction in relative L2 error compared to the non-parametric baseline while surpassing its performance within only 4.4% of the baseline training epochs. Ablation studies clarify each component's contribution and scrutinize the severe training instability prevalent in conventional parametric PINNs. Overall, the proposed framework provides an efficient and scalable material-agnostic solution for temperature field modeling, contributing to more flexible and practical deployment in metal AM.

PaperPDFCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2604.14562")

Code

Syntology Ran 11 of 17 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 11 ran with no contract checked.

By repository: found in paper text by Syntology: 17 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

CMSL-HKUST/jax-am found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 11 ran; 0 honoured the contract we drafted; 6 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

11ran
6unverified

Licence: 17 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from CMSL-HKUST/jax-am. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

apply_bc_vec CMSL-HKUST/jax-am/jax_am/fem/solver.py found in paper text by Syntology ran GPL-3.0 (copyleft) · pointer only · a434fd6195151315 · report
check_mesh_TET4 CMSL-HKUST/jax-am/jax_am/fem/generate_mesh.py found in paper text by Syntology ran GPL-3.0 (copyleft) · pointer only · fde565c9bd9555a5 · report
get_meshio_cell_type CMSL-HKUST/jax-am/jax_am/fem/generate_mesh.py found in paper text by Syntology ran GPL-3.0 (copyleft) · pointer only · bae2470ced689f0a · report
ghost_cell CMSL-HKUST/jax-am/jax_am/cfd/cfd_am.py found in paper text by Syntology ran GPL-3.0 (copyleft) · pointer only · 692016cdbd71752d · report
json_parse CMSL-HKUST/jax-am/jax_am/common.py found in paper text by Syntology ran GPL-3.0 (copyleft) · pointer only · 4648416cfb6f6067 · report
laplace CMSL-HKUST/jax-am/jax_am/cfd/cfd_am.py found in paper text by Syntology ran GPL-3.0 (copyleft) · pointer only · f9682a2963957365 · report
laplace CMSL-HKUST/jax-am/jax_am/cfd/gamma.py found in paper text by Syntology ran GPL-3.0 (copyleft) · pointer only · 3db5e21456c1f08c · report
reorder_inds CMSL-HKUST/jax-am/jax_am/fem/basis.py found in paper text by Syntology ran GPL-3.0 (copyleft) · pointer only · fb4bbd9dc51b858a · report
setup_logger CMSL-HKUST/jax-am/jax_am/logger_setup.py found in paper text by Syntology ran GPL-3.0 (copyleft) · pointer only · eca52e1eb3cc7de7 · report
update_mat CMSL-HKUST/jax-am/jax_am/cfd/gamma.py found in paper text by Syntology ran GPL-3.0 (copyleft) · pointer only · dc7e30e7c8a25cde · report
yaml_parse CMSL-HKUST/jax-am/jax_am/common.py found in paper text by Syntology ran GPL-3.0 (copyleft) · pointer only · ae75275a7dff4368 · report
BC_thermal CMSL-HKUST/jax-am/jax_am/cfd/gamma.py found in paper text by Syntology unverified GPL-3.0 (copyleft) · pointer only · f3cb8d9959631660 · report
applySensitivityFilter CMSL-HKUST/jax-am/jax_am/fem/mma.py found in paper text by Syntology unverified GPL-3.0 (copyleft) · pointer only · 4c45489407f3843f · report
compute_filter_kd_tree CMSL-HKUST/jax-am/jax_am/fem/mma.py found in paper text by Syntology unverified GPL-3.0 (copyleft) · pointer only · 8cfb3019c61c85d5 · report
get_GC_values CMSL-HKUST/jax-am/jax_am/cfd/cfd_am.py found in paper text by Syntology unverified GPL-3.0 (copyleft) · pointer only · 0319fc11e0a20dc3 · report
jax_array_list_to_numpy_diff CMSL-HKUST/jax-am/jax_am/fem/autodiff_utils.py found in paper text by Syntology unverified GPL-3.0 (copyleft) · pointer only · 81dfe5a2bceb6f0d · report
subsolv CMSL-HKUST/jax-am/jax_am/fem/mma.py found in paper text by Syntology unverified GPL-3.0 (copyleft) · pointer only · de07c917a9fc9e38 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2604.14562, was issued in April 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections