country_code

What Is Federated Learning?

Federated learning is a way to develop and validate AI models from diverse data sources while mitigating the risk of compromising data security or privacy, as the data never leaves individual sites.
by Nicola Rieke
AI healthcare

Editor’s note: On April 16, 2024, we updated our original post on federated learning, which was first published October 13, 2019. 

The key to becoming a medical specialist, in any discipline, is experience.

Knowing how to interpret symptoms, which move to make next in critical situations, and which treatment to provide — it all comes down to the training you’ve had and the opportunities you’ve had to apply it.

For AI algorithms, experience comes in the form of large, varied, high-quality datasets. But such datasets have traditionally proved hard to come by, especially in the area of healthcare.

Federated learning is a way to develop and validate accurate, generalizable AI models from diverse data sources while mitigating the risk of compromising data security or privacy. It enables AI models to be built with a consortium of data providers without the data ever leaving individual sites.

Medical institutions have had to rely on their own data sources, which can be biased by, for example, patient demographics, the instruments used or clinical specializations. Or they’ve needed to pool data from other institutions to gather all of the information they need, which requires managing regulatory issues.

Federated learning makes it possible for AI algorithms to gain experience from a vast range of data located at different sites.

The approach enables several organizations to collaborate on the development of models, but without needing to directly share sensitive clinical data with each other.

Over the course of several training iterations the shared models get exposed to a significantly wider range of data than what any single organization possesses in-house.

Federated learning is gaining traction beyond healthcare, moving into financial services, cybersecurity, transportation, high performance computing, energy, drug discovery and other fields.

Frameworks such as NVIDIA FLARE (NVFlare) have enabled enterprises to collaborate by contributing data through federated learning for model improvements.

NVFlare, an open-source federated learning framework that’s widely adopted across various applications, offers a diverse range of examples of machine learning and deep learning algorithms. It includes robust security features, advanced privacy protection techniques and a flexible system architecture — building trust among users.

How Federated Learning Works 

The main concept of federated learning is to train models locally without sharing data, only the model parameters.

The aggregator starts with an initial global model and broadcasts the model parameters to all clients. The client node receives the global model parameters and starts training the received model on local data. Then, the newly trained local model is sent back to the aggregator node. Only model parameters, no private data, are shared with the aggregator.

The aggregator node will perform aggregation, such as weighted average, to produce a new global model. That new global model will be broadcast again by repeating the first step until convergence, or until it’s reached the max number of rounds.

AI algorithms deployed in medical scenarios ultimately need to reach clinical-grade accuracy. Largely speaking, this means that they meet, or exceed, the gold standard for the application to which they’re applied.

To be considered an expert in a particular medical field, you generally need to have clocked 15 years on the job. Such an expert has probably read around 15,000 cases in a year, which adds up to around 225,000 over their career.

When you consider rare diseases, which affect around one in 2,000 people, even an expert with three decades’ experience will have only seen roughly 100 cases of a particular condition.

To train models that meet the same grade as medical experts, the AI algorithms need to be fed a large number of cases. And these examples need to sufficiently represent the clinical environment in which they’ll be used.

But currently the largest open dataset contains 100,000 cases.

And it’s not only the amount of data that counts. It also needs to be very diverse and incorporate samples from patients of different genders, ages, demographics and environmental exposures.

Individual healthcare institutes may have archives containing hundreds of thousands of records and images, but these data sources are typically kept siloed. This is largely because health data is private and cannot be used without the necessary patient consent and ethical approval.

Federated learning decentralizes deep learning by removing the need to pool data into a single location. Instead, the model is trained in multiple iterations at different sites.

For example, say three hospitals decide to team up and build a model to help automatically analyze brain tumor images.

If they chose to work with a client-server federated approach, a centralized server would maintain the global deep neural network and each participating hospital would be given a copy to train on their own dataset.

Once the model had been trained locally for a couple of iterations, the participants would send their updated version of the model back to the centralized server and keep their dataset within their own secure infrastructure.

The central server would then aggregate the contributions from all of the participants. The updated parameters would then be shared with the participating institutes, so that they could continue local training.

A centralized-server approach to federated learning.

If one of the hospitals decided it wanted to leave the training team, this would not halt the training of the model, as it’s not reliant on any specific data. Similarly, a new hospital could choose to join the initiative at any time.

