Search papers, labs, and topics across Lattice.
This paper introduces RAWIC, a learned lossless compression framework tailored for Bayer-pattern raw images, addressing the limitations of existing methods that primarily focus on 8-bit sRGB images. RAWIC converts single-channel Bayer data into a four-channel RGGB format, partitions it into patches, and uses the computed bit depth of each patch as auxiliary input to a bit-depth-adaptive entropy model. Experiments demonstrate that RAWIC achieves an average 7.7% bitrate reduction over JPEG-XL, showcasing its effectiveness in compressing raw images from diverse cameras and bit depths.
Achieve 7.7% better compression than JPEG-XL by using a bit-depth adaptive entropy model for lossless raw image compression.
Raw images preserve linear sensor measurements and high bit-depth information crucial for advanced vision tasks and photography applications, yet their storage remains challenging due to large file sizes, varying bit depths, and sensor-dependent characteristics. Existing learned lossless compression methods mainly target 8-bit sRGB images, while raw reconstruction approaches are inherently lossy and rely on camera-specific assumptions. To address these challenges, we introduce RAWIC, a bit-depth-adaptive learned lossless compression framework for Bayer-pattern raw images. We first convert single-channel Bayer data into a four-channel RGGB format and partition it into patches. For each patch, we compute its bit depth and use it as auxiliary input to guide compression. A bit-depth-adaptive entropy model is then designed to estimate patch distributions conditioned on their bit depths. This architecture enables a single model to handle raw images from diverse cameras and bit depths. Experiments show that RAWIC consistently surpasses traditional lossless codecs, achieving an average 7.7% bitrate reduction over JPEG-XL. Our code is available at https://github.com/chunbaobao/RAWIC.