Meta-INR: Efficient Encoding of Volumetric Data via Meta-Learning Implicit Neural Representation
Maizhe Yang, Kaiyuan Tang, Chaoli Wang
TL;DR
This work addresses the inefficiency of encoding time-varying and ensemble volumetric data with implicit neural representations by introducing Meta-INR, a meta-learning-based pretraining method that yields a strong initial INR prior $ heta_m$ learned from partial observations. The approach combines meta-pretraining with a MAML-like inner/outer loop and sparse data downsampling, followed by volume-specific finetuning that rapidly adapts to each volume using $K$ gradient steps. Meta-INR demonstrates superior reconstruction quality and significant encoding speedups across diverse datasets, while enabling interpretable parameter representations useful for tasks like representative timestep selection and simulation-parameter analysis. The results suggest practical impact for scalable, high-fidelity volumetric encoding in visualization and simulation pipelines, with avenues for continual and grid-based extensions.
Abstract
Implicit neural representation (INR) has emerged as a promising solution for encoding volumetric data, offering continuous representations and seamless compatibility with the volume rendering pipeline. However, optimizing an INR network from randomly initialized parameters for each new volume is computationally inefficient, especially for large-scale time-varying or ensemble volumetric datasets where volumes share similar structural patterns but require independent training. To close this gap, we propose Meta-INR, a pretraining strategy adapted from meta-learning algorithms to learn initial INR parameters from partial observation of a volumetric dataset. Compared to training an INR from scratch, the learned initial parameters provide a strong prior that enhances INR generalizability, allowing significantly faster convergence with just a few gradient updates when adapting to a new volume and better interpretability when analyzing the parameters of the adapted INRs. We demonstrate that Meta-INR can effectively extract high-quality generalizable features that help encode unseen similar volume data across diverse datasets. Furthermore, we highlight its utility in tasks such as simulation parameter analysis and representative timestep selection. The code is available at https://github.com/spacefarers/MetaINR.
