paper-with-me

Papers

Graph Adversarial Diffusion Convolution

2024-06-04 · Songtao Liu, Jinghui Chen, Tianfan Fu, Lu Lin, Marinka Zitnik, Dinghao Wu

This paper introduces a min-max optimization formulation for the Graph Signal Denoising (GSD) problem. In this formulation, we first maximize the second term of GSD by introducing perturbations to the graph structure based on Laplacian distance and then minimize the overall loss of the GSD. By solving the min-max optimization problem, we derive a new variant of the Graph Diffusion Convolution (GDC) architecture, called Graph Adversarial Diffusion Convolution (GADC). GADC differs from GDC by incorporating an additional term that enhances robustness against adversarial attacks on the graph structure and noise in node features. Moreover, GADC improves the performance of GDC on heterophilic graphs. Extensive experiments demonstrate the effectiveness of GADC across various datasets. Code is available at https://github.com/SongtaoLiu0823/GADC.

📄 PDF Abstract BibTeX arXiv:2406.02059

Code (1)

songtaoliu0823/gadc 공식 구현 pytorch

Tasks

Denoising

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
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 제목 키워드 기반

Adversarial Diffusion Attacks on Graph-based Traffic Prediction Models

2021-04-19 · Lyuyi Zhu, Kairui Feng, Ziyuan Pu, Wei Ma

Real-time traffic prediction models play a pivotal role in smart mobility systems and have been widely used in route guidance, emerging mobility services, and advanced traffic management systems. With the availability of…

Adversarial AttackManagementPredictionTraffic Prediction

PAC-Bayesian Adversarially Robust Generalization Bounds for Graph Neural Network

2024-02-06 · Tan Sun, Junhong Lin

Graph neural networks (GNNs) have gained popularity for various graph-related tasks. However, similar to deep neural networks, GNNs are also vulnerable to adversarial attacks. Empirical studies have shown that adversaria…

Generalization BoundsGraph Neural Network

Multi-Agent Adversarial Training Using Diffusion Learning

2023-03-03 · Ying Cao, Elsa Rizk, Stefan Vlaski, Ali H. Sayed

This work focuses on adversarial learning over graphs. We propose a general adversarial training framework for multi-agent systems using diffusion learning. We analyze the convergence properties of the proposed scheme fo…

Graph Defense Diffusion Model

2025-01-20 · Xin He, Wenqi Fan, Yili Wang, Chengyi Liu 외

Graph Neural Networks (GNNs) demonstrate significant potential in various applications but remain highly vulnerable to adversarial attacks, which can greatly degrade their performance. Existing graph purification methods…

Denoisingmodel

CG-TGAN: Conditional Generative Adversarial Networks with Graph Neural Networks for Tabular Data Synthesizing

2025-04-11 · AAAI 2025 4 · SeungCheol Lee, Moohong Min

Data sharing is necessary for AI to be widely used, but sharing sensitive data with others with privacy is risky. To solve these problems, it is necessary to synthesize realistic tabular data. In many cases, tabular data…

Graph Neural NetworkInductive Bias