paper-with-me

홈 › Papers

LGDC: Latent Graph Diffusion via Spectrum-Preserving Coarsening

2025-12-01 · Nagham Osman, Keyue Jiang, Davide Buffelli, Xiaowen Dong, Laura Toni arxiv

Graph generation is a critical task across scientific domains. Existing methods fall broadly into two categories: autoregressive models, which iteratively expand graphs, and one-shot models, such as diffusion, which generate the full graph at once. In this work, we provide an analysis of these two paradigms and reveal a key trade-off: autoregressive models stand out in capturing fine-grained local structures, such as degree and clustering properties, whereas one-shot models excel at modeling global patterns, such as spectral distributions. Building on this, we propose LGDC (latent graph diffusion via spectrum-preserving coarsening), a hybrid framework that combines strengths of both approaches. LGDC employs a spectrum-preserving coarsening-decoarsening to bidirectionally map between graphs and a latent space, where diffusion efficiently generates latent graphs before expansion restores detail. This design captures both local and global properties with improved efficiency. Empirically, LGDC matches autoregressive models on locally structured datasets (Tree) and diffusion models on globally structured ones (Planar, Community-20), validating the benefits of hybrid generation.

📄 PDF Abstract BibTeX arXiv:2512.01190

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Generation

Similar Papers 제목 키워드 기반

FSP-Diff: Full-Spectrum Prior-Enhanced DualDomain Latent Diffusion for Ultra-Low-Dose Spectral CT Reconstruction

2026-02-08 · Peng Peng, Xinrui Zhang, Junlin Wang, Lei Li 외 arxiv

Spectral computed tomography (CT) with photon-counting detectors holds immense potential for material discrimination and tissue characterization. However, under ultra-low-dose conditions, the sharply degraded signal-to-n…

Computational Efficiency

Spectrum Matching: a Unified Perspective for Superior Diffusability in Latent Diffusion

2026-03-15 · Mang Ning, Mingxiao Li, Le Zhang, Lanmiao Liu 외 arxiv

In this paper, we study the diffusability (learnability) of variational autoencoders (VAE) in latent diffusion. First, we show that pixel-space diffusion trained with an MSE objective is inherently biased toward learning…

Semantic correspondence

Latent Swap Joint Diffusion for 2D Long-Form Latent Generation

2025-02-07 · Yusheng Dai, Chenxi Wang, Chang Li, Chen Wang 외

This paper introduces Swap Forward (SaFa), a modality-agnostic and efficient method to generate seamless and coherence long spectrum and panorama through latent swap joint diffusion across multi-views. We first investiga…

Audio GenerationDenoisingForm

Delving into Latent Spectral Biasing of Video VAEs for Superior Diffusability

2025-12-05 · Shizhan Liu, Xinran Deng, Zhuoyi Yang, Jiayan Teng 외 arxiv

Latent diffusion models pair VAEs with diffusion backbones, and the structure of VAE latents strongly influences the difficulty of diffusion training. However, existing video VAEs typically focus on reconstruction fideli…

Text-to-Video Generation

TSGDiff: Rethinking Synthetic Time Series Generation from a Pure Graph Perspective

2025-11-15 · Lifeng Shen, Xuyang Li, Lele Long arxiv

Diffusion models have shown great promise in data generation, yet generating time series data remains challenging due to the need to capture complex temporal dependencies and structural patterns. In this paper, we presen…

Graph Neural Network