paper-with-me

Papers

Stacked Conditional Generative Adversarial Networks for Jointly Learning Shadow Detection and Shadow Removal

2017-12-07 · CVPR 2018 6 · Jifeng Wang, Xiang Li, Le Hui, Jian Yang

Understanding shadows from a single image spontaneously derives into two types of task in previous studies, containing shadow detection and shadow removal. In this paper, we present a multi-task perspective, which is not embraced by any existing work, to jointly learn both detection and removal in an end-to-end fashion that aims at enjoying the mutually improved benefits from each other. Our framework is based on a novel STacked Conditional Generative Adversarial Network (ST-CGAN), which is composed of two stacked CGANs, each with a generator and a discriminator. Specifically, a shadow image is fed into the first generator which produces a shadow detection mask. That shadow image, concatenated with its predicted mask, goes through the second generator in order to recover its shadow-free image consequently. In addition, the two corresponding discriminators are very likely to model higher level relationships and global scene characteristics for the detected shadow region and reconstruction via removing shadows, respectively. More importantly, for multi-task learning, our design of stacked paradigm provides a novel view which is notably different from the commonly used one as the multi-branch version. To fully evaluate the performance of our proposed framework, we construct the first large-scale benchmark with 1870 image triplets (shadow image, shadow mask image, and shadow-free image) under 135 scenes. Extensive experimental results consistently show the advantages of ST-CGAN over several representative state-of-the-art methods on two large-scale publicly available datasets and our newly released one.

📄 PDF Abstract BibTeX arXiv:1712.02478

Code (5)

IsHYuhi/ST-CGAN_Stacked_Conditional_Generative_Adversarial_Networks pytorch
Param-Raval/ipro pytorch
Param-Raval/shadow-sight pytorch
jiaruixu/st-cgan pytorch
kjybinp/SCGAN

Tasks

Generative Adversarial NetworkMulti-Task LearningShadow DetectionShadow Removal

Similar Papers 제목 키워드 기반

StackGAN++: Realistic Image Synthesis with Stacked Generative Adversarial Networks

2017-10-19 · Han Zhang, Tao Xu, Hongsheng Li, Shaoting Zhang 외

Although Generative Adversarial Networks (GANs) have shown remarkable success in various tasks, they still face challenges in generating high quality images. In this paper, we propose Stacked Generative Adversarial Netwo…

Generative Adversarial NetworkImage GenerationText-to-Image Generation

Shadow Detection With Conditional Generative Adversarial Networks

2017-10-01 · ICCV 2017 10 · Vu Nguyen, Tomas F. Yago Vicente, Maozheng Zhao, Minh Hoai 외

We introduce scGAN, a novel extension of conditional Generative Adversarial Networks (GAN) tailored for the challenging problem of shadow detection in images. Previous methods for shadow detection focus on learning the l…

SensitivityShadow Detection

RIS-GAN: Explore Residual and Illumination with Generative Adversarial Networks for Shadow Removal

2019-11-20 · Ling Zhang, Chengjiang Long, Xiaolong Zhang, Chunxia Xiao

Residual images and illumination estimation have been proved very helpful in image enhancement. In this paper, we propose a general and novel framework RIS-GAN which explores residual and illumination with Generative Adv…

Image EnhancementShadow Removal

Stacked Generative Adversarial Networks

2016-12-13 · CVPR 2017 7 · Xun Huang, Yixuan Li, Omid Poursaeed, John Hopcroft 외

In this paper, we propose a novel generative model named Stacked Generative Adversarial Networks (SGAN), which is trained to invert the hierarchical representations of a bottom-up discriminative network. Our model consis…

Conditional Image Generation

Ambient Lighting Generation for Flash Images with Guided Conditional Adversarial Networks

2019-12-18 · José Chávez, Rensso Mora, Edward Cayllahua-Cahuina

To cope with the challenges that low light conditions produce in images, photographers tend to use the light provided by the camera flash to get better illumination. Nevertheless, harsh shadows and non-uniform illuminati…

Generative Adversarial Network