Search papers, labs, and topics across Lattice.
This paper introduces PhysGuard, a novel framework designed to enhance the sim-to-real adaptation of neural operator models by preserving critical physics-relevant representations during fine-tuning. By leveraging the empirical Fisher Information Matrix, PhysGuard restricts updates to parameter directions that are essential for maintaining core-scale physical structures, thus mitigating the accuracy loss typically observed when transitioning from simulation to real-world data. Experimental results demonstrate that PhysGuard significantly reduces low-frequency error by up to 32% compared to standard fine-tuning, particularly under severe domain shifts, while ensuring model adaptability.
Fine-tuning neural operators with PhysGuard can reduce low-frequency error by up to 32% under severe domain shifts, preserving essential physics while adapting to real-world data.
Neural operator models trained on simulation data often lose accuracy when applied to experimental measurements due to the sim-to-real gap. Standard fine-tuning with limited real data can reduce this gap, but it may also damage the core physics-relevant representations learned during pretraining. Although knowledge-preserving adaptation has been widely investigated in vision or language tasks, it remains unclear whether these methods are suitable for neural operators whose architectures and protected knowledge are fundamentally different. Neural operators need to preserve core-scale physical structures rather than semantic or visual features. We propose PhysGuard, a physics-preserving framework for accurate sim-to-real adaptation of neural operators. Specifically, PhysGuard uses the empirical Fisher Information Matrix computed on simulation data to identify physics-critical parameter directions, then restricts fine-tuning updates to directions that do not interfere with them. A layer-wise Gram-matrix formulation makes this efficient for models with millions of parameters, while an adaptive threshold automatically determines the protected subspace size. A spectral probe experiment shows that the dominant Fisher directions are strongly associated with low-frequency output structures. Experiments on benchmark across four neural operator architectures and different physical systems show that PhysGuard performs strongly on most evaluation metrics compared to baselines. The benefits are most evident under severe domain shift, where it reduces low-frequency error by up to 32\% compared to standard fine-tuning while maintaining adaptability. Our code is available at https://github.com/ZhouChaunge/PhysGuard.