CVIVJan 11, 2023

Deep Residual Axial Networks

arXiv:2301.04631v27 citationsh-index: 21
Originality Highly original
AI Analysis

This work addresses computational efficiency for computer vision tasks, offering a novel architecture that reduces parameters and flops while improving accuracy, though it is incremental in building on existing separable convolution techniques.

The paper tackles the high computational costs of convolutional neural networks by introducing residual axial networks (RANs), which replace 2D convolutions with separable 1D operations and residual connections, achieving at least 1% higher performance with up to 94% fewer parameters on various image classification and super-resolution datasets.

While convolutional neural networks (CNNs) demonstrate outstanding performance on computer vision tasks, their computational costs remain high. Several techniques are used to reduce these costs, like reducing channel count, and using separable and depthwise separable convolutions. This paper reduces computational costs by introducing a novel architecture, axial CNNs, which replaces spatial 2D convolution operations with two consecutive depthwise separable 1D operations. The axial CNNs are predicated on the assumption that the dataset supports approximately separable convolution operations with little or no loss of training accuracy. Deep axial separable CNNs still suffer from gradient problems when training deep networks. We modify the construction of axial separable CNNs with residual connections to improve the performance of deep axial architectures and introduce our final novel architecture namely residual axial networks (RANs). Extensive benchmark evaluation shows that RANs achieve at least 1% higher performance with about 77%, 86%, 75%, and 34% fewer parameters and about 75%, 80%, 67%, and 26% fewer flops than ResNets, wide ResNets, MobileNets, and SqueezeNexts on CIFAR benchmarks, SVHN, and Tiny ImageNet image classification datasets. Moreover, our proposed RANs improve deep recursive residual networks performance with 94% fewer parameters on the image super-resolution dataset.

Foundations

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

Your Notes