paper-with-me

홈 › Papers

SwiftBrush v2: Make Your One-step Diffusion Model Better Than Its Teacher

2024-08-26 · Trung Dao, Thuan Hoang Nguyen, Thanh Le, Duc Vu, Khoi Nguyen, Cuong Pham, Anh Tran

In this paper, we aim to enhance the performance of SwiftBrush, a prominent one-step text-to-image diffusion model, to be competitive with its multi-step Stable Diffusion counterpart. Initially, we explore the quality-diversity trade-off between SwiftBrush and SD Turbo: the former excels in image diversity, while the latter excels in image quality. This observation motivates our proposed modifications in the training methodology, including better weight initialization and efficient LoRA training. Moreover, our introduction of a novel clamped CLIP loss enhances image-text alignment and results in improved image quality. Remarkably, by combining the weights of models trained with efficient LoRA and full training, we achieve a new state-of-the-art one-step diffusion model, achieving an FID of 8.14 and surpassing all GAN-based and multi-step Stable Diffusion models. The project page is available at https://swiftbrushv2.github.io.

📄 PDF Abstract BibTeX arXiv:2408.14176

Code (1)

vinairesearch/swiftbrushv2 공식 구현 pytorch

Tasks

Diversity

Methods 이 논문이 사용한 방법론

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…
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

SwiftBrush: One-Step Text-to-Image Diffusion Model with Variational Score Distillation

2023-12-08 · CVPR 2024 1 · Thuan Hoang Nguyen, Anh Tran

Despite their ability to generate high-resolution and diverse images from text prompts, text-to-image diffusion models often suffer from slow iterative sampling processes. Model distillation is one of the most effective …

Text to 3D

SNOOPI: Supercharged One-step Diffusion Distillation with Proper Guidance

2024-12-03 · Viet Nguyen, Anh Nguyen, Trung Dao, Khoi Nguyen 외

Recent approaches have yielded promising results in distilling multi-step text-to-image diffusion models into one-step ones. The state-of-the-art efficient distillation technique, i.e., SwiftBrushv2 (SBv2), even surpasse…

Image Generation

One-Way Ticket: Time-Independent Unified Encoder for Distilling Text-to-Image Diffusion Models

2025-01-01 · CVPR 2025 1 · Senmao Li, Lei Wang, Kai Wang, Tao Liu 외

Text-to-Image (T2I) diffusion models have made remarkable advancements in generative modeling; however, they face a trade-off between inference speed and image quality, posing challenges for efficient deployment. Exi…

Computational EfficiencyDiversityImage Generation

Make-Your-Anchor: A Diffusion-based 2D Avatar Generation Framework

2024-03-25 · CVPR 2024 1 · Ziyao Huang, Fan Tang, Yong Zhang, Xiaodong Cun 외

Despite the remarkable process of talking-head-based avatar-creating solutions, directly generating anchor-style videos with full-body motions remains challenging. In this study, we propose Make-Your-Anchor, a novel syst…

Denoising

Light Up Your Face: A Physically Consistent Dataset and Diffusion Model for Face Fill-Light Enhancement

2026-02-04 · Jue Gong, Zihan Zhou, Jingkai Wang, Xiaohong Liu 외 arxiv

Face fill-light enhancement (FFE) brightens underexposed faces by adding virtual fill light while keeping the original scene illumination and background unchanged. Most face relighting methods aim to reshape overall ligh…