TL;DR
MCW-Net is a novel neural network architecture for single image deraining that leverages multi-level feature connections and wide regional non-local blocks to better recover background textures, outperforming existing models.
Contribution
Introduces a multi-level connection and wide regional non-local block approach that enhances information utilization without extra branches in deraining networks.
Findings
Significantly outperforms state-of-the-art deraining models on synthetic and real datasets.
Effectively restores background textures and details in rainy images.
Contributes positively to downstream vision tasks like segmentation.
Abstract
A recent line of convolutional neural network-based works has succeeded in capturing rain streaks. However, difficulties in detailed recovery still remain. In this paper, we present a multi-level connection and wide regional non-local block network (MCW-Net) to properly restore the original background textures in rainy images. Unlike existing encoder-decoder-based image deraining models that improve performance with additional branches, MCW-Net improves performance by maximizing information utilization without additional branches through the following two proposed methods. The first method is a multi-level connection that repeatedly connects multi-level features of the encoder network to the decoder network. Multi-level connection encourages the decoding process to use the feature information of all levels. In multi-level connection, channel-wise attention is considered to learn which…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsResidual Connection · Non-Local Block · 1x1 Convolution · Non-Local Operation
