MLLGApr 20, 2021

Asymmetric compressive learning guarantees with applications to quantized sketches

arXiv:2104.10061v1
Originality Incremental advance
AI Analysis

This work addresses computational efficiency for large-scale data training by enabling asymmetric feature maps, but it is incremental as it extends prior guarantees rather than introducing a new paradigm.

The paper tackles the problem of relaxing the requirement for identical feature maps in compressive learning's sketching and learning phases, proving that existing statistical guarantees hold with controlled error under a Limited Projected Distortion property, and applies this to quantized sketches with validation in audio event classification.

The compressive learning framework reduces the computational cost of training on large-scale datasets. In a sketching phase, the data is first compressed to a lightweight sketch vector, obtained by mapping the data samples through a well-chosen feature map, and averaging those contributions. In a learning phase, the desired model parameters are then extracted from this sketch by solving an optimization problem, which also involves a feature map. When the feature map is identical during the sketching and learning phases, formal statistical guarantees (excess risk bounds) have been proven. However, the desirable properties of the feature map are different during sketching and learning (e.g. quantized outputs, and differentiability, respectively). We thus study the relaxation where this map is allowed to be different for each phase. First, we prove that the existing guarantees carry over to this asymmetric scheme, up to a controlled error term, provided some Limited Projected Distortion (LPD) property holds. We then instantiate this framework to the setting of quantized sketches, by proving that the LPD indeed holds for binary sketch contributions. Finally, we further validate the approach with numerical simulations, including a large-scale application in audio event classification.

Foundations

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

Your Notes