REVIEW 3 major objections 6 minor 45 references
Soft-decay neurons by target evidence, fix PINN transfer parameters
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · glm-5.2
2026-07-07 20:17 UTC pith:CCDNI7TG
load-bearing objection Neuron-level representation correction for PINN inverse transfer learning — method is reasonable, evidence is uneven the 3 major comments →
Target-Guided Selective Reweighting for Physics-Informed Neural Network Inverse Problems: A Transfer Learning Approach
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The paper's central claim is that neuron-level, target-evidence-driven selective soft decay of transferred representations can reduce physical parameter recovery error in PINN inverse transfer learning, and that this benefit is not reducible to general weight perturbation. The key evidence: in a high-Péclet 2D advection-diffusion task, average parameter error drops from 6.582% (Full Fine-Tuning) to 4.426%, with best-repetition diffusion-coefficient error of 0.38% versus 4.06% for the best baseline. In Allen-Cahn-to-Burgers cross-PDE-family transfer, viscosity parameter error drops from 0.568% to 0.408%. Counterfactual ablations with 10 paired repetitions show that randomly decaying neurons (
What carries the argument
Neuron target score: a per-neuron measure combining first-order Taylor sensitivity of the target loss to the neuron's pre-activation with pre-activation variance, fused geometrically and averaged over fixed scoring batches. Weak-adaptation signal: a continuous value derived from the neuron target score distribution within each layer, estimated via a two-component Gaussian mixture model (with Bhattacharyya-based confidence and BIC-based activation) or a rank-based fallback when GMM evidence is insufficient. Selective soft decay: bounded multiplicative scaling (minimum factor 0.4) applied to the input weight row and bias of low-scoring neurons, preserving network topology and trainability. The
Load-bearing premise
The method assumes that a short 30-step target-adaptation phase produces neuron scores that reliably distinguish target-relevant from target-irrelevant neurons. If the initial physical parameters are far from their true values, this short phase may already enter a parameter compensation region, contaminating all downstream scoring, signal estimation, and decay decisions.
What would settle it
If the short-adaptation scoring state is already in a parameter-compensation region, all downstream neuron scores, weak-adaptation signals, and selective soft decay factors operate on contaminated evidence, potentially degrading rather than improving parameter recovery.
If this is right
- If selective soft decay works as described, PINN transfer learning for inverse problems can be made safer: practitioners could reuse source-task representations without risking silent parameter compensation, expanding the range of tasks where transfer is beneficial.
- The decoupling of field error from parameter error suggests that the PINN community should adopt parameter-level metrics as primary evaluation criteria for inverse transfer, not just field reconstruction accuracy.
- The target-scoring mechanism could be applied beyond transfer learning — for instance, diagnosing which neurons in a freshly trained PINN are contributing to parameter compensation versus field fitting, potentially as a training-time diagnostic tool.
- If the short-adaptation scoring phase generalizes, the approach could extend to multi-source transfer or neural operator fine-tuning, where identifying which transferred features are target-relevant is even more critical.
Where Pith is reading between the lines
- The method's reliance on a 30-step adaptation phase producing reliable neuron scores is a fragility point: if the initial physical parameter guess is far from true, the scoring signal could be contaminated, and the paper's own sensitivity analysis (Table 11) shows substantial variability with only 2 repetitions per setting — the method may benefit from an adaptive or iterative scoring approach tha
- The rank-fallback path being the primary active route in the high-Péclet experiments (GMM rarely activates) suggests the GMM branch may be solving a problem that doesn't arise at the network widths tested (100 neurons per layer); it could become more relevant for wider networks or more heterogeneous layer distributions.
- The piecewise cubic mapping's superiority over linear, sigmoid, and hard-threshold alternatives (Table 15) hints that the specific shape of the decay function matters less than its bounded, continuous, and monotone character — suggesting a design principle rather than a single optimal function.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes TGSR-PINN, a neuron-level representation correction method for PINN inverse transfer learning. After transferring only network weights/biases from a source model (not physical parameters), the method performs a short target-adaptation phase, computes neuron target scores using first-order Taylor sensitivity and pre-activation variance, estimates weak-adaptation signals via a GMM with rank fallback, and applies selective soft decay to low-scoring neurons under layer protection. The method is evaluated on three tasks: high-Péclet 2D advection-diffusion, Allen-Cahn→Burgers cross-PDE transfer, and 5%-noise reaction-diffusion. Ablation studies examine scoring components, GMM/rank fallback, layer protection, and decay mapping forms. The central claim is that target-evidence-driven neuron scoring and selective soft decay improve physical parameter recovery compared to standard fine-tuning baselines, while maintaining comparable field accuracy.
Significance. The paper addresses a genuine problem: in PINN inverse transfer learning, field accuracy and parameter recovery can decouple, and coarse-grained transfer strategies may not address neuron-level representation mismatch. The methodological pipeline is well-motivated and internally consistent. Strengths include: (1) counterfactual ablations (Table 8) with Wilcoxon tests (p≤0.037) demonstrating that the benefit is not from arbitrary perturbation; (2) layer protection ablation (Table 14, p=0.002) and decay mapping ablation (Table 15, p≤0.004) with 10 paired repetitions; (3) public code availability at a GitHub repository; (4) honest discussion of applicability boundaries, including acknowledgment that the GMM branch is not the primary active route in the high-Péclet task (§3.5.4). The paper is transparent about the large standard deviations in the high-Péclet task and positions the 5%-noise reaction-diffusion results as supplementary rather than primary evidence.
major comments (3)
- §3.1 and Tables 3, 5: The headline claim that TGSR-PINN improves parameter recovery over baselines rests on mean±std comparisons without pairwise statistical tests. In Table 3 (n=7), TGSR-PINN's average parameter error of 4.426±3.019% vs. Lightweight FT's 4.825±2.384% is a 0.4 percentage-point difference well within one standard deviation. In Table 5 (n=11), the ν error difference between TGSR-PINN (0.408±0.260%) and Full FT (0.568±0.399%) also has overlapping standard deviations. The paper states it uses a paired comparison protocol (§3.1), so paired data likely exists. The counterfactual ablations (Table 8) do report Wilcoxon tests, but these compare TGSR-PINN against degraded versions of itself, not against the actual baselines. Without pairwise tests against baselines (especially Lightweight FT in the high-Péclet task and Full FT in the cross-PDE task), the improvement-over-baselines
- Table 4 and §3.2: The prominently featured best-α error of 0.38% for TGSR-PINN is selected from 7 repetitions, while the mean α error is approximately 13.25% (per §3.5.3). The paper does note that 'core conclusions still rely on aggregated statistics,' but Table 4 is presented as a standalone comparison table and the 0.38% figure appears in the abstract-level discussion. Given the large gap between best (0.38%) and mean (~13%) α error, the best-repetition result should be more explicitly framed as a ceiling indicator rather than a representative outcome. The risk is that readers interpret 0.38% as typical performance. This is a presentation issue that affects how the central claim is perceived, but it does not invalidate the aggregated evidence.
- §2.2, Eqs. (11)–(21): The method has a substantial number of free hyperparameters: α_s, Δα, β_h, γ_m, γ_min, K, E_ad, ξ, ρ_r, δ_g, and the ΔBIC threshold. The paper provides sensitivity analyses for α_s (Table 12), E_ad (Table 11), and β_h (Table 14), which is commendable. However, Table 11 uses only 2 repetitions per setting, providing weak statistical support for the E_ad=30 default. The paper acknowledges this ('finer task-adaptive step selection is left for future work'), but given that E_ad controls the scoring state on which all downstream steps depend, a stronger sensitivity analysis (more repetitions, or at minimum reporting both individual repetition values rather than just two) would strengthen confidence in the default. This is not necessarily blocking since the main experiments use the default consistently across all methods, but it affects reproducibility confidence.
minor comments (6)
- Table 5: BitFit's field error of 69.010±13.080% and ν error of 4891±13133% are reported, but these extreme values distort any visual comparison in Figure 5 (log scale). The paper explains this as 'large-scale training instability,' but it may be worth noting whether any BitFit repetitions converged normally or whether all 11 failed, to help readers calibrate the comparison.
- §3.5.4, Table 13: The GMM branch is found to be inactive for most layers in the high-Péclet task (ΔBIC condition not met), making rank fallback the primary route. This is honestly reported, but it raises the question of whether the GMM component adds enough value to justify its complexity. A brief note on whether any task in the paper activates the GMM branch would help readers assess the method's complexity.
- Equation numbering: Eq. (19) defines A_ℓ,j and B_ℓ,j as sub-expressions, but the piecewise definition could be clearer about the transition at ep_ℓ,j = 0.5 (both branches give γ_m at that point, which is consistent but not stated).
- §4.3, Table 16: The computational overhead breakdown reports memory for neuron scoring as ~470 MB, which is the same as the total. This appears to be the peak memory during scoring (forward+backward on frozen model), but the table format makes it look like scoring alone requires 470 MB. A brief clarification would help.
- Figure 8: The aggregated scatter plot of field error vs. parameter error is informative, but the error bars for TGSR-PINN and Lightweight FT overlap substantially in both dimensions. A note acknowledging this overlap would make the figure's interpretation more consistent with the text's cautious framing.
- The paper would benefit from a brief comparison to existing neuron-level pruning or importance estimation methods in the PINN context (e.g., Ref. [35] is cited but the comparison is brief). A paragraph clarifying what specifically differs from selective pruning for PINN inverse problems would strengthen the novelty claim.
Simulated Author's Rebuttal
We thank the referee for a careful and constructive report. The three major comments are well-taken: (1) pairwise statistical tests against baselines are absent in Tables 3 and 5 and should be added; (2) the best-repetition alpha error of 0.38% in Table 4 needs clearer framing relative to the mean of ~13%; and (3) the E_ad sensitivity analysis in Table 11 uses only 2 repetitions, which is weak. We agree with all three points and will revise accordingly. The referee's positive assessment of the counterfactual ablations, layer-protection and decay-mapping experiments, code availability, and honest discussion of applicability boundaries is appreciated.
read point-by-point responses
-
Referee: §3.1 and Tables 3, 5: The headline claim that TGSR-PINN improves parameter recovery over baselines rests on mean±std comparisons without pairwise statistical tests. In Table 3 (n=7), TGSR-PINN's average parameter error of 4.426±3.019% vs. Lightweight FT's 4.825±2.384% is a 0.4 percentage-point difference well within one standard deviation. In Table 5 (n=11), the ν error difference between TGSR-PINN (0.408±0.260%) and Full FT (0.568±0.399%) also has overlapping standard deviations. The paper states it uses a paired comparison protocol (§3.1), so paired data likely exists. The counterfactual ablations (Table 8) do report Wilcoxon tests, but these compare TGSR-PINN against degraded versions of itself, not against the actual baselines. Without pairwise tests against baselines (especially Lightweight FT in the high-Péclet task and Full FT in the cross-PDE task), the improvement-over-baselines
Authors: The referee is correct. We have paired data from the matched-repetition protocol described in §3.1, and we should have reported pairwise statistical tests against the actual baselines in Tables 3 and 5, not only in the counterfactual ablations (Table 8). We will add Wilcoxon signed-rank tests for the key baseline comparisons: TGSR-PINN vs. Lightweight FT in the high-Péclet task (n=7 paired) and TGSR-PINN vs. Full FT in the cross-PDE task (n=11 paired), as well as the other baseline comparisons. We will report p-values and effect sizes alongside the existing mean±std entries. We acknowledge in advance that some comparisons—particularly the 0.4 percentage-point gap between TGSR-PINN and Lightweight FT in the high-Péclet task—may not reach statistical significance at conventional thresholds given n=7 and the large standard deviations. If that is the case, we will state it plainly and qualify the corresponding claim rather than overstate it. The cross-PDE comparison (n=11, 28.2% relative reduction in ν error) is more likely to reach significance, but we will let the test results speak for themselves. We will also add a note clarifying that the counterfactual ablation tests (Table 8) were designed to answer a different question—whether the benefit comes from target-informed neuron selection versus arbitrary perturbation—rather than to substitute for baseline comparisons. revision: yes
-
Referee: Table 4 and §3.2: The prominently featured best-α error of 0.38% for TGSR-PINN is selected from 7 repetitions, while the mean α error is approximately 13.25% (per §3.5.3). The paper does note that 'core conclusions still rely on aggregated statistics,' but Table 4 is presented as a standalone comparison table and the 0.38% figure appears in the abstract-level discussion. Given the large gap between best (0.38%) and mean (~13%) α error, the best-repetition result should be more explicitly framed as a ceiling indicator rather than a representative outcome. The risk is that readers interpret 0.38% as typical performance. This is a presentation issue that affects how the central claim is perceived, but it does not invalidate the aggregated evidence.
Authors: We agree this is a presentation issue that needs correction. The 0.38% best-repetition α error is a ceiling indicator showing what target-side representation correction can achieve under favorable optimization conditions, not a representative outcome. The mean α error of ~13.25% (reported in §3.5.3) is the representative statistic. We will make the following changes: (1) relabel Table 4 to explicitly state 'best-repetition (ceiling indicator)' in the caption; (2) add the mean α error alongside the best α error in Table 4 so readers see both figures; (3) revise the §3.2 discussion to state upfront that the mean α error is approximately 13.25% and that 0.38% represents the best repetition, not typical performance; and (4) ensure that any abstract-level or summary discussion references the mean rather than the best. We appreciate the referee noting that this does not invalidate the aggregated evidence—the core claims in Tables 3 and 5 are based on mean±std across repetitions, and the counterfactual ablations in Table 8 use 10 paired repetitions with Wilcoxon tests. revision: yes
-
Referee: §2.2, Eqs. (11)–(21): The method has a substantial number of free hyperparameters: α_s, Δα, β_h, γ_m, γ_min, K, E_ad, ξ, ρ_r, δ_g, and the ΔBIC threshold. The paper provides sensitivity analyses for α_s (Table 12), E_ad (Table 11), and β_h (Table 14), which is commendable. However, Table 11 uses only 2 repetitions per setting, providing weak statistical support for the E_ad=30 default. The paper acknowledges this ('finer task-adaptive step selection is left for future work'), but given that E_ad controls the scoring state on which all downstream steps depend, a stronger sensitivity analysis (more repetitions, or at minimum reporting both individual repetition values rather than just two) would strengthen confidence in the default. This is not necessarily blocking since the main experiments use the default consistently across all methods, but it affects reproducibility confidence.
Authors: The referee's point is valid. E_ad controls the post-adaptation state on which all downstream scoring and selective soft decay depend, so Table 11's 2-repetition sensitivity analysis is insufficient. We will expand this to at least 5 repetitions per E_ad setting (E_ad ∈ {10, 20, 30, 60}) and report individual repetition values alongside the mean. We already report both individual values (Rep A, Rep B) in the current table, so the expanded version will follow the same format with more repetitions. We note that the main experiments use E_ad=30 consistently across all methods, so this does not affect the validity of the main comparisons; the issue is specifically about confidence in the default choice. We also agree that the large number of hyperparameters is a legitimate concern. While we provide sensitivity analyses for the most impactful ones (α_s in Table 12 with 5 reps, β_h in Table 14 with 10 reps, decay mapping in Table 15 with 10 reps), we will add a consolidated hyperparameter table in the revised manuscript listing all defaults, their roles, and which (if any) sensitivity analysis covers them, so readers can assess the overall robustness picture at a glance. revision: yes
Circularity Check
No circularity found: the derivation chain transforms target-task evidence into neuron scores, decay signals, and weight scaling, with final results evaluated against externally known true parameters.
full rationale
The paper's derivation chain proceeds as: (1) target loss gradients and pre-activation statistics → Taylor sensitivity (Eq. 9) and pre-activation variance (Eq. 10); (2) geometric fusion → neuron target score (Eq. 11); (3) GMM/rank fallback → weak-adaptation signal (Eqs. 16–17); (4) layer protection + piecewise cubic mapping → scaling factor γ (Eqs. 18–19); (5) weight scaling (Eq. 21) → continued training → parameter recovery evaluated against known true values. At no point is a quantity defined in terms of the result it claims to predict. The neuron target score is computed from target loss gradients and pre-activation responses—quantities derived from the target task, not from the parameter recovery outcome. The weak-adaptation signal is derived from the score distribution, not from the final parameter error. The selective soft decay factors are derived from the weak-adaptation signal, not from the claimed improvement. All citations supporting methodological choices (Taylor sensitivity [32], GMM/EM [40], Bhattacharyya coefficient [41], BIC [42], soft pruning [43–45]) are to external authors, not self-citations. The experimental evaluation uses externally known true physical parameters (α, ν, etc.) as ground truth, and baselines (Full FT, Lightweight FT, BitFit, etc.) are independent methods. Hyperparameters (α_s, β_h, γ_m, γ_min) are selected via ablation sweeps (Tables 12, 14, 15), which is standard model selection, not circularity. No step in the derivation reduces to its inputs by construction.
Axiom & Free-Parameter Ledger
free parameters (12)
- α_s (base Taylor/variance fusion weight) =
0.5
- Δα (layer-wise fusion increment) =
0.3
- β_h (shallow protection strength) =
0.55
- γ_m (intermediate scaling factor) =
0.85
- γ_min (minimum scaling factor) =
0.4
- K (number of scoring batches) =
3
- E_ad (target short adaptation steps) =
30
- ξ (rank fallback max signal) =
0.75
- ρ_r (rank power exponent) =
1.5
- δ_g (reporting threshold) =
0.02
- ΔBIC threshold =
10
- π_{ℓ,L} threshold =
0.5
axioms (5)
- domain assumption First-order Taylor expansion adequately approximates neuron importance for the target loss
- domain assumption Pre-activation variance characterizes neuron response activity on target samples
- ad hoc to paper A short adaptation phase produces reliable target evidence for neuron scoring
- domain assumption Two-component GMM adequately models intra-layer neuron target score distributions
- domain assumption Soft decay of pre-activations is preferable to post-activation gating or outgoing weight scaling
invented entities (3)
-
Neuron target score
independent evidence
-
Weak-adaptation signal
independent evidence
-
Selective soft decay
independent evidence
read the original abstract
Physics-informed neural networks (PINNs) encounter ill-posed optimization, loss competition, and parameter compensation in partial differential equation (PDE) inverse problems. Transfer learning can reuse representations from source tasks, but direct fine-tuning may introduce negative transfer when dominant physical mechanisms, governing parameters, or observation noise differ between source and target domains: the model achieves low field error yet recovers incorrect target physical parameters. To mitigate, we propose Target-Guided Selective Reweighting PINN (TGSR-PINN), a target-evidence-driven representation correction method for PINN inverse transfer learning. TGSR-PINN transfers only the weights and biases from the source PINN, while target physical parameters are independently initialized; after a short target-adaptation phase, the method computes neuron target scores using first-order Taylor sensitivity and pre-activation variance on fixed scoring batches, and converts evidence associated with low-scoring neurons into continuous weak-adaptation signals via a Gaussian mixture model (GMM) with rank fallback. TGSR-PINN then applies selective soft decay to input weight rows and biases of low-scoring neurons instead of hard pruning or random resetting. In experiments, TGSR-PINN improves target parameter recovery while maintaining comparable field accuracy in the high-P\'{e}clet 2D advection-diffusion task and in the Allen--Cahn to Burgers cross-PDE-family transfer task; a 5%-noise reaction--diffusion case provides supplementary evidence under milder source-target mismatch. Ablation studies suggest that neuron target scoring, weak-adaptation signal estimation, layer protection, and selective soft decay jointly contribute to the benefits.
Figures
Reference graph
Works this paper leans on
-
[1]
Raissi M, Perdikaris P, Karniadakis G E. Physics- informed neural networks: A deep learning framework for solving forward and inverse problems involving non- linear partial differential equations.Journal of Computa- tional Physics, 2019, 378: 686–707
work page 2019
-
[2]
Physics- informed machine learning.Nature Reviews Physics, 2021, 3: 422–440
Karniadakis G E, Kevrekidis I G, Lu L, et al. Physics- informed machine learning.Nature Reviews Physics, 2021, 3: 422–440
work page 2021
-
[3]
Grossmann T G, Komorowska U J, Latz J, Schonlieb C B. Can physics-informed neural networks beat the finite element method?IMA Journal of Applied Mathematics, 2024, 89(1): 143–174. 17
work page 2024
-
[4]
Cuomo S, Di Cola V S, Giampaolo F, et al. Scientific ma- chine learning through physics-informed neural networks: Where we are and what’s next.Journal of Scientific Com- puting, 2022, 92(3): 88
work page 2022
-
[5]
Guo J, Zhu H, Yang Y , Guo C. Advances in physics- informed neural networks for solving complex partial dif- ferential equations and their engineering applications.En- gineering Applications of Artificial Intelligence, 2025, 161: 112044
work page 2025
-
[6]
Plankovskyy S, Tsegelnyk Y , Shyshko N, et al. Review of physics-informed neural networks: Challenges in loss function design and geometric integration.Mathematics, 2025, 13(20): 3289
work page 2025
-
[7]
Baniya S, Maity D. A comprehensive review of theoreti- cal concepts and advancements in physics-informed neu- ral networks with applications in structural engineering. Artificial Intelligence Review, 2026, 59: 49
work page 2026
-
[8]
Wang S, Teng Y , Perdikaris P. Understanding and mitigat- ing gradient flow pathologies in physics-informed neural networks.SIAM Journal on Scientific Computing, 2021, 43(5): A3055–A3081
work page 2021
-
[9]
Wang S, Yu X, Perdikaris P. When and why PINNs fail to train: A neural tangent kernel perspective.Journal of Computational Physics, 2022, 449: 110768
work page 2022
-
[10]
Shin Y , Darbon J, Karniadakis G E. On the convergence of physics informed neural networks for linear second- order elliptic and parabolic type PDEs.Communications in Computational Physics, 2020, 28(5): 2042–2074
work page 2020
-
[11]
Krishnapriyan A S, Gholami A, Zhe S, Kirby R M, Ma- honey M W. Characterizing possible failure modes in physics-informed neural networks.NeurIPS, 2021, 34: 26548–26560
work page 2021
-
[12]
Challenges in training PINNs: A loss landscape perspective.ICML, 2024, 235: 42159–42191
Rathore P, Lei W, Frangella Z, et al. Challenges in training PINNs: A loss landscape perspective.ICML, 2024, 235: 42159–42191
work page 2024
-
[13]
Yu J, Lu L, Meng X, et al. Gradient-enhanced physics- informed neural networks for forward and inverse PDE problems.CMAME, 2022, 393: 114823
work page 2022
-
[14]
Self-adaptive physics- informed neural networks.Journal of Computational Physics, 2023, 474: 111722
McClenny L, Braga-Neto U. Self-adaptive physics- informed neural networks.Journal of Computational Physics, 2023, 474: 111722
work page 2023
-
[15]
Self-adaptive loss bal- anced physics-informed neural networks.Neurocomput- ing, 2022, 496: 11–34
Xiang Z, Peng W, Liu X, Yao W. Self-adaptive loss bal- anced physics-informed neural networks.Neurocomput- ing, 2022, 496: 11–34
work page 2022
-
[16]
Jagtap A D, Kharazmi E, Karniadakis G E. Extended physics-informed neural networks (XPINNs).Communi- cations in Computational Physics, 2020, 28(5): 2002– 2041
work page 2020
-
[17]
Moseley B, Markham A, Nissen-Meyer T. Finite basis physics-informed neural networks (FBPINNs).Advances in Computational Mathematics, 2023, 49: 62
work page 2023
-
[18]
Fourier Domain Physics Informed Neural Network
Musgrave J, Huang S W. Fourier Domain Physics In- formed Neural Network.arXiv:2409.19895, 2024
work page internal anchor Pith review Pith/arXiv arXiv 2024
-
[19]
Son H, Cho S W, Hwang H J. Enhanced physics-informed neural networks with augmented Lagrangian relaxation method.Neurocomputing, 2023, 548: 126424
work page 2023
-
[20]
Chen W, Howard A A, Stinis P. Self-adaptive weights based on balanced residual decay rate for PINNs and deep operator networks.Journal of Computational Physics, 2025, 542: 114226
work page 2025
-
[21]
Song Y , Wang H, Yang H, Taccari M L, Chen X. Loss- attentional physics-informed neural networks.Journal of Computational Physics, 2024, 501: 112781
work page 2024
-
[22]
A survey on transfer learning.IEEE TKDE, 2010, 22(10): 1345–1359
Pan S J, Yang Q. A survey on transfer learning.IEEE TKDE, 2010, 22(10): 1345–1359
work page 2010
-
[23]
Lin S, Chen Y . Gradient-enhanced physics-informed neu- ral networks based on transfer learning for inverse prob- lems.Physica D, 2024, 459: 134023
work page 2024
-
[24]
Zhou W, Xu Y F. Data-guided physics-informed neu- ral networks for solving inverse problems in PDEs. arXiv:2407.10836, 2024
work page internal anchor Pith review Pith/arXiv arXiv 2024
-
[25]
Kapoor T, Wang H, Nunez A, Dollevoet R. Transfer learn- ing for improved generalizability in causal PINNs for beam simulations.Engineering Applications of Artificial Intelligence, 2024, 133: 108085
work page 2024
-
[26]
Tang H, Liao Y , Yang H, Xie L. A transfer learning- PINN (TL-PINN) for vortex-induced vibration.Ocean Engineering, 2022, 266: 113101
work page 2022
-
[27]
Wang Y , Bai J, Eshaghi M S, et al. Transfer Learning in Physics-Informed Neural Networks: Full Fine-Tuning, Lightweight Fine-Tuning, and Low-Rank Adaptation.Int J Mechanical System Dynamics, 2025, 5(2): 212–235
work page 2025
-
[28]
Adaptive trans- fer learning for PINN.Journal of Computational Physics, 2023, 490: 112291
Liu Y , Liu W, Yan X, Guo S, Zhang C A. Adaptive trans- fer learning for PINN.Journal of Computational Physics, 2023, 490: 112291
work page 2023
-
[29]
How transferable are features in deep neural networks?NeurIPS, 2014, 27: 3320–3328
Yosinski J, Clune J, Bengio Y , Lipson H. How transferable are features in deep neural networks?NeurIPS, 2014, 27: 3320–3328
work page 2014
-
[30]
Lee S, Popovics J S. Applications of physics-informed neural networks for property characterization of complex materials.RILEM Technical Letters, 2023, 7: 178–188
work page 2023
-
[31]
Shukla K, Di Leoni P C, Blackshire J, Sparkman D, Kar- niadakis G E. Physics-informed neural network for ul- trasound nondestructive quantification of surface break- ing cracks.Journal of Nondestructive Evaluation, 2020, 39(3): 61. 18
work page 2020
-
[32]
Im- portance Estimation for Neural Network Pruning.CVPR, 2019: 11264–11272
Molchanov P, Mallya A, Tyree S, Frosio I, Kautz J. Im- portance Estimation for Neural Network Pruning.CVPR, 2019: 11264–11272
work page 2019
-
[33]
Learning both weights and connections for efficient neural networks.NeurIPS, 2015, 28: 1135–1143
Han S, Pool J, Tran J, Dally W J. Learning both weights and connections for efficient neural networks.NeurIPS, 2015, 28: 1135–1143
work page 2015
- [34]
-
[35]
Unlearning Noise in PINNs: A Selective Pruning Framework for PDE Inverse Problems
Chen Y , Chen Y , Guo W, Zhong X. Unlearning noise in PINNs: A selective pruning framework for PDE inverse problems.arXiv:2602.19967, 2026
work page internal anchor Pith review Pith/arXiv arXiv 2026
-
[36]
Frankle J, Carbin M. The Lottery Ticket Hypothesis. ICLR, 2019
work page 2019
-
[37]
Glorot X, Bengio Y . Understanding the difficulty of train- ing deep feedforward neural networks.AISTATS, 2010, PMLR 9: 249–256
work page 2010
-
[38]
Batch Normalization.ICML, 2015, PMLR 37: 448–456
Ioffe S, Szegedy C. Batch Normalization.ICML, 2015, PMLR 37: 448–456
work page 2015
-
[39]
Ba J L, Kiros J R, Hinton G E. Layer Normalization. arXiv:1607.06450, 2016
work page internal anchor Pith review Pith/arXiv arXiv 2016
-
[40]
Maximum likeli- hood from incomplete data via the EM algorithm.JRSS B, 1977, 39(1): 1–38
Dempster A P, Laird N M, Rubin D B. Maximum likeli- hood from incomplete data via the EM algorithm.JRSS B, 1977, 39(1): 1–38
work page 1977
-
[41]
Bhattacharyya A. On a measure of divergence between two statistical populations.Bulletin of the Calcutta Math- ematical Society, 1943, 35: 99–109
work page 1943
-
[42]
Estimating the dimension of a model.The An- nals of Statistics, 1978, 6(2): 461–464
Schwarz G. Estimating the dimension of a model.The An- nals of Statistics, 1978, 6(2): 461–464
work page 1978
-
[43]
Soft Filter Pruning for Accelerating Deep Convolutional Neural Networks
He Y , Kang G, Dong X, Fu Y , Yang Y . Soft Filter Pruning for Accelerating Deep Convolutional Neural Networks. IJCAI, 2018: 2234–2240
work page 2018
-
[44]
Soft Thresh- old Weight Reparameterization for Learnable Sparsity
Kusupati A, Ramanujan V , Somani R, et al. Soft Thresh- old Weight Reparameterization for Learnable Sparsity. ICML, 2020, PMLR 119: 5544–5555
work page 2020
-
[45]
Movement Pruning: Adap- tive Sparsity by Fine-Tuning.NeurIPS, 2020, 33: 20378– 20389
Sanh V , Wolf T, Rush A M. Movement Pruning: Adap- tive Sparsity by Fine-Tuning.NeurIPS, 2020, 33: 20378– 20389. 19
work page 2020
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.