paper-with-me

홈 › Papers

Image Difficulty Curriculum for Generative Adversarial Networks (CuGAN)

2019-10-20 · Petru Soviany, Claudiu Ardei, Radu Tudor Ionescu, Marius Leordeanu

Despite the significant advances in recent years, Generative Adversarial Networks (GANs) are still notoriously hard to train. In this paper, we propose three novel curriculum learning strategies for training GANs. All strategies are first based on ranking the training images by their difficulty scores, which are estimated by a state-of-the-art image difficulty predictor. Our first strategy is to divide images into gradually more difficult batches. Our second strategy introduces a novel curriculum loss function for the discriminator that takes into account the difficulty scores of the real images. Our third strategy is based on sampling from an evolving distribution, which favors the easier images during the initial training stages and gradually converges to a uniform distribution, in which samples are equally likely, regardless of difficulty. We compare our curriculum learning strategies with the classic training procedure on two tasks: image generation and image translation. Our experiments indicate that all strategies provide faster convergence and superior results. For example, our best curriculum learning strategy applied on spectrally normalized GANs (SNGANs) fooled human annotators in thinking that generated CIFAR-like images are real in 25.0% of the presented cases, while the SNGANs trained using the classic procedure fooled the annotators in only 18.4% cases. Similarly, in image translation, the human annotators preferred the images produced by the Cycle-consistent GAN (CycleGAN) trained using curriculum learning in 40.5% cases and those produced by CycleGAN based on classic training in only 19.8% cases, 39.7% cases being labeled as ties.

📄 PDF Abstract BibTeX arXiv:1910.08967

Code (1)

pittyacg/CurriculumSNGAN

Tasks

Image GenerationTranslation

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음
Residual Connection 설명 없음
PatchGAN 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Tanh Activation 설명 없음
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…
Instance Normalization Instance Normalization (also known as contrast normalization) is a normalization layer where: $$ y_{tijk} = \frac{x_{tijk} - \mu_{ti}}{\sqrt{\sigma_{ti}^2 +…
HuMan(Expedia)||How do I get a human at Expedia? How do I get a human at Expedia? How Do I Get a Human at Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Real-Time Help & Exclusive…

Similar Papers 제목 키워드 기반

Toward Interactive Modulation for Photo-Realistic Image Restoration

2021-05-07 · Haoming Cai, Jingwen He, Qiao Yu, Chao Dong

Modulating image restoration level aims to generate a restored image by altering a factor that represents the restoration strength. Previous works mainly focused on optimizing the mean squared reconstruction error, which…

Generative Adversarial NetworkImage Restoration

Flatness-aware Curriculum Learning via Adversarial Difficulty

2025-08-26 · Hiroaki Aizawa, Yoshikazu Hayashi arxiv

Neural networks trained by empirical risk minimization often suffer from overfitting, especially to specific samples or domains, which leads to poor generalization. Curriculum Learning (CL) addresses this issue by select…

Domain GeneralizationImage Classification

SAT: Improving Adversarial Training via Curriculum-Based Loss Smoothing

2020-03-18 · Chawin Sitawarin, Supriyo Chakraborty, David Wagner

Adversarial training (AT) has become a popular choice for training robust networks. However, it tends to sacrifice clean accuracy heavily in favor of robustness and suffers from a large generalization error. To address t…

Adversarial Robustness

Curriculum Direct Preference Optimization for Diffusion and Consistency Models

2024-05-22 · CVPR 2025 1 · Florinel-Alin Croitoru, Vlad Hondru, Radu Tudor Ionescu, Nicu Sebe 외

Direct Preference Optimization (DPO) has been proposed as an effective and efficient alternative to reinforcement learning from human feedback (RLHF). In this paper, we propose a novel and enhanced version of DPO based o…

Image GenerationText to Image GenerationText-to-Image Generation

Curriculum Temperature for Knowledge Distillation

2022-11-29 · Zheng Li, Xiang Li, Lingfeng Yang, Borui Zhao 외

Most existing distillation methods ignore the flexible role of the temperature in the loss function and fix it as a hyper-parameter that can be decided by an inefficient grid search. In general, the temperature controls …

Image ClassificationKnowledge Distillation