FCNR: Fast Compressive Neural Representation of Visualization Images
Yunfei Lu, Pengfei Gu, Chaoli Wang
TL;DR
FCNR tackles the challenge of compressing tens of thousands of visualization images across viewpoints and timesteps by introducing a fast compressive neural representation that leverages stereo information. Building on ECSIC, FCNR introduces joint context transfer modules (JCTMs) and stereo context modules (SCMs) to exploit mutual information between paired views, while integrating visualization parameters via positional encoding to improve entropy estimation. The method uses a Laplacian-based entropy model and differentiable quantization within a rate-distortion framework, achieving significantly faster encoding/decoding than prior INR-based methods and competitive compression ratios, often outperforming ECSIC in both quality (PSNR/LPIPS) and speed. Overall, FCNR offers a practical, high-fidelity solution for large-scale visualization data, with future work aimed at further tailoring architectures to visualization tasks and reducing bitrate while expanding parameter integration.
Abstract
We present FCNR, a fast compressive neural representation for tens of thousands of visualization images under varying viewpoints and timesteps. The existing NeRVI solution, albeit enjoying a high compression ratio, incurs slow speeds in encoding and decoding. Built on the recent advances in stereo image compression, FCNR assimilates stereo context modules and joint context transfer modules to compress image pairs. Our solution significantly improves encoding and decoding speed while maintaining high reconstruction quality and satisfying compression ratio. To demonstrate its effectiveness, we compare FCNR with state-of-the-art neural compression methods, including E-NeRV, HNeRV, NeRVI, and ECSIC. The source code can be found at https://github.com/YunfeiLu0112/FCNR.
