Skip to main content

Learning Roadmap

How to Become a AI Surgical Planning AI Specialist

A step-by-step, phase-based learning path from beginner to job-ready AI Surgical Planning AI Specialist. Estimated completion: 9 months across 5 phases.

5 Phases
36 Weeks Total
High Entry Barrier
Advanced Difficulty
Your Progress 0 / 5 phases

Progress saved in your browser — no account needed.

  1. Medical Imaging & Anatomy Foundations

    6 weeks
    • Understand DICOM standard, medical imaging modalities (CT, MRI, CBCT, ultrasound), and clinical anatomy relevant to surgical planning
    • Learn to load, visualize, and manipulate volumetric medical image data using Python libraries
    • Gain familiarity with 3D coordinate systems, image registration, and spatial transformations
    • MIT OpenCourseWare: Medical Imaging (6.555J)
    • 3D Slicer tutorials and documentation
    • pydicom and NiBabel documentation with hands-on Jupyter notebooks
    • Coursera: AI for Medical Diagnosis (DeepLearning.AI)
    • Anatomy & Physiology courses on Khan Academy or Visible Body
    Milestone

    You can independently load a CT DICOM series, reconstruct it into a 3D volume, and annotate anatomical landmarks using open-source tools.

  2. Deep Learning for 3D Medical Image Segmentation

    8 weeks
    • Master 3D convolutional architectures for volumetric segmentation (U-Net, V-Net, nnU-Net, SegResNet)
    • Implement training pipelines using MONAI and PyTorch with medical-specific data augmentation
    • Understand evaluation metrics for medical image segmentation (Dice, HD95, ASD) and their clinical significance
    • MONAI Bootcamp and official tutorials
    • nnU-Net framework paper and GitHub repository
    • Medical Segmentation Decathlon challenge datasets
    • Stanford CS231n + selected papers on 3D vision and volumetric learning
    • Weights & Biases for experiment tracking tutorials
    Milestone

    You can train an nnU-Net model on a multi-organ segmentation dataset, achieve competitive Dice scores, and log experiments systematically.

  3. 3D Reconstruction, Biomechanics & Surgical Planning

    8 weeks
    • Convert segmentation masks into 3D surface meshes and anatomical models using marching cubes and mesh processing
    • Learn surgical planning workflows for at least two surgical specialties (e.g., orthopedic joint replacement, neurosurgical tumor resection)
    • Implement basic trajectory planning algorithms with collision detection and risk-structure avoidance
    • VTK (Visualization Toolkit) documentation and examples
    • Materialise Mimics or Synopsys Simpleware trial tutorials
    • Orthopedic biomechanics textbooks (e.g., Nordin & Frankel)
    • Published surgical planning papers in journals like Medical Image Analysis, IJCARS
    • ParaView for advanced 3D visualization
    Milestone

    You can take a CT scan of a pelvis, segment the bony anatomy, reconstruct a 3D model, and plan a simulated acetabular screw trajectory with risk-structure mapping.

  4. Clinical Integration, Regulatory & Deployment

    8 weeks
    • Understand IEC 62304 software lifecycle for medical devices and ISO 14971 risk management for AI systems
    • Learn DICOMweb, FHIR, and IHE integration profiles for connecting AI tools to hospital PACS and EHR systems
    • Deploy a segmentation model as a clinical-grade inference service with ONNX Runtime or TensorRT on cloud or edge hardware
    • FDA Guidance on AI/ML-Based Software as a Medical Device (SaMD)
    • IEC 62304 standard and companion IEC 82304 for health software
    • AWS HealthImaging or Google Cloud Healthcare API documentation
    • NVIDIA Clara deployment guides and Holoscan SDK tutorials
    • HIPAA compliance training and healthcare data security best practices
    Milestone

    You can package a trained model into a regulatory-ready inference service, document its lifecycle per IEC 62304, and demonstrate DICOM-based PACS integration in a simulated clinical environment.

  5. Clinical Validation, XAI & Portfolio Development

    6 weeks
    • Design and execute clinical validation studies with appropriate statistical rigor and multi-reader analysis
    • Implement explainability methods (Grad-CAM, SHAP for 3D volumes, uncertainty maps) tailored for surgeon trust
    • Build a polished portfolio with case studies demonstrating end-to-end surgical planning AI workflows
    • XAI literature for medical imaging (e.g., CheXNet, Attention U-Net interpretability studies)
    • Medical statistics textbooks for diagnostic and planning AI evaluation (e.g., Pepe, Zhou)
    • GitHub portfolio best practices for healthcare AI projects
    • International Journal of Computer Assisted Radiology and Surgery (IJCARS) for publishing standards
    • Conference presentations at MICCAI, SPIE Medical Imaging, or RSNA
    Milestone

    You can run a multi-reader validation study, produce publication-quality results with uncertainty analysis, and present a polished portfolio to potential employers or clinical partners.

