REVIEW 1 major objections 6 minor 2 cited by
Fine-tuning an interatomic potential by matching its energy Hessian to DFT force constants reduces average vibrational-property error by 55 percent.
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 · deepseek-v4-flash
2026-08-03 10:59 UTC pith:QNUQMYMZ
load-bearing objection PFT is a genuinely useful method for supervising PES curvature in universal MLIPs, with strong empirical gains; the main caveat is unvalidated zero-force labels on phonon supercells. the 1 major comments →
PFT: Phonon Fine-tuning for Machine Learned Interatomic Potentials
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 central claim is that curvature, not just energy and forces, must be explicitly supervised to get vibrational properties right. PFT does this by adding a loss term that compares the analytical Hessian of the predicted energy—the second derivative with respect to pairs of atomic coordinates—with the force constants obtained from finite-displacement DFT phonon calculations. Because only one column of the Hessian is needed per structure in expectation, the extra cost is linear in the number of atoms rather than quadratic. The paper shows that Hessian error tracks phonon property error across existing models, that PFT lowers that error, and that the improvement transfers to thermal conductiv
What carries the argument
The mechanism is the Hessian of the predicted potential energy, which for a crystal is the same object as the second-order force constant matrix. PFT forms its gradient by sampling one atomic coordinate (one column of the Hessian) per structure in a batch and computing the column via a Hessian-vector product: one forward-mode Jacobian-vector product through a reverse-mode gradient. This makes the fine-tuning loss a weighted sum of the usual energy/force/stress errors plus a force-constant error; in expectation the sampled columns train the full Hessian. A co-training loop interleaves the original upstream energy/force/stress data after each phonon step to mitigate catastrophic forgetting.
Load-bearing premise
The load-bearing assumption is that the phonon supercells are relaxed tightly enough that force and stress labels can be set to zero; if residual relaxation forces or stresses are sizable, the fine-tuning objective is fitted to biased labels and the Hessian matching is distorted.
What would settle it
Measure the residual DFT forces on displaced phonon supercells before the zero-force assumption is applied; if those residuals are large and coincide with the materials where PFT fails, the assumption is unsafe. Alternatively, run a controlled experiment where the DFT force constants in the PFT loss are replaced by random values while keeping everything else identical: if phonon property error still drops, the improvement is not caused by Hessian matching.
If this is right
- If PFT's claims hold, any energy-conserving interatomic potential with automatic differentiation can be improved on phonon properties at a fraction of its original training cost.
- The Hessian-error correlation suggests that curvature error, not just energy or force error, is a key bottleneck for vibrational property prediction.
- Because PFT also improves thermal conductivity, which depends on third-order force constants, curvature-aware fine-tuning can generalize to anharmonic properties without directly supervising those higher-order derivatives.
- Co-training preserves the base model's performance on stability classification, so phonon fine-tuning does not force a trade-off against general-purpose use.
- Stochastic Hessian-column sampling makes it feasible to train on supercells large enough for accurate finite-displacement phonon calculations, which were previously impractical for full-Hessian training.
Where Pith is reading between the lines
- The method could be applied as a universal post-processing step: since the needed labels are force constants that standard DFT phonon workflows already produce, any existing universal interatomic potential could be fine-tuned this way, not just the two base models tested.
- The documented energy shift between the phonon data and the pretraining data may be suppressing energy accuracy; explicitly aligning or correcting that shift could improve PFT further.
- Uniform random Hessian-column sampling is simple, but symmetry makes many columns redundant; weighting samples by how much they contribute to phonon modes could improve sample efficiency.
- Adding third-order force constants directly to the PFT loss is a testable extension that could give a more direct path to thermal conductivity than relying on second-order transfer.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes phonon fine-tuning (PFT), a loss that augments standard energy/force/stress (EFS) training by matching the analytical Hessian of an MLIP energy to DFT force constants from finite-displacement phonon calculations. To make this tractable, PFT samples one Hessian column per structure and evaluates the loss with a single Hessian-vector product, giving O(N) training cost. A co-training schedule interleaves upstream EFS batches to limit catastrophic forgetting. On the PBE MDR Phonon benchmark, PFT improves the Nequix MP model by about 55% average MAE across four phonon properties and claims state-of-the-art accuracy among MPtrj-trained models; it also improves thermal-conductivity SRME and preserves Matbench Discovery performance when co-trained. An appendix reports that stochastic HVP training matches full-Hessian training on 64-atom supercells.
Significance. If the underlying label assumptions are validated, this is a practical and scalable way to supervise PES curvature. The stochastic HVP formulation is mathematically clean, and the appendix's full-Hessian comparison is a genuine validation of the approximation. The evaluation is external: held-out DFT phonon calculations, two base models (Nequix MP and OAM), and public benchmarks. The paper also promises code, trained weights, and preprocessed data, which strengthens reproducibility. The co-training scheme is a useful contribution, and the forgetting numbers are encouraging. The main weakness is that the zero force/stress label assumption for phonon structures is stated but not validated, and the dataset energy mismatch is only partially addressed. These issues affect the reliability of the headline numbers but are fixable with additional reporting and targeted experiments.
major comments (1)
- [Sec. 4.1 / Eq. (8)] The zero force/stress label assumption is central and unvalidated. The authors state 'we assume the force and stress labels are zero due to the strict structural relaxation procedure done prior to the phonon calculation,' but they do not report residual force/stress norms or the relaxation convergence criterion used for the MDR Phonon data. With λ_F=20 and λ_σ=5, any residual force of order 1e-3 eV/Å becomes a systematic target error, and Eq. (7) propagates the same residual into the ground-truth force constants as F0/Δ (0.1 eV/Ų at Δ=0.01 Å), which is comparable to the Hessian MAE gaps in Fig. 2. Because the headline 55% and SOTA claims rest on these labels, please report residual statistics and relaxation settings, or recompute with the actual DFT forces from the displacement data, or set λ_F=λ_σ=0 on phonon structures and show the conclusions are unchanged.
minor comments (6)
- [Table 1] The eSEN-MP row lists only three values for four metrics, leaving the SOTA comparison incomplete. Add the missing value and align the columns.
- [Fig. 2 caption] The caption says 'heat capacity errors,' but the panel plots four different phonon properties. Update the caption to describe the multi-panel layout.
- [Sec. 4.1] The text says the phonon data 'contain[s] the original energy/force/stress calculations at each displacement' and then says it 'does not contain force, or stress labels needed for the PFT loss function.' This is contradictory. Clarify which structures and which labels are actually used in Eq. (8).
- [Sec. A.2] The 31.6 meV/atom energy shift between MDR Phonon and MPtrj is acknowledged. Since PFT sets λ_E=0 (Table A.2), state explicitly that the energy shift does not enter the PFT loss, and comment on whether the large outliers could affect co-training batches.
- [Eq. (9)] The expectation notation with E_{b~U,j~U} inside a sum over a,i is easy to misread. Spell out that one column (b,j) is sampled per structure and that the sum over a,i covers the entries of that column.
- [General] Consider reporting repeated-seed statistics for the main PFT results; the stochastic column sampling and the random train/test split make seed variability a relevant quantity.
Circularity Check
No significant circularity: PFT is externally benchmarked fine-tuning; the zero force/stress label assumption is a correctness risk, not a circular derivation.
full rationale
The paper's central claim is an empirical result: fine-tuning an MLIP by adding a Hessian-matching term (Eq. 8) to the EFS loss improves phonon properties and thermal conductivity. The targets in L_Phi (Eq. 9) are DFT-computed force constants from the MDR Phonon database, not quantities derived from the model or from the fitted parameters. The test set is material-disjoint: 'These 91 materials along with randomly selected calculations from the remaining data are used as a test set of 1,000 materials' (Sec. 4.1), so the reported reductions are genuine held-out predictions. External benchmarks (MDR Phonon, Matbench Discovery thermal conductivity, Matbench Discovery stability) provide independent grounding. No equation reduces a prediction to a fitted input; co-training choices and hyperparameters are not used to define the evaluation metric. The self-citations (Nequix MP, Koker et al. 2025) are normal base-model citations and are not load-bearing as evidence: PFT is also applied to Nequix OAM, and both are evaluated against DFT ground truth. One limitation deserves explicit flagging, though it is not circularity: Sec. 4.1 states 'we assume the force and stress labels are zero due to the strict structural relaxation procedure done prior to the phonon calculation,' and the paper does not report residual force/stress norms or relaxation convergence criteria. If residuals are non-negligible, Eq. 8's EFS terms inject biased labels into the fine-tuning objective, and Eq. 7's finite-displacement force constants inherit a baseline offset F0/Δ. This is a potential validity threat to the quantitative headline, but it concerns input-label quality and does not make the derivation self-referential. The energy-shift discrepancy acknowledged in Sec. A.2 (31.6 meV/atom MAE) is likewise a data-consistency concern, not a circularity.
Axiom & Free-Parameter Ledger
free parameters (6)
- PFT force-constant loss weight λΦ =
100
- PFT force and stress loss weights λF, λσ =
λF=20, λσ=5
- Co-training ratio K =
4
- Number of fine-tuning epochs =
200
- Learning rate =
0.0001
- Co-training EFS loss weights =
λE=500/750, λF=200, λσ=50
axioms (7)
- standard math Born-Oppenheimer PES is differentiable and energy-conserving MLIPs define forces and stresses as derivatives of a scalar energy (Eqs. 1–2).
- domain assumption Finite-displacement force constants (Eq. 7) with 0.01 Å displacement accurately approximate the true DFT Hessian.
- domain assumption Force and stress labels for PFT phonon supercells are zero because structures are fully relaxed (Sec. 4.1).
- standard math Sampling one Hessian column per structure trains the full Hessian in expectation (Eq. 9, Algorithm 1).
- domain assumption A graph built on the DFT supercell can represent the force constants relevant to predicted phonon modes despite finite receptive field (Sec. 3.5).
- domain assumption PBE MDR Phonon force constants are consistent with the MPtrj PBE PES despite known energy shifts (Sec. A.2).
- domain assumption Triple-backward Hessian-vector-product training is numerically stable in JAX at the scales used.
read the original abstract
Many materials properties depend on higher-order derivatives of the potential energy surface, yet machine learned interatomic potentials (MLIPs) trained with a standard loss on energy, force, and stress errors can exhibit error in curvature, degrading the prediction of vibrational properties. We introduce phonon fine-tuning (PFT), which directly supervises second-order force constants of materials by matching MLIP energy Hessians to DFT-computed force constants from finite displacement phonon calculations. To scale to large supercells, PFT stochastically samples Hessian columns and computes the loss with a single Hessian-vector product. We also use a simple co-training scheme to incorporate upstream data to mitigate catastrophic forgetting. On the MDR Phonon benchmark, PFT improves Nequix MP by 55% on average across phonon thermodynamic properties and achieves state-of-the-art accuracy among models trained on Materials Project trajectories. PFT also generalizes to improve properties beyond second-derivatives, improving thermal conductivity predictions that rely on third-order derivatives of the potential energy.
Figures
Forward citations
Cited by 2 Pith papers
-
VASP Plugins: Linking the Vienna ab-initio Simulation Package with Python
A C++/pybind11 shared-memory plugin layer exposes VASP SCF and ionic data as NumPy arrays so Python can modify structure, forces, local potential, and occupancies in place.
-
Fast and Accurate Foundation Models for Equivariant Machine-Learned Interatomic Potentials
Fast NequIP/Allegro foundation MLIPs reach leading MD inference speeds and strong benchmark accuracy; materials-discovery gains need better chemical diversity and consistent transition-metal energy surfaces.
Reference graph
Works this paper leans on
-
[2]
Togo, A., Chaput, L., Tadano, T., and Tanaka, I
URL https://github.com/atztogo/ phonondb. Togo, A., Chaput, L., Tadano, T., and Tanaka, I. Im- plementation strategies in phonopy and phono3py.J. Phys. Condens. Matter, 35(35):353001, 2023. doi: 10.1088/1361-648X/acd831. Unke, O. T., Chmiela, S., Sauceda, H. E., Gastegger, M., Poltavsky, I., Schutt, K. T., Tkatchenko, A., and Muller, K.-R. Machine learnin...
arXiv 2023
-
[2025]
Deng, B., Zhong, P., Jun, K., Riebesell, J., Han, K., Bartel, C
URL https://github.com/yzchen08/ eqnorm. Deng, B., Zhong, P., Jun, K., Riebesell, J., Han, K., Bartel, C. J., and Ceder, G. Chgnet as a pretrained universal neural network potential for charge-informed atomistic modelling.Nature Machine Intelligence, 5(9):1031–1041, 2023. Deng, B., Choi, Y ., Zhong, P., Riebesell, J., Anand, S., Li, Z., Jun, K., Persson, ...
Pith/arXiv arXiv 2023
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.