paper-with-me

Papers

Distribution Compression in Near-linear Time

2021-11-15 · ICLR 2022 4 · Abhishek Shetty, Raaz Dwivedi, Lester Mackey

In distribution compression, one aims to accurately summarize a probability distribution $\mathbb{P}$ using a small number of representative points. Near-optimal thinning procedures achieve this goal by sampling $n$ points from a Markov chain and identifying $\sqrt{n}$ points with $\widetilde{\mathcal{O}}(1/\sqrt{n})$ discrepancy to $\mathbb{P}$. Unfortunately, these algorithms suffer from quadratic or super-quadratic runtime in the sample size $n$. To address this deficiency, we introduce Compress++, a simple meta-procedure for speeding up any thinning algorithm while suffering at most a factor of $4$ in error. When combined with the quadratic-time kernel halving and kernel thinning algorithms of Dwivedi and Mackey (2021), Compress++ delivers $\sqrt{n}$ points with $\mathcal{O}(\sqrt{\log n/n})$ integration error and better-than-Monte-Carlo maximum mean discrepancy in $\mathcal{O}(n \log^3 n)$ time and $\mathcal{O}( \sqrt{n} \log^2 n )$ space. Moreover, Compress++ enjoys the same near-linear runtime given any quadratic-time input and reduces the runtime of super-quadratic algorithms by a square-root factor. In our benchmarks with high-dimensional Monte Carlo samples and Markov chains targeting challenging differential equation posteriors, Compress++ matches or nearly matches the accuracy of its input algorithm in orders of magnitude less time.

📄 PDF Abstract BibTeX arXiv:2111.07941

Code (1)

microsoft/goodpoints 공식 구현 jax

Similar Papers 제목 키워드 기반

On Linear Separability under Linear Compression with Applications to Hard Support Vector Machine

2022-02-02 · Paul McVay, Dr. Tie Liu, Dr. Krishna Narayanan

This paper investigates the theoretical problem of maintaining linear separability of the data-generating distribution under linear compression. While it has been long known that linear separability may be maintained by …

Variance Is Not Importance: Structural Analysis of Transformer Compressibility Across Model Scales

2026-04-22 · Samuel Salfati arxiv

We present a systematic empirical study of transformer compression through over 40 experiments on GPT-2 (124M parameters) and Mistral 7B (7.24B parameters). Our analysis covers spectral compression, block-level function …

Distributed and Rate-Adaptive Feature Compression

2024-04-02 · Aditya Deshmukh, Venugopal V. Veeravalli, Gunjan Verma

We study the problem of distributed and rate-adaptive feature compression for linear regression. A set of distributed sensors collect disjoint features of regressor data. A fusion center is assumed to contain a pretraine…

Feature Compressionregression

Learned Compression of Nonlinear Time Series With Random Access

2024-12-20 · Andrea Guerra, Giorgio Vinciguerra, Antonio Boffa, Paolo Ferragina

Time series play a crucial role in many fields, including finance, healthcare, industry, and environmental monitoring. The storage and retrieval of time series can be challenging due to their unstoppable growth. In fact,…

Time Series

Profile Entropy: A Fundamental Measure for the Learnability and Compressibility of Distributions

2020-12-01 · NeurIPS 2020 12 · Yi Hao, Alon Orlitsky

The profile of a sample is the multiset of its symbol frequencies. We show that for samples of discrete distributions, profile entropy is a fundamental measure unifying the concepts of estimation, inference, and compress…