Virtual Codec Supervised Re-Sampling Network for Image Compression
Lijun Zhao, Huihui Bai, Anhong Wang, Yao Zhao

TL;DR
This paper introduces a novel image compression method using a virtual codec network to enable end-to-end training of re-sampling and decoding networks, improving efficiency and versatility over existing techniques.
Contribution
The paper proposes a virtual codec network to address non-differentiability in quantization, enabling effective end-to-end training for image compression frameworks.
Findings
Outperforms many state-of-the-art image compression methods.
Effective in both standard-compliant and deep neural network-based frameworks.
Enhances coding efficiency through re-sampling and quantization strategies.
Abstract
In this paper, we propose an image re-sampling compression method by learning virtual codec network (VCN) to resolve the non-differentiable problem of quantization function for image compression. Here, the image re-sampling not only refers to image full-resolution re-sampling but also low-resolution re-sampling. We generalize this method for standard-compliant image compression (SCIC) framework and deep neural networks based compression (DNNC) framework. Specifically, an input image is measured by re-sampling network (RSN) network to get re-sampled vectors. Then, these vectors are directly quantized in the feature space in SCIC, or discrete cosine transform coefficients of these vectors are quantized to further improve coding efficiency in DNNC. At the encoder, the quantized vectors or coefficients are losslessly compressed by arithmetic coding. At the receiver, the decoded vectors are…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image Processing Techniques · Image and Signal Denoising Methods · Advanced Data Compression Techniques
MethodsDiscrete Cosine Transform
