paper-with-me

Papers

DogLayout: Denoising Diffusion GAN for Discrete and Continuous Layout Generation

2024-11-30 · Zhaoxing Gan, Guangnan Ye

Layout Generation aims to synthesize plausible arrangements from given elements. Currently, the predominant methods in layout generation are Generative Adversarial Networks (GANs) and diffusion models, each presenting its own set of challenges. GANs typically struggle with handling discrete data due to their requirement for differentiable generated samples and have historically circumvented the direct generation of discrete labels by treating them as fixed conditions. Conversely, diffusion-based models, despite achieving state-of-the-art performance across several metrics, require extensive sampling steps which lead to significant time costs. To address these limitations, we propose \textbf{DogLayout} (\textbf{D}en\textbf{o}ising Diffusion \textbf{G}AN \textbf{Layout} model), which integrates a diffusion process into GANs to enable the generation of discrete label data and significantly reduce diffusion's sampling time. Experiments demonstrate that DogLayout considerably reduces sampling costs by up to 175 times and cuts overlap from 16.43 to 9.59 compared to existing diffusion models, while also surpassing GAN based and other layout methods. Code is available at https://github.com/deadsmither5/DogLayout.

📄 PDF Abstract BibTeX arXiv:2412.00381

Code (1)

deadsmither5/DogLayout 공식 구현 pytorch

Tasks

DenoisingLayout Generation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
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 제목 키워드 기반

Interleaved Gibbs Diffusion for Constrained Generation

2025-02-19 · Gautham Govind Anil, Sachin Yadav, Dheeraj Nagaraj, Karthikeyan Shanmugam 외

We introduce Interleaved Gibbs Diffusion (IGD), a novel generative modeling framework for mixed continuous-discrete data, focusing on constrained generation problems. Prior works on discrete and continuous-discrete diffu…

Denoising

DLT: Conditioned layout generation with Joint Discrete-Continuous Diffusion Layout Transformer

2023-03-07 · ICCV 2023 1 · Elad Levi, Eli Brosh, Mykola Mykhailych, Meir Perez

Generating visual layouts is an essential ingredient of graphic design. The ability to condition layout generation on a partial subset of component attributes is critical to real-world applications that involve user inte…

Layout Generation

LayoutDiffusion: Improving Graphic Layout Generation by Discrete Diffusion Probabilistic Models

2023-03-21 · ICCV 2023 1 · Junyi Zhang, Jiaqi Guo, Shizhao Sun, Jian-Guang Lou 외

Creating graphic layouts is a fundamental step in graphic designs. In this work, we present a novel generative model named LayoutDiffusion for automatic layout generation. As layout is typically represented as a sequence…

Layout DesignLayout Generation

Mixed Diffusion for 3D Indoor Scene Synthesis

2024-05-31 · Siyi Hu, Diego Martin Arroyo, Stephanie Debats, Fabian Manhardt 외

Generating realistic 3D scenes is an area of growing interest in computer vision and robotics. However, creating high-quality, diverse synthetic 3D content often requires expert intervention, making it costly and complex…

DenoisingIndoor Scene Synthesis

Deterministic Discrete Denoising

2025-09-25 · Hideyuki Suzuki, Wataru Kurebayashi, Hiroshi Yamashita arxiv

We propose a deterministic denoising algorithm for discrete-state diffusion models. The key idea is to derandomize the generative reverse Markov chain by introducing a variant of the herding algorithm, which induces dete…

Image Generation