CVLGMLNov 21, 2018

Seeing in the dark with recurrent convolutional neural networks

arXiv:1811.08537v15 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of robust computer vision in noisy environments like autonomous driving at night or in bad weather, though it is an incremental improvement over existing methods.

The paper tackled the problem of convolutional neural networks' poor performance on noisy images by adding recurrent connections to convolutional layers, resulting in gruCNNs that significantly outperform classical CNNs on low signal-to-noise ratio images.

Classical convolutional neural networks (cCNNs) are very good at categorizing objects in images. But, unlike human vision which is relatively robust to noise in images, the performance of cCNNs declines quickly as image quality worsens. Here we propose to use recurrent connections within the convolutional layers to make networks robust against pixel noise such as could arise from imaging at low light levels, and thereby significantly increase their performance when tested with simulated noisy video sequences. We show that cCNNs classify images with high signal to noise ratios (SNRs) well, but are easily outperformed when tested with low SNR images (high noise levels) by convolutional neural networks that have recurrency added to convolutional layers, henceforth referred to as gruCNNs. Addition of Bayes-optimal temporal integration to allow the cCNN to integrate multiple image frames still does not match gruCNN performance. Additionally, we show that at low SNRs, the probabilities predicted by the gruCNN (after calibration) have higher confidence than those predicted by the cCNN. We propose to consider recurrent connections in the early stages of neural networks as a solution to computer vision under imperfect lighting conditions and noisy environments; challenges faced during real-time video streams of autonomous driving at night, during rain or snow, and other non-ideal situations.

Foundations

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

Your Notes