Federated learning on graph, especially on graph neural networks (GNNs), knowledge graph, and private GNN.

Overview

Awesome-Federated-Learning-on-Graph-and-GNN-papers

federated learning on graph, especially on graph neural networks (GNNs), knowledge graph, and private GNN.

Federated Learning on Graphs

  1. [Arxiv 2019] Peer-to-peer federated learning on graphs. paper
  2. [NeurIPS Workshop 2019] Towards Federated Graph Learning for Collaborative Financial Crimes Detection. paper
  3. [Arxiv 2021] A Graph Federated Architecture with Privacy Preserving Learning. paper
  4. [Arxiv 2021] Federated Myopic Community Detection with One-shot Communication. paper

Federated Learning on Graph Neural Networks

Survey Papers

  1. [Arxiv 2021] FedGraphNN: A Federated Learning System and Benchmark for Graph Neural Networks. paper
  2. [Arxiv 2021] Federated Graph Learning -- A Position Paper. paper

Algorithm Papers

  1. [Arxiv 2020] Federated Dynamic GNN with Secure Aggregation. paper
  2. [Arxiv 2020] Privacy-Preserving Graph Neural Network for Node Classification. paper
  3. [Arxiv 2020] ASFGNN: Automated Separated-Federated Graph Neural Network. paper
  4. [Arxiv 2020] GraphFL: A Federated Learning Framework for Semi-Supervised Node Classification on Graphs. paper
  5. [Arxiv 2021] FedGNN: Federated Graph Neural Network for Privacy-Preserving Recommendation. paper
  6. [ICLR-DPML 2021] FedGraphNN: A Federated Learning System and Benchmark for Graph Neural Networks. paper code
  7. [Arxiv 2021] FL-AGCNS: Federated Learning Framework for Automatic Graph Convolutional Network Search. paper
  8. [CVPR 2021] Cluster-driven Graph Federated Learning over Multiple Domains. paper
  9. [Arxiv 2021] FedGL: Federated Graph Learning Framework with Global Self-Supervision. paper
  10. [AAAI 2022] SpreadGNN: Serverless Multi-task Federated Learning for Graph Neural Networks. paper
  11. [KDD 2021] Cross-Node Federated Graph Neural Network for Spatio-Temporal Data Modeling. paper code
  12. [Arxiv 2021] A Vertical Federated Learning Framework for Graph Convolutional Network. paper
  13. [NeurIPS 2021] Federated Graph Classification over Non-IID Graphs. paper
  14. [NeurIPS 2021] Subgraph Federated Learning with Missing Neighbor Generation. paper
  15. [CIKM 2021] Differentially Private Federated Knowledge Graphs Embedding. paper code
  16. [MICCAI Workshop 2021] A Federated Multigraph Integration Approach for Connectional Brain Template Learning. paper
  17. [TPDS 2021] FedGraph: Federated Graph Learning with Intelligent Sampling. paper

Federated Learning on Knowledge Graph

  1. [Arxiv 2020] FedE: Embedding Knowledge Graphs in Federated Setting. paper code
  2. [Arxiv 2020] Improving Federated Relational Data Modeling via Basis Alignment and Weight Penalty. paper
  3. [CIKM 2021] Federated Knowledge Graphs Embedding.paper
  4. [Arxiv 2021] Leveraging a Federation of Knowledge Graphs to Improve Faceted Search in Digital Libraries. paper

Private Graph Neural Networks

  1. [IEEE Big Data 2019] A Graph Neural Network Based Federated Learning Approach by Hiding Structure. paper
  2. [Arxiv 2020] Locally Private Graph Neural Networks. paper
  3. [Arxiv 2021] Privacy-Preserving Graph Convolutional Networks for Text Classification. paper
  4. [Arxiv 2021] GraphMI: Extracting Private Graph Data from Graph Neural Networks. paper
  5. [Arxiv 2021] Towards Representation Identical Privacy-Preserving Graph Neural Network via Split Learning. paper

Federated Learning: Survey

  1. [IEEE Signal Processing Magazine 2019] Federated Learning:Challenges, Methods, and Future Directions. paper
  2. [ACM TIST 2019] Federated Machine Learning Concept and Applications. paper
  3. [IEEE Communications Surveys & Tutorials 2020] Federated Learning in Mobile Edge Networks A Comprehensive Survey. paper

Graph Neural Networks: Survey

  1. [IEEE TNNLS 2020] A Comprehensive Survey on Graph Neural Networks. paper
  2. [IEEE TKDE 2020] Deep Learning on Graphs: A Survey. paper
  3. [AI Open] Graph Neural Networks: A Review of Methods and Applications. paper
  4. [ArXiv 2021] Graph Neural Networks in Network Neuroscience. paper -- GitHub repo of all reviewed papers
Owner
keven
keven
A PyTorch-based library for semi-supervised learning

