paper-with-me

홈 › Papers

Adaptive Edge Learning for Density-Aware Graph Generation

2026-01-30 · Seyedeh Ava Razi Razavi, James Sargant, Sheridan Houghten, Renata Dividino arxiv

Generating realistic graph-structured data is challenging due to discrete structures, variable sizes, and class-specific connectivity patterns that resist conventional generative modelling. While recent graph generation methods employ generative adversarial network (GAN) frameworks to handle permutation invariance and irregular topologies, they typically rely on random edge sampling with fixed probabilities, limiting their capacity to capture complex structural dependencies between nodes. We propose a density-aware conditional graph generation framework using Wasserstein GANs (WGAN) that replaces random sampling with a learnable distance-based edge predictor. Our approach embeds nodes into a latent space where proximity correlates with edge likelihood, enabling the generator to learn meaningful connectivity patterns. A differentiable edge predictor determines pairwise relationships directly from node embeddings, while a density-aware selection mechanism adaptively controls edge density to match class-specific sparsity distributions observed in real graphs. We train the model using a WGAN with gradient penalty, employing a GCN-based critic to ensure generated graphs exhibit realistic topology and align with target class distributions. Experiments on benchmark datasets demonstrate that our method produces graphs with superior structural coherence and class-consistent connectivity compared to existing baselines. The learned edge predictor captures complex relational patterns beyond simple heuristics, generating graphs whose density and topology closely match real structural distributions. Our results show improved training stability and controllable synthesis, making the framework effective for realistic graph generation and data augmentation. Source code is publicly available at https://github.com/ava-12/Density_Aware_WGAN.git.

📄 PDF Abstract BibTeX arXiv:2601.23052

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationGraph Generation

Similar Papers 제목 키워드 기반

GraphMAR: Geometry-Aware Graph Learning Framework for Spatially Adaptive CT Metal Artifact Reduction

2026-05-17 · Zilong Li, Chenglong Ma, Yiming Lei, Yuanlin Li 외 arxiv

Computed tomography (CT) metal artifact reduction (MAR) aims to reduce the severe streaking artifacts induced by metallic implants and other high-density objects. Effective MAR generally requires both accurate artifact l…

Graph Learning

DynaGRAG | Exploring the Topology of Information for Advancing Language Understanding and Generation in Graph Retrieval-Augmented Generation

2024-12-24 · Karishma Thakrar

Graph Retrieval-Augmented Generation (GRAG or Graph RAG) architectures aim to enhance language understanding and generation by leveraging external knowledge. However, effectively capturing and integrating the rich semant…

DiversityRAGRetrievalRetrieval-augmented Generation

Know3-RAG: A Knowledge-aware RAG Framework with Adaptive Retrieval, Generation, and Filtering

2025-05-19 · Xukai Liu, Ye Liu, Shiwen Wu, Yanghai Zhang 외

Recent advances in large language models (LLMs) have led to impressive progress in natural language generation, yet their tendency to produce hallucinated or unsubstantiated content remains a critical concern. To improve…

Knowledge GraphsRAGRetrievalRetrieval-augmented Generation+1

Unit Region Encoding: A Unified and Compact Geometry-aware Representation for Floorplan Applications

2025-01-19 · Huichao Zhang, Pengyu Wang, Manyi Li, Zuojun Li 외

We present the Unit Region Encoding of floorplans, which is a unified and compact geometry-aware encoding representation for various applications, ranging from interior space planning, floorplan metric learning to floorp…

Metric Learning

GraphSubDetector: Time Series Subsequence Anomaly Detection via Density-Aware Adaptive Graph Neural Network

2024-11-26 · Weiqi Chen, Zhiqiang Zhou, Qingsong Wen, Liang Sun

Time series subsequence anomaly detection is an important task in a large variety of real-world applications ranging from health monitoring to AIOps, and is challenging due to the following reasons: 1) how to effectively…

Anomaly DetectionGraph Neural NetworkTime Series