FedCC Localizes Fetal Brain Structures with Low-Resource Federated Learning

Alessandro Di Matteo, Sara Moccia, Giuseppe Rizzo, Gianpaolo Grisolia, Ricciarda Raffaelli, Lorenzo Vasciaveo, Francesco D'Antonio, Maria Chiara Fiorentino· July 22, 2026 View original

Summary

FedCC is a federated learning framework designed for low-resource, multi-center clinical settings to accurately localize the corpus callosum in fetal ultrasound images. It combines a frozen DINOv2 backbone with a lightweight YOLO-based detection head and uses LoRA for parameter-efficient adaptation, significantly reducing computational and communication overhead.

Accurate identification of the corpus callosum (CC) in fetal ultrasound images is critical for detecting early neurodevelopmental issues. However, challenges like low contrast, speckle noise, and anatomical variability make this a difficult task. This research introduces FedCC, a federated learning (FL) framework tailored for realistic clinical environments with limited resources and strict data privacy requirements. FedCC employs a robust architecture that integrates a pre-trained DINOv2 backbone, which remains frozen, with a lightweight YOLO-based detection head. To ensure efficient adaptation without sharing raw patient data, the framework incorporates Low-Rank Adaptation (LoRA) modules. LoRA allows only a small fraction of parameters to be optimized and exchanged between participating clinical sites, drastically cutting down on computational and communication costs. Evaluated on a multi-center dataset of nearly 11,000 ultrasound frames from 58 pregnant women across three sites, FedCC demonstrated strong performance. The DINOv2 and LoRA combination, under a FedAvg strategy, achieved an mAP@50 of 0.857 and an F1-score of 0.803. This approach significantly outperformed full fine-tuning and encoder-freezing baselines while reducing trainable parameters by approximately 8.5 times, making it highly suitable for privacy-preserving and scalable clinical AI deployments.

Why it matters

Healthcare professionals and AI developers can leverage FedCC's approach to build and deploy robust medical imaging AI solutions across multiple institutions without compromising patient privacy or requiring extensive computational resources.

How to implement this in your domain

  1. 1Evaluate the potential of federated learning for medical imaging tasks within your healthcare network, especially for sensitive data.
  2. 2Investigate integrating LoRA modules with pre-trained foundation models (like DINOv2) for parameter-efficient adaptation in your AI pipelines.
  3. 3Pilot a federated learning project with multiple clinical sites to assess the practical challenges and benefits of data-private model training.
  4. 4Develop strategies for managing and exchanging lightweight model updates (LoRA parameters) between participating institutions.
  5. 5Collaborate with IT and legal teams to ensure compliance with data privacy regulations (e.g., HIPAA, GDPR) when implementing FL solutions.

Who benefits

HealthcareMedical DevicesPharmaceuticalsBiotechnology

Key takeaways

  • FedCC enables accurate fetal brain structure localization using federated learning.
  • It uses a frozen DINOv2 backbone and LoRA for efficient, privacy-preserving adaptation.
  • The framework significantly reduces computational and communication overhead.
  • This approach is ideal for multi-center clinical settings with low resources and strict privacy.

Original post by Alessandro Di Matteo, Sara Moccia, Giuseppe Rizzo, Gianpaolo Grisolia, Ricciarda Raffaelli, Lorenzo Vasciaveo, Francesco D'Antonio, Maria Chiara Fiorentino

"arXiv:2607.18283v1 Announce Type: new Abstract: Accurate localization of the corpus callosum (CC) in fetal ultrasound (US) images is crucial for the early identification of neurodevelopmental abnormalities. However, this task remains highly challenging due to the intrinsic limita…"

View on X

Originally posted by Alessandro Di Matteo, Sara Moccia, Giuseppe Rizzo, Gianpaolo Grisolia, Ricciarda Raffaelli, Lorenzo Vasciaveo, Francesco D'Antonio, Maria Chiara Fiorentino on X · view source

Want to go deeper?

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

Explore courses