CVMMIVJun 9, 2023

Exploring Effective Mask Sampling Modeling for Neural Image Compression

arXiv:2306.05704v14 citationsh-index: 68
Originality Incremental advance
AI Analysis

This work addresses channel redundancy in image compression, offering a plug-and-play solution that reduces computational complexity, though it is incremental as it builds on existing mask sampling methods.

The paper tackles channel redundancy in neural image compression by introducing a pretraining strategy with Cube Mask Sampling Module and learnable channel modules, achieving competitive performance with lower computational cost on Kodak and Tecnick datasets.

Image compression aims to reduce the information redundancy in images. Most existing neural image compression methods rely on side information from hyperprior or context models to eliminate spatial redundancy, but rarely address the channel redundancy. Inspired by the mask sampling modeling in recent self-supervised learning methods for natural language processing and high-level vision, we propose a novel pretraining strategy for neural image compression. Specifically, Cube Mask Sampling Module (CMSM) is proposed to apply both spatial and channel mask sampling modeling to image compression in the pre-training stage. Moreover, to further reduce channel redundancy, we propose the Learnable Channel Mask Module (LCMM) and the Learnable Channel Completion Module (LCCM). Our plug-and-play CMSM, LCMM, LCCM modules can apply to both CNN-based and Transformer-based architectures, significantly reduce the computational cost, and improve the quality of images. Experiments on the public Kodak and Tecnick datasets demonstrate that our method achieves competitive performance with lower computational complexity compared to state-of-the-art image compression methods.

Foundations

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

Your Notes