News If you want to join TorchSSL team, please e-mail Yidong Wang ([email protected]<

1k Jan 06, 2023
Code for Environment Inference for Invariant Learning (ICML 2020 UDL Workshop Paper)

Environment Inference for Invariant Learning This code accompanies the paper Environment Inference for Invariant Learning, which appears at ICML 2021.

Elliot Creager 40 Dec 09, 2022
Image-to-Image Translation in PyTorch

CycleGAN and pix2pix in PyTorch New: Please check out contrastive-unpaired-translation (CUT), our new unpaired image-to-image translation model that e

Jun-Yan Zhu 19k Jan 07, 2023
Novel and high-performance medical image classification pipelines are heavily utilizing ensemble learning strategies

An Analysis on Ensemble Learning optimized Medical Image Classification with Deep Convolutional Neural Networks Novel and high-performance medical ima

14 Dec 18, 2022
This code provides various models combining dilated convolutions with residual networks

Overview This code provides various models combining dilated convolutions with residual networks. Our models can achieve better performance with less

Fisher Yu 1.1k Dec 30, 2022
UFPR-ADMR-v2 Dataset

UFPR-ADMR-v2 Dataset The UFPR-ADMRv2 dataset contains 5,000 dial meter images obtained on-site by employees of the Energy Company of Paraná (Copel), w

Gabriel Salomon 8 Sep 29, 2022
这是一个利用facenet和retinaface实现人脸识别的库,可以进行在线的人脸识别。

Facenet+Retinaface:人脸识别模型在Keras当中的实现 目录 注意事项 Attention 所需环境 Environment 文件下载 Download 预测步骤 How2predict 参考资料 Reference 注意事项 该库中包含了两个网络,分别是retinaface和fa

Bubbliiiing 31 Nov 15, 2022
D2LV: A Data-Driven and Local-Verification Approach for Image Copy Detection

Facebook AI Image Similarity Challenge: Matching Track —— Team: imgFp This is the source code of our 3rd place solution to matching track of Image Sim

16 Dec 25, 2022
[CVPR'21] Locally Aware Piecewise Transformation Fields for 3D Human Mesh Registration

Locally Aware Piecewise Transformation Fields for 3D Human Mesh Registration This repository contains the implementation of our paper Locally Aware Pi

sfwang 70 Dec 19, 2022
Jupyter notebooks for using & learning Keras

deep-learning-with-keras-notebooks 這個github的repository主要是個人在學習Keras的一些記錄及練習。希望在學習過程中發現到一些好的資訊與範例也可以對想要學習使用 Keras來解決問題的同好,或是對深度學習有興趣的在學學生可以有一些方便理解與上手範例

ErhWen Kuo 2.1k Dec 27, 2022
Continuous Conditional Random Field Convolution for Point Cloud Segmentation

CRFConv This repository is the implementation of "Continuous Conditional Random Field Convolution for Point Cloud Segmentation" 1. Setup 1) Building c

Fei Yang 8 Dec 08, 2022
Official implementation of the paper "Steganographer Detection via a Similarity Accumulation Graph Convolutional Network"

SAGCN - Official PyTorch Implementation | Paper | Project Page This is the official implementation of the paper "Steganographer detection via a simila

ZHANG Zhi 1 Nov 26, 2021
Semantically Contrastive Learning for Low-light Image Enhancement

Semantically Contrastive Learning for Low-light Image Enhancement Here, we propose an effective semantically contrastive learning paradigm for Low-lig

48 Dec 16, 2022
Flybirds - BDD-driven natural language automated testing framework, present by Trip Flight

Flybird | English Version 行为驱动开发(Behavior-driven development,缩写BDD),是一种软件过程的思想或者

Ctrip, Inc. 706 Dec 30, 2022
Official repository for the NeurIPS 2021 paper Get Fooled for the Right Reason: Improving Adversarial Robustness through a Teacher-guided curriculum Learning Approach

Get Fooled for the Right Reason Official repository for the NeurIPS 2021 paper Get Fooled for the Right Reason: Improving Adversarial Robustness throu

Sowrya Gali 1 Apr 25, 2022
the official implementation of the paper "Isometric Multi-Shape Matching" (CVPR 2021)

Isometric Multi-Shape Matching (IsoMuSh) Paper-CVF | Paper-arXiv | Video | Code Citation If you find our work useful in your research, please consider

Maolin Gao 9 Jul 17, 2022
Pre-Training Graph Neural Networks for Cold-Start Users and Items Representation.

Pretrain-Recsys This is our Tensorflow implementation for our WSDM 2021 paper: Bowen Hao, Jing Zhang, Hongzhi Yin, Cuiping Li, Hong Chen. Pre-Training

30 Nov 14, 2022
Course content and resources for the AIAIART course.

AIAIART course This repo will house the notebooks used for the AIAIART course. Part 1 (first four lessons) ran via Discord in September/October 2021.

Jonathan Whitaker 492 Jan 06, 2023
Reproduction process of AlexNet

PaddlePaddle论文复现杂谈 背景 注:该repo基于PaddlePaddle,对AlexNet进行复现。时间仓促,难免有所疏漏,如果问题或者想法,欢迎随时提issue一块交流。 飞桨论文复现赛地址:https://aistudio.baidu.com/aistudio/competitio

19 Nov 29, 2022
nn_builder lets you build neural networks with less boilerplate code

nn_builder lets you build neural networks with less boilerplate code. You specify the type of network you want and it builds it. Install pip install n

Petros Christodoulou 157 Nov 20, 2022