cGANs with Conditional Convolution Layer
Min-Cheol Sagong, Yong-Goo Shin, Yoon-Jae Yeo, Seung Park, Sung-Jea Ko

TL;DR
This paper introduces a novel conditional convolution layer for cGANs that adjusts weights based on conditions, enabling more effective learning of condition-specific features and improving image generation quality.
Contribution
The paper proposes a new conditional convolution layer that dynamically adjusts weights based on conditions, enhancing cGANs' ability to generate condition-specific images with a single generator.
Findings
Higher quality conditional image generation on CIFAR, LSUN, and ImageNet datasets.
Effective handling of condition-specific features with a single generator.
Improved performance over standard convolution in cGANs.
Abstract
Conditional generative adversarial networks (cGANs) have been widely researched to generate class conditional images using a single generator. However, in the conventional cGANs techniques, it is still challenging for the generator to learn condition-specific features, since a standard convolutional layer with the same weights is used regardless of the condition. In this paper, we propose a novel convolution layer, called the conditional convolution layer, which directly generates different feature maps by employing the weights which are adjusted depending on the conditions. More specifically, in each conditional convolution layer, the weights are conditioned in a simple but effective way through filter-wise scaling and channel-wise shifting operations. In contrast to the conventional methods, the proposed method with a single generator can effectively handle condition-specific…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Digital Media Forensic Detection · Advanced Image Processing Techniques
MethodsConvolution
