paper-with-me

Papers

NVIDIA FLARE: Federated Learning from Simulation to Real-World

2022-10-24 · Holger R. Roth, Yan Cheng, Yuhong Wen, Isaac Yang, Ziyue Xu, Yuan-Ting Hsieh, Kristopher Kersten, Ahmed Harouni, Can Zhao, Kevin Lu, Zhihong Zhang, Wenqi Li, Andriy Myronenko, Dong Yang, Sean Yang, Nicola Rieke, Abood Quraini, Chester Chen, Daguang Xu, Nic Ma, Prerna Dogra, Mona Flores, Andrew Feng

Federated learning (FL) enables building robust and generalizable AI models by leveraging diverse datasets from multiple collaborators without centralizing the data. We created NVIDIA FLARE as an open-source software development kit (SDK) to make it easier for data scientists to use FL in their research and real-world applications. The SDK includes solutions for state-of-the-art FL algorithms and federated machine learning approaches, which facilitate building workflows for distributed learning across enterprises and enable platform developers to create a secure, privacy-preserving offering for multiparty collaboration utilizing homomorphic encryption or differential privacy. The SDK is a lightweight, flexible, and scalable Python package. It allows researchers to apply their data science workflows in any training libraries (PyTorch, TensorFlow, XGBoost, or even NumPy) in real-world FL settings. This paper introduces the key design principles of NVFlare and illustrates some use cases (e.g., COVID analysis) with customizable FL workflows that implement different privacy-preserving algorithms. Code is available at https://github.com/NVIDIA/NVFlare.

📄 PDF Abstract BibTeX arXiv:2210.13291

Code (1)

nvidia/nvflare 공식 구현 pytorch

Tasks

Federated LearningPrivacy Preserving

Similar Papers 제목 키워드 기반

Benchmarking Federated Learning Frameworks for Medical Imaging Deployment: A Comparative Study of NVIDIA FLARE, Flower, and Owkin Substra

2025-10-27 · Riya Gupta, Alexander Chowdhury, Sahil Nalawade arxiv

Federated Learning (FL) has emerged as a transformative paradigm in medical AI, enabling collaborative model training across institutions without direct data sharing. This study benchmarks three prominent FL frameworks N…

Federated Learning

Empowering Federated Learning for Massive Models with NVIDIA FLARE

2024-02-12 · Holger R. Roth, Ziyue Xu, Yuan-Ting Hsieh, Adithya Renduchintala 외

In the ever-evolving landscape of artificial intelligence (AI) and large language models (LLMs), handling and leveraging data effectively has become a critical challenge. Most state-of-the-art machine learning algorithms…

Federated Learning

Privacy-Preserving Federated Fraud Detection in Payment Transactions with NVIDIA FLARE

2026-03-13 · Holger R. Roth, Sarthak Tickoo, Mayank Kumar, Isaac Yang 외 arxiv

Fraud-related financial losses continue to rise, while regulatory, privacy, and data-sovereignty constraints increasingly limit the feasibility of centralized fraud detection systems. Federated Learning (FL) has emerged …

Federated LearningAnomaly DetectionFraud Detection

Federated Learning and Class Imbalances

2026-01-09 · Siqi Zhu, Joshua D. Kaggie arxiv

Federated Learning (FL) enables collaborative model training across decentralized devices while preserving data privacy. However, real-world FL deployments face critical challenges such as data imbalances, including labe…

Federated Learning

Communication-Efficient Vertical Federated Learning with Limited Overlapping Samples

2023-03-28 · ICCV 2023 1 · Jingwei Sun, Ziyue Xu, Dong Yang, Vishwesh Nath 외

Federated learning is a popular collaborative learning approach that enables clients to train a global model without sharing their local data. Vertical federated learning (VFL) deals with scenarios in which the data on c…

Federated LearningVertical Federated Learning