Embedding-Based Federated Learning with Runtime Governance for Iron Deficiency Prediction

· Source: cs.LG updates on arXiv.org · Field: Health & Wellbeing — Clinical Care & Medical Practice, Medical Devices & Health Technology, Health & Medical Research · Depth: Expert, extended

Summary

An embedding-based Federated Learning (FL) pipeline for iron deficiency prediction from full blood count (FBC) data was developed and deployed across Amsterdam University Medical Centre (AUMC) and NHS Blood and Transplant (NHSBT). The system utilizes a frozen domain-specific haematology foundation model, DeepCBC, for site-local representation extraction, restricting federated training to a compact downstream classifier and significantly reducing communication overhead. The two clinical datasets are structurally non-IID due to distinct population differences. Runtime governance is enforced by FLA3, a healthcare-oriented FL platform. While standard FedAvg reduced ROC-AUC at both sites, FedMAP, a personalized aggregation method, raised ROC-AUC from 0.9470 to 0.9594 at AUMC and from 0.8558 to 0.8671 at NHSBT relative to local-only training, achieving the highest macro ROC-AUC of 0.9133 and best macro balanced accuracy overall.

Key takeaway

For AI Scientists and MLOps Engineers deploying federated learning in healthcare, you should prioritize personalized aggregation methods like FedMAP when dealing with structurally heterogeneous clinical data, as sample-size weighting can degrade performance. Additionally, integrate runtime governance platforms such as FLA3 to ensure policy-based authorization and auditable logging, which are critical for operational deployment across diverse regulatory environments like AUMC and NHSBT.

Key insights

Personalized aggregation and runtime governance are crucial for effective, deployable healthcare federated learning with heterogeneous data.

Principles

Method

A two-stage FL design uses a frozen DeepCBC foundation model for local FBC data embedding, then federatively trains a compact MLP classifier using FedMAP for personalized aggregation, all governed by FLA3.

In practice

Topics

Code references

Best for: Research Scientist, AI Scientist, MLOps Engineer, AI Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.LG updates on arXiv.org.