Neural Distributed Source Coding
Jay Whang, Alliot Nagle, Anish Acharya, Hyeji Kim, Alexandros G. Dimakis
TL;DR
This work introduces Neural DSC, a framework that learns distributed lossy compression for high-dimensional, arbitrarily correlated sources by coupling a conditional VQ-VAE with a latent prior for entropy coding. It connects distributed source coding to a modified ELBO objective (dELBO) and demonstrates that a decoder-side side information setup can be effectively modeled with a conditional VQ-VAE, including a latent prior that yields rate improvements. Empirically, Neural DSC achieves state-of-the-art PSNR on KITTI stereo images at rates above 0.1 bpp, handles complex correlations beyond simple spatial overlap, and even extends to gradient compression for distributed training, all with significantly fewer parameters than prior baselines. The results highlight the practicality of data-driven, learned DSC and point to broader applications in multi-view and cross-modal compression, as well as potential integration with traditional DISCUS-like schemes.
Abstract
Distributed source coding (DSC) is the task of encoding an input in the absence of correlated side information that is only available to the decoder. Remarkably, Slepian and Wolf showed in 1973 that an encoder without access to the side information can asymptotically achieve the same compression rate as when the side information is available to it. While there is vast prior work on this topic, practical DSC has been limited to synthetic datasets and specific correlation structures. Here we present a framework for lossy DSC that is agnostic to the correlation structure and can scale to high dimensions. Rather than relying on hand-crafted source modeling, our method utilizes a conditional Vector-Quantized Variational Autoencoder (VQ-VAE) to learn the distributed encoder and decoder. We evaluate our method on multiple datasets and show that our method can handle complex correlations and achieves state-of-the-art PSNR. Our code is made available at https://github.com/acnagle/neural-dsc.
