paper-with-me

Papers

Improving the Training of Data-Efficient GANs via Quality Aware Dynamic Discriminator Rejection Sampling

2025-01-01 · CVPR 2025 1 · Zhaoyu Zhang, Yang Hua, Guanxiong Sun, Hui Wang, Seán McLoone

Data-Efficient Generative Adversarial Nets (DE-GANs) have become more and more popular in recent years. Existing methods apply data augmentation, noise injection and pre-trained models to maximumly increase the number of training samples thus improving the training of DE-GANs. However, none of these methods considers the sample quality during training, which can also significantly influence the training of DE-GANs. Focusing on sample quality during training, in this paper, we are the first to incorporate discriminator rejection sampling (DRS) into the training process and introduce a novel method, called quality aware dynamic discriminator rejection sampling (QADDRS). Specifically, QADDRS consists of two steps: (1) the sample quality aware step, which aims to obtain the sorted critic scores, i.e., the ordered discriminator outputs, on real/fake samples in the current training stage; (2) the dynamic rejection step that obtains dynamic rejection number N, where N is controlled by the overfitting degree of discriminator (D) during training. When updating the parameters of D, the N high critic score real samples and the N low critic score fake samples in the minibatch are rejected dynamically based on the overfitting degree of D. As a result, QADDRS can avoid D becoming overly confident in distinguishing both real and fake samples, thereby alleviating the overfitting of D issue during training. Extensive experiments on several datasets demonstrate that integrating QADDRS into different DE-GANs can achieve better performance and deliver state-of-the-art results. Codes are available at https://github.com/zzhang05/QADDRS.

📄 PDF Abstract BibTeX

Code (1)

zzhang05/qaddrs 공식 구현 pytorch

Tasks

Data Augmentation

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

FakeCLR: Exploring Contrastive Learning for Solving Latent Discontinuity in Data-Efficient GANs

2022-07-18 · Ziqiang Li, Chaoyue Wang, Heliang Zheng, Jing Zhang 외

Data-Efficient GANs (DE-GANs), which aim to learn generative models with a limited amount of training data, encounter several challenges for generating high-quality samples. Since data augmentation strategies have largel…

Contrastive LearningData AugmentationDiversity

Gaussian Splatting Decoder for 3D-aware Generative Adversarial Networks

2024-04-16 · Florian Barthel, Arian Beckmann, Wieland Morgenstern, Anna Hilsmann 외

NeRF-based 3D-aware Generative Adversarial Networks (GANs) like EG3D or GIRAFFE have shown very high rendering quality under large representational variety. However, rendering with Neural Radiance Fields poses challenges…

3DGSDecoderDiversityNeRF

Improving GANs with A Dynamic Discriminator

2022-09-20 · Ceyuan Yang, Yujun Shen, Yinghao Xu, Deli Zhao 외

Discriminator plays a vital role in training generative adversarial networks (GANs) via distinguishing real and synthesized samples. While the real data distribution remains the same, the synthesis distribution keeps var…

3D-Aware Image SynthesisData AugmentationImage Generation

See More, Change Less: Anatomy-Aware Diffusion for Contrast Enhancement

2025-12-08 · Junqi Liu, Zejun Wu, Pedro R. A. S. Bassi, Xinze Zhou 외 arxiv

Image enhancement improves visual quality and helps reveal details that are hard to see in the original image. In medical imaging, it can support clinical decision-making, but current models often over-edit. This can dis…

Image Enhancement

What You See is What You GAN: Rendering Every Pixel for High-Fidelity Geometry in 3D GANs

2024-01-04 · CVPR 2024 1 · Alex Trevithick, Matthew Chan, Towaki Takikawa, Umar Iqbal 외

3D-aware Generative Adversarial Networks (GANs) have shown remarkable progress in learning to generate multi-view-consistent images and 3D geometries of scenes from collections of 2D images via neural volume rendering. Y…

3D geometryNeural RenderingSuper-Resolution