Structure-preserving generalized transferable neural networks for the Cahn-Hilliard equation
arXiv:2608.23980
2026
Architecture
1 ideas extracted · analyzed Aug 29, 2026
What the math gives to ML
The paper's most transferable machinery is a fixed-feature neural representation in which all nonlinear hidden parameters are sampled once and only a linear output layer is recomputed at each time step. This converts repeated nonlinear optimization into a constant-design-matrix least-squares solve, making the representation cheap to update and naturally reusable across time, domains, or related tasks. Its stronger contribution is an explicit post-solve projection onto a linear invariant, which can be generalized from Cahn-Hilliard mass conservation to exact conservation of token counts, graph mass, probability normalization, or other known linear constraints in neural outputs.
Ideas from this paper
Unverified
Re-invented
2026
Replace repeated nonlinear optimization of a small neural module with a predetermined random-feature basis and a constrained linear output solve. After the least-squares solution, project the output coefficients onto an exactly feasible affine set so that a chosen linear invariant is satisfied despite finite residual error.
Useful6/10
Difficulty4/10
Novelty5/10