CVLGSep 4, 2023

On the fly Deep Neural Network Optimization Control for Low-Power Computer Vision

arXiv:2309.01824v1h-index: 2
Originality Incremental advance
AI Analysis

This addresses the challenge of adapting DNNs for diverse edge applications with varying hardware constraints and accuracy requirements, offering an incremental improvement over existing efficiency techniques.

The paper tackles the problem of deploying large Deep Neural Networks (DNNs) on low-power edge devices by introducing AdaptiveActivation, a technique that dynamically adjusts sparsity and precision during run-time without re-training, achieving accuracy within 1.5% of baseline and reducing memory usage by 10%--38%.

Processing visual data on mobile devices has many applications, e.g., emergency response and tracking. State-of-the-art computer vision techniques rely on large Deep Neural Networks (DNNs) that are usually too power-hungry to be deployed on resource-constrained edge devices. Many techniques improve the efficiency of DNNs by using sparsity or quantization. However, the accuracy and efficiency of these techniques cannot be adapted for diverse edge applications with different hardware constraints and accuracy requirements. This paper presents a novel technique to allow DNNs to adapt their accuracy and energy consumption during run-time, without the need for any re-training. Our technique called AdaptiveActivation introduces a hyper-parameter that controls the output range of the DNNs' activation function to dynamically adjust the sparsity and precision in the DNN. AdaptiveActivation can be applied to any existing pre-trained DNN to improve their deployability in diverse edge environments. We conduct experiments on popular edge devices and show that the accuracy is within 1.5% of the baseline. We also show that our approach requires 10%--38% less memory than the baseline techniques leading to more accuracy-efficiency tradeoff options

Foundations

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

Your Notes