paper-with-me

Papers

Toward Joint Image Generation and Compression using Generative Adversarial Networks

2019-01-23 · Byeongkeun Kang, Subarna Tripathi, Truong Q. Nguyen

In this paper, we present a generative adversarial network framework that generates compressed images instead of synthesizing raw RGB images and compressing them separately. In the real world, most images and videos are stored and transferred in a compressed format to save storage capacity and data transfer bandwidth. However, since typical generative adversarial networks generate raw RGB images, those generated images need to be compressed by a post-processing stage to reduce the data size. Among image compression methods, JPEG has been one of the most commonly used lossy compression methods for still images. Hence, we propose a novel framework that generates JPEG compressed images using generative adversarial networks. The novel generator consists of the proposed locally connected layers, chroma subsampling layers, quantization layers, residual blocks, and convolution layers. The locally connected layer is proposed to enable block-based operations. We also discuss training strategies for the proposed architecture including the loss function and the transformation between its generator and its discriminator. The proposed method is evaluated using the publicly available CIFAR-10 dataset and LSUN bedroom dataset. The results demonstrate that the proposed method is able to generate compressed data with competitive qualities. The proposed method is a promising baseline method for joint image generation and compression using generative adversarial networks.

📄 PDF Abstract BibTeX arXiv:1901.07838

Code (0)

등록된 구현이 없습니다.

Tasks

Generative Adversarial NetworkImage CompressionImage GenerationQuantization

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Reversible Colour Density Compression of Images using cGANs

2021-06-19 · Arun Jose, Abraham Francis

Image compression using colour densities is historically impractical to decompress losslessly. We examine the use of conditional generative adversarial networks in making this transformation more feasible, through learni…

Image Compression

Composable Generative Models

2021-02-18 · Johan Leduc, Nicolas Grislain

Generative modeling has recently seen many exciting developments with the advent of deep generative architectures such as Variational Auto-Encoders (VAE) or Generative Adversarial Networks (GAN). The ability to draw synt…

ImputationPrivacy PreservingRepresentation LearningSynthetic Data Generation+3

End-to-End Training for Unified Tokenization and Latent Denoising

2026-03-23 · Shivam Duggal, Xingjian Bai, Zongze Wu, Richard Zhang 외 arxiv

Latent diffusion models (LDMs) enable high-fidelity synthesis by operating in learned latent spaces. However, training state-of-the-art LDMs requires complex staging: a tokenizer must be trained first, before the diffusi…

Generative Adversarial Networks for Extreme Learned Image Compression

2018-04-09 · ICCV 2019 10 · Eirikur Agustsson, Michael Tschannen, Fabian Mentzer, Radu Timofte 외

We present a learned image compression system based on GANs, operating at extremely low bitrates. Our proposed framework combines an encoder, decoder/generator and a multi-scale discriminator, which we train jointly for …

DecoderImage Compression

Learning-Based Video Coding with Joint Deep Compression and Enhancement

2021-11-29 · Tiesong Zhao, Weize Feng, Hongji Zeng, Yuzhen Niu 외

The end-to-end learning-based video compression has attracted substantial attentions by paving another way to compress video signals as stacked visual features. This paper proposes an efficient end-to-end deep video code…

Generative Adversarial NetworkMotion CompensationMotion EstimationMS-SSIM+2