CVIVFeb 25, 2023

Raw Image Reconstruction with Learned Compact Metadata

arXiv:2302.12995v227 citationsh-index: 62
AI Analysis

This addresses storage limitations for common users who avoid raw images due to large file sizes, representing an incremental improvement in compression techniques.

The paper tackles the problem of raw image storage inefficiency by proposing a framework that learns compact latent representations as metadata, achieving superior reconstruction quality with smaller metadata size compared to existing methods.

While raw images exhibit advantages over sRGB images (e.g., linearity and fine-grained quantization level), they are not widely used by common users due to the large storage requirements. Very recent works propose to compress raw images by designing the sampling masks in the raw image pixel space, leading to suboptimal image representations and redundant metadata. In this paper, we propose a novel framework to learn a compact representation in the latent space serving as the metadata in an end-to-end manner. Furthermore, we propose a novel sRGB-guided context model with improved entropy estimation strategies, which leads to better reconstruction quality, smaller size of metadata, and faster speed. We illustrate how the proposed raw image compression scheme can adaptively allocate more bits to image regions that are important from a global perspective. The experimental results show that the proposed method can achieve superior raw image reconstruction results using a smaller size of the metadata on both uncompressed sRGB images and JPEG images.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes