Papers
Topics
Authors
Recent
Search
2000 character limit reached

EqOD: Symmetry-Informed Stability Selection for PDE Identification

Published 12 May 2026 in cs.LG and cs.CE | (2605.11524v1)

Abstract: Data-driven identification of partial differential equations (PDEs) relies on sparse regression over a candidate library of differential operators, where larger libraries inflate false positives under observation noise and smaller libraries risk missing true terms. We introduce Equivariant Operator Discovery (EqOD), a fully automatic method combining two library reduction mechanisms. When Galilean invariance is detected from trajectory data via a weak-form structural test, EqOD uses the symmetry-reduced library, eliminating terms that our Galilean exclusion result proves to be absent from the governing equation. Otherwise, it applies randomized LASSO stability selection guided by classical false-positive bounds. A residual-based fallback prevents degradation below the full-library baseline. On 8 PDEs at 4 noise levels, EqOD attains $F_1 = 1.000 \pm 0.000$ on Heat at $20\%$ noise, where WF-LASSO obtains $0.475 \pm 0.181$, official PySINDy 2.0 obtains $0.000$, and the WSINDy reimplementation obtains $0.789$. Under the strict criterion that the mean F1 difference exceeds the larger of the two standard deviations, EqOD wins 7 of 32 cells. WF-LASSO wins none, and the remaining 25 cells are ties. Across all 32 cells, EqOD outperforms PySINDy 2.0.0 in 23 of 32 cells, and all 5 PySINDy wins occur on reaction PDEs. External validation on WeakIdent and PINN-SR datasets gives $F_1 = 1.000$ on all 5 clean benchmarks. NLS, 2D, coupled-system, and cylinder-wake extensions are reported. The Galilean library reduction is proved under explicit autonomy and library assumptions. The stability-selection step is motivated by classical false-positive bounds, while formal guarantees for correlated PDE design matrices remain open.

Summary

  • The paper introduces EqOD, a fully automatic approach that integrates Galilean invariance detection with randomized LASSO stability selection for sparse PDE identification.
  • It employs adaptive library pruning and weak-form LASSO regression to achieve high fidelity, even at noise levels up to 20%, with F1 scores reaching 1.00 in benchmark tests.
  • Empirical comparisons demonstrate that EqOD outperforms traditional methods in noise resilience and efficiency, particularly for 1D scalar PDEs.

Symmetry-Informed Stability Selection for Sparse PDE Discovery: An Expert Review of EqOD

Overview and Motivation

EqOD (Equivariant Operator Discovery) presents a principled, fully automatic approach for identifying sparse partial differential equations (PDEs) from noisy spatiotemporal trajectory data. The method directly addresses a central challenge in data-driven PDE discovery: operator library selection. Large libraries increase false-positive risk under noise, while small libraries risk omitting physically relevant terms. EqOD operates by a dual mechanism: (i) physics-based reduction via detected symmetries—specifically Galilean invariance—and (ii) statistics-based reduction via randomized LASSO stability selection. This allows EqOD to adaptively select the correct sparse support from candidate terms, suppressing spurious selections and maintaining high fidelity even in high-noise regimes. Figure 1

Figure 1: EqOD workflow — noisy trajectory data are converted into a weak-form regression system; detected Galilean invariance triggers symmetry-based pruning, otherwise randomized stability selection is applied; residual guard protects the final sparse equation.

Theoretical Principles and Pipeline Architecture

EqOD operates in four stages, leveraging both structural and statistical information:

  1. Lie Symmetry Detection: Five independent tests search for translation, Galilean, scaling, and reflection symmetry from the data. Galilean invariance is established via a weak-form structural test achieving F1=1.00 at noise thresholds up to 10%.
  2. Adaptive Library Selection: If Galilean symmetry is detected, EqOD provably removes reaction terms (e.g. uu, u2u^2, u3u^3). Otherwise, it applies stability selection by performing 50 randomized LASSO subsample fits and retaining only terms with majority support.
  3. Sparse Identification via WF-LASSO: The reduced library is used in a weak-form LASSO regression (with cross-validation and OLS debiasing) to extract sparse support and final coefficients.
  4. Residual-Based Fallback: If the regression residual increases beyond a path-dependent threshold, EqOD falls back to the full-library WF-LASSO result, preventing catastrophic failures in statistical pruning. Figure 2

    Figure 2: EqOD's library reduction flow chart — physics-based pruning removes reaction terms for Galilean-invariant PDEs, and statistical stability selection isolates robust terms otherwise.

The Galilean reduction mechanism is formally derived from Lie symmetry determining equations and guarantees the exclusion of non-invariant terms under explicit autonomy assumptions. The stability selection path is motivated by classical false-positive bounds but lacks formal guarantees for correlated design matrices, which remains an open area.

Empirical Validation and Performance

EqOD was benchmarked against three established baselines (WF-LASSO, PySINDy, WSINDy) across 8 scalar 1D PDEs (diffusive, reactive, convective, dispersive), at four noise levels (0%,5%,10%,20%0\%, 5\%, 10\%, 20\%) and 10 seeds per condition. Extensions include 2D cases, coupled systems, NLS, and real cylinder wake data.

