Streaming Networks: Enable A Robust Classification of Noise-Corrupted Images
Sergey Tarasenko, Fumihiko Takahashi

TL;DR
This paper introduces Streaming Nets, a multi-stream convolutional architecture that significantly improves noise robustness in image recognition without additional data or complex training, outperforming traditional single-stream models.
Contribution
The paper proposes a novel multi-stream convolutional network architecture that enhances noise robustness in image classification tasks.
Findings
Streaming Net outperforms single-stream conv nets in noisy image recognition.
Streaming Net maintains high accuracy on clean images.
The approach does not require data augmentation or complex loss functions.
Abstract
The convolution neural nets (conv nets) have achieved a state-of-the-art performance in many applications of image and video processing. The most recent studies illustrate that the conv nets are fragile in terms of recognition accuracy to various image distortions such as noise, scaling, rotation, etc. In this study we focus on the problem of robust recognition accuracy of random noise distorted images. A common solution to this problem is either to add a lot of noisy images into a training dataset, which can be very costly, or use sophisticated loss function and denoising techniques. We introduce a novel conv net architecture with multiple streams. Each stream is taking a certain intensity slice of the original image as an input, and stream parameters are trained independently. We call this novel network a "Streaming Net". Our results indicate that Streaming Net outperforms 1-stream…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Image Enhancement Techniques · Advanced Image Processing Techniques
MethodsConvolution
