IVCVLGAug 21, 2021

Variable-Rate Deep Image Compression through Spatially-Adaptive Feature Transform

arXiv:2108.09551v1132 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the problem of efficient and task-aware image compression for applications requiring flexible quality control, though it is incremental as it builds on existing Spatial Feature Transform methods.

The paper tackles variable-rate deep image compression by proposing a single model that uses pixel-wise quality maps to control compression rates, achieving outstanding rate-distortion trade-offs compared to multi-model approaches and improving performance on tasks like image classification without additional training.

We propose a versatile deep image compression network based on Spatial Feature Transform (SFT arXiv:1804.02815), which takes a source image and a corresponding quality map as inputs and produce a compressed image with variable rates. Our model covers a wide range of compression rates using a single model, which is controlled by arbitrary pixel-wise quality maps. In addition, the proposed framework allows us to perform task-aware image compressions for various tasks, e.g., classification, by efficiently estimating optimized quality maps specific to target tasks for our encoding network. This is even possible with a pretrained network without learning separate models for individual tasks. Our algorithm achieves outstanding rate-distortion trade-off compared to the approaches based on multiple models that are optimized separately for several different target rates. At the same level of compression, the proposed approach successfully improves performance on image classification and text region quality preservation via task-aware quality map estimation without additional model training. The code is available at the project website: https://github.com/micmic123/QmapCompression

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