From abd34e1fb8cac320cf98f4f0196135ce8a64fad3 Mon Sep 17 00:00:00 2001 From: Zhanke Zhou <45969108+AndrewZhou924@users.noreply.github.com> Date: Mon, 12 Jun 2023 20:35:22 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 262467f..6231f23 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,10 @@ IJIS 2022 - Defense against membership inference attack in graph neural networks TKDE 2022 - Model Inversion Attacks against Graph Neural Networks. [[paper]](https://arxiv.org/pdf/2209.07807.pdf) +ICML 2023 - On Strengthening and Defending Graph Reconstruction Attack with Markov Chain Approximation. +[[paper]](https://openreview.net/pdf?id=Vcl3qckVyh) +[[code]](https://github.com/tmlr-group/MC-GRA) + ### Natural language processing domain CCS 2020 - Information Leakage in Embedding Models.