This is just one of many approaches to federated learning. The common thread through all approaches is that every participant gains global knowledge from local data — everybody wins.

Why Federated Learning?

Federated learning still requires careful implementation to ensure that patient data is kept secure. But it has the potential to tackle some of the challenges faced by approaches that require the pooling of sensitive clinical data.

For federated learning, clinical data doesn’t need to be taken outside an institution’s own security measures. Every participant keeps control of its own clinical data.

As this makes it harder to extract sensitive patient information, federated learning opens up the possibility for teams to build larger, more diverse datasets for training their AI algorithms.

Implementing a federated learning approach also encourages different hospitals, healthcare institutions and research centers to collaborate on building a model that could benefit them all.

How Federated Learning Can Transform Industries

Federated learning could revolutionize how AI models are trained, with the benefits also filtering out into the wider healthcare ecosystem.

Larger hospital networks would be able to work better together and benefit from access to secure, cross-institutional data. While smaller community and rural hospitals would enjoy access to expert-level AI algorithms.

It could bring AI to the point of care, enabling large volumes of diverse data from across different organizations to be included in model development, while complying with local governance of the clinical data.

Clinicians would have access to more robust AI algorithms, based on data that represents a wider demographic of patients for a particular clinical area or from rare cases that they would not have come across locally. They’d also be able to contribute back to the continued training of these algorithms whenever they disagreed with the outputs.

Healthcare startups could bring cutting-edge innovations to market faster, thanks to a secure approach to learning from more diverse algorithms.

Meanwhile, research institutions would be able to direct their work toward actual clinical needs, based on a wide variety of real-world data, rather than the limited supply of open datasets.

Large-scale federated learning projects are now starting, hoping to improve drug discovery and bring AI benefits to the point of care.

MELLODDY, a drug-discovery consortium based in the U.K., aims to demonstrate how federated learning techniques could give pharmaceutical partners the best of both worlds: the ability to leverage the world’s largest collaborative drug compound dataset for AI training without sacrificing data privacy.

King’s College London is hoping that its work with federated learning, as part of its London Medical Imaging and Artificial Intelligence Centre for Value-Based Healthcare project, could lead to breakthroughs in classifying stroke and neurological impairments, determining the underlying causes of cancers, and recommending the best treatment for patients.

In the context of financial services, federated learning can be applied to train a model using data from several banks to estimate individual transaction risk scores while keeping personal information locally at the banks.

Fraud detection is an important federated learning use case for banking and insurance. Institutions can harness data from user accounts and fraud cases to create better fraud-detection models without sacrificing user data privacy.

This can be challenging without federated learning, considering data privacy protection laws such as the EU’s GRPR, China’s PIPL and the recent EU AI Act, which prohibits cross-border data sharing. With federated learning, financial institutions can comply with these laws and regulations while using rich, private datasets for better, safer outcomes.

NVFlare can be used with XGBoost and Kaggle’s Credit Card Fraud Detection dataset for securing credit card transactions and with graph neural networks (GNNs) for financial transaction classification.

Federated learning is also applicable in use cases such as federated data analytics on edge medical devices, cross-board data training with autonomous vehicle models and drug discovery. Driven by data privacy regulations, the need to build better models with more private data, as well as the generative AI boom, the adoption of federal learning is accelerating.

Learn more about NVFlare. Explore more about federated learning on related NVIDIA technical blogs. And discover the science behind the approach, in this paper.

 

Strength and Destiny Collide: ‘Samson: A Tyndalston Story’ Arrives in the Cloud

Jump into new adventures with four new games, including ‘Rayman 30th Anniversary Edition.’
by GeForce NOW Community
Samson on GeForce NOW

A timeless story of grit, faith and rebellion takes center stage as Samson: A Tyndalston Story joins the GeForce NOW library today. 

The highly anticipated release from Liquid Swords can now be streamed on nearly any device with GeForce NOW bringing cinematic intensity and mythic storytelling to the cloud.

Catch it as part of four new games in the cloud this week.

Stream the Power

Samson on GeForce NOW
A new legend rises.

Tyndalston is a city built on debt, muscle and memory. Samson: A Tyndalston Story from Liquid Swords follows Samson, a former enforcer pulled back to the streets that made him. Violence is currency as every fight is personal, every hit carries history and every escape feels earned in a city that never forgives.

