CVDec 19, 2017

Single Image Deraining using Scale-Aware Multi-Stage Recurrent Network

arXiv:1712.06830v160 citations
AI Analysis

This work addresses image quality degradation for computer vision applications, but it is incremental as it builds on existing deraining methods with a novel scale-aware approach.

The paper tackles the problem of removing rain streaks and veiling effects from single images, especially in heavy rain conditions, by introducing a scale-aware multi-stage convolutional neural network that outperforms state-of-the-art methods.

Given a single input rainy image, our goal is to visually remove rain streaks and the veiling effect caused by scattering and transmission of rain streaks and rain droplets. We are particularly concerned with heavy rain, where rain streaks of various sizes and directions can overlap each other and the veiling effect reduces contrast severely. To achieve our goal, we introduce a scale-aware multi-stage convolutional neural network. Our main idea here is that different sizes of rain-streaks visually degrade the scene in different ways. Large nearby streaks obstruct larger regions and are likely to reflect specular highlights more prominently than smaller distant streaks. These different effects of different streaks have their own characteristics in their image features, and thus need to be treated differently. To realize this, we create parallel sub-networks that are trained and made aware of these different scales of rain streaks. To our knowledge, this idea of parallel sub-networks that treats the same class of objects according to their unique sub-classes is novel, particularly in the context of rain removal. To verify our idea, we conducted experiments on both synthetic and real images, and found that our method is effective and outperforms the state-of-the-art methods.

Foundations

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

Your Notes