paper-with-me

Papers

T-Stitch: Accelerating Sampling in Pre-Trained Diffusion Models with Trajectory Stitching

2024-02-21 · Zizheng Pan, Bohan Zhuang, De-An Huang, Weili Nie, Zhiding Yu, Chaowei Xiao, Jianfei Cai, Anima Anandkumar

Sampling from diffusion probabilistic models (DPMs) is often expensive for high-quality image generation and typically requires many steps with a large model. In this paper, we introduce sampling Trajectory Stitching T-Stitch, a simple yet efficient technique to improve the sampling efficiency with little or no generation degradation. Instead of solely using a large DPM for the entire sampling trajectory, T-Stitch first leverages a smaller DPM in the initial steps as a cheap drop-in replacement of the larger DPM and switches to the larger DPM at a later stage. Our key insight is that different diffusion models learn similar encodings under the same training data distribution and smaller models are capable of generating good global structures in the early steps. Extensive experiments demonstrate that T-Stitch is training-free, generally applicable for different architectures, and complements most existing fast sampling techniques with flexible speed and quality trade-offs. On DiT-XL, for example, 40% of the early timesteps can be safely replaced with a 10x faster DiT-S without performance drop on class-conditional ImageNet generation. We further show that our method can also be used as a drop-in technique to not only accelerate the popular pretrained stable diffusion (SD) models but also improve the prompt alignment of stylized SD models from the public model zoo. Code is released at https://github.com/NVlabs/T-Stitch

📄 PDF Abstract BibTeX arXiv:2402.14167

Code (1)

nvlabs/t-stitch 공식 구현 pytorch

Tasks

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…
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Generative View Stitching

2025-10-28 · Chonghyuk Song, Michal Stary, Boyuan Chen, George Kopanas 외 arxiv

Autoregressive video diffusion models are capable of long rollouts that are stable and consistent with history, but they are unable to guide the current generation with conditioning from the future. In camera-guided vide…

Video Generation

DiffStitch: Boosting Offline Reinforcement Learning with Diffusion-based Trajectory Stitching

2024-02-04 · Guanghe Li, Yixiang Shan, Zhengbang Zhu, Ting Long 외

In offline reinforcement learning (RL), the performance of the learned policy highly depends on the quality of offline datasets. However, in many cases, the offline dataset contains very limited optimal trajectories, whi…

D4RLData AugmentationImitation LearningOffline RL+2

STITCH-OPE: Trajectory Stitching with Guided Diffusion for Off-Policy Evaluation

2025-05-27 · Hossein Goli, Michael Gimelfarb, Nathan Samuel de Lara, Haruki Nishimura 외

Off-policy evaluation (OPE) estimates the performance of a target policy using offline data collected from a behavior policy, and is crucial in domains such as robotics or healthcare where direct interaction with the env…

D4RLDenoisingOff-policy evaluationOpenAI Gym

Generative Trajectory Stitching through Diffusion Composition

2025-03-07 · Yunhao Luo, Utkarsh A. Mishra, Yilun Du, Danfei Xu

Effective trajectory stitching for long-horizon planning is a significant challenge in robotic decision-making. While diffusion models have shown promise in planning, they are limited to solving tasks similar to those se…

Decision Making

Test-Time Scaling with Diffusion Language Models via Reward-Guided Stitching

2026-02-26 · Roy Miles, Aysim Toker, Andreea-Maria Oncescu, Songcen Xu 외 arxiv

Reasoning with large language models often benefits from generating multiple chains-of-thought, but existing aggregation strategies are typically trajectory-level (e.g., selecting the best trace or voting on the final an…