paper-with-me

홈 › Papers

Semi-MoreGAN: A New Semi-supervised Generative Adversarial Network for Mixture of Rain Removal

2022-04-28 · Yiyang Shen, Yongzhen Wang, Mingqiang Wei, Honghua Chen, Haoran Xie, Gary Cheng, Fu Lee Wang

Rain is one of the most common weather which can completely degrade the image quality and interfere with the performance of many computer vision tasks, especially under heavy rain conditions. We observe that: (i) rain is a mixture of rain streaks and rainy haze; (ii) the scene depth determines the intensity of rain streaks and the transformation into the rainy haze; (iii) most existing deraining methods are only trained on synthetic rainy images, and hence generalize poorly to the real-world scenes. Motivated by these observations, we propose a new SEMI-supervised Mixture Of rain REmoval Generative Adversarial Network (Semi-MoreGAN), which consists of four key modules: (I) a novel attentional depth prediction network to provide precise depth estimation; (ii) a context feature prediction network composed of several well-designed detailed residual blocks to produce detailed image context features; (iii) a pyramid depth-guided non-local network to effectively integrate the image context with the depth information, and produce the final rain-free images; and (iv) a comprehensive semi-supervised loss function to make the model not limited to synthetic datasets but generalize smoothly to real-world heavy rainy scenes. Extensive experiments show clear improvements of our approach over twenty representative state-of-the-arts on both synthetic and real-world rainy images.

📄 PDF Abstract BibTeX arXiv:2204.13420

Code (1)

syy-whu/semi-moregan 공식 구현 pytorch

Tasks

Depth EstimationDepth PredictionGenerative Adversarial NetworkRain Removal

Similar Papers 제목 키워드 기반

Improve Training Stability of Semi-supervised Generative Adversarial Networks with Collaborative Training

2018-01-01 · ICLR 2018 1 · Dalei Wu, Xiaohua Liu

Improved generative adversarial network (Improved GAN) is a successful method of using generative adversarial models to solve the problem of semi-supervised learning. However, it suffers from the problem of unstable trai…

General ClassificationGenerative Adversarial Network

Semi-Supervised Learning for Optical Flow with Generative Adversarial Networks

2017-12-01 · NeurIPS 2017 12 · Wei-Sheng Lai, Jia-Bin Huang, Ming-Hsuan Yang

Convolutional neural networks (CNNs) have recently been applied to the optical flow estimation problem. As training the CNNs requires sufficiently large ground truth training data, existing approaches resort to synthetic…

Generative Adversarial NetworkOptical Flow Estimation

Vanishing Twin GAN: How training a weak Generative Adversarial Network can improve semi-supervised image classification

2021-03-03 · Saman Motamed, Farzad Khalvati

Generative Adversarial Networks can learn the mapping of random noise to realistic images in a semi-supervised framework. This mapping ability can be used for semi-supervised image classification to detect images of an u…

ClassificationGeneral ClassificationGenerative Adversarial Networkimage-classification+2

A Sea-Land Clutter Classification Framework for Over-the-Horizon-Radar Based on Weighted Loss Semi-supervised GAN

2023-05-06 · Xiaoxuan Zhang, Zengfu Wang, Kun Lu, Quan Pan 외

Deep convolutional neural network has made great achievements in sea-land clutter classification for over-the-horizon-radar (OTHR). The premise is that a large number of labeled training samples must be provided for a se…

ClassificationGenerative Adversarial Network

Adversarial Variational Embedding for Robust Semi-supervised Learning

2019-05-07 · Xiang Zhang, Lina Yao, Feng Yuan

Semi-supervised learning is sought for leveraging the unlabelled data when labelled data is difficult or expensive to acquire. Deep generative models (e.g., Variational Autoencoder (VAE)) and semisupervised Generative Ad…

General Classification