LPGNet: Link Private Graph Networks for Node Classification
Aashish Kolluri, Teodora Baluta, Bryan Hooi, Prateek Saxena

TL;DR
LPGNet is a novel neural network architecture that enhances privacy in graph node classification by providing differential privacy guarantees for edges, balancing utility and privacy better than existing methods.
Contribution
LPGNet introduces a new design for training graph neural networks with differential privacy guarantees on edges, improving privacy-utility tradeoffs over prior approaches like DPGCN.
Findings
LPGNet offers better utility than non-private models like MLPs.
LPGNet provides stronger resistance to link-stealing attacks than vanilla GCNs.
LPGNet achieves superior privacy-utility tradeoffs compared to DPGCN in most datasets.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Privacy, Security, and Data Protection · Cognitive Functions and Memory