Numerically, EqOD achieves consistent improvements:

  • Heat equation (non-Galilean): At 20%20\% noise, EqOD attains F1=1.00±0.00F_1 = 1.00 \pm 0.00; WF-LASSO drops to 0.475±0.1810.475 \pm 0.181, PySINDy collapses to $0.00$.
  • Burgers (Galilean-invariant): EqOD reaches $0.92$ (20% noise) vs. $0.60$ for WF-LASSO.
  • Aggregate: Using strict statistical criteria, EqOD wins 7 of 32 cells; WF-LASSO wins none, 25 are ties.
  • External benchmarks (WeakIdent, PINN-SR): EqOD achieves u2u^20 on all 5 datasets.
  • NLS extension: EqOD produces u2u^21 up to u2u^22 noise, outperforming PySINDy (u2u^23).

Performance consistency is illustrated by the F1 heatmaps and stability selection profiles, showing robust term selection and marked noise resilience. Figure 3

Figure 3: Representative solution snapshots for benchmark PDEs, spanning Heat, Burgers, KdV, KS, Fisher-KPP, reaction-diffusion, NLS, and 2D Navier-Stokes.

Figure 4

Figure 4: F1 scores vs. noise for Heat, Burgers, and KdV. EqOD maintains near-perfect accuracy where baselines degrade rapidly.

Figure 5

Figure 5: Identified vs. true coefficients for six PDEs — EqOD estimates (blue) display sub-u2u^24 error except on low-magnitude terms (Fisher-KPP omitted as a failure case).

Figure 6

Figure 6: Comparative F1 at u2u^25 noise for all four methods over 8 PDEs — EqOD matches or exceeds baselines except reaction-dominated cases.

Practical and Theoretical Implications

The key implication is that symmetry-informed library pruning provides a deterministic reduction in false-positive rates, while stability selection enables robust term recovery in non-Galilean/noisy scenarios. EqOD's pipeline can be integrated into existing scientific ML workflows, notably in settings with unknown structural properties and high observational noise.

However, EqOD's advantages are concentrated in 1D scalar, low-support ratio PDEs. For coupled systems or 2D, the relative value of stability selection declines; residual fallback mitigates severe errors but does not improve over full-library WF-LASSO.

In theory, the automatic symmetry detection and provable exclusion via Lie determining equations close a practical gap not addressed by prior approaches that require symmetry as a prior. The weak-form regression—by transferring derivatives from noisy data to smooth test functions—confers robustness that is critical in real-world high-noise scenarios. Figure 7

Figure 7: Computational scaling — wall time as a function of grid size. Both EqOD paths scale with moderate overhead due to bootstrap and symmetry detection.

Figure 8

Figure 8: Library scaling experiment — EqOD's accuracy is invariant to library size due to symmetry reduction; WF-LASSO degrades as candidate terms increase.

Future Directions

Open problems include rigorous statistical guarantees under correlated feature design for stability selection, extension to generalized symmetries (e.g. learned Lie generators), adaptations to coupled/multivariate or 2D/3D PDEs, and non-periodic domain discretizations.

Advances in symmetry learning [ko2024symmetry], differential invariants [hu2025di], and symbolic differential equation discovery [yang2025si] may inform future variants of EqOD or successor frameworks. Empirical work is also required to tune stability selection for high support ratios and to exploit more flexible library construction for complex PDEs.

Conclusion

EqOD demonstrates that automatic symmetry detection and stability-informed library pruning are decisive for robust, sparse PDE identification in noisy, low-support regimes. Its pipeline achieves notable accuracy and resilience, outperforming classical baselines across the majority of tested cases. While its empirical advantage currently favors scalar 1D problems, EqOD's formal architecture presents a scalable foundation for symmetry-adaptive scientific ML. Remaining challenges are linked to more general symmetries, high-dimensional systems, and formal bounds for stability selection in correlated settings. Figure 9

Figure 9: NLS identification — EqOD achieves perfect F1 for both real and imaginary equations while baselines fail under noise.

Figure 10

Figure 10: F1 heatmap — EqOD exhibits most consistent performance across PDE types and noise levels compared to conventional methods.

Figure 11

Figure 11: Stability selection probability profiles — clear separation between stably selected (blue) and unstable (red) terms.

Figure 12

Figure 12: Noise robustness curves — EqOD sustains high F1 even as observation noise increases across all PDEs.

Figure 13

Figure 13: 2D PDE solution fields for Heat, advection-diffusion, and Navier-Stokes.

Figure 14

Figure 14: Coupled system solution snapshots — spatiotemporal evolution in FitzHugh-Nagumo and Lotka-Volterra systems.

Figure 15

Figure 15: Reconstruction comparison — weak-form EqOD prediction matches Burgers u2u^26 closely even near shocks.

Figure 16

Figure 16: Library size selected by EqOD — symmetry path produces fixed-size libraries, while statistics path is adaptive to noise.


References

  • "EqOD: Symmetry-Informed Stability Selection for PDE Identification" (2605.11524)
  • Additional symmetry and invariance learning approaches [ko2024symmetry; hu2025di; yang2025si]
  • Benchmark and baseline methods [messenger2021wsindy; desilva2020pysindy; kaptanoglu2022pysindy; maddu2022stability]

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.

Tweets

Sign up for free to view the 1 tweet with 2 likes about this paper.