LGMLApr 14, 2020

Budget Learning via Bracketing

arXiv:2004.06298v110 citations
AI Analysis

This addresses cost and latency issues for mobile/IoT applications, but is incremental as it builds on existing budget learning frameworks.

The paper tackles the problem of minimizing device-to-server transmissions in mobile/IoT settings while maintaining accuracy, proposing a bracketing method that sandwiches cloud predictions with simple local functions to bypass the cloud when possible, and demonstrates improved performance over prior methods on real-world datasets.

Conventional machine learning applications in the mobile/IoT setting transmit data to a cloud-server for predictions. Due to cost considerations (power, latency, monetary), it is desirable to minimise device-to-server transmissions. The budget learning (BL) problem poses the learner's goal as minimising use of the cloud while suffering no discernible loss in accuracy, under the constraint that the methods employed be edge-implementable. We propose a new formulation for the BL problem via the concept of bracketings. Concretely, we propose to sandwich the cloud's prediction, $g,$ via functions $h^-, h^+$ from a `simple' class so that $h^- \le g \le h^+$ nearly always. On an instance $x$, if $h^+(x)=h^-(x)$, we leverage local processing, and bypass the cloud. We explore theoretical aspects of this formulation, providing PAC-style learnability definitions; associating the notion of budget learnability to approximability via brackets; and giving VC-theoretic analyses of their properties. We empirically validate our theory on real-world datasets, demonstrating improved performance over prior gating based methods.

Foundations

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

Your Notes