paper-with-me

Papers

APPFL: Open-Source Software Framework for Privacy-Preserving Federated Learning

2022-02-08 · Minseok Ryu, Youngdae Kim, Kibaek Kim, Ravi K. Madduri

Federated learning (FL) enables training models at different sites and updating the weights from the training instead of transferring data to a central location and training as in classical machine learning. The FL capability is especially important to domains such as biomedicine and smart grid, where data may not be shared freely or stored at a central location because of policy challenges. Thanks to the capability of learning from decentralized datasets, FL is now a rapidly growing research field, and numerous FL frameworks have been developed. In this work, we introduce APPFL, the Argonne Privacy-Preserving Federated Learning framework. APPFL allows users to leverage implemented privacy-preserving algorithms, implement new algorithms, and simulate and deploy various FL algorithms with privacy-preserving techniques. The modular framework enables users to customize the components for algorithms, privacy, communication protocols, neural network models, and user data. We also present a new communication-efficient algorithm based on an inexact alternating direction method of multipliers. The algorithm requires significantly less communication between the server and the clients than does the current state of the art. We demonstrate the computational capabilities of APPFL, including differentially private FL on various test datasets and its scalability, by using multiple algorithms and datasets on different computing environments.

📄 PDF Abstract BibTeX arXiv:2202.03672

Code (1)

appfl/appfl 공식 구현 pytorch

Tasks

Federated LearningPrivacy Preserving

Similar Papers 제목 키워드 기반

Advances in APPFL: A Comprehensive and Extensible Federated Learning Framework

2024-09-17 · Zilinghan Li, Shilan He, Ze Yang, Minseok Ryu 외

Federated learning (FL) is a distributed machine learning paradigm enabling collaborative model training while preserving data privacy. In today's landscape, where most data is proprietary, confidential, and distributed,…

BenchmarkingFederated Learning

APPFLx: Providing Privacy-Preserving Cross-Silo Federated Learning as a Service

2023-08-17 · Zilinghan Li, Shilan He, Pranshu Chaturvedi, Trung-Hieu Hoang 외

Cross-silo privacy-preserving federated learning (PPFL) is a powerful tool to collaboratively train robust and generalized machine learning (ML) models without sharing sensitive (e.g., healthcare of financial) local data…

Federated LearningPrivacy Preserving

Secure Federated Learning Across Heterogeneous Cloud and High-Performance Computing Resources -- A Case Study on Federated Fine-tuning of LLaMA 2

2024-02-19 · Zilinghan Li, Shilan He, Pranshu Chaturvedi, Volodymyr Kindratenko 외

Federated learning enables multiple data owners to collaboratively train robust machine learning models without transferring large or sensitive local datasets by only sharing the parameters of the locally trained models.…

Cloud ComputingFederated LearningPrivacy Preserving

APPFLChain: A Privacy Protection Distributed Artificial-Intelligence Architecture Based on Federated Learning and Consortium Blockchain

2022-06-26 · Jun-Teng Yang, Wen-Yuan Chen, Che-Hua Li, Scott C. -H. Huang 외

Recent research in Internet of things has been widely applied for industrial practices, fostering the exponential growth of data and connected devices. Henceforth, data-driven AI models would be accessed by different par…

Decision MakingFederated Learning

Scalable Cross-Facility Federated Learning for Scientific Foundation Models on Multiple Supercomputers

2026-03-20 · Yijiang Li, Zilinghan Li, Kyle Chard, Ian Foster 외 arxiv

Artificial Intelligence for scientific applications increasingly requires training large models on data that cannot be centralized due to privacy constraints, data sovereignty, or the sheer volume of data generated. Fede…

Federated Learning