This project aims to automate the detection of 12 anatomical landmarks in T1-weighted brain MRI volumes using deep learning techniques. These landmarks assist neuroanatomists in the manual segmentation of complex brain regions, reducing the time and variability involved in manual annotation.
Develop and validate a deep learning model capable of accurately localizing 12 anatomical landmarks in 3D T1w MRI, with the goal of supporting expert-guided neuroimaging annotation.
Validate a ground truth dataset consisting of 12 manually annotated anatomical landmarks on 3D T1-weighted brain MRIs.
Adapt the PIN (Patch-based Iterative Network) model .
Build a statistical shape model using Principal Component Analysis (PCA).
Adapt and implement a Global-to-Local approach as an alternative method for landmark detection.
Compare the predictions and performance of PIN and the Global-to-Local model.
Validate the final selected model using an external dataset containing a different set of landmarks to assess generalizability.
Progress so far:
Assembled a dataset of 100 T1-weighted brain MRI volumes with 12 manually annotated landmarks per subject.
Converted the data to the format required by the PIN pipeline (normalized volumes, voxel-based coordinates).
Adapted key components of the PIN codebase: input_data.py, train.py, infer.py, and shape_model_func.py.
Built a shape model using PCA and verified shape vector consistency.
`Trained the PIN model with uncertainty-weighted loss; training loss steadily decreased to ~8000.
Debugged inference issues related to patch cropping and out-of-bounds landmarks.
Next steps:
Improve robustness during prediction.
Implement and adapt the Global-to-Local approach for our 12-landmark dataset.
Compare landmark prediction accuracy between PIN and Global-to-Local models.
Validate the chosen model on an external landmark dataset with different anatomical structures.
Visualize landmark predictions and generate error metrics to support discussion with neuroanatomy experts.
No response
PIN – Patch-based Iterative Network Li, Y., et al. (2018). Fast Multiple Landmark Localisation Using a Patch-Based Iterative Network. In Frangi, A., Schnabel, J., Davatzikos, C., Alberola-López, C., Fichtinger, G. (Eds.), MICCAI 2018, LNCS, vol. 11070. Springer, Cham. https://doi.org/10.1007/978-3-030-00928-1_64
Global-to-Local Landmark Detection Noothout, J. M. H., et al. (2020). Deep Learning-Based Regression and Classification for Automatic Landmark Localization in Medical Images. IEEE Transactions on Medical Imaging, 39(12), 4011–4022. https://doi.org/10.1109/TMI.2020.3009002
CABLD Dataset – Cortical and subcortical Annotation of Brain Landmarks Dataset Salari, S., Harirpoush, A., Rivaz, H., & Xiao, Y. (2023). CABLD: Contrast-Agnostic Brain Landmark Detection with Consistency-Based Regularization. Department of Computer Science and Electrical Engineering, Concordia University, Montréal, Canada. https://doi.org/10.48550/arXiv.2411.17845