LGAIDSJun 21, 2021

Efficient Inference via Universal LSH Kernel

arXiv:2106.11426v1
Originality Highly original
AI Analysis

This addresses the challenge of efficient inference for deploying models on devices with limited resources, offering a novel alternative to existing methods like quantization and pruning.

The paper tackles the problem of deploying large machine learning models in resource-constrained environments by proposing Representer Sketch, a method that approximates inference using hashing and aggregations, achieving up to 114x storage reduction and 59x computation reduction without accuracy loss.

Large machine learning models achieve unprecedented performance on various tasks and have evolved as the go-to technique. However, deploying these compute and memory hungry models on resource constraint environments poses new challenges. In this work, we propose mathematically provable Representer Sketch, a concise set of count arrays that can approximate the inference procedure with simple hashing computations and aggregations. Representer Sketch builds upon the popular Representer Theorem from kernel literature, hence the name, providing a generic fundamental alternative to the problem of efficient inference that goes beyond the popular approach such as quantization, iterative pruning and knowledge distillation. A neural network function is transformed to its weighted kernel density representation, which can be very efficiently estimated with our sketching algorithm. Empirically, we show that Representer Sketch achieves up to 114x reduction in storage requirement and 59x reduction in computation complexity without any drop in accuracy.

Foundations

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

Your Notes