paper-with-me

Papers

Graph Representation Learning with Diffusion Generative Models

2025-01-22 · Daniel Wesego

Diffusion models have established themselves as state-of-the-art generative models across various data modalities, including images and videos, due to their ability to accurately approximate complex data distributions. Unlike traditional generative approaches such as VAEs and GANs, diffusion models employ a progressive denoising process that transforms noise into meaningful data over multiple iterative steps. This gradual approach enhances their expressiveness and generation quality. Not only that, diffusion models have also been shown to extract meaningful representations from data while learning to generate samples. Despite their success, the application of diffusion models to graph-structured data remains relatively unexplored, primarily due to the discrete nature of graphs, which necessitates discrete diffusion processes distinct from the continuous methods used in other domains. In this work, we leverage the representational capabilities of diffusion models to learn meaningful embeddings for graph data. By training a discrete diffusion model within an autoencoder framework, we enable both effective autoencoding and representation learning tailored to the unique characteristics of graph-structured data. We only need the encoder at the end to extract representations. Our approach demonstrates the potential of discrete diffusion models to be used for graph representation learning.

📄 PDF Abstract BibTeX arXiv:2501.13133

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingGraph Representation LearningRepresentation Learning

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

SBGD: Improving Graph Diffusion Generative Model via Stochastic Block Diffusion

2025-08-20 · Junwei Su, Shan Wu arxiv

Graph diffusion generative models (GDGMs) have emerged as powerful tools for generating high-quality graphs. However, their broader adoption faces challenges in \emph{scalability and size generalization}. GDGMs struggle …

Graph Generation

DiffusionCom: Structure-Aware Multimodal Diffusion Model for Multimodal Knowledge Graph Completion

2025-04-09 · Wei Huang, Meiyu Liang, Peining Li, Xu Hou 외

Most current MKGC approaches are predominantly based on discriminative models that maximize conditional likelihood. These approaches struggle to efficiently capture the complex connections in real-world knowledge graphs,…

Graph AttentionKnowledge Graph CompletionKnowledge GraphsRepresentation Learning+1

Generative Diffusion Models on Graphs: Methods and Applications

2023-02-06 · Chengyi Liu, Wenqi Fan, Yunqing Liu, Jiatong Li 외

Diffusion models, as a novel generative paradigm, have achieved remarkable success in various image generation tasks such as image inpainting, image-to-text translation, and video generation. Graph generation is a crucia…

DenoisingGraph GenerationImage GenerationImage Inpainting+2

Using Spatial Diffusions for Optoacoustic Tomography Image Reconstruction

2024-11-08 · Martin G. Gonzalez, Matias Vera, Leonardo Rey Vega

Optoacoustic tomography image reconstruction has been a problem of interest in recent years. By exploiting the exceptional generative power of the recently proposed diffusion models we consider a scheme which is based on…

Image ReconstructionSSIM

Generator-based Graph Generation via Heat Diffusion

2026-02-03 · Anthony Stephenson, Ian Gallagher, Christopher Nemeth arxiv

Graph generative modelling has become an essential task due to the wide range of applications in chemistry, biology, social networks, and knowledge representation. In this work, we propose a novel framework for generatin…

Graph Generation