ANTiC: Adaptive Neural Temporal In Situ Compressor
Abstract
Lay Summary
Modern high-fidelity physics simulations such as turbulent fluid flows, black hole mergers, or plasma gyrokinetic modeling generate data volumes at a rate that can fill entire data centers, reaching petabytes or exabytes for a single simulation run. Current high-performance computing infrastructure simply cannot store everything scientists want to keep. Thus, we introduce ANTIC, an end-to-end compression pipeline that solves this by working during the simulation itself, before data ever touches a disk. First, an adaptive temporal selector watches the evolving simulation in real time and discards time steps that carry little new physical information. For the snapshots that do matter, a neural compression module learns only what changed since the last saved frame using Continual Fine Tuning (CFT), encoding spatial structure as highly compact neural representations rather than raw numerical arrays. The entire pipeline operates in a single streaming pass, making it practical to deploy on supercomputers. In experiments across diverse PDE systems, ANTIC achieves compression factors of several orders of magnitude while faithfully preserving the physical accuracy scientists care about. This means researchers can now run higher-resolution simulations, retain more of their data, and spend less time managing storage logistics. ANTIC removes a fundamental bottleneck standing between today's computational science and the next generation of physics discovery.