paper-with-me

홈 › Papers

Feature Inference Attack on Model Predictions in Vertical Federated Learning

2020-10-20 · Xinjian Luo, Yuncheng Wu, Xiaokui Xiao, Beng Chin Ooi

Federated learning (FL) is an emerging paradigm for facilitating multiple organizations' data collaboration without revealing their private data to each other. Recently, vertical FL, where the participating organizations hold the same set of samples but with disjoint features and only one organization owns the labels, has received increased attention. This paper presents several feature inference attack methods to investigate the potential privacy leakages in the model prediction stage of vertical FL. The attack methods consider the most stringent setting that the adversary controls only the trained vertical FL model and the model predictions, relying on no background information. We first propose two specific attacks on the logistic regression (LR) and decision tree (DT) models, according to individual prediction output. We further design a general attack method based on multiple prediction outputs accumulated by the adversary to handle complex models, such as neural networks (NN) and random forest (RF) models. Experimental evaluations demonstrate the effectiveness of the proposed attacks and highlight the need for designing private mechanisms to protect the prediction outputs in vertical FL.

📄 PDF Abstract BibTeX arXiv:2010.10152

Code (1)

xj231/featureinference-vfl 공식 구현 pytorch

Tasks

Federated LearningInference AttackPredictionVertical Federated Learning

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

PRIVEE: Privacy-Preserving Vertical Federated Learning Against Feature Inference Attacks

2025-12-14 · Sindhuja Madabushi, Ahmad Faraz Khan, Haider Ali, Ananthram Swami 외 arxiv

Vertical Federated Learning (VFL) enables collaborative model training across organizations that share common user samples but hold disjoint feature spaces. Despite its potential, VFL is susceptible to feature inference …

Federated Learning

Privacy Against Inference Attacks in Vertical Federated Learning

2022-07-24 · Borzoo Rassouli, Morteza Varasteh, Deniz Gunduz

Vertical federated learning is considered, where an active party, having access to true class labels, wishes to build a classification model by utilizing more features from a passive party, which has no access to the lab…

Federated LearningInference AttackPrivacy PreservingVertical Federated Learning

Batch Label Inference and Replacement Attacks in Black-Boxed Vertical Federated Learning

2021-12-10 · Yang Liu, Tianyuan Zou, Yan Kang, Wenhan Liu 외

In a vertical federated learning (VFL) scenario where features and model are split into different parties, communications of sample-specific updates are required for correct gradient calculations but can be used to deduc…

Federated LearningInference AttackVertical Federated Learning

RVFR: Robust Vertical Federated Learning via Feature Subspace Recovery

2021-09-29 · Jing Liu, Chulin Xie, Krishnaram Kenthapadi, Oluwasanmi O Koyejo 외

Vertical Federated Learning (VFL) is a distributed learning paradigm that allows multiple agents to jointly train a global model when each agent holds a different subset of features for the same sample(s). VFL is known t…

Federated LearningVertical Federated Learning

KDk: A Defense Mechanism Against Label Inference Attacks in Vertical Federated Learning

2024-04-18 · Marco Arazzi, Serena Nicolazzo, Antonino Nocera

Vertical Federated Learning (VFL) is a category of Federated Learning in which models are trained collaboratively among parties with vertically partitioned data. Typically, in a VFL scenario, the labels of the samples ar…

Federated LearningKnowledge DistillationVertical Federated Learning