Edge Intelligence: Paving the Last Mile of Artificial Intelligence With Edge Computing
Zhi ZhouXu ChenEn LiLiekang ZengKe LuoJunshan Zhang
Synthesizes the architectural designs, software frameworks, and emerging technologies required to train and deploy deep learning models efficiently across distributed edge networks.
- Paper: Efficient Processing of Deep Neural Networks: A Tutorial and Survey, Vivienne Sze et al. (2017). This comprehensive tutorial on efficient deep neural network processing and hardware-software co-design provides the essential background on model execution constraints that motivate edge intelligence architectures.
- Paper: MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications, Andrew G. Howard et al. (2017). MobileNets established depthwise separable convolutions as a foundational paradigm for lightweight on-device vision models, directly informing the edge inference techniques reviewed in the survey.
- Paper: Federated Optimization: Distributed Machine Learning for On-Device Intelligence, Jakub Konečný et al. (2016). This seminal paper formulated decentralized training under severe communication and data heterogeneity constraints, establishing the core optimization principles underpinning edge training and federated learning.
- Paper: Quantization and Training of Neural Networks for Efficient Integer-Arithmetic-Only Inference, Benoit Jacob et al. (2018). Quantization-aware integer arithmetic is a cornerstone technique for deploying low-latency deep learning models onto edge hardware surveyed in this paper.
- Paper: Learning both Weights and Connections for Efficient Neural Networks, Song Han et al. (2015). This foundational work on deep compression and connection pruning introduces the core model-slimming principles necessary to understand lightweight neural network deployment at the edge.
- Paper: TVM: an automated end-to-end optimizing compiler for deep learning, Tianqi Chen et al. (2018). TVM introduced compiler frameworks that automate end-to-end model acceleration across heterogeneous edge hardware platforms, which the survey highlights as key system-level infrastructure.
- Paper: MnasNet: Platform-Aware Neural Architecture Search for Mobile, Mingxing Tan et al. (2018). MnasNet pioneered platform-aware neural architecture search to optimize real-world mobile latency, illustrating the automated design methods for edge intelligence models.
- Paper: Learning Efficient Convolutional Networks through Network Slimming, Zhuang Liu et al. (2017). Network slimming via channel-level pruning establishes practical channel reduction methods commonly used in edge deep learning workflows.
- Paper: Pruning Convolutional Neural Networks for Resource Efficient Inference, Pavlo Molchanov et al. (2016). This work demonstrates structured pruning of feature maps using first-order Taylor expansion criteria to achieve resource-efficient inference on edge devices.
- Paper: Federated Machine Learning, Qiang Yang et al. (2019). This foundational overview categorizes federated learning architectures and privacy protocols that serve as central building blocks for decentralized edge training.
- Paper: Advances and Open Problems in Federated Learning, P. Kairouz et al. (2019). This survey expands upon the decentralized training concepts of edge intelligence by detailing open theoretical, privacy, and systems challenges in large-scale federated learning.
- Paper: Federated Learning: Challenges, Methods, and Future Directions, Tian Li et al. (2019). It provides an in-depth treatment of statistical heterogeneity and communication efficiency, directly advancing the edge-based distributed training challenges outlined in the survey.
- Paper: Tackling the Objective Inconsistency Problem in Heterogeneous Federated Optimization, Jianyu Wang et al. (2020). This paper addresses the specific problem of objective inconsistency caused by device heterogeneity during federated optimization across edge nodes.
- Paper: The future of digital health with federated learning, Nicola Rieke et al. (2020). It investigates real-world applications of decentralized edge intelligence and privacy-preserving training within multi-institutional healthcare environments.
- Paper: Deep Reinforcement Learning for Autonomous Driving: A Survey, B Ravi Kiran et al. (2020). This survey examines the deployment of deep reinforcement learning models for real-time perception and decision-making on autonomous edge vehicular platforms.
