paper-with-me

홈 › Papers

RVFR: Robust Vertical Federated Learning via Feature Subspace Recovery

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

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 to be vulnerable to backdoor attacks, where data from malicious agents are manipulated during training, and vulnerable to test-time attacks, where malicious agents manipulate the test data. However, unlike the standard horizontal federated learning, improving the robustness of robust VFL remains challenging. To this end, we propose RVFR, a novel robust VFL training and inference framework. The key to our approach is to ensure that with a low-rank feature subspace, a small number of attacked samples, and other mild assumptions, RVFR recovers the underlying uncorrupted features with guarantees, thus sanitizes the model against a vast range of backdoor attacks. Further, RVFR also defends against test-time adversarial and missing feature attacks. We conduct extensive experiments on several datasets and show that the robustness of RVFR outperforms different baselines against diverse types of attacks.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningVertical Federated Learning

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Catastrophic Data Leakage in Vertical Federated Learning

2021-12-01 · NeurIPS 2021 12 · Xiao Jin, Pin-Yu Chen, Chia-Yi Hsu, Chia-Mu Yu 외

Recent studies show that private training data can be leaked through the gradients sharing mechanism deployed in distributed machine learning systems, such as federated learning (FL). Increasing batch size to complicate …

Federated LearningVertical Federated Learning

CAFE: Catastrophic Data Leakage in Vertical Federated Learning

2021-10-26 · Xiao Jin, Pin-Yu Chen, Chia-Yi Hsu, Chia-Mu Yu 외

Recent studies show that private training data can be leaked through the gradients sharing mechanism deployed in distributed machine learning systems, such as federated learning (FL). Increasing batch size to complicate …

Federated LearningVertical Federated Learning

X-VFL: A New Vertical Federated Learning Framework with Cross Completion and Decision Subspace Alignment

2025-08-07 · Qinghua Yao, Xiangrui Xu, Zhize Li arxiv

Vertical Federated Learning (VFL) enables collaborative learning by integrating disjoint feature subsets from multiple clients/parties. However, VFL typically faces two key challenges: i) the requirement for perfectly al…

Federated Learning

Federated LoRA Fine-Tuning for LLMs via Collaborative Alignment

2026-05-20 · Shuaida He, Liwen Chen, Long Feng arxiv

Low-rank adaptation (LoRA) has emerged as a powerful tool for parameter-efficient fine-tuning of large language models (LLMs). This paper studies LoRA under a federated learning setting, enabling collaborative fine-tunin…

parameter-efficient fine-tuningFederated Learning

Interpret Federated Learning with Shapley Values

2019-05-11 · Guan Wang

Federated Learning is introduced to protect privacy by distributing training data into multiple parties. Each party trains its own model and a meta-model is constructed from the sub models. In this way the details of the…

Feature ImportanceFederated LearningVertical Federated Learning