paper-with-me

Papers

Enhancing Consistency-Based Image Generation via Adversarialy-Trained Classification and Energy-Based Discrimination

2024-05-25 · Shelly Golan, Roy Ganz, Michael Elad

The recently introduced Consistency models pose an efficient alternative to diffusion algorithms, enabling rapid and good quality image synthesis. These methods overcome the slowness of diffusion models by directly mapping noise to data, while maintaining a (relatively) simpler training. Consistency models enable a fast one- or few-step generation, but they typically fall somewhat short in sample quality when compared to their diffusion origins. In this work we propose a novel and highly effective technique for post-processing Consistency-based generated images, enhancing their perceptual quality. Our approach utilizes a joint classifier-discriminator model, in which both portions are trained adversarially. While the classifier aims to grade an image based on its assignment to a designated class, the discriminator portion of the very same network leverages the softmax values to assess the proximity of the input image to the targeted data manifold, thereby serving as an Energy-based Model. By employing example-specific projected gradient iterations under the guidance of this joint machine, we refine synthesized images and achieve an improved FID scores on the ImageNet 64x64 dataset for both Consistency-Training and Consistency-Distillation techniques.

📄 PDF Abstract BibTeX arXiv:2405.16260

Code (1)

Shelley-Golan/Boosting-via-Joint-Model 공식 구현 pytorch

Tasks

Image Generation

Methods 이 논문이 사용한 방법론

Consistency Models 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Unsupervised Attention-guided Image to Image Translation

2018-06-06 · Youssef A. Mejjati, Christian Richardt, James Tompkin, Darren Cosker 외

Current unsupervised image-to-image translation techniques struggle to focus their attention on individual objects without altering the background or the way multiple objects interact within a scene. Motivated by the imp…

Image-to-Image TranslationTranslationUnsupervised Image-To-Image Translation

Generating Structured Adversarial Attacks Using Frank-Wolfe Method

2021-02-15 · Ehsan Kazemi, Thomas Kerdreux, Liquang Wang

White box adversarial perturbations are generated via iterative optimization algorithms most often by minimizing an adversarial loss on a $\ell_p$ neighborhood of the original image, the so-called distortion set. Constra…

Adversarial Robustness

Video Consistency Distance: Enhancing Temporal Consistency for Image-to-Video Generation via Reward-Based Fine-Tuning

2025-10-22 · Takehiro Aoshima, Yusuke Shinohara, Byeongseon Park arxiv

Reward-based fine-tuning of video diffusion models is an effective approach to improve the quality of generated videos, as it can fine-tune models without requiring real-world video datasets. However, it can sometimes be…

Video Generation

Enhancing Low Dose Computed Tomography Images Using Consistency Training Techniques

2024-11-19 · Mahmut S. Gokmen, Jie Zhang, Ge Wang, Jin Chen 외

Diffusion models have significant impact on wide range of generative tasks, especially on image inpainting and restoration. Although the improvements on aiming for decreasing number of function evaluations (NFE), the ite…

Image GenerationImage InpaintingUnconditional Image Generation

RefDrop: Controllable Consistency in Image or Video Generation via Reference Feature Guidance

2024-05-27 · Jiaojiao Fan, Haotian Xue, Qinsheng Zhang, Yongxin Chen

There is a rapidly growing interest in controlling consistency across multiple generated images using diffusion models. Among various methods, recent works have found that simply manipulating attention modules by concate…

Image GenerationVideo Generation