NACVLGJul 7, 2021

Samplets: A new paradigm for data compression

arXiv:2107.03337v3
AI Analysis

This work addresses the problem of handling large datasets for researchers in machine learning and data analysis, offering a new paradigm for compression.

The authors tackled the challenge of compressing large datasets by introducing samplets, a multilevel representation derived from Tausch-White wavelets, which enables data compression, singularity detection, and adaptivity. They applied samplets to kernel matrices, achieving compression to O(N log N) entries and sparse factorization, as demonstrated in numerical studies.

In this article, we introduce the concept of samplets by transferring the construction of Tausch-White wavelets to the realm of data. This way we obtain a multilevel representation of discrete data which directly enables data compression, detection of singularities and adaptivity. Applying samplets to represent kernel matrices, as they arise in kernel based learning or Gaussian process regression, we end up with quasi-sparse matrices. By thresholding small entries, these matrices are compressible to O(N log N) relevant entries, where N is the number of data points. This feature allows for the use of fill-in reducing reorderings to obtain a sparse factorization of the compressed matrices. Besides the comprehensive introduction to samplets and their properties, we present extensive numerical studies to benchmark the approach. Our results demonstrate that samplets mark a considerable step in the direction of making large data sets accessible for analysis.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes