DerainCycleGAN: Rain Attentive CycleGAN for Single Image Deraining and Rainmaking
226
TL;DR: Zhang et al. as discussed by the authors proposed a new unsupervised framework termed DerainCycleGAN for single image rain removal and generation, which can fully utilize the constrained transfer learning ability and circulatory structures of CycleGAN.
read more
Abstract: Single Image Deraining (SID) is a relatively new and still challenging topic in emerging vision applications, and most of the recently emerged deraining methods use the supervised manner depending on the ground-truth (i.e., using paired data). However, in practice it is rather common to encounter unpaired images in real deraining task. In such cases, how to remove the rain streaks in an unsupervised way will be a challenging task due to lack of constraints between images and hence suffering from low-quality restoration results. In this paper, we therefore explore the unsupervised SID issue using unpaired data, and propose a new unsupervised framework termed DerainCycleGAN for single image rain removal and generation, which can fully utilize the constrained transfer learning ability and circulatory structures of CycleGAN. In addition, we design an unsupervised rain attentive detector (UARD) for enhancing the rain information detection by paying attention to both rainy and rain-free images. Besides, we also contribute a new synthetic way of generating the rain streak information, which is different from the previous ones. Specifically, since the generated rain streaks have diverse shapes and directions, existing derianing methods trained on the generated rainy image by this way can perform much better for processing real rainy images. Extensive experimental results on synthetic and real datasets show that our DerainCycleGAN is superior to current unsupervised and semi-supervised methods, and is also highly competitive to the fully-supervised ones.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Scale-Space Feature Recalibration Network for Single Image Deraining
TL;DR: The proposed network improves the image feature extraction and characterization capability of a Multi-scale Extraction Recalibration Block (MERB) using dilated convolution with different convolution kernel sizes, which results in rich multi-scale rain streaks features.
FRC-Net: A Simple Yet Effective Architecture for Low-Light Image Enhancement
17 May 2022
TL;DR: Wang et al. as mentioned in this paper proposed a simple yet effective deep low-light image enhancement (LLIE) architecture, termed Full-Resolution Context Network (FRC-Net), to avoid information loss caused by feature scaling, and proposed a novel full-resolution representation strategy to replace all feature scaling operations.
3
Enhancing Rainy Weather Driving: Deep Unfolding Network With PGD Algorithm for Single Image Deraining
01 Jan 2023
TL;DR: Zhang et al. as discussed by the authors used a deep unfolding network (DUN) combined with the proximal gradient descent (PGD) algorithm and introduced a gradient estimation strategy and a proximal mapping module to improve the perception of autonomous driving in the rain.
Restoring Images Captured in Arbitrary Hybrid Adverse Weather Conditions in One Go
TL;DR: In this article , a unified framework, dubbed RAHC, was proposed to restore arbitrary hybrid adverse weather conditions in one go by leveraging a multi-head aggregation architecture to learn multiple degradation representation subspaces and then constrains the network to flexibly handle multiple hybrid adversarial weather in a unified paradigm through a discrimination mechanism.
3
Long-Range Zero-Shot Generative Deep Network Quantization
TL;DR: Long-range zero-shot generative deep network quantization (LRQ) as mentioned in this paper uses a large kernel convolution to learn long-range information instead of simple local features, which leads to better performance.
References
•Proceedings Article
Adam: A Method for Stochastic Optimization
Diederik P. Kingma,Jimmy Ba +1 more
- 01 Jan 2015
TL;DR: This work introduces Adam, an algorithm for first-order gradient-based optimization of stochastic objective functions, based on adaptive estimates of lower-order moments, and provides a regret bound on the convergence rate that is comparable to the best known results under the online convex optimization framework.
138.5K
•Proceedings Article
Very Deep Convolutional Networks for Large-Scale Image Recognition
Karen Simonyan,Andrew Zisserman +1 more
- 04 Sep 2014
TL;DR: This work investigates the effect of the convolutional network depth on its accuracy in the large-scale image recognition setting using an architecture with very small convolution filters, which shows that a significant improvement on the prior-art configurations can be achieved by pushing the depth to 16-19 weight layers.
102.6K
•Posted Content
Adam: A Method for Stochastic Optimization
Diederik P. Kingma,Jimmy Ba +1 more
TL;DR: In this article, the adaptive estimates of lower-order moments are used for first-order gradient-based optimization of stochastic objective functions, based on adaptive estimate of lowerorder moments.
82.5K
ImageNet: A large-scale hierarchical image database
Jia Deng,Wei Dong,Richard Socher,Li-Jia Li,Kai Li,Li Fei-Fei +5 more
- 20 Jun 2009
TL;DR: A new database called “ImageNet” is introduced, a large-scale ontology of images built upon the backbone of the WordNet structure, much larger in scale and diversity and much more accurate than the current image datasets.
Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks
TL;DR: This work introduces a Region Proposal Network (RPN) that shares full-image convolutional features with the detection network, thus enabling nearly cost-free region proposals and further merge RPN and Fast R-CNN into a single network by sharing their convolutionAL features.