paper-with-me

홈 › Papers

Robust Federated Learning Mitigates Client-side Training Data Distribution Inference Attacks

2024-03-05 · Yichang Xu, Ming Yin, Minghong Fang, Neil Zhenqiang Gong

Recent studies have revealed that federated learning (FL), once considered secure due to clients not sharing their private data with the server, is vulnerable to attacks such as client-side training data distribution inference, where a malicious client can recreate the victim's data. While various countermeasures exist, they are not practical, often assuming server access to some training data or knowledge of label distribution before the attack. In this work, we bridge the gap by proposing InferGuard, a novel Byzantine-robust aggregation rule aimed at defending against client-side training data distribution inference attacks. In our proposed InferGuard, the server first calculates the coordinate-wise median of all the model updates it receives. A client's model update is considered malicious if it significantly deviates from the computed median update. We conduct a thorough evaluation of our proposed InferGuard on five benchmark datasets and perform a comparison with ten baseline methods. The results of our experiments indicate that our defense mechanism is highly effective in protecting against client-side training data distribution inference attacks, even against strong adaptive attacks. Furthermore, our method substantially outperforms the baseline methods in various practical FL scenarios.

📄 PDF Abstract BibTeX arXiv:2403.03149

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Network-Level Adversaries in Federated Learning

2022-08-27 · Giorgio Severi, Matthew Jagielski, Gökberk Yar, Yuxuan Wang 외

Federated learning is a popular strategy for training models on distributed, sensitive data, while preserving data privacy. Prior work identified a range of security threats on federated learning protocols that poison th…

Federated Learning

Invariant Aggregator for Defending against Federated Backdoor Attacks

2022-10-04 · Xiaoyang Wang, Dimitrios Dimitriadis, Sanmi Koyejo, Shruti Tople

Federated learning enables training high-utility models across several clients without directly sharing their private data. As a downside, the federated setting makes the model vulnerable to various adversarial attacks i…

Federated LearningModel Optimization

Personalized Federated Learning for Gradient Alignment

2026-05-04 · Dongwon Kim, Gyuejeong Lee arxiv

Personalized federated learning (pFL) aims to adapt models to client specific data distributions, yet it often fails to reliably preserve personalized information. Local training is hindered by high variance gradients in…

Personalized Federated Learning

FedIFL: A federated cross-domain diagnostic framework for motor-driven systems with inconsistent fault modes

2025-05-12 · Zexiao Wang, Yankai Wang, Xiaoqiang Liao, Xinguo Ming 외

Due to the scarcity of industrial data, individual equipment users, particularly start-ups, struggle to independently train a comprehensive fault diagnosis model; federated learning enables collaborative training while e…

Contrastive LearningDiagnosticDisentanglementFault Diagnosis+1

ResSFL: A Resistance Transfer Framework for Defending Model Inversion Attack in Split Federated Learning

2022-05-09 · CVPR 2022 1 · Jingtao Li, Adnan Siraj Rakin, Xing Chen, Zhezhi He 외

This work aims to tackle Model Inversion (MI) attack on Split Federated Learning (SFL). SFL is a recent distributed training scheme where multiple clients send intermediate activations (i.e., feature map), instead of raw…

Federated Learning