TL;DR
This paper introduces OUCD, a novel CNN architecture combining overcomplete and undercomplete branches to effectively remove rain streaks by focusing on local and global features, outperforming existing methods.
Contribution
The paper proposes the OUCD network, integrating overcomplete and undercomplete branches to enhance local and global feature learning for single image deraining.
Findings
Significant improvement over state-of-the-art methods on synthetic datasets.
Effective focus on local structures improves rain streak removal.
Robust performance on real rainy images.
Abstract
Removal of rain streaks from a single image is an extremely challenging problem since the rainy images often contain rain streaks of different size, shape, direction and density. Most recent methods for deraining use a deep network following a generic "encoder-decoder" architecture which captures low-level features across the initial layers and high-level features in the deeper layers. For the task of deraining, the rain streaks which are to be removed are relatively small and focusing much on global features is not an efficient way to solve the problem. To this end, we propose using an overcomplete convolutional network architecture which gives special attention in learning local structures by restraining the receptive field of filters. We combine it with U-Net so that it does not lose out on the global structures as well while focusing more on low-level features, to compute the…
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
MethodsConvolution · Concatenated Skip Connection · *Communicated@Fast*How Do I Communicate to Expedia? · Max Pooling · U-Net
