paper-with-me

Papers

Virtual Codec Supervised Re-Sampling Network for Image Compression

2018-06-22 · Lijun Zhao, Huihui Bai, Anhong Wang, Yao Zhao

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 utilized to restore input image by image decoder network (IDN). In order to train RSN network and IDN network together in an end-to-end fashion, our VCN network intimates projection from the re-sampled vectors to the IDN-decoded image. As a result, gradients from IDN network to RSN network can be approximated by VCN network's gradient. Because dimension reduction can be further achieved by quantization in some dimensional space after image re-sampling within auto-encoder architecture, we can well initialize our networks from pre-trained auto-encoder networks. Through extensive experiments and analysis, it is verified that the proposed method has more effectiveness and versatility than many state-of-the-art approaches.

📄 PDF Abstract BibTeX arXiv:1806.08514

Code (1)

mdcnn/mdcnn.github.io

Tasks

Dimensionality ReductionImage CompressionQuantization

Methods 이 논문이 사용한 방법론

Discrete Cosine Transform Discrete Cosine Transform (DCT) is an orthogonal transformation method that decomposes an image to its spatial frequency spectrum. It expresses a finite sequence of data…

Similar Papers 제목 키워드 기반

Viewport-based Neural 360° Image Compression

2026-03-24 · Jingwei Liao, Bo Chen, Klara Nahrstedt, Zhisheng Yan arxiv

Given the popularity of 360° images on social media platforms, 360° image compression becomes a critical technology for media storage and transmission. Conventional 360° image compression pipeline projects the spherical …

Image Compression

Learning a Virtual Codec Based on Deep Convolutional Neural Network to Compress Image

2017-12-16 · Lijun Zhao, Huihui Bai, Anhong Wang, Yao Zhao

Although deep convolutional neural network has been proved to efficiently eliminate coding artifacts caused by the coarse quantization of traditional codec, it's difficult to train any neural network in front of the enco…

BlockingImage CompressionQuantizationvalid

One-Step Diffusion-Based Image Compression with Semantic Distillation

2025-05-22 · Naifu Xue, Zhaoyang Jia, Jiahao Li, Bin Li 외

While recent diffusion-based generative image codecs have shown impressive performance, their iterative sampling process introduces unpleasing latency. In this work, we revisit the design of a diffusion-based codec and a…

Image Compression

Mixed-Resolution Image Representation and Compression with Convolutional Neural Networks

2018-02-02 · Lijun Zhao, Huihui Bai, Feng Li, Anhong Wang 외

In this paper, we propose an end-to-end mixed-resolution image compression framework with convolutional neural networks. Firstly, given one input image, feature description neural network (FDNN) is used to generate a new…

Image CompressionQuantization

A Residual Diffusion Model for High Perceptual Quality Codec Augmentation

2023-01-13 · Noor Fathima Ghouse, Jens Petersen, Auke Wiggers, Tianlin Xu 외

Diffusion probabilistic models have recently achieved remarkable success in generating high quality image and video data. In this work, we build on this class of generative models and introduce a method for lossy compres…

Image CompressionVocal Bursts Intensity Prediction