CT or CBCT databases of edentulous patients

Hi all!

It has been a minute. Does anyone know of a good open-source library of HEAD/NECK CT or CBCT showing very severe edentulism? This may be too specific, but I thought I would give it a shot!

1 Like

You can get large data sets from TCIA or IDC and then you have several options to identify the relevant images:

  • a few slices from each 3D image and use a powerful general-purpose LLM to ask questions about it
  • run a specialized AI segmentation model (DentalSegmentator, TotalSegmentator, etc.) on the 3D volumes and use simple rules to decide if the image is likely usable
  • write a short Python script that volume renders the images and extracts a few slices and save them into PNGs or animated GIFs so that you can quickly review hundreds of them (this can be combined with the previous two options, i.e., render all the candidates that AI models identified)
2 Likes