Regularizing Discriminative Capability of CGANs for Semi-Supervised Generative Learning

Abstract

Semi-supervised generative learning aims to learn the underlying class-conditional distribution of partially labeled data. Generative Adversarial Networks (GANs) have led to promising progress in this task. However, it still needs to further explore the issue of imbalance between real labeled data and fake data in the adversarial learning process. To address this issue, we propose a regularization technique based on Random Regional Replacement (R^3-regularization) to facilitate the generative learning process. Specifically, we construct two types of between-class instances: cross-category ones and real-fake ones. These instances could be closer to the decision boundaries and are important for regularizing the classification and discriminative networks in our class-conditional GANs, which we refer to as R^3-CGAN. Better guidance from these two networks makes the generative network produce instances with class-specific information and high fidelity. We experiment with multiple standard benchmarks, and demonstrate that the R^3-regularization can lead to significant improvement in both classification and class-conditional image synthesis.

Cite

Text

Liu et al. "Regularizing Discriminative Capability of CGANs for Semi-Supervised Generative Learning." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020. doi:10.1109/CVPR42600.2020.00576

Markdown

[Liu et al. "Regularizing Discriminative Capability of CGANs for Semi-Supervised Generative Learning." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020.](https://mlanthology.org/cvpr/2020/liu2020cvpr-regularizing/) doi:10.1109/CVPR42600.2020.00576

BibTeX

@inproceedings{liu2020cvpr-regularizing,
  title     = {{Regularizing Discriminative Capability of CGANs for Semi-Supervised Generative Learning}},
  author    = {Liu, Yi and Deng, Guangchang and Zeng, Xiangping and Wu, Si and Yu, Zhiwen and Wong, Hau-San},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2020},
  doi       = {10.1109/CVPR42600.2020.00576},
  url       = {https://mlanthology.org/cvpr/2020/liu2020cvpr-regularizing/}
}