菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-12
📄 Abstract - Deep Learning-based Assessment of the Relation Between the Third Molar and Mandibular Canal on Panoramic Radiographs using Local, Centralized, and Federated Learning

Impaction of the mandibular third molar in proximity to the mandibular canal increases the risk of inferior alveolar nerve injury. Panoramic radiography is routinely used to assess this relationship. Automated classification of molar-canal overlap could support clinical triage and reduce unnecessary CBCT referrals, while federated learning (FL) enables multi-center collaboration without sharing patient data. We compared Local Learning (LL), FL, and Centralized Learning (CL) for binary overlap/no-overlap classification on cropped panoramic radiographs partitioned across eight independent labelers. A pretrained ResNet-34 was trained under each paradigm and evaluated using per-client metrics with locally optimized thresholds and pooled test performance with a global threshold. Performance was assessed using area under the receiver operating characteristic curve (AUC) and threshold-based metrics, alongside training dynamics, Grad-CAM visualizations, and server-side aggregate monitoring signals. On the test set, CL achieved the highest performance (AUC 0.831; accuracy = 0.782), FL showed intermediate performance (AUC 0.757; accuracy = 0.703), and LL generalized poorly across clients (AUC range = 0.619-0.734; mean = 0.672). Training curves suggested overfitting, particularly in LL models, and Grad-CAM indicated more anatomically focused attention in CL and FL. Overall, centralized training provided the strongest performance, while FL offers a privacy-preserving alternative that outperforms LL.

顶级标签: medical computer vision model training
详细标签: federated learning dental imaging panoramic radiography third molar mandibular canal 或 搜索:

基于局部学习、中心化学习与联邦学习的全景X光片中第三磨牙与下颌管关系深度学习评估 / Deep Learning-based Assessment of the Relation Between the Third Molar and Mandibular Canal on Panoramic Radiographs using Local, Centralized, and Federated Learning


1️⃣ 一句话总结

这项研究比较了三种机器学习方法(局部、中心化和联邦学习)在自动判断全景X光片中智齿与下颌神经管是否重叠上的表现,发现中心化学习效果最好,而联邦学习在保护患者隐私的同时也能达到不错的诊断效果,优于各医院单独训练的局部模型。

源自 arXiv: 2603.11850