paper-with-me

Papers

Memory Efficient Diffusion Probabilistic Models via Patch-based Generation

2023-04-14 · Shinei Arakawa, Hideki Tsunashima, Daichi Horita, Keitaro Tanaka, Shigeo Morishima

Diffusion probabilistic models have been successful in generating high-quality and diverse images. However, traditional models, whose input and output are high-resolution images, suffer from excessive memory requirements, making them less practical for edge devices. Previous approaches for generative adversarial networks proposed a patch-based method that uses positional encoding and global content information. Nevertheless, designing a patch-based approach for diffusion probabilistic models is non-trivial. In this paper, we resent a diffusion probabilistic model that generates images on a patch-by-patch basis. We propose two conditioning methods for a patch-based generation. First, we propose position-wise conditioning using one-hot representation to ensure patches are in proper positions. Second, we propose Global Content Conditioning (GCC) to ensure patches have coherent content when concatenated together. We evaluate our model qualitatively and quantitatively on CelebA and LSUN bedroom datasets and demonstrate a moderate trade-off between maximum memory consumption and generated image quality. Specifically, when an entire image is divided into 2 x 2 patches, our proposed approach can reduce the maximum memory consumption by half while maintaining comparable image quality.

📄 PDF Abstract BibTeX arXiv:2304.07087

Code (1)

ShineiArakawa/patch-based-ddpm 공식 구현 pytorch

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

Patch-PODiff-ViT: Structured Latent Diffusion with Patchwise POD for Super-Resolution and Uncertainty Quantification

2026-06-30 · Onkar Jadhav, Tim French, Matthew Rayson, Nicole L. Jones arxiv

Diffusion models enable probabilistic super-resolution and conditional generation, but pixel-space methods are computationally expensive and learned latent spaces often lack interpretable uncertainty quantification. We i…

Patch-Based Denoising Diffusion Probabilistic Model for Sparse-View CT Reconstruction

2022-11-18 · Wenjun Xia, Wenxiang Cong, Ge Wang

Sparse-view computed tomography (CT) can be used to reduce radiation dose greatly but is suffers from severe image artifacts. Recently, the deep learning based method for sparse-view CT reconstruction has attracted a maj…

Computed Tomography (CT)CT ReconstructionDeep LearningDenoising

Memory-Efficient 3D Denoising Diffusion Models for Medical Image Processing

2023-03-27 · Florentin Bieder, Julia Wolleb, Alicia Durrer, Robin Sandkühler 외

Denoising diffusion models have recently achieved state-of-the-art performance in many image-generation tasks. They do, however, require a large amount of computational resources. This limits their application to medical…

DenoisingImage GenerationTumor Segmentation

Memory-Efficient Fine-Tuning Diffusion Transformers via Dynamic Patch Sampling and Block Skipping

2026-03-21 · Sunghyun Park, Jeongho Kim, Hyoungwoo Park, Debasmit Das 외 arxiv

Diffusion Transformers (DiTs) have significantly enhanced text-to-image (T2I) generation quality, enabling high-quality personalized content creation. However, fine-tuning these models requires substantial computational …

LT3SD: Latent Trees for 3D Scene Diffusion

2024-09-12 · CVPR 2025 1 · Quan Meng, Lei LI, Matthias Nießner, Angela Dai

We present LT3SD, a novel latent diffusion model for large-scale 3D scene generation. Recent advances in diffusion models have shown impressive results in 3D object generation, but are limited in spatial extent and quali…

Scene Generation