paper-with-me

홈 › Papers

Improving Diffusion Model Efficiency Through Patching

2022-07-09 · Troy Luhman, Eric Luhman

Diffusion models are a powerful class of generative models that iteratively denoise samples to produce data. While many works have focused on the number of iterations in this sampling procedure, few have focused on the cost of each iteration. We find that adding a simple ViT-style patching transformation can considerably reduce a diffusion model's sampling time and memory usage. We justify our approach both through an analysis of the diffusion model objective, and through empirical experiments on LSUN Church, ImageNet 256, and FFHQ 1024. We provide implementations in Tensorflow and Pytorch.

📄 PDF Abstract BibTeX arXiv:2207.04316

Code (3)

ericl122333/patchdiffusion-pytorch 공식 구현 pytorch
ericl122333/patchdiffusion-tf 공식 구현 tf
deepxuan/dn-dp pytorch

Tasks

model

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

A Deep Value-network Based Approach for Multi-Driver Order Dispatching

2021-06-08 · Xiaocheng Tang, Zhiwei Qin, Fan Zhang, Zhaodong Wang 외

Recent works on ride-sharing order dispatching have highlighted the importance of taking into account both the spatial and temporal dynamics in the dispatching process for improving the transportation system efficiency. …

Deep Reinforcement Learningreinforcement-learningReinforcement Learning (RL)Transfer Learning

PatchPilot: A Cost-Efficient Software Engineering Agent with Early Attempts on Formal Verification

2025-02-04 · Hongwei Li, Yuheng Tang, Shiqi Wang, Wenbo Guo

Recent research builds various patching agents that combine large language models (LLMs) with non-ML tools and achieve promising results on the state-of-the-art (SOTA) software patching benchmark, SWE-bench. Based on how…

Guidance for Low-Level Perceptual Editing in Unconditional Diffusion Models

2026-05-29 · Shreyansh Modi, Akshat Tomar, Aarush Aggarwal arxiv

Unconditional diffusion models offer powerful generative priors, yet steering them toward aesthetically enhanced outputs remains largely unexplored. We show that h-space patching, the dominant paradigm for training-free …

RelP: Faithful and Efficient Circuit Discovery in Language Models via Relevance Patching

2025-08-28 · Farnoush Rezaei Jafari, Oliver Eberle, Ashkan Khakzar, Neel Nanda arxiv

Activation patching is a standard method in mechanistic interpretability for localizing the components of a model responsible for specific behaviors, but it is computationally expensive to apply at scale. Attribution pat…

Computational Efficiency

Diffusion Model Patching via Mixture-of-Prompts

2024-05-28 · Seokil Ham, Sangmin Woo, Jin-Young Kim, Hyojun Go 외

We present Diffusion Model Patching (DMP), a simple method to boost the performance of pre-trained diffusion models that have already reached convergence, with a negligible increase in parameters. DMP inserts a small, le…

Denoisingmodel