This is the official pytorch implementation of SLoRD.
- Extracted basic contour descriptors via SVD using the 'contour_descriptors' folder.
- Acquiring coarse predictions with files in the folder 'the first stage'.
- Refining coarse predictions with SLoRD using the folder 'the second stage'.
Part of codes are borrowed from other open-source github projects.
- https://github.com/MIC-DKFZ/MedNeXt
- https://github.com/MIC-DKFZ/nnUNet
- https://github.com/xieenze/PolarMask
If you use our code or models in your work or find it is helpful, please cite the corresponding paper:
@article{you2025slord,
title={SLoRD: Structural Low-Rank Descriptors for Shape Consistency in Vertebrae Segmentation},
author={You, Xin and Lou, Yixin and Zhang, Minghui and Yang, Jie and Gu, Yun},
journal={IEEE Journal of Biomedical and Health Informatics},
year={2025},
publisher={IEEE}
}