IVCVJan 30, 2024

SLIC: A Learned Image Codec Using Structure and Color

arXiv:2401.17246v14 citationsh-index: 5DCC
Originality Incremental advance
AI Analysis

This work addresses efficient image compression for applications like storage and transmission, representing an incremental improvement over existing methods.

The paper tackles image compression by splitting it into luminance and chrominance tasks, achieving Bjøntegaard delta bitrate gains of 7.5% and 4.66% in MS-SSIM and CIEDE2000 metrics compared to state-of-the-art codecs.

We propose the structure and color based learned image codec (SLIC) in which the task of compression is split into that of luminance and chrominance. The deep learning model is built with a novel multi-scale architecture for Y and UV channels in the encoder, where the features from various stages are combined to obtain the latent representation. An autoregressive context model is employed for backward adaptation and a hyperprior block for forward adaptation. Various experiments are carried out to study and analyze the performance of the proposed model, and to compare it with other image codecs. We also illustrate the advantages of our method through the visualization of channel impulse responses, latent channels and various ablation studies. The model achieves Bjøntegaard delta bitrate gains of 7.5% and 4.66% in terms of MS-SSIM and CIEDE2000 metrics with respect to other state-of-the-art reference codecs.

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