CVDec 16, 2020

Deep Learning to Segment Pelvic Bones: Large-scale CT Datasets and Baseline Models

arXiv:2012.08721v2142 citationsHas Code
Originality Incremental advance
AI Analysis

This work provides a crucial large-scale dataset and baseline models for the medical imaging community, enabling more robust and accurate deep learning-based pelvic bone segmentation for clinical diagnosis and surgical planning.

The authors created a large dataset of 1,184 pelvic CT volumes with over 320,000 slices to address the limitations of existing pelvic bone segmentation methods. They developed a deep multi-class network and a signed distance function (SDF) post-processor, achieving an average Dice score of 0.987 for metal-free volumes and reducing Hausdorff distance by 10.5% with the SDF post-processor.

Purpose: Pelvic bone segmentation in CT has always been an essential step in clinical diagnosis and surgery planning of pelvic bone diseases. Existing methods for pelvic bone segmentation are either hand-crafted or semi-automatic and achieve limited accuracy when dealing with image appearance variations due to the multi-site domain shift, the presence of contrasted vessels, coprolith and chyme, bone fractures, low dose, metal artifacts, etc. Due to the lack of a large-scale pelvic CT dataset with annotations, deep learning methods are not fully explored. Methods: In this paper, we aim to bridge the data gap by curating a large pelvic CT dataset pooled from multiple sources and different manufacturers, including 1, 184 CT volumes and over 320, 000 slices with different resolutions and a variety of the above-mentioned appearance variations. Then we propose for the first time, to the best of our knowledge, to learn a deep multi-class network for segmenting lumbar spine, sacrum, left hip, and right hip, from multiple-domain images simultaneously to obtain more effective and robust feature representations. Finally, we introduce a post-processing tool based on the signed distance function (SDF) to eliminate false predictions while retaining correctly predicted bone fragments. Results: Extensive experiments on our dataset demonstrate the effectiveness of our automatic method, achieving an average Dice of 0.987 for a metal-free volume. SDF post-processor yields a decrease of 10.5% in hausdorff distance by maintaining important bone fragments in post-processing phase. Conclusion: We believe this large-scale dataset will promote the development of the whole community and plan to open source the images, annotations, codes, and trained baseline models at https://github.com/ICT-MIRACLE-lab/CTPelvic1K.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes