paper-with-me

Papers

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

2021-08-21 · ICCV 2021 10 · Myungseo Song, Jinyoung Choi, Bohyung Han

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

📄 PDF Abstract BibTeX arXiv:2108.09551

Code (1)

micmic123/qmapcompression 공식 구현 pytorch

Tasks

image-classificationImage ClassificationImage Compression

Methods 이 논문이 사용한 방법론

Spatial Feature Transform Spatial Feature Transform, or SFT, is a layer that generates affine transformation parameters for spatial-wise feature modulation, and was originally proposed within the…

Similar Papers 제목 키워드 기반

Dual-layer Image Compression via Adaptive Downsampling and Spatially Varying Upconversion

2023-02-13 · Xi Zhang, Xiaolin Wu

Ultra high resolution (UHR) images are almost always downsampled to fit small displays of mobile end devices and upsampled to its original resolution when exhibited on very high-resolution displays. This observation moti…

DecoderImage Compression

Learning Content-Weighted Deep Image Compression

2019-04-01 · Mu Li, WangMeng Zuo, Shuhang Gu, Jane You 외

Learning-based lossy image compression usually involves the joint optimization of rate-distortion performance. Most existing methods adopt spatially invariant bit length allocation and incorporate discrete entropy approx…

DecoderImage Compression

COMPASS: High-Efficiency Deep Image Compression with Arbitrary-scale Spatial Scalability

2023-09-11 · ICCV 2023 1 · Jongmin Park, Jooyoung Lee, Munchurl Kim

Recently, neural network (NN)-based image compression studies have actively been made and has shown impressive performance in comparison to traditional methods. However, most of the works have focused on non-scalable ima…

Image Compression

LVQAC: Lattice Vector Quantization Coupled with Spatially Adaptive Companding for Efficient Learned Image Compression

2023-03-25 · CVPR 2023 1 · Xi Zhang, Xiaolin Wu

Recently, numerous end-to-end optimized image compression neural networks have been developed and proved themselves as leaders in rate-distortion performance. The main strength of these learnt compression methods is in p…

Image CompressionQuantization

SigVIC: Spatial Importance Guided Variable-Rate Image Compression

2023-03-16 · Jiaming Liang, Meiqin Liu, Chao Yao, Chunyu Lin 외

Variable-rate mechanism has improved the flexibility and efficiency of learning-based image compression that trains multiple models for different rate-distortion tradeoffs. One of the most common approaches for variable-…

DiversityImage Compression