paper-with-me

홈 › Papers

Practical Data-Dependent Metric Compression with Provable Guarantees

2017-12-01 · NeurIPS 2017 12 · Piotr Indyk, Ilya Razenshteyn, Tal Wagner

We introduce a new distance-preserving compact representation of multi-dimensional point-sets. Given n points in a d-dimensional space where each coordinate is represented using B bits (i.e., dB bits per point), it produces a representation of size O( d log(d B/epsilon) +log n) bits per point from which one can approximate the distances up to a factor of 1 + epsilon. Our algorithm almost matches the recent bound of Indyk et al, 2017} while being much simpler. We compare our algorithm to Product Quantization (PQ) (Jegou et al, 2011) a state of the art heuristic metric compression method. We evaluate both algorithms on several data sets: SIFT, MNIST, New York City taxi time series and a synthetic one-dimensional data set embedded in a high-dimensional space. Our algorithm produces representations that are comparable to or better than those produced by PQ, while having provable guarantees on its performance.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

QuantizationTime SeriesTime Series Analysis

Similar Papers 제목 키워드 기반

Robust Provably Secure Image Steganography via Latent Iterative Optimization

2026-03-10 · Yanan Li, Zixuan Wang, Qiyang Xiao, Yanzhen Ren arxiv

We propose a robust and provably secure image steganography framework based on latent-space iterative optimization. Within this framework, the receiver treats the transmitted image as a fixed reference and iteratively re…

Image Compression

Provable Pruning for Efficient 3D Gaussian Splatting via Coresets

2026-07-02 · Waseem Mousa, Alaa Maalouf arxiv

3D Gaussian Splatting (3DGS) enables high-quality real-time novel-view synthesis, but practical scenes often contain millions of Gaussians, making compression essential for deployment on limited hardware. Existing reduct…

Data-Independent Structured Pruning of Neural Networks via Coresets

2020-08-19 · Ben Mussay, Daniel Feldman, Samson Zhou, Vladimir Braverman 외

Model compression is crucial for deployment of neural networks on devices with limited computational and memory resources. Many different methods show comparable accuracy of the compressed model and similar compression r…

Model Compression

Data-Independent Neural Pruning via Coresets

2019-07-09 · ICLR 2020 1 · Ben Mussay, Margarita Osadchy, Vladimir Braverman, Samson Zhou 외

Previous work showed empirically that large neural networks can be significantly reduced in size while preserving their accuracy. Model compression became a central research topic, as it is crucial for deployment of neur…

Model CompressionNetwork Pruning

PolyKAN: A Polyhedral Analysis Framework for Provable and Approximately Optimal KAN Compression

2025-10-05 · Di Zhang arxiv

Kolmogorov-Arnold Networks (KANs) have emerged as a promising alternative to traditional Multi-Layer Perceptrons (MLPs), offering enhanced interpretability and a solid mathematical foundation. However, their parameter ef…