What Is Federated Learning?

7 min readAbleneo AI transformation team

Short answer. Federated learning trains one shared AI model across many data holders while raw data never leaves its source. Only model updates travel between parties, often a few megabytes of learned parameters, while the underlying datasets can hold billions of records that stay inside each organization. The European Data Protection Supervisor confirmed in June 2025 that this design builds AI models without moving data from where it lives. For a bank or insurer, that means training a fraud or credit-risk model on wider signal without pooling customer data in one place.

1What This Means in Practice

Standard machine learning gathers data into one place, then trains a model on the pooled dataset. Federated learning reverses the flow. The model travels to the data, trains locally on each participant’s records, and sends back only the updated parameters. A central coordinator averages those updates into a new global model and redistributes it. The raw records stay where they were created.

One training round works in four steps. The coordinator sends the current model to each participant. Each participant trains it on local data. Each returns the parameter changes, not the data. The coordinator aggregates the changes into an improved model. The cycle repeats until the model converges. What crosses the network is a set of weights or gradients, typically a few megabytes, not the source records.

Financial institutions apply the pattern to problems where more data means a better model but the data cannot be shared:

2Why This Matters for Regulated Industries

In Central European financial services, the blocker on collaborative AI is rarely the algorithm. It is data protection. GDPR sets data minimisation and purpose limitation as core principles, and pooling customer records from multiple banks into one training set collides with both. Federated learning keeps personal data under each controller’s control and moves only model parameters, which aligns the training method with those principles by design rather than by exception.

Regulators have taken a clear position. In June 2025 the European Data Protection Supervisor, with the Spanish data protection authority, published a technical report describing federated learning as a distributed training technique that builds AI models without moving data from its source. That does not make the method automatically compliant, and it does not remove obligations under DORA or the EU AI Act. A federated model still needs documented lineage, testing, and human oversight for high-risk decisions such as credit and fraud. Federated learning changes where the data sits, not whether the model is governed.

Federated learning trains a shared model across many data holders while raw data stays at its source, moving only model parameters of a few megabytes.

3How Is Federated Learning Different From Centralized AI Training?

Centralized training copies data to a server and trains there. Federated learning sends the model to the data and trains in place. The practical difference is exposure. In the centralized model, one breach of the training server exposes every record that was pooled. In the federated model, there is no central store of raw data to breach, because the parameters that move carry patterns, not rows.

The tradeoff is engineering complexity. Federated learning has to coordinate many participants, tolerate devices or institutions that drop offline mid-round, and handle data that is unevenly distributed across parties. It also adds communication cost, because each round moves parameters back and forth. For sensitive data that legally cannot be pooled, that complexity buys something a centralized pipeline cannot offer.

4Does Federated Learning Satisfy GDPR on Its Own?

No. Federated learning reduces the privacy surface, it does not erase it. Model updates can leak information about the data they were trained on. A determined attacker can, under some conditions, reconstruct features or infer whether a specific record was in the training set. This is why serious deployments combine federated learning with additional privacy-enhancing techniques.

Peer-reviewed work published in 2025 in Scientific Reports evaluated federated credit-risk models built with differential privacy and homomorphic encryption layered on top of the federated design. Differential privacy adds calibrated noise so no single record dominates the update. Homomorphic encryption lets the coordinator aggregate parameters it cannot read. Federated learning is the architecture. These techniques are what make it stand up to scrutiny for regulated financial data.

5Where Do Banks and Insurers Use Federated Learning First?

The strongest early cases share three traits. The data is sensitive enough that pooling is blocked. The problem benefits from signal that no single institution holds alone. And the outcome is measurable. Cross-institution fraud detection fits all three, which is why it is the most common first project. A pattern that looks normal at one bank can look coordinated across several, and federated learning surfaces that without any bank seeing another’s transactions.

Credit risk and anti-money laundering follow the same logic. In 2022 the UK and US governments ran prize challenges specifically for privacy-preserving federated learning applied to international money laundering, using synthetic global transaction data. For insurers, claims-fraud models and cross-portfolio risk scoring are the equivalent entry points. In each case the institution starts with one narrow, high-value use case rather than a platform-wide rollout.

6What Are the Limits and Security Risks of Federated Learning?

Federated learning is not free of risk. Malicious participants can poison the shared model by submitting corrupted updates, so the coordinator needs robust aggregation and anomaly checks on incoming parameters. Communication overhead grows with the number of rounds and participants. Uneven data across parties can bias the global model toward whoever holds the most or the cleanest records. And as noted, the updates themselves need protection through differential privacy or encryption.

None of these is a reason to avoid the method. They are reasons to design for them from the start: authenticate participants, validate updates, budget the privacy noise, and monitor the model in production the same way any high-risk system is monitored. The failure mode is treating federated learning as a privacy checkbox rather than a system that still needs governance.

7The Ableneo Perspective

Ableneo builds the governance, data, and runtime controls that let AI models reach production and stay accountable, which is exactly what a federated deployment in a regulated bank demands. In 2025 Ableneo shipped 34 production AI projects across four countries, with roughly 80% reaching production and 94% using large language models, and its financial-services work spans institutions in the same regulatory world as any Central European bank weighing federated learning. Privacy-preserving training is an architecture decision before it is a model choice, and Ableneo’s AI and data enabling services treat data integrity, governance, and runtime control as one system rather than three disconnected tools.

Key takeaways

Sources

Planning AI in a regulated business? Ableneo takes systems from classification to governed production.

Talk to Ableneo