paper-with-me

Papers

Neural Distributed Image Compression using Common Information

2021-06-22 · Nitish Mital, Ezgi Ozyilkan, Ali Garjani, Deniz Gunduz

We present a novel deep neural network (DNN) architecture for compressing an image when a correlated image is available as side information only at the decoder. This problem is known as distributed source coding (DSC) in information theory. In particular, we consider a pair of stereo images, which generally have high correlation with each other due to overlapping fields of view, and assume that one image of the pair is to be compressed and transmitted, while the other image is available only at the decoder. In the proposed architecture, the encoder maps the input image to a latent space, quantizes the latent representation, and compresses it using entropy coding. The decoder is trained to extract the common information between the input image and the correlated image, using only the latter. 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. The common information provides a succinct representation of the relevant information at the receiver. We train and demonstrate the effectiveness of the proposed approach on the KITTI and Cityscape datasets of stereo image pairs. Our results show that the proposed architecture is capable of exploiting the decoder-only side information, and outperforms previous work on stereo image compression with decoder side information.

📄 PDF Abstract BibTeX arXiv:2106.11723

Code (3)

ipc-lab/DWSIC 공식 구현 pytorch
ipc-lab/NDIC 공식 구현 pytorch
ipc-lab/ndic-cam pytorch

Tasks

DecoderImage Compression

Similar Papers 제목 키워드 기반

Learned Distributed Image Compression with Multi-Scale Patch Matching in Feature Domain

2022-09-06 · Yujun Huang, Bin Chen, Shiyu Qin, Jiawei Li 외

Beyond achieving higher compression efficiency over classical image compression codecs, deep image compression is expected to be improved with additional side information, e.g., another image from a different perspective…

DecoderImage CompressionPatch Matching

Learned Gradient Compression for Distributed Deep Learning

2021-03-16 · Lusine Abrahamyan, Yiming Chen, Giannis Bekoulis, Nikos Deligiannis

Training deep neural networks on large datasets containing high-dimensional data requires a large amount of computation. A solution to this problem is data-parallel distributed training, where a model is replicated into …

Deep Learningimage-classificationImage ClassificationQuantization+1

Unbiased Compression Saves Communication in Distributed Optimization: When and How Much?

2023-05-25 · NeurIPS 2023 11 · Yutong He, Xinmeng Huang, Kun Yuan

Communication compression is a common technique in distributed optimization that can alleviate communication overhead by transmitting compressed gradients and model parameters. However, compression can introduce informat…

Distributed Optimization

DRASIC: Distributed Recurrent Autoencoder for Scalable Image Compression

2019-03-23 · Enmao Diao, Jie Ding, Vahid Tarokh

We propose a new architecture for distributed image compression from a group of distributed data sources. The work is motivated by practical needs of data-driven codec design, low power consumption, robustness, and data …

DecoderImage Compression

Distributed Learning and Inference with Compressed Images

2020-04-22 · Sudeep Katakol, Basem Elbarashy, Luis Herranz, Joost Van de Weijer 외

Modern computer vision requires processing large amounts of data, both while training the model and/or during inference, once the model is deployed. Scenarios where images are captured and processed in physically separat…

Autonomous DrivingAutonomous VehiclesCloud ComputingImage Compression+2