Task-aware Distributed Source Coding under Dynamic Bandwidth
Po-han Li, Sravan Kumar Ankireddy, Ruihan Zhao, Hossein Nourkhiz Mahjoub, Ehsan Moradi-Pari, Ufuk Topcu, Sandeep Chinchali, Hyeji Kim
TL;DR
This work addresses how to compress data from multiple correlated sensors under dynamic uplink bandwidth to maximize downstream task performance. It introduces NDPCA, a framework that combines neural autoencoders with a distributed PCA module to learn task-relevant, low-rank representations and allocate bandwidth adaptively with a single model. The authors provide a theoretical DPCA analysis for linear encoders and demonstrate empirical gains on CIFAR-10 denoising, multi-view robotic manipulation, and satellite object detection, including PSNR, success rate, and mAP improvements. The results show that task-aware, bandwidth-aware compression can achieve graceful performance–bandwidth trade-offs without retraining for different bandwidths and pave the way for robust, scalable multi-sensor inference.
Abstract
Efficient compression of correlated data is essential to minimize communication overload in multi-sensor networks. In such networks, each sensor independently compresses the data and transmits them to a central node due to limited communication bandwidth. A decoder at the central node decompresses and passes the data to a pre-trained machine learning-based task to generate the final output. Thus, it is important to compress the features that are relevant to the task. Additionally, the final performance depends heavily on the total available bandwidth. In practice, it is common to encounter varying availability in bandwidth, and higher bandwidth results in better performance of the task. We design a novel distributed compression framework composed of independent encoders and a joint decoder, which we call neural distributed principal component analysis (NDPCA). NDPCA flexibly compresses data from multiple sources to any available bandwidth with a single model, reducing computing and storage overhead. NDPCA achieves this by learning low-rank task representations and efficiently distributing bandwidth among sensors, thus providing a graceful trade-off between performance and bandwidth. Experiments show that NDPCA improves the success rate of multi-view robotic arm manipulation by 9% and the accuracy of object detection tasks on satellite imagery by 14% compared to an autoencoder with uniform bandwidth allocation.
