HyperFLINT: Hypernetwork-based Flow Estimation and Temporal Interpolation for Scientific Ensemble Visualization
Hamid Gadirov, Qi Wu, David Bauer, Kwan-Liu Ma, Jos Roerdink, Steffen Frey
TL;DR
HyperFLINT addresses the reconstruction of flow fields and temporal interpolation in spatio-temporal scientific ensembles by explicitly conditioning on simulation parameters via a hypernetwork. The method couples a HyperNet with a streamlined FLINT* network to generate parameter-conditioned weights, enabling accurate flow estimation and high-fidelity interpolants through a fusion mask and backward warping, optimized by a loss $\,\mathcal{L} = \mathcal{L}_{rec} + \lambda_{flow} \mathcal{L}_{flow}$ with $\mathcal{L}_{rec} = \lVert D^{GT}_t - \hat{D}_{t} \rVert_{1}$ and $\mathcal{L}_{flow} = \sum_{i=1}^{N} \gamma^{N-i} \lVert F^{GT}_t - \hat{F}^{i}_{t} \rVert_{1}$, where $N=3$ and $\gamma = 0.8$. Evaluation on Nyx and Castro shows HyperFLINT outperforms baselines in both density interpolation and flow estimation, while enabling parameter-space exploration and data synthesis for configurations not explicitly simulated, all with fast inference and without extensive pretraining. This combination of parameter-aware modeling and efficient inference makes HyperFLINT a practical tool for large-scale scientific visualization and ensemble analysis.
Abstract
We present HyperFLINT (Hypernetwork-based FLow estimation and temporal INTerpolation), a novel deep learning-based approach for estimating flow fields, temporally interpolating scalar fields, and facilitating parameter space exploration in spatio-temporal scientific ensemble data. This work addresses the critical need to explicitly incorporate ensemble parameters into the learning process, as traditional methods often neglect these, limiting their ability to adapt to diverse simulation settings and provide meaningful insights into the data dynamics. HyperFLINT introduces a hypernetwork to account for simulation parameters, enabling it to generate accurate interpolations and flow fields for each timestep by dynamically adapting to varying conditions, thereby outperforming existing parameter-agnostic approaches. The architecture features modular neural blocks with convolutional and deconvolutional layers, supported by a hypernetwork that generates weights for the main network, allowing the model to better capture intricate simulation dynamics. A series of experiments demonstrates HyperFLINT's significantly improved performance in flow field estimation and temporal interpolation, as well as its potential in enabling parameter space exploration, offering valuable insights into complex scientific ensembles.
