paper-with-me

홈 › Papers

ComGAN: Toward GANs Exploiting Multiple Samples

2023-04-24 · Haeone Lee

In this paper, we propose ComGAN(ComparativeGAN) which allows the generator in GANs to refer to the semantics of comparative samples(e.g. real data) by comparison. ComGAN generalizes relativistic GANs by using arbitrary architecture and mostly outperforms relativistic GANs in simple input-concatenation architecture. To train the discriminator in ComGAN, we also propose equality regularization, which fits the discriminator to a neutral label for equally real or fake samples. Equality regularization highly boosts the performance of ComGAN including WGAN while being exceptionally simple compared to existing regularizations. Finally, we generalize comparative samples fixed to real data in relativistic GANs toward fake data and show that such objectives are sound in both theory and practice. Our experiments demonstrate superior performances of ComGAN and equality regularization, achieving the best FIDs in 7 out of 8 cases of different losses and data against ordinary GANs and relativistic GANs.

📄 PDF Abstract BibTeX arXiv:2304.12098

Code (1)

rl-max/pytorch-studiogan 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
WGAN Wasserstein GAN, or WGAN, is a type of generative adversarial network that minimizes an approximation of the Earth-Mover's distance (EM) rather than the Jensen-Shannon…

Similar Papers 제목 키워드 기반

DEff-GAN: Diverse Attribute Transfer for Few-Shot Image Synthesis

2023-02-28 · Rajiv Kumar, G. Sivakumar

Requirements of large amounts of data is a difficulty in training many GANs. Data efficient GANs involve fitting a generators continuous target distribution with a limited discrete set of data samples, which is a difficu…

AttributeDiversityFew-Shot LearningImage Generation+2

DF-RAP: A Robust Adversarial Perturbation for Defending against Deepfakes in Real-world Social Network Scenarios

2024-03-05 · journal 2024 3 · Zuomin Qu, Zuping Xi, Wei Lu, Xiangyang Luo 외

The misuse of Deepfakes to create unauthorized fake facial images and videos poses a growing threat to personal privacy and social stability. Proactive defense algorithms have been proposed to prevent this fraud by injec…

Adversarial RobustnessFace Swapping

Video Generative Adversarial Networks: A Review

2020-11-04 · Nuha Aldausari, Arcot Sowmya, Nadine Marcus, Gelareh Mohammadi

With the increasing interest in the content creation field in multiple sectors such as media, education, and entertainment, there is an increasing trend in the papers that uses AI algorithms to generate content such as i…

Anomaly Detection

Generative Adversarial Networks for Image Super-Resolution: A Survey

2022-04-28 · Chunwei Tian, Xuanyu Zhang, Qi Zhu, Bob Zhang 외

Single image super-resolution (SISR) has played an important role in the field of image processing. Recent generative adversarial networks (GANs) can achieve excellent results on low-resolution images with small samples.…

Image Super-ResolutionSuper-ResolutionSurvey

Towards Discovery and Attribution of Open-world GAN Generated Images

2021-05-10 · ICCV 2021 10 · Sharath Girish, Saksham Suri, Saketh Rambhatla, Abhinav Shrivastava

With the recent progress in Generative Adversarial Networks (GANs), it is imperative for media and visual forensics to develop detectors which can identify and attribute images to the model generating them. Existing work…

AttributeClusteringOut-of-Distribution Detection