Image Compression

227 papers with code • 11 benchmarks • 11 datasets

Image Compression is an application of data compression for digital images to lower their storage and/or transmission requirements.

Source: Variable Rate Deep Image Compression With a Conditional Autoencoder

Libraries

Use these libraries to find Image Compression models and implementations

Most implemented papers

Neural Distributed Image Compression using Common Information

ipc-lab/NDIC 22 Jun 2021

The received latent representation and the locally generated common information are passed through a decoder network to obtain an enhanced reconstruction of the input image.

Transformer-based Transform Coding

Nikolai10/SwinT-ChARM ICLR 2022

Neural data compression based on nonlinear transform coding has made great progress over the last few years, mainly due to improvements in prior models, quantization methods and nonlinear transforms.

Feature Distillation: DNN-Oriented JPEG Compression Against Adversarial Examples

zihaoliu123/Feature-Distillation-DNN-Oriented-JPEG-Compression-Against-Adversarial-Examples CVPR 2019

Image compression-based approaches for defending against the adversarial-example attacks, which threaten the safety use of deep neural networks (DNN), have been investigated recently.

DSSLIC: Deep Semantic Segmentation-based Layered Image Compression

makbari7/DSSLIC 8 Jun 2018

A compact representation of the input image is also generated and encoded as the first enhancement layer.

Context-adaptive Entropy Model for End-to-end Optimized Image Compression

JooyoungLeeETRI/CA_Entropy_Model ICLR 2019

We propose a context-adaptive entropy model for use in end-to-end optimized image compression.

Practical Lossless Compression with Latent Variables using Bits Back Coding

bits-back/bits-back ICLR 2019

Deep latent variable models have seen recent success in many data domains.

CAE-ADMM: Implicit Bitrate Optimization via ADMM-based Pruning in Compressive Autoencoders

JasonZHM/CAE-ADMM 22 Jan 2019

We introduce ADMM-pruned Compressive AutoEncoder (CAE-ADMM) that uses Alternative Direction Method of Multipliers (ADMM) to optimize the trade-off between distortion and efficiency of lossy image compression.

Efficient and Effective Context-Based Convolutional Entropy Modeling for Image Compression

limuhit/CCN 24 Jun 2019

For the former, we directly apply a CCN to the binarized representation of an image to compute the Bernoulli distribution of each code for entropy estimation.

Image Segmentation Using Deep Learning: A Survey

AmrElsersy/PointPainting 15 Jan 2020

Image segmentation is a key topic in image processing and computer vision with applications such as scene understanding, medical image analysis, robotic perception, video surveillance, augmented reality, and image compression, among many others.

Learning End-to-End Lossy Image Compression: A Benchmark

huzi96/Coarse2Fine-PyTorch 10 Feb 2020

In this paper, we first conduct a comprehensive literature survey of learned image compression methods.