LGMLMay 30, 2019

Toward Runtime-Throttleable Neural Networks

arXiv:1905.13179v1
Originality Incremental advance
AI Analysis

This addresses resource management for edge computing applications like mobile phones, but it is incremental as it builds on existing static model reduction techniques.

The paper tackles the problem of deploying neural networks on resource-constrained edge platforms by introducing runtime-throttleable networks that adaptively balance performance and resource use, demonstrating smooth throttling with only a small loss in peak accuracy.

As deep neural network (NN) methods have matured, there has been increasing interest in deploying NN solutions to "edge computing" platforms such as mobile phones or embedded controllers. These platforms are often resource-constrained, especially in energy storage and power, but state-of-the-art NN architectures are designed with little regard for resource use. Existing techniques for reducing the resource footprint of NN models produce static models that occupy a single point in the trade-space between performance and resource use. This paper presents an approach to creating runtime-throttleable NNs that can adaptively balance performance and resource use in response to a control signal. Throttleable networks allow intelligent resource management, for example by allocating fewer resources in "easy" conditions or when battery power is low. We describe a generic formulation of throttling via block-level gating, apply it to create throttleable versions of several standard CNN architectures, and demonstrate that our approach allows smooth performance throttling over a wide range of operating points in image classification and object detection tasks, with only a small loss in peak 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