LGCCCVSPMEJul 29, 2022

Low-complexity Approximate Convolutional Neural Networks

arXiv:2208.00087v149 citationsh-index: 36
Originality Incremental advance
AI Analysis

This addresses the need for low-power, efficient hardware designs for ConvNets, though it is incremental as it builds on existing approximation methods.

The paper tackles the problem of reducing computational complexity in trained Convolutional Neural Networks by approximating filters and parameters with low-complexity structures, achieving almost equal classification performance with extreme reductions in complexity across three use cases including AlexNet.

In this paper, we present an approach for minimizing the computational complexity of trained Convolutional Neural Networks (ConvNet). The idea is to approximate all elements of a given ConvNet and replace the original convolutional filters and parameters (pooling and bias coefficients; and activation function) with efficient approximations capable of extreme reductions in computational complexity. Low-complexity convolution filters are obtained through a binary (zero-one) linear programming scheme based on the Frobenius norm over sets of dyadic rationals. The resulting matrices allow for multiplication-free computations requiring only addition and bit-shifting operations. Such low-complexity structures pave the way for low-power, efficient hardware designs. We applied our approach on three use cases of different complexity: (i) a "light" but efficient ConvNet for face detection (with around 1000 parameters); (ii) another one for hand-written digit classification (with more than 180000 parameters); and (iii) a significantly larger ConvNet: AlexNet with $\approx$1.2 million matrices. We evaluated the overall performance on the respective tasks for different levels of approximations. In all considered applications, very low-complexity approximations have been derived maintaining an almost equal classification performance.

Foundations

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

Your Notes