- The paper introduces GeoDVF, a Fourier-based neural variational method that jointly optimizes the order parameter and domain dimensions, reducing artificial stress caused by mismatched periodic cells.
- A warmup spectral penalty destabilizes the disordered state and enables reliable HEX discovery from random initializations, achieving post-refinement errors near 10⁻⁹ and demonstrating strong performance across several 3D phases, including A15.
- Discovery remains barrier- and basin-dependent: DG and σ require guided initialization, while orthogonal-grid restrictions and limited spontaneous exploration constrain broader application to complex lattice geometries.
Motivation and problem setting
The Landau–Brazovskii (LB) model is a canonical continuum description of ordering at a finite characteristic wavenumber, with applications ranging from block-copolymer microphase separation to nuclear pasta. Its free-energy functional,
E(ϕ)=∫(21∣(Δ+1)ϕ∣2+2τϕ2−6γϕ3+241ϕ4)dx,
subject to mass conservation ∫ϕdx=0, admits a rich set of local minima: lamellar (LAM), hexagonal cylinders (HEX), BCC, FCC, double gyroid (DG), and Frank–Kasper phases such as A15 and σ. Numerically, the standard approach—the Crystalline Approximant Method (CAM)—restricts the system to a periodic box whose side lengths must match the natural periodicity of the target phase; mismatched domains impose artificial stress that traps the solver in high-energy metastable configurations.
The paper's central observation is that the domain geometry cannot be treated as a fixed background. The authors demonstrate this with a controlled sensitivity study on the 2D LB model using an alternating iterative scheme (minimize over ϕ at fixed Ω, then update Ω via an analytically derived gradient). Initialized with the correct HEX topology but a square domain [0,20]2, the solver converges to a distorted hexagonal phase (HEX*) rather than the stress-free ground state; from random noise on the same domain it collapses to the disordered phase entirely. This establishes that both the field initialization and the domain size must be prescribed accurately for traditional solvers to succeed—a strong dependence on prior knowledge that motivates the proposed method.
The GeoDVF framework
The Geometry-Adaptive Deep Variational Framework (GeoDVF) reformulates the problem as joint minimization of the rescaled free-energy density f(ϕ,ω) over both the order parameter and the geometric parameters ω=(L1,…,Ld), which enter through the geometry-adapted Laplacian Δω=∑iLi−2∂i2. Two design choices are notable:
- Reparameterization: the inverse lengths ∫ϕdx=00 serve as trainable variables, mapping domain sizes into ∫ϕdx=01 and converting rational geometric dependencies into polynomial terms, which stabilizes backpropagation.
- Architecture: the order parameter is represented by an FNO-inspired network—coordinate embedding, stacked Fourier layers with spectral truncation at ∫ϕdx=02, and a pointwise projection. The Fourier basis enforces periodicity by construction and yields mesh-invariant, resolution-independent representations.
- Hard constraint: mass conservation is imposed exactly via a zero-mean projection at the network output, avoiding penalty hyperparameters associated with soft constraints.
Derivatives are computed pseudospectrally in the frequency domain rather than by automatic differentiation, giving high accuracy for the fourth-order operator in the elastic term.
Warmup penalty and its analysis
A key obstacle for any Deep Ritz-style method on this problem is that small random network weights produce ∫ϕdx=03, i.e., the disordered phase—which is itself a local minimum for ∫ϕdx=04 and acts as a strong attractor. The authors introduce a warmup penalty that penalizes deviation of the order parameter's projection onto the critical spectral sphere from a target amplitude ∫ϕdx=05:
∫ϕdx=06
active only during an initial window (∫ϕdx=07 steps) before being annealed to zero.
The paper provides a formal justification: Theorem 3.1 shows that although ∫ϕdx=08 is a local minimum of the physical energy, it is strictly unstable under the penalized loss. The mechanism rests on a scaling asymmetry—the physical energy grows quadratically near zero while the penalty contributes a negative linear directional derivative ∫ϕdx=09 along any mass-conserving perturbation with nonzero projection intensity σ0. A remark further notes that the absolute value in σ1 creates a gradient singularity at the origin, yielding a nonvanishing constant driving force even for infinitesimal perturbations, which accelerates escape relative to classical linear instability where the force vanishes as σ2. This is a clean theoretical result, though it addresses local instability only; it does not characterize which ordered basin the trajectory enters.
A second strategy, guided initialization, adds a time-limited data-fidelity term σ3 to steer optimization toward phases with narrow basins of attraction, after which purely physical relaxation refines the solution.
Numerical results
Escaping the disordered phase. On the 2D benchmark σ4, the standard DRM fails in all runs (converging to disorder), whereas GeoDVF with the warmup penalty consistently nucleates the global HEX minimum from random initializations. After refinement by the traditional solver, the state approximation error reaches σ5 and the domain error σ6, with pointwise errors of order σ7. The raw network output attains an E-L residual of σ8, positioning GeoDVF as a structural predictor to be polished by high-precision solvers rather than a replacement for them—an honest framing of precision limitations.
Ablation. Across 100 random runs, the scheduler design matters substantially: at peak weight σ9, a hard cutoff achieves only 18% success versus 71% for linear decay, because abrupt removal of strong forcing ejects trajectories from the HEX basin. This identifies the annealing schedule as a critical hyperparameter rather than an incidental detail.
Global-minimum selection. Sweeping across the LAM–HEX phase boundary, the authors correlate discovery rates with nucleation barriers computed via string-method transition pathways. As ϕ0 increases from 0.3 to 0.45, the LAM→HEX barrier drops from ϕ1 to ϕ2, and the HEX discovery rate rises from 1% to roughly 72%, while LAM discovery falls from 97% to 20%. The interpretation—that spectral forcing supplies fluctuations sufficient to form small critical nuclei—is physically coherent but implies a genuine limitation: when barriers are large, the method preferentially finds whichever phase nucleates easily, not necessarily the global minimum.
3D phases. From random initializations alone, GeoDVF discovers LAM, HEX, BCC, FCC, HCP, and—remarkably—the A15 phase (eight spheres per unit cell), with relative energy differences against reference solutions between ϕ3 and ϕ4. The DG and ϕ5 phases could not be nucleated spontaneously and required guided initialization; the authors correctly attribute this to the intrinsic narrowness of their basins, noting that traditional solvers fail identically from noise. Once guided, the network refines low-quality initial guesses to ϕ6 and ϕ7, demonstrating that the failure is one of optimization dynamics rather than architectural expressivity. Energetic hierarchies among BCC/FCC/HCP across varying ϕ8 match known phase-field-crystal phase diagrams, confirming correct resolution of subtle stability competition.
Limitations and open questions
The paper is explicit about several constraints. Spontaneous discovery of topologically intricate phases (DG, ϕ9) remains out of reach without guidance; whether a modified exploration strategy can access these narrow basins autonomously is left open. The reliance on discrete Fourier transforms restricts the framework to orthogonal box domains on uniform grids, so non-orthogonal lattice symmetries cannot be fully relaxed—and the orthogonal constraint itself introduces spurious local minima such as HEX*. Finally, the demonstrated success rate for the global minimum degrades precisely when nucleation barriers are large, so the method's selectivity is barrier-dependent rather than universal.
Conclusion
GeoDVF contributes a principled coupling of neural variational optimization with trainable domain geometry, eliminating the artificial-stress pathology of fixed-domain CAM solvers. The warmup penalty is supported by a rigorous local-instability result and empirically enables spontaneous nucleation of complex 3D phases—including A15—from pure noise, with post-refinement accuracies approaching machine precision. The framework's applicability to self-consistent field theory, phase-field crystal models, and Landau–de Gennes systems is identified as the natural extension, contingent on resolving the orthogonality restriction and the narrow-basin discovery problem.