菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-13
📄 Abstract - Progressive Deep Learning for Automated Spheno-Occipital Synchondrosis Maturation Assessment

Accurate assessment of spheno-occipital synchondrosis (SOS) maturation is a key indicator of craniofacial growth and a critical determinant for orthodontic and surgical timing. However, SOS staging from cone-beam CT (CBCT) relies on subtle, continuously evolving morphological cues, leading to high inter-observer variability and poor reproducibility, especially at transitional fusion stages. We frame SOS assessment as a fine-grained visual recognition problem and propose a progressive representation-learning framework that explicitly mirrors how expert clinicians reason about synchondral fusion: from coarse anatomical structure to increasingly subtle patterns of closure. Rather than training a full-capacity network end-to-end, we sequentially grow the model by activating deeper blocks over time, allowing early layers to first encode stable cranial base morphology before higher-level layers specialize in discriminating adjacent maturation stages. This yields a curriculum over network depth that aligns deep feature learning with the biological continuum of SOS fusion. Extensive experiments across convolutional and transformer-based architectures show that this expert-inspired training strategy produces more stable optimization and consistently higher accuracy than standard training, particularly for ambiguous intermediate stages. Importantly, these gains are achieved without changing network architectures or loss functions, demonstrating that training dynamics alone can substantially improve anatomical representation learning. The proposed framework establishes a principled link between expert dental intuition and deep visual representations, enabling robust, data-efficient SOS staging from CBCT and offering a general strategy for modeling other continuous biological processes in medical imaging.

顶级标签: medical computer vision model training
详细标签: medical imaging cone-beam ct fine-grained recognition progressive learning anatomical assessment 或 搜索:

用于蝶枕软骨联合成熟度自动评估的渐进式深度学习 / Progressive Deep Learning for Automated Spheno-Occipital Synchondrosis Maturation Assessment


1️⃣ 一句话总结

这篇论文提出了一种模仿医生诊断思路的渐进式深度学习框架,通过让模型分阶段学习从整体结构到细微特征的融合过程,显著提高了从医学影像中自动评估颅底关键生长区域成熟度的准确性和稳定性,尤其改善了模糊过渡阶段的判断。

源自 arXiv: 2604.10945