Practice Projects

Apply your skills with hands-on projects. Ordered by difficulty.

Multi-Organ Abdominal CT Segmentation Pipeline

Intermediate

Build an end-to-end pipeline using nnU-Net to segment 13 abdominal organs from CT scans using the Medical Segmentation Decathlon Task09_Spleen and AMOS22 datasets. Evaluate Dice scores per organ, generate 3D visualizations in ParaView, and compare nnU-Net with MONAI SegResNet.

~40h
3D medical image segmentationnnU-Net configurationMONAI transforms

Patient-Specific 3D-Printable Surgical Guide Generator

Advanced

Segment a proximal femur from a CT scan, reconstruct a 3D bone model, design a drill guide template for femoral neck screw placement using boolean operations on the mesh, and export a 3D-printable STL file with anatomical fit verification.

~50h
Bone segmentationMesh processing with VTKSurgical trajectory planning

DICOM-to-Planning Web Application with Orthanc Integration

Advanced

Deploy an Orthanc DICOM server, build a FastAPI backend that receives DICOM studies, runs MONAI segmentation inference, generates 3D models, and serves results via a web-based viewer (using vtk.js or Three.js) accessible from a clinical workstation.

~60h
DICOM/PACS integrationWeb application developmentMONAI deployment

MedSAM-Based Interactive Tumor Segmentation Tool

Intermediate

Integrate SAM-Med3D into a 3D Slicer extension that allows surgeons to click point prompts on volumetric scans and receive real-time tumor segmentation overlays. Compare MedSAM results with a fine-tuned nnU-Net model on liver tumor data.

~35h
Foundation model adaptationInteractive segmentation3D Slicer extension development

Uncertainty-Aware Surgical Planning Dashboard

Advanced

Build an ensemble-based segmentation model that outputs both segmentation masks and per-voxel uncertainty maps. Create a dashboard (Streamlit or Dash) that overlays uncertainty heatmaps on 3D anatomical models, flagging regions where surgeon review is critical.

~45h
Uncertainty quantificationDeep ensemblesExplainable AI for medicine

Cross-Domain Transfer Learning for Pediatric Surgical Planning

Intermediate

Fine-tune an adult-trained organ segmentation model on a small pediatric CT dataset (< 50 cases). Evaluate zero-shot vs. fine-tuned performance, implement domain adaptation techniques, and quantify pediatric-specific failure modes.

~30h
Transfer learningDomain adaptationFew-shot learning

Preoperative Planning AI for Total Knee Arthroplasty

Advanced

Segment femur, tibia, and fibula from knee CT scans, reconstruct 3D bone models, compute mechanical axis alignment, and simulate implant placement with size selection. Validate against orthopedic surgeon manual plans on 20 test cases.

~55h
Orthopedic anatomy knowledgeMechanical axis computationImplant planning simulation

AI Surgical Planning Model Card and Regulatory Documentation Generator

Beginner

Create a comprehensive model card following FDA's transparency recommendations and IEC 62304 documentation templates. Use a pre-trained segmentation model and document its intended use, performance characteristics, limitations, risk mitigations, and update plan.

~20h
Regulatory documentationIEC 62304 complianceModel card best practices

Ready to Start Your Journey?

Prep for interviews alongside your learning — it reinforces every concept.