paper-with-me

Papers

DreamSampler: Unifying Diffusion Sampling and Score Distillation for Image Manipulation

2024-03-18 · Jeongsol Kim, Geon Yeong Park, Jong Chul Ye

Reverse sampling and score-distillation have emerged as main workhorses in recent years for image manipulation using latent diffusion models (LDMs). While reverse diffusion sampling often requires adjustments of LDM architecture or feature engineering, score distillation offers a simple yet powerful model-agnostic approach, but it is often prone to mode-collapsing. To address these limitations and leverage the strengths of both approaches, here we introduce a novel framework called {\em DreamSampler}, which seamlessly integrates these two distinct approaches through the lens of regularized latent optimization. Similar to score-distillation, DreamSampler is a model-agnostic approach applicable to any LDM architecture, but it allows both distillation and reverse sampling with additional guidance for image editing and reconstruction. Through experiments involving image editing, SVG reconstruction and etc, we demonstrate the competitive performance of DreamSampler compared to existing approaches, while providing new applications. Code: https://github.com/DreamSampler/dream-sampler

📄 PDF Abstract BibTeX arXiv:2403.11415

Code (3)

dreamsampler/dream-sampler 공식 구현 pytorch
kaist-cvml-lab/DreamCatalyst pytorch
kaist-cvml/dreamcatalyst pytorch

Tasks

Feature EngineeringImage Manipulation

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

Score Distillation of Flow Matching Models

2025-09-29 · Mingyuan Zhou, Yi Gu, Huangjie Zheng, Liangchen Song 외 arxiv

Diffusion models achieve high-quality image generation but are limited by slow iterative sampling. Distillation methods alleviate this by enabling one- or few-step generation. Flow matching, originally introduced as a di…

Image Generation

Rethinking Score Distilling Sampling for 3D Editing and Generation

2025-05-03 · Xingyu Miao, Haoran Duan, Yang Long, Jungong Han

Score Distillation Sampling (SDS) has emerged as a prominent method for text-to-3D generation by leveraging the strengths of 2D diffusion models. However, SDS is limited to generation tasks and lacks the capability to ed…

3D GenerationText to 3D

Delta Rectified Flow Sampling for Text-to-Image Editing

2025-09-01 · Gaspard Beaudouin, Minghan Li, Jaeyeon Kim, Sung-Hoon Yoon 외 arxiv

We propose Delta Rectified Flow Sampling (DRFS), a novel inversion-free, path-aware editing framework within rectified flow models for text-to-image editing. DRFS is a distillation-based method that explicitly models the…

Image Editing

Inference-Time Diffusion Model Distillation

2024-12-12 · Geon Yeong Park, Sang Wan Lee, Jong Chul Ye

Diffusion distillation models effectively accelerate reverse sampling by compressing the process into fewer steps. However, these models still exhibit a performance gap compared to their pre-trained diffusion model count…

Denoisingmodel

Mean-Shift Distillation for Diffusion Mode Seeking

2025-02-21 · Vikas Thamizharasan, Nikitas Chatzis, Iliyan Georgiev, Matthew Fisher 외

We present mean-shift distillation, a novel diffusion distillation technique that provides a provably good proxy for the gradient of the diffusion output distribution. This is derived directly from mean-shift mode seekin…

Text to 3D