LGCLCVApr 25, 2022

Enable Deep Learning on Mobile Devices: Methods, Systems, and Applications

MIT
arXiv:2204.11786v1141 citationsh-index: 34
Originality Synthesis-oriented
AI Analysis

It addresses the efficiency bottleneck for deploying AI on mobile and IoT devices, but it is an incremental overview rather than a novel contribution.

This paper tackles the problem of enabling deep learning on resource-constrained mobile devices by providing an overview of methods, systems, and applications to improve efficiency while preserving accuracy, covering techniques like model compression, AutoML, on-device training, and task-specific accelerations.

Deep neural networks (DNNs) have achieved unprecedented success in the field of artificial intelligence (AI), including computer vision, natural language processing and speech recognition. However, their superior performance comes at the considerable cost of computational complexity, which greatly hinders their applications in many resource-constrained devices, such as mobile phones and Internet of Things (IoT) devices. Therefore, methods and techniques that are able to lift the efficiency bottleneck while preserving the high accuracy of DNNs are in great demand in order to enable numerous edge AI applications. This paper provides an overview of efficient deep learning methods, systems and applications. We start from introducing popular model compression methods, including pruning, factorization, quantization as well as compact model design. To reduce the large design cost of these manual solutions, we discuss the AutoML framework for each of them, such as neural architecture search (NAS) and automated pruning and quantization. We then cover efficient on-device training to enable user customization based on the local data on mobile devices. Apart from general acceleration techniques, we also showcase several task-specific accelerations for point cloud, video and natural language processing by exploiting their spatial sparsity and temporal/token redundancy. Finally, to support all these algorithmic advancements, we introduce the efficient deep learning system design from both software and hardware perspectives.

Foundations

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

Your Notes