paper-with-me

홈 › Papers

ASGNN: Graph Neural Networks with Adaptive Structure

2022-10-03 · Zepeng Zhang, Songtao Lu, Zengfeng Huang, Ziping Zhao

The graph neural network (GNN) models have presented impressive achievements in numerous machine learning tasks. However, many existing GNN models are shown to be vulnerable to adversarial attacks, which creates a stringent need to build robust GNN architectures. In this work, we propose a novel interpretable message passing scheme with adaptive structure (ASMP) to defend against adversarial attacks on graph structure. Layers in ASMP are derived based on optimization steps that minimize an objective function that learns the node feature and the graph structure simultaneously. ASMP is adaptive in the sense that the message passing process in different layers is able to be carried out over dynamically adjusted graphs. Such property allows more fine-grained handling of the noisy (or perturbed) graph structure and hence improves the robustness. Convergence properties of the ASMP scheme are theoretically established. Integrating ASMP with neural networks can lead to a new family of GNN models with adaptive structure (ASGNN). Extensive experiments on semi-supervised node classification tasks demonstrate that the proposed ASGNN outperforms the state-of-the-art GNN architectures in terms of classification performance under various adversarial attacks.

📄 PDF Abstract BibTeX arXiv:2210.01002

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkNode Classification

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

CCasGNN: Collaborative Cascade Prediction Based on Graph Neural Networks

2021-12-07 · Yansong Wang, Xiaomeng Wang, Tao Jia

Cascade prediction aims at modeling information diffusion in the network. Most previous methods concentrate on mining either structural or sequential features from the network and the propagation path. Recent efforts dev…

Prediction

ASGEA: Exploiting Logic Rules from Align-Subgraphs for Entity Alignment

2024-02-16 · Yangyifei Luo, Zhuo Chen, Lingbing Guo, Qian Li 외

Entity alignment (EA) aims to identify entities across different knowledge graphs that represent the same real-world objects. Recent embedding-based EA methods have achieved state-of-the-art performance in EA yet faced i…

Entity AlignmentGraph Neural NetworkKnowledge Graphs

MDAS-GNN: Multi-Dimensional Spatiotemporal GNN with Spatial Diffusion for Urban Traffic Risk Forecasting

2025-10-31 · Ziyuan Gao arxiv

Traffic accidents represent a critical public health challenge, claiming over 1.35 million lives annually worldwide. Traditional accident prediction models treat road segments independently, failing to capture complex sp…

Graph Neural Network

Unsupervised Graph Embedding via Adaptive Graph Learning

2020-03-10 · Rui Zhang, Yunxing Zhang, Xuelong. Li

Graph autoencoders (GAEs) are powerful tools in representation learning for graph embedding. However, the performance of GAEs is very dependent on the quality of the graph structure, i.e., of the adjacency matrix. In oth…

Clusteringgraph constructionGraph EmbeddingGraph Learning+5

Adaptive Interaction Modeling via Graph Operations Search

2020-05-05 · CVPR 2020 6 · Haoxin Li, Wei-Shi Zheng, Yu Tao, Haifeng Hu 외

Interaction modeling is important for video action analysis. Recently, several works design specific structures to model interactions in videos. However, their structures are manually designed and non-adaptive, which req…

Action Analysis