Gameplay blends cinematic melee action with choice-driven narrative progression. Every confrontation — from shadowed alley brawls to large-scale set pieces — feels purposeful, reflecting Samson’s internal struggle between vengeance and redemption. Brawls hit fast and close. Cars aren’t set pieces — they’re weapons. Momentum and terrain decide if the player walks away or falls harder. Every job, debt and decision cuts toward freedom or collapse.

The game takes full advantage of ray-traced global illumination, reflections and shadows, creating a city that feels cinematic and alive. NVIDIA DLSS 3.5 boosts performance, while NVIDIA Reflex technology cuts down latency to keep controls razor-sharp during split-second fights. With GeForce NOW, the experience streams instantly at maximum fidelity, even without the latest hardware. No waiting around for downloads or worrying about system specs, just dive straight into the grit and glow of Tyndalston.

Celebrate New Games

No arms, no problem.
No arms, no problem.

Celebrate three decades of Rayman with the definitive edition of the platforming classic in Rayman 30th Anniversary Edition, featuring five versions from iconic consoles, over 120 additional levels and an exclusive documentary that explores the creation of the limbless hero. Stream it on GeForce NOW without having to wait around for downloads or updates. 

In addition, members can look for the following:

  • Samson (New release on Steam, April 8, GeForce RTX 5080-ready)
  • Morbid Metal (New release on Steam, April 8, GeForce RTX 5080-ready)
  • DayZ (New release on Xbox, available on Game Pass, April 9) 
  • Rayman: 30th Anniversary Edition (Steam and Ubisoft)

GeForce RTX 5080-ready game this week, in addition to Samson and Morbid Metal:

  • Starfield (Steam and Xbox, available on Game Pass)

What are you planning to play this weekend? Let us know on X or in the comments below.

Press Start on April: GeForce NOW Brings 10 Games to the Cloud

This week also brings 12 new games to stream in the cloud, including the hit title ‘Arknights: Endfield.’
by GeForce NOW Community
April games list on GeForce NOW

No joke — GFN Thursday is skipping the tricks and heading straight into the games. April kicks off with ten new titles, bringing fresh adventures to GeForce NOW, including the launch of Capcom’s highly anticipated PRAGMATA.

A dozen new games are available to stream this week, including Arknights: Endfield, which expands the acclaimed series into a full 3D real‑time strategy adventure. On GeForce NOW, every battle flows with precision and every mission looks sharper than ever.

So gear up, grab a controller or gaming device of choice, and get ready to stream — another month of great gaming is now underway.

Command the Frontier

Arknights Endfield on GeForce NOW
Reclaim the frontier using cloud technology.

Arknights: Endfield from Hypergryph expands the acclaimed Arknights universe into a full, 3D, real‑time strategy role-playing game. Blending tactical planning with sleek sci‑fi aesthetics, the title invites players into a world featuring terraformed settlements, advanced technology and looming threats beneath the planet’s surface.

Set on the perilous planet Talos‑II, Endfield follows a group of pioneers uncovering lost secrets and battling hostile factions. The game seamlessly merges base‑building, exploration and combat — with squads of operators coordinating in real time to overcome environmental hazards and powerful enemies. Every decision impacts survival, progress and the unfolding mystery of the world.

On GeForce NOW, Arknights: Endfield can be played at the highest settings from virtually any device, enabling crisp visuals and high performance without compromise. GeForce RTX rendering brings the game’s metallic skylines and glowing wastelands to life, while ultralow-latency streaming ensures every tactical command lands with precision. 

Spring Into April

MegaMan Star Force Legacy Collection
He’s back.

Capcom’s Mega Man Star Force Legacy Collection includes seven games and additional features, including a gallery of illustrations and music. Eleven‑year‑old Geo Stelar is a grieving boy who isolates himself after the mysterious disappearance of his astronaut father. His life changes when he encounters an extraterrestrial being named Omega‑Xis, granting him the power to become Mega Man. The collection streams instantly with GeForce NOW, turning any device into a Star Force terminal ready to save the world once more.

