Search papers, labs, and topics across Lattice.
This paper introduces Lossless-INR, a novel framework for lossless implicit neural representations (INR) of 3D volumetric data that addresses the limitations of existing lossy methods. By employing bit-plane decomposition and reformulating reconstruction as per-bit binary classification, the authors achieve exact recovery of voxel values, which is crucial for accurate rendering and analysis. Experimental results demonstrate that Lossless-INR can achieve zero bit-error rates, ensuring fidelity in volumetric data representation while maintaining a compact model size.
Achieving zero bit-error rates in volumetric data representation could revolutionize how we handle scientific visualizations and analyses.
Implicit neural representation (INR) methods provide continuous coordinate-to-value mappings and integrate naturally with direct volume rendering, making them attractive for representing volumetric data. However, existing INR-based approaches for volumetric data are inherently lossy, and even small reconstruction errors can propagate through rendering and downstream analysis. In this work, we explore Lossless-INR, a lossless INR framework for 3D scientific volumetric data based on bit-plane decomposition. By decomposing each voxel value into binary bit-planes, we reformulate reconstruction as per-bit binary classification, so that exact recovery reduces to predicting every bit correctly. To make this optimization tractable while keeping the representation compact, we combine an octree block-partitioning strategy that adaptively subdivides complex regions with a ternary feature-grid network whose grid entries are parameterized by a ternary set of values. Experiments on diverse volumetric datasets show that this design can achieve zero bit-error rate and bit-exact reconstruction, enabling faithful rendering and downstream analysis with a compact representation. The code is available at https://github.com/TouKaienn/Lossless-INR.