Feedback Adversarial Learning: Spatial Feedback for Improving Generative Adversarial Networks

Abstract

We propose feedback adversarial learning (FAL) framework that can improve existing generative adversarial networks by leveraging spatial feedback from the discriminator. We formulate the generation task as a recurrent framework, in which the discriminator's feedback is integrated into the feedforward path of the generation process. Specifically, the generator conditions on the discriminator's spatial output response, and its previous generation to improve generation quality over time - allowing the generator to attend and fix its previous mistakes. To effectively utilize the feedback, we propose an adaptive spatial transform layer, which learns to spatially modulate feature maps from its previous generation and the error signal from the discriminator. We demonstrate that one can easily adapt FAL to existing adversarial learning frameworks on a wide range of tasks, including image generation, image-to-image translation, and voxel generation.

Cite

Text

Huh et al. "Feedback Adversarial Learning: Spatial Feedback for Improving Generative Adversarial Networks." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019. doi:10.1109/CVPR.2019.00157

Markdown

[Huh et al. "Feedback Adversarial Learning: Spatial Feedback for Improving Generative Adversarial Networks." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019.](https://mlanthology.org/cvpr/2019/huh2019cvpr-feedback/) doi:10.1109/CVPR.2019.00157

BibTeX

@inproceedings{huh2019cvpr-feedback,
  title     = {{Feedback Adversarial Learning: Spatial Feedback for Improving Generative Adversarial Networks}},
  author    = {Huh, Minyoung and Sun, Shao-Hua and Zhang, Ning},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2019},
  doi       = {10.1109/CVPR.2019.00157},
  url       = {https://mlanthology.org/cvpr/2019/huh2019cvpr-feedback/}
}