CVLGAug 2, 2023

Survey on Computer Vision Techniques for Internet-of-Things Devices

arXiv:2308.02553v12 citationsh-index: 16
Originality Synthesis-oriented
AI Analysis

It addresses the problem of deploying compute-intensive DNNs on resource-constrained IoT devices for applications like public safety, but it is incremental as it reviews existing methods.

This paper surveys recent advances in low-power and energy-efficient deep neural network implementations to enable deployment on Internet-of-Things devices, summarizing techniques like neural network compression and network architecture search without sacrificing accuracy.

Deep neural networks (DNNs) are state-of-the-art techniques for solving most computer vision problems. DNNs require billions of parameters and operations to achieve state-of-the-art results. This requirement makes DNNs extremely compute, memory, and energy-hungry, and consequently difficult to deploy on small battery-powered Internet-of-Things (IoT) devices with limited computing resources. Deployment of DNNs on Internet-of-Things devices, such as traffic cameras, can improve public safety by enabling applications such as automatic accident detection and emergency response.Through this paper, we survey the recent advances in low-power and energy-efficient DNN implementations that improve the deployability of DNNs without significantly sacrificing accuracy. In general, these techniques either reduce the memory requirements, the number of arithmetic operations, or both. The techniques can be divided into three major categories: neural network compression, network architecture search and design, and compiler and graph optimizations. In this paper, we survey both low-power techniques for both convolutional and transformer DNNs, and summarize the advantages, disadvantages, and open research problems.

Foundations

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

Your Notes