arXiv:2507.11551eess.IVcs.AI2025-07被引 1

用YOLO+SAM组合精准分割骨科骨盆影像中的关键解剖点。

Landmark Detection for Medical Images using a General-purpose Segmentation Model

  • 先用YOLO检测目标位置生成框,再用SAM进行精细分割
  • 成功实现8个基础点到72个复杂轮廓的高精度分割
  • 适合骨科影像分析、自动诊断系统开发人员使用

放射影像在骨科诊断中至关重要,解剖标志点检测是信息提取的关键中间步骤。通用基础分割模型如SAM(Segment Anything Model)无法直接支持标志点分割,需依赖提示(prompt)才能工作。但在医学影像中,标志点提示具有高度特异性。由于SAM未针对此类标志点训练,难以生成符合诊断要求的准确分割结果。即使经过医学适配的MedSAM,也仅擅长识别器官及其部分等较大结构,缺乏骨科骨盆标志点所需的细粒度精度。为解决此问题,我们提出利用另一种通用非基础模型YOLO:YOLO在目标检测上表现优异,可生成用于引导SAM的边界框。虽然YOLO在分割复杂结构方面远逊于SAM,但两者结合可形成可靠流程,成功分割小样本集中的8个解剖标志点,以及扩展后的72个标志点和16个复杂轮廓(如股骨皮质骨、骨盆入口)。通过使用YOLO生成的边界框指导SAM训练,该混合模型实现了对骨科骨盆放射影像中解剖标志点与复杂轮廓的精准分割。结果表明,该组合方法在骨科骨盆影像的标志点与复杂轮廓检测中表现卓越。

原文摘要 · Abstract (English)

Radiographic images are a cornerstone of medical diagnostics in orthopaedics, with anatomical landmark detection serving as a crucial intermediate step for information extraction. General-purpose foundational segmentation models, such as SAM (Segment Anything Model), do not support landmark segmentation out of the box and require prompts to function. However, in medical imaging, the prompts for landmarks are highly specific. Since SAM has not been trained to recognize such landmarks, it cannot generate accurate landmark segmentations for diagnostic purposes. Even MedSAM, a medically adapted variant of SAM, has been trained to identify larger anatomical structures, such as organs and their parts, and lacks the fine-grained precision required for orthopaedic pelvic landmarks. To address this limitation, we propose leveraging another general-purpose, non-foundational model: YOLO. YOLO excels in object detection and can provide bounding boxes that serve as input prompts for SAM. While YOLO is efficient at detection, it is significantly outperformed by SAM in segmenting complex structures. In combination, these two models form a reliable pipeline capable of segmenting not only a small pilot set of eight anatomical landmarks but also an expanded set of 72 landmarks and 16 regions with complex outlines, such as the femoral cortical bone and the pelvic inlet. By using YOLO-generated bounding boxes to guide SAM, we trained the hybrid model to accurately segment orthopaedic pelvic radiographs. Our results show that the proposed combination of YOLO and SAM yields excellent performance in detecting anatomical landmarks and intricate outlines in orthopaedic pelvic radiographs.

医学影像目标检测图像分割骨科

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。