FedPref Enables Federated Learning for Radiology Report Extraction

Flint Xiaofeng Fan, Cheston Tan, Yew-Soon Ong, Roger Wattenhofer· August 19, 2026 View original

Key takeaways

  • FedPref enables collaborative AI training for radiology report extraction without sharing patient data.
  • It significantly improves extraction accuracy, especially for data-poor institutions.
  • The system uses public LLMs for proposals and local annotations for ranking.
  • Only model updates are shared, preserving data privacy and compliance.

Who benefits

HealthcarePharmaceuticalsMedical ResearchHealthTech

Summary

FedPref is a new federated preference learning system that allows hospitals to collaboratively train AI models for structured radiology report extraction without sharing sensitive patient data. It significantly improves extraction accuracy, especially for smaller institutions with less data.

Extracting structured information from free-text radiology reports is crucial for downstream analysis and search, but it requires extensive labeled data. This data is often unevenly distributed across healthcare institutions, with smaller hospitals having fewer local examples, and direct data pooling is often impossible due to privacy concerns. This research introduces FedPref, a novel federated preference learning approach designed to overcome these challenges. FedPref allows multiple institutions to collaboratively train compact Qwen3-8B adapters. The process involves public language models proposing JSON extractions, local annotations ranking these proposals, and only model updates being shared between sites, never the raw patient data or annotations. The system demonstrated significant improvements on development data from simulated hospitals, boosting client-mean F1 scores by 2.49 points and worst-site F1 by 9.10 points compared to isolated training. While central training on pooled data achieved slightly higher F1, FedPref successfully enables collaboration and performance gains for institutions with disparate data volumes, all while maintaining data privacy.

Why it matters

This technology offers a privacy-preserving solution for healthcare institutions to leverage AI for critical data extraction, improving diagnostic accuracy, research capabilities, and operational efficiency without compromising patient confidentiality.

How to implement this in your domain

  1. 1Investigate federated learning frameworks for sensitive data applications within your organization.
  2. 2Pilot FedPref or similar approaches for structured data extraction from medical records or other confidential documents.
  3. 3Collaborate with other institutions to explore shared model training initiatives under strict privacy protocols.
  4. 4Assess the potential for improving data quality and analysis capabilities through collaborative AI model development.

Original post by Flint Xiaofeng Fan, Cheston Tan, Yew-Soon Ong, Roger Wattenhofer

"arXiv:2608.16971v1 Announce Type: new Abstract: Radiology reports describe findings and locations in free text, but downstream search and analysis require these relations in a fixed schema. Learning this extraction requires labels that are unevenly distributed across institutions…"

View on X

Originally posted by Flint Xiaofeng Fan, Cheston Tan, Yew-Soon Ong, Roger Wattenhofer on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Engineering & DevTools