Improving manual segmentation of the aorta

For aortic dissection, the measurement of aortic diameter (outer wall to outwall) in several levels is clinical relevent.

Automatic segmentation works well for the aortic lumen but will miss the aotic wall and intimal flap.

as far as i know, to make the measurement from outer wall to outer wall, the best workflow is manual segmentation+centerline extraction+measurement.

If i have a large database, how can i improve this workflow (by decrease time) ?

I have read some papers about deep learning method for achieve this goal, but i am majoring in vascular surgery and not capable of performing these techniques. Is there any simple step that i can do to achieve my goal?

Thanks and look forward to hear from you experts.

Segmenting large-diameter contrasted vessels should be straightforward. The main concern is visibility of vessel walls. Could you provide an anonymized sample data set and an example segmentation/measurements that you need? That could give us an idea of the difficulty of the problems and how to resolve them.

Deep learning is becoming the standard method for automatic image segmentation. If you have access to lots of data sets (maybe a few hundred images are enough) and you are willing to spend time with segmentation using manual/semi-automatic methods then you have everything to train a neural network. We have examples of tech-savvy surgeons training networks successfully (with some help from engineers), so you may give it a try. @rbumm maybe you could share your experience/give some advice to a fellow surgeon.

Thanks for the ping, will answer in more detail on Tuesday!

2 Likes

Dear Andras Lasso
I (and other doctors major in aortic disease) need to measure several levels in specific way as the guidelines recommended

b

Below is a video after i had manually segmented the aorta (>1 hour) and extracted the centerline, and this video shows 5 levels i am interested in (only the total diameter was measured in this case)

This way is time consuming, and honestly, i am not satisfied with the segmentation and do not have much faith in it.

Below is a video showing the whole process of aortic measurements by manually centerline extraction (which i had proposed before), it is time saving, but not standardized. Is there a way i can use deep learning to standardize this process?

or maybe can you experts add two markers (shown as blue) for determine the midpoint (at least adjustable in two of axial, sagittal, and coronal plane)

By the way, i had segmentate a single kidney for calculating the renal volume by using grow from the seed + segment statistics. Although it takes only minutes, i have a work loads of more than 1000 kidney measurement, can this simpler workflow be improved by deep learning? and if it works, can it be form into an extension so other researchers can use it? Thanks.

1 Like

TotalSegmentator should work well for both the aorta and the kidneys. I don’t know of anything that will measure the aortic dissection well, but I can imagine a custom markup tool could be written to simplify the process a lot.

2 Likes

Dear sir
Please tell me how can it be used in 3D slicer, Thanks

Totalsegmentator is a great nnU-Net segmentation tool from Jakob Wasserthal (University of Basel) that needs to be installed and run separately from the command line. A call to Totalsegmentator AI is included in the Lung CT Segmenter module of the Lung CT Analyzer extension for user convenience.
Setting this up can be a little tedious, but it works and you should be able to use Totalsegmentator from 3D Slicer in any kind of CT.

First, install the Lung CT Analyzer extension and restart Slicer. Then follow all steps documented in the LCTA wiki. If you are a Windows user, do the nnunet fix ( see “Change the line …”)

Then try

image

If you get errors, keep in mind you need a rather strong GPU for this procedure and maybe run Totalsegmentator from the command line first.

Thanks, i will try these steps.