paper-with-me

Papers

Versatile Diffusion: Text, Images and Variations All in One Diffusion Model

2022-11-15 · ICCV 2023 1 · Xingqian Xu, Zhangyang Wang, Eric Zhang, Kai Wang, Humphrey Shi

Recent advances in diffusion models have set an impressive milestone in many generation tasks, and trending works such as DALL-E2, Imagen, and Stable Diffusion have attracted great interest. Despite the rapid landscape changes, recent new approaches focus on extensions and performance rather than capacity, thus requiring separate models for separate tasks. In this work, we expand the existing single-flow diffusion pipeline into a multi-task multimodal network, dubbed Versatile Diffusion (VD), that handles multiple flows of text-to-image, image-to-text, and variations in one unified model. The pipeline design of VD instantiates a unified multi-flow diffusion framework, consisting of sharable and swappable layer modules that enable the crossmodal generality beyond images and text. Through extensive experiments, we demonstrate that VD successfully achieves the following: a) VD outperforms the baseline approaches and handles all its base tasks with competitive quality; b) VD enables novel extensions such as disentanglement of style and semantics, dual- and multi-context blending, etc.; c) The success of our multi-flow multimodal framework over images and text may inspire further diffusion-based universal AI research. Our code and models are open-sourced at https://github.com/SHI-Labs/Versatile-Diffusion.

📄 PDF Abstract BibTeX arXiv:2211.08332

Code (3)

shi-labs/versatile-diffusion 공식 구현 pytorch
PaddlePaddle/PaddleNLP paddle
huggingface/diffusers jax

Tasks

AllDisentanglementImage CaptioningImage GenerationImage ManipulationImage to textImage-VariationText-based Image Editingtext-guided-image-editingText-to-Image GenerationText-Variation

Methods 이 논문이 사용한 방법론

BASE 설명 없음
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 제목 키워드 기반

PICD: Versatile Perceptual Image Compression with Diffusion Rendering

2025-05-09 · CVPR 2025 1 · Tongda Xu, Jiahao Li, Bin Li, Yan Wang 외

Recently, perceptual image compression has achieved significant advancements, delivering high visual quality at low bitrates for natural images. However, for screen content, existing methods often produce noticeable arti…

Image Compression

Real-World Image Variation by Aligning Diffusion Inversion Chain

2023-05-30 · NeurIPS 2023 11 · Yuechen Zhang, Jinbo Xing, Eric Lo, Jiaya Jia

Recent diffusion model advancements have enabled high-fidelity images to be generated using text prompts. However, a domain gap exists between generated images and real-world images, which poses a challenge in generating…

Image GenerationImage-VariationSemantic SimilaritySemantic Textual Similarity+2

Conditional Diffusion on Web-Scale Image Pairs leads to Diverse Image Variations

2024-05-23 · Manoj Kumar, Neil Houlsby, Emiel Hoogeboom

Generating image variations, where a model produces variations of an input image while preserving the semantic context has gained increasing attention. Current image variation techniques involve adapting a text-to-image …

Image GenerationImage-Variation

HiFi Tuner: High-Fidelity Subject-Driven Fine-Tuning for Diffusion Models

2023-11-30 · Zhonghao Wang, Wei Wei, Yang Zhao, Zhisheng Xiao 외

This paper explores advancements in high-fidelity personalized image generation through the utilization of pre-trained text-to-image diffusion models. While previous approaches have made significant strides in generating…

DenoisingImage Generationparameter-efficient fine-tuningPersonalized Image Generation

DiGA3D: Coarse-to-Fine Diffusional Propagation of Geometry and Appearance for Versatile 3D Inpainting

2025-07-01 · Jingyi Pan, Dan Xu, Qiong Luo arxiv

Developing a unified pipeline that enables users to remove, re-texture, or replace objects in a versatile manner is crucial for text-guided 3D inpainting. However, there are still challenges in performing multiple 3D inp…