paper-with-me

Papers

Node Copying for Protection Against Graph Neural Network Topology Attacks

2020-07-09 · Florence Regol, Soumyasundar Pal, Mark Coates

Adversarial attacks can affect the performance of existing deep learning models. With the increased interest in graph based machine learning techniques, there have been investigations which suggest that these models are also vulnerable to attacks. In particular, corruptions of the graph topology can degrade the performance of graph based learning algorithms severely. This is due to the fact that the prediction capability of these algorithms relies mostly on the similarity structure imposed by the graph connectivity. Therefore, detecting the location of the corruption and correcting the induced errors becomes crucial. There has been some recent work which tackles the detection problem, however these methods do not address the effect of the attack on the downstream learning task. In this work, we propose an algorithm that uses node copying to mitigate the degradation in classification that is caused by adversarial attacks. The proposed methodology is applied only after the model for the downstream task is trained and the added computation cost scales well for large graphs. Experimental results show the effectiveness of our approach for several real world datasets.

📄 PDF Abstract BibTeX arXiv:2007.06704

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural Network

Similar Papers 제목 키워드 기반

Node Copying: A Random Graph Model for Effective Graph Sampling

2022-08-04 · Florence Regol, Soumyasundar Pal, Jianing Sun, Yingxue Zhang 외

There has been an increased interest in applying machine learning techniques on relational structured-data based on an observed graph. Often, this graph is not fully representative of the true relationship amongst nodes.…

Graph SamplingNode Classification

Bayesian Graph Convolutional Neural Networks using Node Copying

2019-11-08 · Soumyasundar Pal, Florence Regol, Mark Coates

Graph convolutional neural networks (GCNN) have numerous applications in different graph based learning tasks. Although the techniques obtain impressive results, they often fall short in accounting for the uncertainty as…

Node Classification

Differentially Private Decoupled Graph Convolutions for Multigranular Topology Protection

2023-09-21 · NeurIPS 2023 11

Graph Neural Networks (GNNs) have proven to be highly effective in solving real-world learning problems that involve graph-structured data. However, GNNs can also inadvertently expose sensitive user information and inter…

A Multimodal Approach to Alzheimer's Diagnosis: Geometric Insights from Cube Copying and Cognitive Assessments

2025-12-18 · Jaeho Yang, Kijung Yoon arxiv

Early and accessible detection of Alzheimer's disease (AD) remains a critical clinical challenge, and cube-copying tasks offer a simple yet informative assessment of visuospatial function. This work proposes a multimodal…

Detecting Topology Attacks against Graph Neural Networks

2022-04-21 · Senrong Xu, Yuan YAO, Liangyue Li, Wei Yang 외

Graph neural networks (GNNs) have been widely used in many real applications, and recent studies have revealed their vulnerabilities against topology attacks. To address this issue, existing efforts have mainly been dedi…

Node Classification