paper-with-me

홈 › Papers

LEA: Label Enumeration Attack in Vertical Federated Learning

2026-03-04 · Wenhao Jiang, Shaojing Fu, Yuchuan Luo, Lin Liu arxiv

A typical Vertical Federated Learning (VFL) scenario involves several participants collaboratively training a machine learning model, where each party has different features for the same samples, with labels held exclusively by one party. Since labels contain sensitive information, VFL must ensure the privacy of labels. However, existing VFL-targeted label inference attacks are either limited to specific scenarios or require auxiliary data, rendering them impractical in real-world applications. We introduce a novel Label Enumeration Attack (LEA) that, for the first time, achieves applicability across multiple VFL scenarios and eschews the need for auxiliary data. Our intuition is that an adversary, employing clustering to enumerate mappings between samples and labels, ascertains the accurate label mappings by evaluating the similarity between the benign model and the simulated models trained under each mapping. To achieve that, the first challenge is how to measure model similarity, as models trained on the same data can have different weights. Drawing from our findings, we propose an efficient approach for assessing congruence based on the cosine similarity of the first-round loss gradients, which offers superior efficiency and precision compared to the comparison of parameter similarities. However, the computational cost may be prohibitive due to the necessity of training and comparing the vast number of simulated models generated through enumeration. To overcome this challenge, we propose Binary-LEA from the perspective of reducing the number of models and eliminating futile training, which lowers the number of enumerations from n! to n^3. Moreover, LEA is resilient against common defense mechanisms such as gradient noise and gradient compression.

📄 PDF Abstract BibTeX arXiv:2603.03777

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

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

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

Practical and General Backdoor Attacks against Vertical Federated Learning

2023-06-19 · Yuexin Xuan, Xiaojun Chen, Zhendong Zhao, Bisheng Tang 외

Federated learning (FL), which aims to facilitate data collaboration across multiple organizations without exposing data privacy, encounters potential security risks. One serious threat is backdoor attacks, where an atta…

Federated LearningVertical Federated Learning

Backdoor Attack on Vertical Federated Graph Neural Network Learning

2024-10-15 · Jirui Yang, Peng Chen, Zhihui Lu, Ruijun Deng 외

Federated Graph Neural Network (FedGNN) integrate federated learning (FL) with graph neural networks (GNNs) to enable privacy-preserving training on distributed graph data. Vertical Federated Graph Neural Network (VFGNN)…

Backdoor AttackFederated LearningGraph Neural NetworkPrivacy Preserving

Mutual Information Regularization for Vertical Federated Learning

2023-01-01 · Tianyuan Zou, Yang Liu, Ya-Qin Zhang

Vertical Federated Learning (VFL) is widely utilized in real-world applications to enable collaborative learning while protecting data privacy and safety. However, previous works show that parties without labels (passive…

Federated LearningVertical Federated Learning