paper-with-me

Papers

LPGNet: Link Private Graph Networks for Node Classification

2022-05-06 · Aashish Kolluri, Teodora Baluta, Bryan Hooi, Prateek Saxena

Classification tasks on labeled graph-structured data have many important applications ranging from social recommendation to financial modeling. Deep neural networks are increasingly being used for node classification on graphs, wherein nodes with similar features have to be given the same label. Graph convolutional networks (GCNs) are one such widely studied neural network architecture that perform well on this task. However, powerful link-stealing attacks on GCNs have recently shown that even with black-box access to the trained model, inferring which links (or edges) are present in the training graph is practical. In this paper, we present a new neural network architecture called LPGNet for training on graphs with privacy-sensitive edges. LPGNet provides differential privacy (DP) guarantees for edges using a novel design for how graph edge structure is used during training. We empirically show that LPGNet models often lie in the sweet spot between providing privacy and utility: They can offer better utility than "trivially" private architectures which use no edge information (e.g., vanilla MLPs) and better resilience against existing link-stealing attacks than vanilla GCNs which use the full edge structure. LPGNet also offers consistently better privacy-utility tradeoffs than DPGCN, which is the state-of-the-art mechanism for retrofitting differential privacy into conventional GCNs, in most of our evaluated datasets.

📄 PDF Abstract BibTeX arXiv:2205.03105

Code (1)

ashgeek/lpgnet-prototype 공식 구현 pytorch

Tasks

ClassificationNode Classification

Similar Papers 제목 키워드 기반

Differentially Private Link Prediction With Protected Connections

2019-07-20 · Abir De, Soumen Chakrabarti

Link prediction (LP) algorithms propose to each node a ranked list of nodes that are currently non-neighbors, as the most likely candidates for future linkage. Owing to increasing concerns about privacy, users (nodes) ma…

Learning-To-RankLink PredictionPrediction

Privacy-Preserving Representation Learning on Graphs: A Mutual Information Perspective

2021-07-03 · Binghui Wang, Jiayi Guo, Ang Li, Yiran Chen 외

Learning with graphs has attracted significant attention recently. Existing representation learning methods on graphs have achieved state-of-the-art performance on various graph-related tasks such as node classification,…

Link PredictionNode ClassificationPrivacy PreservingRepresentation Learning

Crypto'Graph: Leveraging Privacy-Preserving Distributed Link Prediction for Robust Graph Learning

2023-09-19 · Sofiane Azogagh, Zelma Aubin Birba, Sébastien Gambs, Marc-Olivier Killijian

Graphs are a widely used data structure for collecting and analyzing relational data. However, when the graph structure is distributed across several parties, its analysis is particularly challenging. In particular, due …

Graph LearningGraph Neural NetworkLink PredictionNode Classification+1

HoGS: Homophily-Oriented Graph Synthesis for Local Differentially Private GNN Training

2026-02-09 · Wen Xu, Zhetao Li, Yong Xiao, Pengpeng Qiao 외 arxiv

Graph neural networks (GNNs) have demonstrated remarkable performance in various graph-based machine learning tasks by effectively modeling high-order interactions between nodes. However, training GNNs without protection…

LinkTeller: Recovering Private Edges from Graph Neural Networks via Influence Analysis

2021-08-14 · Fan Wu, Yunhui Long, Ce Zhang, Bo Li

Graph structured data have enabled several successful applications such as recommendation systems and traffic prediction, given the rich node features and edges information. However, these high-dimensional features and h…

Graph Neural NetworkPrivacy PreservingRecommendation SystemsTraffic Prediction