Papers for

gpu hardware teams

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Latent representations improve stability of long term physical simulations

Beyond Compression: Training Latent Representations for Stable Long-Horizon Rollout in Neural Surrogate Solvers

Abstract: Latent neural surrogate solvers, or latent dynamics models, accelerate simulations of time-dependent physical systems by evolving a compressed latent space rather than resolving full-resolution fields directly. In principle this reduces computational cost and simplifies learning, but in practice errors often accumulate rapidly during long autoregressive rollouts, limiting predictive utility. We show that this instability does not stem from the latent representation itself, but arises when it is trained solely for reconstruction, producing representations poorly suited to long-horizon forecasting. We systematically evaluate training-level interventions that align latent representations with long-horizon rollout: Koopman operator learning and Hamming noise injection during autoencoder training to improve compression, together with noise injection and multi-step rollout fine-tuning to improve dynamics. Interventions that improve long-horizon rollout stability often degrade conventional training metrics, including reconstruction and one-step prediction accuracy. Collectively, these interventions reduce long-rollout error by approximately 40\% and match or exceed the accuracy of full-resolution models on two physics benchmarks, while requiring 2 orders of magnitude fewer floating point operations and half the GPU memory. Applied to mesoscale crystal-plasticity simulations of high-cycle fatigue, the resulting surrogate achieves stable extrapolation over horizons orders of magnitude beyond those observed during training. More broadly, these results show that neural compression should be designed not merely to reduce dimensionality, but to restructure the solution space for stable dynamical evolution, a key requirement for reliable, efficient neural surrogates in scientific applications.

Thu 24 SeptMachine LearningComputational Engineering, Finance, and Science
The gist
Simulating complex physical systems takes a lot of computing power because detailed data must be processed step-by-step. The authors found that compressing data into simpler forms called latent representations can make simulations faster, but only if those compressed forms are trained to predict far into the future rather than just to recreate the current state. By introducing new training methods like noise injection and multi-step fine-tuning, their approach makes longer simulations more accurate and stable. This method reduces the computing resources needed by a lot while maintaining or improving prediction quality.
Open → 2609.30198v1