CVJun 8, 2020

Sparsifying and Down-scaling Networks to Increase Robustness to Distortions

arXiv:2006.11389v1
Originality Incremental advance
AI Analysis

This provides an incremental improvement for robust image classification in applications like low-light conditions, though it is domain-specific to computer vision.

The paper tackles the problem of neural networks losing performance on distorted images by proposing a new type of Streaming Network (STNet) architecture that uses scaled-down versions of popular networks as parallel streams, resulting in more efficient models with higher or equal accuracy compared to original networks.

It has been shown that perfectly trained networks exhibit drastic reduction in performance when presented with distorted images. Streaming Network (STNet) is a novel architecture capable of robust classification of the distorted images while been trained on undistorted images. The distortion robustness is enabled by means of sparse input and isolated parallel streams with decoupled weights. Recent results prove STNet is robust to 20 types of noise and distortions. STNet exhibits state-of-the-art performance for classification of low light images, while being of much smaller size when other networks. In this paper, we construct STNets by using scaled versions (number of filters in each layer is reduced by factor of n) of popular networks like VGG16, ResNet50 and MobileNetV2 as parallel streams. These new STNets are tested on several datasets. Our results indicate that more efficient (less FLOPS), new STNets exhibit higher or equal accuracy in comparison with original networks. Considering a diversity of datasets and networks used for tests, we conclude that a new type of STNets is an efficient tool for robust classification of distorted images.

Foundations

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

Your Notes