paper-with-me

Papers

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 high-quality variations of real-world images. Our investigation uncovers that this domain gap originates from a latents' distribution gap in different diffusion processes. To address this issue, we propose a novel inference pipeline called Real-world Image Variation by ALignment (RIVAL) that utilizes diffusion models to generate image variations from a single image exemplar. Our pipeline enhances the generation quality of image variations by aligning the image generation process to the source image's inversion chain. Specifically, we demonstrate that step-wise latent distribution alignment is essential for generating high-quality variations. To attain this, we design a cross-image self-attention injection for feature interaction and a step-wise distribution normalization to align the latent features. Incorporating these alignment processes into a diffusion model allows RIVAL to generate high-quality image variations without further parameter optimization. Our experimental results demonstrate that our proposed approach outperforms existing methods concerning semantic similarity and perceptual quality. This generalized inference pipeline can be easily applied to other diffusion-based generation tasks, such as image-conditioned text-to-image generation and stylization.

📄 PDF Abstract BibTeX arXiv:2305.18729

Code (2)

dvlab-research/rival 공식 구현 pytorch
julianjuaner/rival pytorch

Tasks

Image GenerationImage-VariationSemantic SimilaritySemantic Textual SimilarityText 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…
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Event-assisted 12-stop HDR Imaging of Dynamic Scene

2024-12-19 · Shi Guo, Zixuan Chen, Ziran Zhang, Yutian Chen 외

High dynamic range (HDR) imaging is a crucial task in computational photography, which captures details across diverse lighting conditions. Traditional HDR fusion methods face limitations in dynamic scenes with extreme e…

Diffusion Priors for Variational Likelihood Estimation and Image Denoising

2024-10-23 · Jun Cheng, Shan Tan

Real-world noise removal is crucial in low-level computer vision. Due to the remarkable generation capabilities of diffusion models, recent attention has shifted towards leveraging diffusion priors for image restoration …

DenoisingImage DenoisingImage Restoration

AlignTok: Aligning Visual Foundation Encoders to Tokenizers for Diffusion Models

2025-09-29 · Bowei Chen, Sai Bi, Hao Tan, He Zhang 외 arxiv

In this work, we propose aligning pretrained visual encoders to serve as tokenizers for latent diffusion models in image generation. Unlike training a variational autoencoder (VAE) from scratch, which primarily emphasize…

Image Generation

ChatFace: Chat-Guided Real Face Editing via Diffusion Latent Space Manipulation

2023-05-24 · Dongxu Yue, Qin Guo, Munan Ning, Jiaxi Cui 외

Editing real facial images is a crucial task in computer vision with significant demand in various real-world applications. While GAN-based methods have showed potential in manipulating images especially when combined wi…

AttributeImage Reconstruction

Aligning Diffusion Models by Optimizing Human Utility

2024-04-06 · Shufan Li, Konstantinos Kallidromitis, Akash Gokul, Yusuke Kato 외

We present Diffusion-KTO, a novel approach for aligning text-to-image diffusion models by formulating the alignment objective as the maximization of expected human utility. Since this objective applies to each generation…