中文
相关论文

相关论文: Distributed Attacks over Federated Reinforcement L…

200 篇论文

Federated learning (FL) is a decentralized model training framework that aims to merge isolated data islands while maintaining data privacy. However, recent studies have revealed that Generative Adversarial Network (GAN) based attacks can…

密码学与安全 · 计算机科学 2025-05-01 Xinjian Luo , Xianglong Zhang

Federated learning (FL) enables multiple parties to collaboratively fine-tune an large language model (LLM) without the need of direct data sharing. Ideally, by training on decentralized data that is aligned with human preferences and…

计算与语言 · 计算机科学 2024-06-18 Rui Ye , Jingyi Chai , Xiangrui Liu , Yaodong Yang , Yanfeng Wang , Siheng Chen

Aiming at privacy preservation, Federated Learning (FL) is an emerging machine learning approach enabling model training on decentralized devices or data sources. The learning mechanism of FL relies on aggregating parameter updates from…

机器学习 · 计算机科学 2024-05-21 Jiayan Chen , Zhirong Qian , Tianhui Meng , Xitong Gao , Tian Wang , Weijia Jia

Federated Learning enables entities to collaboratively learn a shared prediction model while keeping their training data locally. It prevents data collection and aggregation and, therefore, mitigates the associated privacy risks. However,…

密码学与安全 · 计算机科学 2020-10-16 Raouf Kerkouche , Gergely Ács , Claude Castelluccia

Federated Learning (FL) is one of the hot research topics, and it utilizes Machine Learning (ML) in a distributed manner without directly accessing private data on clients. However, FL faces many challenges, including the difficulty to…

分布式、并行与集群计算 · 计算机科学 2022-05-02 Shadha Tabatabai , Ihab Mohammed , Basheer Qolomany , Abdullatif Albasser , Kashif Ahmad , Mohamed Abdallah , Ala Al-Fuqaha

Federated Learning (FL) enables collaborative model training across distributed devices while safeguarding data and user privacy. However, FL remains susceptible to privacy threats that can compromise data via direct means. That said,…

密码学与安全 · 计算机科学 2025-12-12 Md Nahid Hasan Shuvo , Moinul Hossain , Anik Mallik , Jeffrey Twigg , Fikadu Dagefu

Motivated by the ever-increasing concerns on personal data privacy and the rapidly growing data volume at local clients, federated learning (FL) has emerged as a new machine learning setting. An FL system is comprised of a central parameter…

密码学与安全 · 计算机科学 2022-08-04 Xiang Ma , Haijian Sun , Rose Qingyang Hu , Yi Qian

Federated Learning (FL) offers a promising framework for collaboratively training machine learning models across decentralized genomic datasets without direct data sharing. While this approach preserves data locality, it remains susceptible…

密码学与安全 · 计算机科学 2025-05-13 Chetan Pathade , Shubham Patil

Everyday, large amounts of sensitive data is distributed across mobile phones, wearable devices, and other sensors. Traditionally, these enormous datasets have been processed on a single system, with complex models being trained to make…

机器学习 · 计算机科学 2023-01-10 Zongshun Zhang , Andrea Pinto , Valeria Turina , Flavio Esposito , Ibrahim Matta

Byzantine attacks present a critical challenge to Federated Learning (FL), where malicious participants can disrupt the training process, degrade model accuracy, and compromise system reliability. Traditional FL frameworks typically rely on…

机器学习 · 计算机科学 2025-03-17 Yufei Xia , Wenrui Yu , Qiongxiu Li

With the rapid proliferation of smart mobile devices, federated learning (FL) has been widely considered for application in wireless networks for distributed model training. However, data heterogeneity, e.g., non-independently identically…

机器学习 · 计算机科学 2023-08-08 Xuefeng Han , Jun Li , Wen Chen , Zhen Mei , Kang Wei , Ming Ding , H. Vincent Poor

Federated Learning (FL) enables collaborative training among mutually distrusting parties. Model updates, rather than training data, are concentrated and fused in a central aggregation server. A key security challenge in FL is that an…

密码学与安全 · 计算机科学 2021-05-21 Pau-Chen Cheng , Kevin Eykholt , Zhongshu Gu , Hani Jamjoom , K. R. Jayaram , Enriquillo Valdez , Ashish Verma

Federated learning (FL) enables distributed learning across edge devices while protecting data privacy. However, the learning accuracy decreases due to the heterogeneity of devices' data, and the computation and communication latency…

机器学习 · 计算机科学 2024-01-17 Xiaonan Liu , Tharmalingam Ratnarajah , Mathini Sellathurai , Yonina C. Eldar

Setting the transmit power setting of 5G cells has been a long-term topic of discussion, as optimized power settings can help reduce interference and improve the quality of service to users. Recently, machine learning (ML)-based, especially…

网络与互联网体系结构 · 计算机科学 2022-09-28 Peizheng Li , Hakan Erdol , Keith Briggs , Xiaoyang Wang , Robert Piechocki , Abdelrahim Ahmad , Rui Inacio , Shipra Kapoor , Angela Doufexi , Arjun Parekh

Federated learning (FL) is a popular collaborative distributed machine learning paradigm across mobile devices. However, practical FL over resource constrained mobile devices confronts multiple challenges, e.g., the local on-device training…

网络与互联网体系结构 · 计算机科学 2022-05-24 Rui Chen , Liang Li , Kaiping Xue , Chi Zhang , Miao Pan , Yuguang Fang

Federated learning (FL) is a distributed machine learning paradigm where enormous scattered clients (e.g. mobile devices or IoT devices) collaboratively train a model under the orchestration of a central server (e.g. service provider),…

密码学与安全 · 计算机科学 2022-01-12 Yongkang Wang , Dihua Zhai , Yufeng Zhan , Yuanqing Xia

Federated learning (FL) has been widely deployed to enable machine learning training on sensitive data across distributed devices. However, the decentralized learning paradigm and heterogeneity of FL further extend the attack surface for…

密码学与安全 · 计算机科学 2024-04-16 Haomin Zhuang , Mingxian Yu , Hao Wang , Yang Hua , Jian Li , Xu Yuan

Federated Learning (FL) has emerged as a promising approach to address data privacy and confidentiality concerns by allowing multiple participants to construct a shared model without centralizing sensitive data. However, this decentralized…

密码学与安全 · 计算机科学 2023-07-25 Jahid Hasan

Federated Learning (FL) is a machine learning (ML) approach that enables multiple decentralized devices or edge servers to collaboratively train a shared model without exchanging raw data. During the training and sharing of model updates…

密码学与安全 · 计算机科学 2024-03-06 Ehsan Nowroozi , Imran Haider , Rahim Taheri , Mauro Conti

Federated Learning has emerged as a dominant computational paradigm for distributed machine learning. Its unique data privacy properties allow us to collaboratively train models while offering participating clients certain…

机器学习 · 计算机科学 2022-05-04 Dimitris Stripelis , Marcin Abram , Jose Luis Ambite