paper-with-me

Papers

GreenStableYolo: Optimizing Inference Time and Image Quality of Text-to-Image Generation

2024-07-20 · Jingzhi Gong, Sisi Li, Giordano d'Aloisio, Zishuo Ding, Yulong Ye, William B. Langdon, Federica Sarro

Tuning the parameters and prompts for improving AI-based text-to-image generation has remained a substantial yet unaddressed challenge. Hence we introduce GreenStableYolo, which improves the parameters and prompts for Stable Diffusion to both reduce GPU inference time and increase image generation quality using NSGA-II and Yolo. Our experiments show that despite a relatively slight trade-off (18%) in image quality compared to StableYolo (which only considers image quality), GreenStableYolo achieves a substantial reduction in inference time (266% less) and a 526% higher hypervolume, thereby advancing the state-of-the-art for text-to-image generation.

📄 PDF Abstract BibTeX arXiv:2407.14982

Code (1)

gjz78910/greenstableyolo 공식 구현 pytorch

Tasks

GPUImage GenerationText to Image GenerationText-to-Image Generation

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…

Similar Papers 제목 키워드 기반

Optimize Your Sampling: Tuned Diffusion Sampling with Bayesian Optimization

2026-08-18 · Travis Zhang, Christian Belardi, Justin Lovelace, Jin Peng Zhou 외 arxiv

Sampling from a diffusion model typically requires many forward passes through a large neural network, making generation computationally expensive. While much work has focused on efficient solvers and samplers, comparati…

Text-to-Image Generation

Training-Free Debiasing of Diffusion Models via CLIP-Guided Denoising Optimization

2026-07-01 · Dain Kim, Jinseo Kim, Sungyong Baik arxiv

Text-to-image diffusion models achieve impressive visual quality, yet demographic bias remains a challenge, as neutral prompts consistently produce stereotypical representations across gender and race. Existing approache…

Neural Lumigraph Rendering

2021-03-22 · CVPR 2021 1 · Petr Kellnhofer, Lars Jebe, Andrew Jones, Ryan Spicer 외

Novel view synthesis is a challenging and ill-posed inverse rendering problem. Neural rendering techniques have recently achieved photorealistic image quality for this task. State-of-the-art (SOTA) neural volume renderin…

Inverse RenderingNeural RenderingNovel View Synthesis

Optimizing Diversity and Quality through Base-Aligned Model Collaboration

2025-11-07 · Yichen Wang, Chenghao Yang, Tenghao Huang, Muhao Chen 외 arxiv

Alignment has greatly improved large language models (LLMs)' output quality at the cost of diversity, yielding highly similar outputs across generations, especially in open-ended generation tasks. We propose Base-Aligned…

Selective Guidance: Are All the Denoising Steps of Guided Diffusion Important?

2023-05-16 · Pareesa Ameneh Golnari, Zhewei Yao, Yuxiong He

This study examines the impact of optimizing the Stable Diffusion (SD) guided inference pipeline. We propose optimizing certain denoising steps by limiting the noise computation to conditional noise and eliminating uncon…

AllDenoising