paper-with-me

Papers

Prompt-Free Diffusion: Taking "Text" out of Text-to-Image Diffusion Models

2023-05-25 · CVPR 2024 1 · Xingqian Xu, Jiayi Guo, Zhangyang Wang, Gao Huang, Irfan Essa, Humphrey Shi

Text-to-image (T2I) research has grown explosively in the past year, owing to the large-scale pre-trained diffusion models and many emerging personalization and editing approaches. Yet, one pain point persists: the text prompt engineering, and searching high-quality text prompts for customized results is more art than science. Moreover, as commonly argued: "an image is worth a thousand words" - the attempt to describe a desired image with texts often ends up being ambiguous and cannot comprehensively cover delicate visual details, hence necessitating more additional controls from the visual domain. In this paper, we take a bold step forward: taking "Text" out of a pre-trained T2I diffusion model, to reduce the burdensome prompt engineering efforts for users. Our proposed framework, Prompt-Free Diffusion, relies on only visual inputs to generate new images: it takes a reference image as "context", an optional image structural conditioning, and an initial noise, with absolutely no text prompt. The core architecture behind the scene is Semantic Context Encoder (SeeCoder), substituting the commonly used CLIP-based or LLM-based text encoder. The reusability of SeeCoder also makes it a convenient drop-in component: one can also pre-train a SeeCoder in one T2I model and reuse it for another. Through extensive experiments, Prompt-Free Diffusion is experimentally found to (i) outperform prior exemplar-based image synthesis approaches; (ii) perform on par with state-of-the-art T2I models using prompts following the best practice; and (iii) be naturally extensible to other downstream applications such as anime figure generation and virtual try-on, with promising quality. Our code and models are open-sourced at https://github.com/SHI-Labs/Prompt-Free-Diffusion.

📄 PDF Abstract BibTeX arXiv:2305.16223

Code (1)

shi-labs/prompt-free-diffusion 공식 구현 pytorch

Tasks

Conditional Text-to-Image SynthesisImage GenerationImage-VariationPrompt EngineeringVirtual Try-on

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 제목 키워드 기반

PEO: Training-Free Aesthetic Quality Enhancement in Pre-Trained Text-to-Image Diffusion Models with Prompt Embedding Optimization

2025-10-02 · Hovhannes Margaryan, Bo Wan, Tinne Tuytelaars arxiv

This paper introduces a novel approach to aesthetic quality improvement in pre-trained text-to-image diffusion models when given a simple prompt. Our method, dubbed Prompt Embedding Optimization (PEO), leverages a pre-tr…

Training-free Regional Prompting for Diffusion Transformers

2024-11-04 · Anthony Chen, Jianjin Xu, Wenzhao Zheng, Gaole Dai 외

Diffusion models have demonstrated excellent capabilities in text-to-image generation. Their semantic understanding (i.e., prompt following) ability has also been greatly improved with large language models (e.g., T5, Ll…

Image GenerationText to Image GenerationText-to-Image Generation

FreeStyle: Free Lunch for Text-guided Style Transfer using Diffusion Models

2024-01-28 · Feihong He, Gang Li, Fuhui Sun, Mengyuan Zhang 외

The rapid development of generative diffusion models has significantly advanced the field of style transfer. However, most current style transfer methods based on diffusion models typically involve a slow iterative optim…

DecoderStyle Transfer

Unlearning the Unpromptable: Prompt-free Instance Unlearning in Diffusion Models

2026-03-11 · Kyungryeol Lee, Kyeonghyun Lee, Seongmin Hong, Byung Hyun Lee 외 arxiv

Machine unlearning aims to remove specific outputs from trained models, often at the concept level, such as forgetting all occurrences of a particular celebrity or filtering content via text prompts. However, many undesi…

Image Editing

MagDiff: Multi-Alignment Diffusion for High-Fidelity Video Generation and Editing

2023-11-29 · Haoyu Zhao, Tianyi Lu, Jiaxi Gu, Xing Zhang 외

The diffusion model is widely leveraged for either video generation or video editing. As each field has its task-specific problems, it is difficult to merely develop a single diffusion for completing both tasks simultane…

DenoisingImage to Video GenerationVideo EditingVideo Generation