Check out what else is available this week:

  • Hozy (New release on Steam, March 30)
  • Cooking Simulator 2: Better Together (New release on Steam, March 31)
  • Legacy of Kain: Ascendance (New release on Steam, March 31)
  • Subliminal (New release on Steam, March 31)
  • Super Meat Boy 3D (New release on Steam, March 31)
  • I Am Jesus Christ (New release on Steam, April 2)
  • ALL WILL FALL (New release on Steam, April 3, GeForce RTX 5080-ready)
  • Arknights: Endfield (Official Site)
  • Mega Man Star Force Legacy Collection (Steam)
  • Nova Roma (Steam and Xbox, available on Game Pass)
  • RuneScape: Dragonwilds (Steam)
  • Way of the Hunter 2 (Steam, GeForce RTX 5080-ready)

And look forward to the games coming throughout the month:

  • Vampire Crawlers: The Turbo Wildcard from Vampire Survivors (New release on Steam, April 21)
  • Samson (New release on Steam, April 8)
  • Replaced (New release on Steam and Xbox, available on Game Pass, April 14)
  • Cthulhu: The Cosmic Abyss (New release on Steam, April 16)
  • PRAGMATA (New release on Steam, April 17)
  • Outbound (New release on Steam, April 23)
  • Heroes of Might and Magic: Olden Era (New release on Steam, April 30)
  • Bus Bound (New release on Steam, April 30)

More of March

In addition to the 15 games announced last month, a dozen more joined the GeForce NOW library:

  • 1348 Ex Voto (Steam, GeForce RTX 5080-ready)
  • BATTLETECH (Xbox, available on Game Pass)
  • Cooking Simulator 2: Better Together (Steam)
  • Despot’s Game (Xbox, available on Microsoft)
  • Diablo II: Resurrected (Steam)
  • Hozy (Steam)
  • King’s Quest (Ubisoft)
  • Monster Hunter Stories 3: Twisted Reflection (Steam, GeForce RTX 5080-ready)
  • Super Meat Boy 3D (Steam)
  • Warcraft I: Remastered (Ubisoft)
  • Warcraft II: Remastered (Ubisoft)
  • Way of the Hunter 2 (Steam)

What are you planning to play this weekend? Check out Crimson Desert on GeForce NOW in Anytime Anywhere Gaming’s YouTube review.

 

Game On: Five New Titles Now Streaming on GeForce NOW

‘Screamer’ and the latest update from ‘Honkai Star Rail’ are streaming this week on GeForce NOW.
by GeForce NOW Community
Screamer on GeForce NOW

That gaming backlog won’t clear itself — GeForce NOW is here to help. Stream the latest titles straight from the cloud across a variety of devices.

This week, five new titles are ready to play instantly in the cloud gaming platform’s library. Screamer drifts onto the scene with retro‑racing attitude and pixel‑perfect speed. Plus, Honkai: Star Rail Version 4.1, “Unraveled for Daybreak,” touches down.

Hit the Gas

Screamer on GeForce NOW
The ‘90s called — it wants the cloud.

Screamer from Milestone roars back onto the track as a blistering arcade racer that thrives on speed, precision and pure retro attitude.

Tight corners and neon‑soaked straights define a style built for thrill seekers who crave the rush of classic ‘90s racing action. The mix of sharp visuals, snappy handling and roaring engines creates an experience that’s equal parts vintage energy and modern muscle.

Running on GeForce NOW, Screamer puts pedal to the metal with ultralow latency and buttery‑smooth streaming. In the cloud, every race launches instantly, every drift hits with full force and every victory feels just a little louder.

Let’s Play Today

Honkai Star Rail 4.1 on GeForce NOW
All aboard the Astral Express.

Honkai: Star Rail Version 4.1, “Unraveled for Daybreak,” is available now, bringing new adventures aboard the Astral Express. The crew touches down at Star Rail FEST, a grand interstellar celebration packed with new zones, characters and challenges. Detective Ashveil joins as a new five-star Lightning hunter, chasing conspiracies hidden behind the glitz of the Phantasmoon Games. Dive into the new Wispae War Saga, enjoy free Warps and explore fresh Divergent Universe content filled with rewards and events. Play the latest Honkai: Star Rail update instantly on GeForce NOW — no installs, just starlight and action.

Members can also look for the following:

  • Screamer (New release on Steam, March 26, GeForce RTX 5080-ready)
  • King’s Quest (New release on Ubisoft, March 25)
  • BATTLETECH (Xbox, available on Game Pass)
  • Despot’s Game (Xbox, available on Microsoft)
  • Diablo II: Resurrected (Steam)

What are you planning to play this weekend? Let us know on X or in the comments below.