PIMSM: Physics-Informed Multi-Scale Mamba for Stable Neural Representations under Distribution Shift
Summary
Physics-Informed Multi-Scale Mamba (PIMSM) is a novel state-space architecture designed to improve the robustness and representation stability of scientific foundation models under distribution shifts. Traditional sequence backbones often fail to preserve the multiscale temporal structure inherent in natural dynamical systems, leading to "temporal kernel mismatch" and degraded transfer performance. PIMSM addresses this by mapping spectrum-estimated transition points (knee frequencies) between frequency regimes to scale-specific discretization parameters, anchoring them to acquisition time units. Evaluated on Human Connectome Project (HCP) fMRI data, PIMSM demonstrated improved robustness and stability under severe temporal-context truncation, extreme low-resource transfer, and resting-state to task-state generalization. The architecture also achieved the lowest variable-wise Mean Absolute Error (MAE) across all reported horizons and variables on Weather-5K held-out-station spatial out-of-distribution forecasting, without modality-specific adaptation. These results highlight temporal-scale alignment as a practical inductive bias for scientific foundation models.
Key takeaway
For AI Scientists and Machine Learning Engineers developing foundation models for scientific time series, incorporating physics-informed multiscale temporal parameterization is crucial. Your models will exhibit greater robustness and representation stability under deployment shifts, such as truncated data or domain changes, by explicitly aligning temporal kernels with the signal's physical organization. Consider integrating spectral analysis to guide architectural choices, ensuring your models preserve structure rather than merely fitting correlations.
Key insights
Anchoring model memory to physical timescales via spectrum-derived parameters enhances robustness to distribution shifts.
Principles
- Multiscale temporal structure is critical for scientific time series.
- Temporal kernel mismatch causes representation drift under shift.
- Physics-informed inductive biases improve model transferability.
Method
PIMSM uses SpectralHyperNet to estimate knee frequencies from input spectra, mapping these to scale-specific Mamba discretization parameters (Δk) anchored to acquisition units, and regularizing the A-scale to prevent compensation.
In practice
- Use spectrum analysis to identify knee frequencies.
- Anchor model discretization steps to physical acquisition units.
- Apply cross-scale attention for multi-scale state interaction.
Topics
- Physics-Informed Mamba
- Multi-Scale State-Space Models
- Distribution Shift Robustness
- Temporal Kernel Mismatch
- Spectral Knee Frequencies
Best for: AI Scientist, Machine Learning Engineer, Research Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.LG updates on arXiv.org.