paper-with-me

홈 › Papers

Label Geometry Aware Discriminator for Conditional Generative Networks

2021-05-12 · Suman Sapkota, Bidur Khanal, Binod Bhattarai, Bishesh Khanal, Tae-Kyun Kim

Multi-domain image-to-image translation with conditional Generative Adversarial Networks (GANs) can generate highly photo realistic images with desired target classes, yet these synthetic images have not always been helpful to improve downstream supervised tasks such as image classification. Improving downstream tasks with synthetic examples requires generating images with high fidelity to the unknown conditional distribution of the target class, which many labeled conditional GANs attempt to achieve by adding soft-max cross-entropy loss based auxiliary classifier in the discriminator. As recent studies suggest that the soft-max loss in Euclidean space of deep feature does not leverage their intrinsic angular distribution, we propose to replace this loss in auxiliary classifier with an additive angular margin (AAM) loss that takes benefit of the intrinsic angular distribution, and promotes intra-class compactness and inter-class separation to help generator synthesize high fidelity images. We validate our method on RaFD and CIFAR-100, two challenging face expression and natural image classification data set. Our method outperforms state-of-the-art methods in several different evaluation criteria including recently proposed GAN-train and GAN-test metrics designed to assess the impact of synthetic data on downstream classification task, assessing the usefulness in data augmentation for supervised tasks with prediction accuracy score and average confidence score, and the well known FID metric.

📄 PDF Abstract BibTeX arXiv:2105.05501

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentationimage-classificationImage ClassificationImage-to-Image Translation

Methods 이 논문이 사용한 방법론

Auxiliary Classifier Auxiliary Classifiers are type of architectural component that seek to improve the convergence of very deep networks. They are classifier heads we attach to layers before the…

Similar Papers 제목 키워드 기반

Improving 3D-aware Image Synthesis with A Geometry-aware Discriminator

2022-09-30 · Zifan Shi, Yinghao Xu, Yujun Shen, Deli Zhao 외

3D-aware image synthesis aims at learning a generative model that can render photo-realistic 2D images while capturing decent underlying 3D shapes. A popular solution is to adopt the generative adversarial network (GAN) …

3D-Aware Image Synthesisdomain classificationGenerative Adversarial NetworkImage Generation+2

Label-Removed Generative Adversarial Networks Incorporating with K-Means

2019-02-19 · Ce Wang, Zhangling Chen, Kun Shang

Generative Adversarial Networks (GANs) have achieved great success in generating realistic images. Most of these are conditional models, although acquisition of class labels is expensive and time-consuming in practice. T…

Metric Learning

Continuous Conditional Generative Adversarial Networks: Novel Empirical Losses and Label Input Mechanisms

2020-11-15 · ICLR 2021 1 · Xin Ding, Yongwei Wang, Zuheng Xu, William J. Welch 외

This work proposes the continuous conditional generative adversarial network (CcGAN), the first generative model for image generation conditional on continuous, scalar conditions (termed regression labels). Existing cond…

Generative Adversarial NetworkImage Generationregression

Imbalance-Robust and Sampling-Efficient Continuous Conditional GANs via Adaptive Vicinal Learning and Auxiliary Regularization

2025-08-03 · Xin Ding, Yun Chen, Yongwei Wang, Kao Zhang 외 arxiv

Recent advances in continuous conditional generative modeling, including Continuous conditional Generative Adversarial Network (CcGAN) and Continuous Conditional Diffusion Model (CCDM), estimate high-dimensional data dis…

SONA: Learning Conditional, Unconditional, and Mismatching-Aware Discriminator

2025-10-06 · Yuhta Takida, Satoshi Hayakawa, Takashi Shibuya, Masaaki Imaizumi 외 arxiv

Deep generative models have made significant advances in generating complex content, yet conditional generation remains a fundamental challenge. Existing conditional generative adversarial networks often struggle to bala…

Text-to-Image Generation