{"id":"648182a8-f97c-44ae-bbec-8947f7518526","arxiv_id":"2506.17726","paper_version":1,"verdict":"CONDITIONAL","confidence":"MODERATE","novelty_score":4.0,"correctness_risk":"medium","formal_verification":"none","parameter_count":8,"one_line_summary":"A physics-informed neural network with sequential transfer-learning time steps reproduces finite element temperature fields for a moving Gaussian heat source in a 2D plate.","lead":"The authors train a physics-informed neural network to simulate heat from a moving Gaussian source, splitting time into short slices and reusing the trained network as the starting point for the next slice. They report temperature fields that visually match a finite element simulation and claim about half the computing time of that simulation.","discovery_kind":"new_application","skeptic_critique":{"model":"deepseek-v4-flash","headline":"Accuracy claim rests on visual comparison only; sequential time-stepping error accumulation is unquantified and the paper itself reports artifacting at t=2s.","rationale":"I read the central claim as empirical: the proposed PINN with transfer-learning time stepping reproduces the moving-source temperature field with good agreement to FEM and roughly half the runtime. For that claim to hold, the reported agreement must be quantitative everywhere and stable over long time horizons. The paper does not supply error norms, a convergence check on the FEM reference, or a drift analysis for the sequential training; it relies on color maps and line plots at four times. This is especially important because the method is autoregressive and errors at each window boundary are injected as the next initial condition; small per-window errors can compound, and the paper's one self-reported anomaly ('some artifacting at t=2s', Section 4) is unexplained and unquantified. My proposed check would settle the concern by measuring PINN-vs-FEM error at all displayed and later times and by recomputing FEM at half mesh size/time step to confirm the reference. I do not see an internal contradiction or a reason to suspect the implementation; the concern is a missing quantitative validation. I also note that Eq. (5) does not explicitly display the time-dependent source center, which is a reproducibility issue, but the more load-bearing gap is the absence of quantitative error and drift analysis. Therefore the conditional verdict stands unchanged. I partly agree with the reader because both highlight drift, but I focus less on FEM convergence and more on the absence of any quantitative error metric and the unexplained artifact.","tokens_in":9101,"tokens_out":6236,"duration_ms":65290,"concrete_test":"Re-run the provided repository and compute, for every saved time window—at least t=2, 4, 6, 8 s and one later window, t=10 s—the relative L2 error and maximum absolute error between the PINN prediction and the FEM solution along path E-F, with FEM recomputed at h=0.025 mm and dt=0.05 s as a convergence check. Also plot the error versus window index. If the t=2s artifact produces more than about 5% local error, or if the error grows monotonically across windows, the 'good agreement' and long-time capability claims are not supported; if errors remain below roughly 1-2% and do not trend upward, the concern is resolved.","verdict_should_be":"UNCHANGED","load_bearing_attack":"The central claim—that the transfer-learning time-stepped PINN solves the moving-source problem accurately and in about half the FEM time—depends on the PINN-FEM agreement being quantitative and stable across the whole simulation. The paper reports only visual agreement at t=2, 4, 6, 8 s, with no error norms, no convergence study for the FEM reference, and no measure of how error evolves from one training window to the next. This matters because the method is autoregressive: each window re-initializes from the previous window's final prediction, so any error at a window boundary can be carried forward and amplified. The manuscript even concedes 'some artifacting at t=2s' in Section 4 without quantifying it or explaining whether it coincides with a window transition. If the artifact is large or if errors grow with window index, the accuracy claim fails precisely in the long-time regime that the method is claimed to enable. The speed claim is also only meaningful at a controlled accuracy, so it inherits this gap. This is not an internal inconsistency, but a missing quantitative check on the central empirical assertion.","agreement_with_reader":"partial"},"referee_report":{"model":"deepseek-v4-flash","summary":"The paper proposes a Physics Informed Neural Network (PINN) approach for two-dimensional transient heat conduction with a moving Gaussian heat source. To handle long time intervals, the authors introduce a sequential training strategy that divides the time domain into windows and reuses the same network across windows through transfer learning, taking the final state of one window as the initial condition for the next. The method is tested on a 20 mm × 10 mm domain with mixed Dirichlet–Neumann boundary conditions and compared visually against a finite element solution. The authors report good visual agreement, a reduction in wall-clock time (about 3100 s versus 6900 s for FEM), and expected behavior when the source velocity is varied. The manuscript claims that the proposed training regime enables the computation of large temporal intervals without increasing the network's complexity.","tokens_in":9340,"tokens_out":4182,"duration_ms":39616,"significance":"If fully supported, the paper would offer a practical meshless alternative for a class of manufacturing-related heat conduction problems and a clear way to extend PINNs to long time horizons without growing the network. The sequential transfer-learning idea is clearly described, the governing setup is a standard PINN formulation, and the authors provide a public GitHub repository with the implementation. These are strengths. However, the central numerical claim rests on visual comparison only, and the autoregressive time-stepping is not accompanied by an error-accumulation analysis. The paper's significance is therefore conditional on a quantitative validation that is currently missing.","major_comments":[{"comment":"The source term f(x,t) is printed as Q0 exp(-r^2/r0^2) with no definition of r in terms of a time-dependent source location. Since the text later states that the heat source travels along the path E-F at 2 mm/s, the actual source term used in the PINN residual of Eq. (6) must be something like Q0 exp(-||x - x_c(t)||^2 / r0^2), where x_c(t) follows the prescribed trajectory. As printed, Eq. (5) is time-independent and does not encode a moving source, which under-specifies the governing equation and the residual loss actually minimized.","section":"Section 3.1, Eq. (5)"},{"comment":"The agreement between the PINN and FEM is claimed on the basis of visual inspection only. No error norm (e.g., relative L2 error in temperature or maximum pointwise deviation) is reported, and no convergence study of the FEM reference (h = 0.05 mm, Δt = 0.1 s) is provided. Since FEM is treated as the benchmark and the PINN solution is autoregressive, the manuscript should include a refinement check for the FEM and a per-time-window error measure for the PINN. Without these, the central claims of 'good agreement' and 'similar accuracy at about half the time' are not quantitatively established.","section":"Section 4, Figures 5 and 6"},{"comment":"The paper concedes 'some artifacting at t = 2s' but does not quantify its magnitude or location, nor state whether it coincides with a phase boundary of the sequential training. Because each window re-initializes from the previous window's final state, an artifact at a window boundary can be carried forward and amplified. The authors should identify the artifact's magnitude, its spatial location, whether it occurs at a window transition, and whether it propagates into subsequent windows; this is directly relevant to the claimed long-time capability of the method.","section":"Section 4, artifacting at t = 2 s"},{"comment":"The sequential time increment Δt and the number of training phases are never specified for the numerical example. The text defines Δt as a hyperparameter but the actual value used, and the criterion for choosing it, are not given. This information is necessary for reproducibility and for interpreting the claim that training time scales linearly with the number of phases, since the number of phases is determined by Δt and the total time interval.","section":"Section 3.2 and Section 4"}],"minor_comments":[{"comment":"The text says Figure 5 shows temperature distribution at t = 2 s and 8 s, but the caption of Figure 5 says 'temperature evolution along the path E-F'; likewise, the text says Figure 6 shows two time instances, while the caption lists four (t = 2, 4, 6, 8 s). Please align captions with the figure content and the text.","section":"Figure captions and text"},{"comment":"The paragraph discussing the influence of heat source velocity refers to 'Figure 1', but Figure 1 in the manuscript shows the temperature output with and without time stepping at t = 8 s. The figure containing the velocity comparison appears to be misnumbered or missing.","section":"Section 4, velocity study"},{"comment":"The boundary condition for edge B-C is labeled Γ_AB, duplicating the label for edge A-B; this should be Γ_BC.","section":"Eq. (7)"},{"comment":"Eq. (4) is written for a heterogeneous conducting body, while the numerical study and Table 1 use homogeneous material properties; please reconcile the wording.","section":"Section 3.1"},{"comment":"Some references are incomplete or inconsistently formatted (e.g., [16] and [26] lack full bibliographic information), and the GitHub link appears only in the appendix rather than in the main text where the code is mentioned.","section":"References"}],"recommendation":"major_revision","confidential_remarks":"The manuscript is a short numerical study with a clear but modest novelty. The main issue is not the method itself but the lack of quantitative validation for the central empirical claims. The artifact at t = 2 s and the under-specified moving source in Eq. (5) strengthen the case for major revision rather than acceptance at the current stage. A revision that adds error norms, a convergence study, and a precise statement of the sequential training parameters would substantially strengthen the paper."},"author_rebuttal":null,"desk_editor":{"model":"deepseek-v4-flash","letter":"Quick take: this is a solid engineering demonstration, not a methodological breakthrough. The useful piece is the time-window transfer-learning training, which lets a fixed-size network cover a long time interval for a moving heat source. It is close to Biesek and Konzen [3], which they cite; the claimed difference—that each window retains continuous time information—is real but minor, and the paper does not spend the few sentences needed to make the distinction precise. The genuinely new part is the 2D Gaussian moving-source benchmark with mixed boundary conditions, and that part works.\n\nWhat is good: the physics setup is standard, the loss is the standard PINN residual, and the temperature maps in Figures 5 and 6 look believable. They report a velocity-dependence study that behaves as expected. The code is on GitHub, which counts for something. They also honestly note an artifact at t = 2 s, though they do not explain it.\n\nSoft spots, in order of importance:\n\n1. Equation (5) is under-specified: the Gaussian's center is not given as a function of time. It should be f(x,t) = Q0 exp(-||x - (x0 + v t)||^2 / r0^2) or equivalent. Without that, the governing equation is incomplete. This is an easy fix, but it is the kind of thing a reviewer will flag.\n\n2. The accuracy claim is visual only. No error norms, no pointwise maxima error, no FEM convergence study beyond a one-line mesh refinement statement. Because the method is autoregressive, error accumulation across windows is a real concern; the artifact at t = 2 s might be a window-boundary effect but the paper does not say. The authors need to plot L2 error vs time or report error at each window boundary.\n\n3. The speed comparison is not controlled. PINN on an A100 (GPU) versus FEM on a Xeon (CPU) tells us about implementations, not methods. The claim 'roughly half the time' is only meaningful at equal accuracy and with the same hardware. They should report both on CPU or both with the GPU, and include the FEM error.\n\n4. The novelty wording overstates the case. Calling it 'a new training method' is generous given [3]. Frame it as an application and the paper is fine.\n\nThis is for computational mechanics readers who want a meshless alternative for welding or additive manufacturing simulations, and for PINN researchers who need a moving-source benchmark. None of the issues are fatal. The method clearly runs and produces plausible temperature fields, and the missing pieces are quantitative rather than conceptual. For a computational mechanics journal, this deserves a full review; the authors should be asked to fix Eq. (5), add error norms and an error-vs-time curve, and make the timing comparison fair. A desk reject would be too harsh.","headline":"Workmanlike PINN application with an incremental training twist; the results are plausible but the paper's central accuracy claim rests on visuals and a single timing comparison, and Eq. (5) under-specifies the moving source.","tokens_in":9867,"tokens_out":4204,"would_cite":false,"duration_ms":40441,"reading_group":"maybe","serious_thinker":"yes","would_accept_peer_review":true},"rs_alignment":null,"lean_confirmation":null,"pith_extraction":{"msc":["65M60","68T07","80A19"],"pacs":[],"model":"deepseek-v4-flash","headline":"Window-by-window transfer learning lets a single physics-informed neural network reproduce a moving-source temperature field, matching a fine finite-element simulation at about half the cost.","keywords":["physics-informed neural networks","transient heat conduction","moving heat source","Gaussian heat source","transfer learning","time stepping","meshless method"],"falsifier":"Run the same PINN against a converged finite-element reference on a finer mesh (for example $h=0.025$ mm) with a smaller time step, and evaluate the difference over the entire domain at the end of every time window; if the error grows with the number of windows, or if the peak-temperature error at late times exceeds the reported visual agreement, the claim of stable long-horizon transfer learning is falsified.","tokens_in":8873,"feed_emoji":"🔥","tokens_out":10649,"duration_ms":98035,"temperature":0.7,"pith_summary":"The paper sets out to show that a physics-informed neural network (PINN) can compute the transient temperature field produced by a moving Gaussian heat source, a situation that normally requires very fine finite-element meshes near the source. To avoid scaling the network with simulation time, it splits the interval into short windows and trains the same network sequentially, using the final temperature field of one window as the initial condition of the next. Temperature fields from this scheme are compared with a finite-element solution on a mesh of size $h=0.05$ mm with time step $\\Delta t=0.1$ s, and the paper reports good agreement along the heat-source path while taking about 3100 s of training time versus 6900 s for the finite-element run. If that comparison holds, the result is a meshless route to moving-source problems where adaptive refinement is difficult.","feed_headline":"Neural net heat solver matches finite elements, at half the cost","feed_subtitle":"Window-by-window transfer learning lets one network track a moving heat source over long time intervals.","key_machinery":"The load-bearing mechanism is continuous time-stepping through transfer learning: the simulation interval is split into windows of length $\\Delta t$, and one network is trained recursively, with the solution at the end of window $n$ becoming the initial condition for window $n+1$, so network size does not grow with simulation length. Because each window still represents time continuously, the scheme differs from Euler-style time discretization; querying the network at an arbitrary time only requires loading the weights for that window. The loss is a weighted sum of heat-equation residual, initial-condition, and boundary-condition terms, with the moving source entering through the Gaussian source term $f(\\mathbf{x},t)=Q_0 e^{-r^2/r_0^2}$.","core_discovery":"The central claim is that the PINN framework solves transient heat conduction with a moving Gaussian source under mixed Dirichlet–Neumann boundary conditions, and that a sliding-window time-stepping scheme based on transfer learning makes this feasible without growing the network. The total time interval is divided into windows of length $\\Delta t$; a single feed-forward network is trained on the first window, then warm-started on the next with the previous window's final temperature as the initial condition, so the same architecture covers the whole horizon. The paper compares the resulting temperature field along the source path with a finite-element solution using $h=0.05$ mm and $\\Delta t=0.1$ s and finds good agreement at $t=2,4,6,8$ s, with the PINN training taking about 3100 s versus 6900 s for the reference FEM. No data beyond initial conditions, boundary conditions, and the governing equation are supplied.","pith_inferences":["Chaining many more windows than the eight seconds shown would test whether warm-start drift accumulates; if end-of-window errors grow with window count, the long-horizon claim would need a correction term.","Because agreement is demonstrated along one line and at selected times, the error over the whole 20 mm by 10 mm domain remains unknown; a full-domain comparison would be the natural next check.","The same sliding-window schedule should carry over to temperature-dependent properties and coupled problems, but the paper's own observation that geometric rather than temporal complexity drives network size warns that 3-D extensions may need new scaling analysis."],"forward_implications":["One fixed network can cover arbitrarily long simulation intervals because the parameter count does not grow with the number of windows; training time scales roughly linearly with the number of windows.","The moving-source test case shows agreement with the finite-element reference along the heat-source path while using about 3100 s versus 6900 s, so the meshless route can be competitive in cost at comparable resolution.","Only initial conditions, boundary conditions, and the governing PDE are supplied; no experimental data or precomputed snapshots are needed during training.","The velocity study shows that a faster-moving source lowers the peak temperature at the same spatial location, consistent with shorter exposure time of the material."],"supporting_citations":[{"why":"Supplies the universal approximation theorem, the theoretical basis for representing the temperature field with a feed-forward network.","marker":"[17]"},{"why":"Establishes the PINN loss formulation with PDE residual, initial-condition, and boundary-condition terms that the paper applies to heat conduction.","marker":"[36]"},{"why":"Provides the transfer-learning foundation for warm-starting the same network across successive time windows.","marker":"[47]"},{"why":"Earlier PINN time-stepping via implicit Euler transfer learning that the proposed continuous sliding-window scheme is contrasted with.","marker":"[3]"},{"why":"Documents the FEM difficulty with steep thermal gradients that motivates both the fine reference mesh and the meshless alternative.","marker":"[28]"}],"fun_headline_variants":["Sliding-window PINN halves training cost, matches FEM","Transfer learning cuts PINN heat solver cost by half","One network, many time steps: PINN matches FEM at half cost","PINN with sliding windows: same accuracy, half training time","Moving heat source: warm-started PINN matches FEM, half cost"],"cache_read_input_tokens":3200,"weakest_assumption_plain":"The load-bearing premise is that the finite-element reference at mesh size $h=0.05$ mm and time step $\\Delta t=0.1$ s is converged, and that visual agreement along the heat-source path at the displayed times is enough to certify the PINN; the paper provides no study of error accumulation across the sequential warm-started windows.","fun_headline_variants_meta":{"raw":{"variants":["Sliding-window PINN halves training cost, matches FEM","Transfer learning cuts PINN heat solver cost by half","One network, many time steps: PINN matches FEM at half cost","PINN with sliding windows: same accuracy, half training time","Moving heat source: warm-started PINN matches FEM, half cost"]},"model":"deepseek-v4-flash","effort":"low","cost_usd":0.000712,"raw_usage":{"total_tokens":3163,"prompt_tokens":864,"completion_tokens":2299,"prompt_tokens_details":{"cached_tokens":384},"prompt_cache_hit_tokens":384,"prompt_cache_miss_tokens":480,"completion_tokens_details":{"reasoning_tokens":2211}},"tokens_in":480,"tokens_out":2299,"duration_ms":15108,"temperature":1.0,"reasoning_tokens":2211,"cache_read_input_tokens":384,"cache_creation_input_tokens":0},"cache_creation_input_tokens":0},"created_at":"2026-08-15T19:02:09.435533+00:00","model_set":{"reader":"deepseek-v4-flash"},"falsifier":"Run the same PINN against a converged finite-element reference on a finer mesh (for example $h=0.025$ mm) with a smaller time step, and evaluate the difference over the entire domain at the end of every time window; if the error grows with the number of windows, or if the peak-temperature error at late times exceeds the reported visual agreement, the claim of stable long-horizon transfer learning is falsified.","supporting_citations":[{"cited_title":"Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial dif- ferential equations","cited_arxiv_id":null,"evidence_quote":"Establishes the PINN loss formulation with PDE residual, initial-condition, and boundary-condition terms that the paper applies to heat conduction."},{"cited_title":"Burgers' pinns with implicit euler transfer learning","cited_arxiv_id":"2310.15343","evidence_quote":"Earlier PINN time-stepping via implicit Euler transfer learning that the proposed continuous sliding-window scheme is contrasted with."},{"cited_title":"Numerical prediction of fluid flow and heat transfer in welding with a moving heat source","cited_arxiv_id":null,"evidence_quote":"Documents the FEM difficulty with steep thermal gradients that motivates both the fine reference mesh and the meshless alternative."}],"review_version":1}