Bilateral Distribution Compression: Reducing Both Data Size and Dimensionality
Dominic Broadbent, Nick Whiteley, Robert Allison, Tom Lovett
TL;DR
BDC introduces a principled framework to compress both the sample size and feature dimension while preserving the original distribution, by coupling a latent autoencoder trained with Reconstruction MMD (RMMD) to a latent-space compression step guided by Encoded MMD (EMMD). The Decoded MMD (DMMD) serves as the central distributional metric, with theoretical guarantees showing that vanishing RMMD and EMMD imply vanishing DMMD, and, under a pull-back kernel, DMMD is bounded by the sum RMMD+EMMD. The authors prove connections to PCA under certain kernels and extend the approach to labelled data via tensor-product RKHS, providing a flexible, task-agnostic compression scheme. Empirically, BDC achieves comparable or superior downstream performance to ambient-space compression at substantially lower cost and with much higher compression rates, across regression, classification, and clustering tasks, including exact Gaussian-case demonstrations and manifold-aware uncertainty quantification using Gaussian Processes.
Abstract
Existing distribution compression methods reduce the number of observations in a dataset by minimising the Maximum Mean Discrepancy (MMD) between original and compressed sets, but modern datasets are often large in both sample size and dimensionality. We propose Bilateral Distribution Compression (BDC), a two-stage framework that compresses along both axes while preserving the underlying distribution, with overall linear time and memory complexity in dataset size and dimension. Central to BDC is the Decoded MMD (DMMD), which we introduce to quantify the discrepancy between the original data and a compressed set decoded from a low-dimensional latent space. BDC proceeds by (i) learning a low-dimensional projection using the Reconstruction MMD (RMMD), and (ii) optimising a latent compressed set with the Encoded MMD (EMMD). We show that this procedure minimises the DMMD, guaranteeing that the compressed set faithfully represents the original distribution. Experiments show that BDC can achieve comparable or superior downstream task performance to ambient-space compression at substantially lower cost and with significantly higher rates of compression.
