中文
相关论文

相关论文: FedUP: Efficient Pruning-based Federated Unlearnin…

200 篇论文

Federated Learning (FL) facilitates collaborative model training among distributed clients while ensuring that raw data remains on local devices.Despite this advantage, FL systems are still exposed to risks from malicious or unreliable…

密码学与安全 · 计算机科学 2026-01-30 Deepthy K Bhaskar , Minimol B , Binu V P

Federated learning (FL) combined with local differential privacy (LDP) enables privacy-preserving model training across decentralized data sources. However, the decentralized data-management paradigm leaves LDPFL vulnerable to participants…

密码学与安全 · 计算机科学 2025-09-08 Zijian Wang , Wei Tong , Tingxuan Han , Haoyu Chen , Tianling Zhang , Yunlong Mao , Sheng Zhong

Attacks on Federated Learning (FL) can severely reduce the quality of the generated models and limit the usefulness of this emerging learning paradigm that enables on-premise decentralized learning. However, existing untargeted attacks are…

密码学与安全 · 计算机科学 2023-08-03 Jiyue Huang , Zilong Zhao , Lydia Y. Chen , Stefanie Roos

Recently, the enactment of ``right to be forgotten" laws and regulations has imposed new privacy requirements on federated learning (FL). Researchers aim to remove the influence of certain data from the trained model without training from…

机器学习 · 计算机科学 2025-03-11 Lei Zhou , Youwen Zhu , Qiao Xue , Ji Zhang , Pengfei Zhang

Federated learning (FL) enables collaborative model training across decentralized clients while preserving data privacy. However, its open-participation nature exposes it to data-poisoning attacks, in which malicious actors submit corrupted…

机器学习 · 计算机科学 2025-07-17 Daniel Commey , Rebecca A. Sarpong , Griffith S. Klogo , Winful Bagyl-Bac , Garth V. Crosby

Federated Learning (FL) has been successfully adopted for distributed training and inference of large-scale Deep Neural Networks (DNNs). However, DNNs are characterized by an extremely large number of parameters, thus, yielding significant…

机器学习 · 计算机科学 2023-12-25 Qianyu Long , Christos Anagnostopoulos , Shameem Puthiya Parambath , Daning Bi

Federated learning (FL) is a popular distributed learning framework that trains a global model through iterative communications between a central server and edge devices. Recent works have demonstrated that FL is vulnerable to model…

机器学习 · 计算机科学 2021-10-27 Jingwei Sun , Ang Li , Louis DiValentin , Amin Hassanzadeh , Yiran Chen , Hai Li

Federated Learning is a distributed machine learning framework designed for data privacy preservation i.e., local data remain private throughout the entire training and testing procedure. Federated Learning is gaining popularity because it…

机器学习 · 计算机科学 2022-12-02 Hyejun Jeong , Joonyong Hwang , Tai Myung Chung

Despite achieving remarkable performance, Federated Learning (FL) encounters two important problems, i.e., low training efficiency and limited computational resources. In this paper, we propose a new FL framework, i.e., FedDUMAP, with three…

分布式、并行与集群计算 · 计算机科学 2024-08-13 Ji Liu , Juncheng Jia , Hong Zhang , Yuhui Yun , Leye Wang , Yang Zhou , Huaiyu Dai , Dejing Dou

As high quality public data becomes scarce, Federated Learning (FL) provides a vital pathway to leverage valuable private user data while preserving privacy. However, real-world client data often contains toxic or unsafe information. This…

密码学与安全 · 计算机科学 2026-04-09 Shunan Zhu , Jiawei Chen , Yonghao Yu , Hideya Ochiai

Malicious clients can attack federated learning systems using malicious data, including backdoor samples, during the training phase. The compromised global model will perform well on the validation dataset designed for the task, but a small…

密码学与安全 · 计算机科学 2021-01-18 Chen Wu , Xian Yang , Sencun Zhu , Prasenjit Mitra

Federated learning (FL) is vulnerable to poisoning attacks, where malicious clients manipulate their updates to affect the global model. Although various methods exist for detecting those clients in FL, identifying malicious clients…

密码学与安全 · 计算机科学 2024-01-22 Yu Jiang , Jiyuan Shen , Ziyao Liu , Chee Wei Tan , Kwok-Yan Lam

Federated learning (FL) allows multiple clients to collaboratively train a global machine learning model with coordination from a central server, without needing to share their raw data. This approach is particularly appealing in the era of…

密码学与安全 · 计算机科学 2025-07-02 Wenjin Mo , Zhiyuan Li , Minghong Fang , Mingwei Fang

Cloud computing is flourishing at a rapid pace. Significant consequences related to data security appear as a malicious user may get unauthorized access to sensitive data which may be misused, further. This raises an alarm-ringing situation…

密码学与安全 · 计算机科学 2024-12-20 Kishu Gupta , Deepika Saxena , Rishabh Gupta , Jatinder Kumar , Ashutosh Kumar Singh

Federated learning (FL) allows mutually untrusted clients to collaboratively train a common machine learning model without sharing their private/proprietary training data among each other. FL is unfortunately susceptible to poisoning by…

机器学习 · 计算机科学 2022-08-18 Hamid Mozaffari , Virat Shejwalkar , Amir Houmansadr

Federated learning combines local updates from clients to produce a global model, which is susceptible to poisoning attacks. Most previous defense strategies relied on vectors derived from projections of local updates on a Euclidean space;…

机器学习 · 计算机科学 2024-04-19 Sungwon Han , Hyeonho Song , Sungwon Park , Meeyoung Cha

Federated learning (FL) has prevailed as an efficient and privacy-preserved scheme for distributed learning. In this work, we mainly focus on the optimization of computation and communication in FL from a view of pruning. By adopting…

机器学习 · 计算机科学 2023-03-14 Zheqi Zhu , Yuchen Shi , Jiajun Luo , Fei Wang , Chenghui Peng , Pingyi Fan , Khaled B. Letaief

Federated learning (FL) enables the training of models among distributed clients without compromising the privacy of training datasets, while the invisibility of clients datasets and the training process poses a variety of security threats.…

密码学与安全 · 计算机科学 2023-01-18 Subhash Sagar , Chang-Sun Li , Seng W. Loke , Jinho Choi

Machine Unlearning (MU) is an increasingly important topic in machine learning safety, aiming at removing the contribution of a given data point from a training procedure. Federated Unlearning (FU) consists in extending MU to unlearn a…

机器学习 · 计算机科学 2024-03-19 Yann Fraboni , Martin Van Waerebeke , Kevin Scaman , Richard Vidal , Laetitia Kameni , Marco Lorenzi

Federated learning (FL) enables collaborative training of a machine learning (ML) model across multiple parties, facilitating the preservation of users' and institutions' privacy by maintaining data stored locally. Instead of centralizing…

机器学习 · 计算机科学 2024-11-06 Nicolò Romandini , Alessio Mora , Carlo Mazzocca , Rebecca Montanari , Paolo Bellavista