$$\rightleftharpoonup{xx}$$
$$\longleftharp{xx}$$,
$$\longrightharp{xx}$$,
Segmentation results
In this study, three anatomical structures-the spine, pelvis, and femoral heads-were segmented. The pelvis and femoral heads were included because certain spine parameters require landmarks from these structures for measurement. The dataset for each structure was divided into training and testing sets as outlined in Table 2.
The segmentation performance was evaluated using three standard metrics, including Dice coefficient, Volume Similarity (VS), and Recall:

![figure-results-2 Volume similarity equation: \[1-|FN−FP|/(2×TP+FP+FN)\]; formula in statistical analysis.](/files/ftp_upload/67781/67781eq002.jpg)

Where TP denotes True Positive, FP denotes False Positive, FN denotes False Negative.
After training the network for 500 epochs, the segmentation results were evaluated based on the metrics. The performance for each anatomical structure is presented in Table 3. These results demonstrate the effectiveness of the proposed U-Net-based segmentation model across the spine, pelvis, and femoral heads. Figure 2 displays a representative segmentation result of the anatomical structures.
Post-segmentation applications
Measurement of 3D clinically relevant parameters
The 3D models generated through automatic segmentation can be used to measure a range of clinically important parameters, such as the Cobb angle, vertebral rotation, thoracic kyphosis, lumbar lordosis, pelvic incidence, pelvic tilt, and sacral slope. Here, we display the measurement of these parameters using a self-developed program, which processes the segmented data and provides accurate and automatic measurements of the spine and associated structures (Figure 3).
3D printing
The 3D model obtained by AI automatic segmentation and post-processing can be exported to STL format, a general 3D model file format, which is widely supported by 3D printing software. For this study, the 3D printer used was an industrial stereolithography (SLA) printer, which utilizes ultraviolet (UV)-curable resin as the printing material. Connections were applied among the isolated parts of the segmented model, ensuring a cohesive structure that can be printed as a single, unified model. This process enables the physical replication of the patient's anatomy, which can be used for surgical planning, patient communication, and educational tools. Figure 4 demonstrates a 3D-printed model derived from the AI-segmented data.

Figure 1: Patient positioning for weight-bearing cone-beam computed tomography (CBCT) imaging. The patient is placed on the standing platform and secured with belts to prevent movement and fall during the scan. The patient holds onto the overhead support to maintain a stable position while the CBCT system captures 3D images of the spine under gravity-loaded conditions. Please click here to view a larger version of this figure.

Figure 2: Segmentation results for spine, pelvis, and femoral head in axial, sagittal, and coronal views. The first column shows the CBCT images, followed by the ground truth, and then the segmentation results obtained from the deep learning model. The red overlays in the second and third columns indicate the segmented areas for the vertebral bodies, pelvis, and femoral head across all three views. The images demonstrate the high accuracy of the model in capturing anatomical structures, closely matching the ground truth. Please click here to view a larger version of this figure.

Figure 3: Measurement of clinically relevant parameters on segmented spine and pelvis structures. (A) Measurement of Cobb angle (8.9°) between vertebrae T11 and L3 in the coronal plane. (B) Measurement of thoracic kyphosis (T1-T12: 21.2°) in the sagittal plane. (C) Measurement of lumbar lordosis (L1-L5: 26.4°) in the sagittal plane. (D) Vertebral rotation (VR: 3.3°) of L2 relative to the pelvis in the axial plane. (E) Pelvic parameters, including pelvic tilt (PT: 21.0°), sacral slope (SS: 26.1°), and pelvic incidence (PI: 47.1°), measured on the sagittal view. Please click here to view a larger version of this figure.

Figure 4: STL model and 3D-printed physical model of the spine and pelvis. The image on the left shows the 3D model of the spine and pelvis in STL format, prepared for 3D printing. The image on the right displays the corresponding physical model printed using stereolithography (SLA) technology. Please click here to view a larger version of this figure.
| Parameters | Default Settings |
| Tube voltage | 110 kv |
| Tube current | 6 mA |
| Frame rate | 12 fps |
| Reconstruction FOV | 350 mm |
| Slice thickness | 2 mm |
| Spacing Between Slices | 1 mm |
Table 1: Default parameters for exposure and reconstruction. Default exposure and reconstruction parameters for weight-bearing cone-beam computed tomography imaging of the full spine.
| Label | Training dataset | Testing dataset |
| Spine | 100 | 20 |
| Pelvis | 57 | 6 |
| Femoral head | 47 | 5 |
Table 2: Dataset used for CBCT image model training and testing. The table shows the number of images used to train and test the model for segmenting the spine, pelvis, and femoral head structures.
| Label | Dice Coefficient | Volume Similarity | Recall |
| Spine | 0.93 | 0.954 | 0.89 |
| Pelvis | 0.925 | 0.965 | 0.93 |
| Femoral head | 0.96 | 0.971 | 0.959 |
Table 3: Segmentation performance of the deep learning model for different anatomical structures (spine, pelvis, and femoral head). Performance metrics include Dice Coefficient, Volume Similarity (VS), and Recall, all of which range from 0 to 1, where values closer to 1 indicate better segmentation accuracy.
Supplementary File 1: Pseudo-codes for Image preprocessing (step 3) and Model training (step 4). Please click here to download this File.