paper-with-me

Papers

NetDiff: Deep Graph Denoising Diffusion for Ad Hoc Network Topology Generation

2024-10-09 · Félix Marcoccia, Cédric Adjih, Paul Mühlethaler

This work introduces NetDiff, an expressive graph denoising diffusion probabilistic architecture that generates wireless ad hoc network link topologies. Such networks, with directional antennas, can achieve unmatched performance when the communication links are designed to provide good geometric properties, notably by reducing interference between these links while respecting diverse physical constraints. How to craft such a link assignment algorithm is yet a real problem. Deep graph generation offers multiple advantages compared to traditional approaches: it allows to relieve the network nodes of the communication burden caused by the search of viable links and to avoid resorting to heavy combinatorial methods to find a good link topology. Denoising diffusion also provides a built-in method to update the network over time. Given that graph neural networks sometimes tend to struggle with global, structural properties, we augment the popular graph transformer with cross-attentive modulation tokens in order to improve global control over the predicted topology. We also incorporate simple node and edge features, as well as additional loss terms, to facilitate the compliance with the network topology physical constraints. A network evolution algorithm based on partial diffusion is also proposed to maintain a stable network topology over time when the nodes move. Our results show that the generated links are realistic, present structural properties similar to the dataset graphs', and require only minor corrections and verification steps to be operational.

📄 PDF Abstract BibTeX arXiv:2410.08238

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingGraph Generation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Adam 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

NetDiffus: Network Traffic Generation by Diffusion Models through Time-Series Imaging

2023-09-23 · Nirhoshan Sivaroopan, Dumindu Bandara, Chamara Madarasingha, Guilluame Jourjon 외

Network data analytics are now at the core of almost every networking solution. Nonetheless, limited access to networking data has been an enduring challenge due to many reasons including complexity of modern networks, c…

Anomaly DetectionTime SeriesTraffic Classification

BrainNetDiff: Generative AI Empowers Brain Network Generation via Multimodal Diffusion Model

2023-11-09 · Yongcheng Zong, Shuqiang Wang

Brain network analysis has emerged as pivotal method for gaining a deeper understanding of brain functions and disease mechanisms. Despite the existence of various network construction approaches, shortcomings persist in…

CyNetDiff -- A Python Library for Accelerated Implementation of Network Diffusion Models

2024-04-25 · Eliot W. Robson, Dhemath Reddy, Abhishek K. Umrawal

In recent years, there has been increasing interest in network diffusion models and related problems. The most popular of these are the independent cascade and linear threshold models. Much of the recent experimental wor…

Mitigating topology biases in Graph Diffusion via Counterfactual Intervention

2026-03-02 · Wendi Wang, Jiaxi Yang, Yongkang Du, Lu Lin arxiv

Graph diffusion models have gained significant attention in graph generation tasks, but they often inherit and amplify topology biases from sensitive attributes (e.g. gender, age, region), leading to unfair synthetic gra…

Graph Generation

CoPHo: Classifier-guided Conditional Topology Generation with Persistent Homology

2025-12-17 · Gongli Xi, Ye Tian, Mengyu Yang, Zhenyu Zhao 외 arxiv

The structure of topology underpins much of the research on performance and robustness, yet available topology data are typically scarce, necessitating the generation of synthetic graphs with desired properties for testi…