Towards Lossless Implicit Neural Representation via Bit Plane Decomposition
Woo Kyoung Han, Byeonghun Lee, Hyunmin Cho, Sunghoon Im, Kyong Hwan Jin
TL;DR
This work addresses the challenge that the implicit neural representation (INR) size grows exponentially with required bit-precision. It introduces bit-plane decomposition to reduce the effective bit-depth, enabling lossless representations by learning bit-planes via an added bit index coordinate; the authors quantify the upper bound $U_d(n)=C(2^{n+1}-2)^{2d}$ and show that approaching this bound accelerates lossless convergence. They demonstrate lossless fitting for 16-bit and 8-bit images and high-bit-depth audio, reveal bit bias where MSBs converge faster than LSBs, and extend the method to bit-depth expansion, lossless compression, and ternary INRs, with code available. The results offer a practical route to exact, bit-for-bit INR representations, with implications for compression, quantization-aware modeling, and low-precision networks.
Abstract
We quantify the upper bound on the size of the implicit neural representation (INR) model from a digital perspective. The upper bound of the model size increases exponentially as the required bit-precision increases. To this end, we present a bit-plane decomposition method that makes INR predict bit-planes, producing the same effect as reducing the upper bound of the model size. We validate our hypothesis that reducing the upper bound leads to faster convergence with constant model size. Our method achieves lossless representation in 2D image and audio fitting, even for high bit-depth signals, such as 16-bit, which was previously unachievable. We pioneered the presence of bit bias, which INR prioritizes as the most significant bit (MSB). We expand the application of the INR task to bit depth expansion, lossless image compression, and extreme network quantization. Our source code is available at https://github.com/WooKyoungHan/LosslessINR
