Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv Machine Learning · 2026/7/22 04:00:00
FedCC: A Low-Resource Federated Adaptation of Foundation Models for Robust Corpus Callosum localization in Fetal Ultrasound Images
AI 中文解读
FEDCC框架让AI在保护隐私的同时,用极低的计算成本精准定位胎儿脑部关键结构。简单来说,这个技术相当于给医院装了一个“智能助手”,它能从模糊的超声图像中快速找到胼胝体——这是判断胎儿脑发育是否正常的重要标记。传统方法需要集中大量数据训练,但医院之间不能随意分享患者图像。FEDCC用联邦学习让各医院“只学不传数据”,再结合DINOv2和LoRA技术,只更新极小部分参数就达到高识别率,通信成本降到原来的八分之一。实际影响上,这意味着基层医院也能用上顶尖的AI诊断工具,不用再为数据隐私和硬件算力发愁。孕妇做超声检查时,AI可以更早、更准地发现脑部异常,医生也能节省大量时间专注于诊断,让胎儿神经筛查变得更安全、更普及。
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 limitations of US imaging, including low contrast, speckle noise, and the considerable anatomical variability of the CC. We propose FedCC, a federated learning (FL)-based framework for CC localization in fetal US images, specifically designed for realistic multi-center and resource-constrained clinical settings without requiring data sharing. The framework integrates a frozen DINOv2 backbone with a lightweight YOLO-based detection head. To enable parameter-efficient adaptation, Low-Rank Adaptation (LoRA) modules are incorporated, allowing only a small subset of parameters to be optimized and exchanged among clients. This strategy substantially reduces both computational and communication overhead, making the framework suitable for low-resource environments. The proposed approach was evaluated on a multi-center dataset comprising 10,970 ultrasound frames acquired from 58 pregnant women during routine neurosonographic examinations across three clinical sites using heterogeneous imaging devices. The proposed framework achieved strong performance in the federated setting. In particular, the combination of DINOv2 and LoRA under the FedAvg strategy achieved an average mAP@50 of 0.857 and an F1-score of 0.803, outperforming both full fine-tuning and encoder-freezing baselines. Notably, the proposed approach reduced the number of trainable parameters to 2.9M compared with 24.4M in full fine-tuning, corresponding to an approximately 8.5$\times$ reduction in communication cost. These findings represent a promising step toward scalable, privacy-preserving, and clinically deployable AI systems for fetal neurosonography.
分享
阅读原文 ↗