Search papers, labs, and topics across Lattice.
This paper introduces the Hierarchical Adaptive Multi-scale Neural Operator (HAMNO), which effectively learns solution mappings for nonlinear time-dependent partial differential equations by integrating local convolutional and global spectral representations with a hierarchical encoder-decoder structure. The model features a data-dependent gating mechanism that dynamically balances local and global information, enabling it to capture fine-scale features while maintaining long-range dependencies. Evaluated on various dynamical systems, HAMNO demonstrates improved predictive accuracy and stability compared to standard neural operator baselines, particularly when enhanced with a physics-informed extension (PI-HAMNO) that incorporates multi-objective loss strategies for better physical consistency and data efficiency.
HAMNO outperforms traditional neural operators by effectively balancing local and global information, achieving superior predictive accuracy in complex dynamical systems.
Neural operators provide a powerful framework for learning solution mappings of partial differential equations directly in function space. However, many existing architectures still struggle to represent nonlinear time-dependent systems that involve multi-scale structures, long-range interactions, and stable long-time evolution. In this work, we introduce the Hierarchical Adaptive Multi-scale Neural Operator (HAMNO), a neural-operator architecture that combines local convolutional representations, global spectral operators, and hierarchical encoder-decoder processing. The central component of HAMNO is a data-dependent gating mechanism that adaptively balances local and global information at each spatial location, allowing the model to resolve fine-scale features while preserving long-range dependencies. We further develop a physics-informed extension, PI-HAMNO, based on a multi-objective loss strategy that combines data fitting with strong- and weak-form physics constraints. The strong-form term penalizes the domain-integrated squared PDE residual in physical coordinates, while the weak-form term is constructed by multiplying the governing residual by finite-element test functions and evaluating the resulting element integrals using centroid-based tetrahedral quadrature. The framework is evaluated on non-periodic Allen-Cahn (AC), Cahn-Hilliard (CH), and Swift-Hohenberg (SH) equations defined on cubic domains. Across long-horizon rollout, data-limited training, out-of-distribution initial-condition shifts, and random-seed variations, HAMNO improves predictive accuracy over standard neural-operator baselines, while PI-HAMNO further enhances stability, physical consistency, and data efficiency. The implementation is publicly available at https://github.com/MBamdad/HAMNO .