Lossless-INR: Lossless Volumetric Implicit Neural Representations

2026-07-20Computer Vision and Pattern Recognition

Computer Vision and Pattern RecognitionGraphics
AI summary

The authors developed a new way to represent 3D scientific data without losing any information. They break down each data point into tiny bits and teach a computer to perfectly predict each bit, ensuring no errors in reconstruction. To keep things efficient, they use a clever method that focuses more detail on complex parts of the data. Their approach allows for exact and reliable visualizations and analyses of 3D data.

Implicit Neural RepresentationVolumetric DataBit-plane DecompositionOctree PartitioningTernary Feature GridLossless CompressionDirect Volume RenderingBinary ClassificationBit-exact ReconstructionScientific Visualization
Authors
Kaiyuan Tang, Daniel Burke, Chaoli Wang
Abstract
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.