paper-with-me

Papers

MCW-Net: Single Image Deraining with Multi-level Connections and Wide Regional Non-local Blocks

2020-09-29 · Yeachan Park, Myeongho Jeon, Junho Lee, Myungjoo Kang

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 level of features is important in the decoding process of the current level. The second method is a wide regional non-local block. As rain streaks primarily exhibit a vertical distribution, we divide the grid of the image into horizontally-wide patches and apply a non-local operation to each region to explore the rich rain-free background information. Experimental results on both synthetic and real-world rainy datasets demonstrate that the proposed model significantly outperforms existing state-of-the-art models. Furthermore, the results of the joint deraining and segmentation experiment prove that our model contributes effectively to other vision tasks.

📄 PDF Abstract BibTeX arXiv:2009.13990

Code (1)

yechanp/MCW-Net 공식 구현 pytorch

Tasks

DecoderRain RemovalSingle Image Deraining

Methods 이 논문이 사용한 방법론

Residual Connection 설명 없음
Non-Local Block A Non-Local Block is an image block module used in neural networks that wraps a non-local operation. We can define a…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Non-Local Operation A Non-Local Operation is a component for capturing long-range dependencies with deep neural networks. It is a generalization of the classical non-local mean operation in…

Similar Papers 제목 키워드 기반

SmartAssign: Learning a Smart Knowledge Assignment Strategy for Deraining and Desnowing

2023-01-01 · CVPR 2023 1 · Yinglong Wang, Chao Ma, Jianzhuang Liu

Existing methods mainly handle single weather types. However, the connections of different weather conditions at deep representation level are usually ignored. These connections, if used properly, can generate comple…

Multi-Task LearningRain Removal

DRT: A Lightweight Single Image Deraining Recursive Transformer

2022-04-25 · Yuanchu Liang, Saeed Anwar, Yang Liu

Over parameterization is a common technique in deep learning to help models learn and generalize sufficiently to the given task; nonetheless, this often leads to enormous network structures and consumes considerable comp…

Image RestorationRain RemovalSingle Image Deraining

Physical Model Guided Deep Image Deraining

2020-03-30 · Honghe Zhu, Cong Wang, Ya-Jie Zhang, Zhixun Su 외

Single image deraining is an urgent task because the degraded rainy image makes many computer vision systems fail to work, such as video surveillance and autonomous driving. So, deraining becomes important and an effecti…

Autonomous DrivingmodelRain RemovalSingle Image Deraining

A Coarse-to-Fine Multi-stream Hybrid Deraining Network for Single Image Deraining

2019-08-28 · Yanyan Wei, Zhao Zhang, Haijun Zhang, Richang Hong 외

Single image deraining task is still a very challenging task due to its ill-posed nature in reality. Recently, researchers have tried to fix this issue by training the CNN-based end-to-end models, but they still cannot e…

Rain RemovalSingle Image DerainingSSIM

Single Image Deraining: From Model-Based to Data-Driven and Beyond

2019-12-16 · Wenhan Yang, Robby T. Tan, Shiqi Wang, Yuming Fang 외

The goal of single-image deraining is to restore the rain-free background scenes of an image degraded by rain streaks and rain accumulation. The early single-image deraining methods employ a cost function, where various …

Rain RemovalSingle Image Deraining