Vertical Federated Learning

26 papers with code • 0 benchmarks • 0 datasets

This task has no description! Would you like to contribute one?

Most implemented papers

Fedlearn-Algo: A flexible open-source privacy-preserving machine learning platform

fedlearnAI/fedlearn-algo 8 Jul 2021

We use this platform to demonstrate our research and development results on privacy preserving machine learning algorithms.

Differentially Private Vertical Federated Clustering

vvv214/OLH 2 Aug 2022

To enable model learning while protecting the privacy of the data subjects, we need vertical federated learning (VFL) techniques, where the data parties share only information for training the model, instead of the private data.

Label Inference Attacks Against Vertical Federated Learning

FuChong-cyber/label-inference-attacks USENIX Security 22 2022

However, we discover that the bottom model structure and the gradient update mechanism of VFL can be exploited by a malicious participant to gain the power to infer the privately owned labels.

Federated Machine Learning: Concept and Applications

kubeflow/fate-operator 13 Feb 2019

We propose a possible solution to these challenges: secure federated learning.

Interpret Federated Learning with Shapley Values

crownpku/federated_shap 11 May 2019

For host party to interpret a single prediction of vertical Federated Learning model, the interpretation results, namely the feature importance, are very likely to reveal the protected data from guest party.

Feature Inference Attack on Model Predictions in Vertical Federated Learning

xj231/featureinference-vfl 20 Oct 2020

Federated learning (FL) is an emerging paradigm for facilitating multiple organizations' data collaboration without revealing their private data to each other.

PyVertical: A Vertical Federated Learning Framework for Multi-headed SplitNN

OpenMined/PyVertical 1 Apr 2021

We introduce PyVertical, a framework supporting vertical federated learning using split neural networks.

A Coupled Design of Exploiting Record Similarity for Practical Vertical Federated Learning

xtra-computing/fedsim 11 Jun 2021

However, most existing studies in VFL disregard the "record linkage" process.

Achieving Model Fairness in Vertical Federated Learning

ZhenanFanUBC/FairVFL.jl 17 Sep 2021

To solve it in a federated and privacy-preserving manner, we consider the equivalent dual form of the problem and develop an asynchronous gradient coordinate-descent ascent algorithm, where some active data parties perform multiple parallelized local updates per communication round to effectively reduce the number of communication rounds.