paper-with-me

Papers

Exploring Overcomplete Representations for Single Image Deraining using CNNs

2020-10-20 · Rajeev Yasarla, Jeya Maria Jose Valanarasu, Vishal M. Patel

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 derained image. The proposed network called, Over-and-Under Complete Deraining Network (OUCD), consists of two branches: overcomplete branch which is confined to small receptive field size in order to focus on the local structures and an undercomplete branch that has larger receptive fields to primarily focus on global structures. Extensive experiments on synthetic and real datasets demonstrate that the proposed method achieves significant improvements over the recent state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2010.10661

Code (1)

jeya-maria-jose/Derain_OUCD_Net 공식 구현 pytorch

Tasks

DecoderRain RemovalSingle Image Deraining

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
U-Net 설명 없음

Similar Papers 제목 키워드 기반

Stable Single-Pixel Contrastive Learning for Semantic and Geometric Tasks

2025-12-04 · Leonid Pogorelyuk, Niels Bracher, Aaron Verkleeren, Lars Kühmichel 외 arxiv

We pilot a family of stable contrastive losses for learning pixel-level representations that jointly capture semantic and geometric information. Our approach maps each pixel of an image to an overcomplete descriptor that…

Contrastive Learning

From Rain Generation to Rain Removal

2020-08-08 · CVPR 2021 1 · Hong Wang, Zongsheng Yue, Qi Xie, Qian Zhao 외

For the single image rain removal (SIRR) task, the performance of deep learning (DL)-based methods is mainly affected by the designed deraining models and training datasets. Most of current state-of-the-art focus on cons…

Rain RemovalSingle Image DerainingVariational Inference

Towards Unified Deep Image Deraining: A Survey and A New Benchmark

2023-10-05 · Xiang Chen, Jinshan Pan, Jiangxin Dong, Jinhui Tang

Recent years have witnessed significant advances in image deraining due to the kinds of effective image priors and deep learning models. As each deraining approach has individual settings (e.g., training and test dataset…

Rain Removal

MCGKT-Net: Multi-level Context Gating Knowledge Transfer Network for Single Image Deraining

2020-10-19 · Kohei Yamamichi, Xian-Hua Han

Rain streak removal in a single image is a very challenging task due to its ill-posed nature in essence. Recently, the end-to-end learning techniques with deep convolutional neural networks (DCNN) have made great progres…

Rain RemovalSingle Image DerainingTransfer Learning

Approximated Infomax Early Stopping: Revisiting Gaussian RBMs on Natural Images

2013-12-19 · Taichi Kiwaki, Takaki Makino, Kazuyuki Aihara

We pursue an early stopping technique that helps Gaussian Restricted Boltzmann Machines (GRBMs) to gain good natural image representations in terms of overcompleteness and data fitting. GRBMs are widely considered as an …

Attribute