Vessel Segmentation for carotid artery with stenosis

Hi all,

I am pretty new to 3D slicer, and would very much appreciate your help :slight_smile:

I am trying to segment and export a .stl file of the carotid artery with stenosis based on CT images with contrast.
Since I am planning on handling 100+ patients’ data, I am trying my best to automate the process as much as possible ( and minimize user variability).

Granted, I have tried flood-filling / grow from seeds, and scissor-ing from the 3D view (threshold 235-600 HU). For all 3 methods, I need to manually erase/paint the lumen for each image due to the plaque and stenosis. Due to the low resolution when zoomed-in and the small cross-sectional area at the region of stenosis, this erase/paint process always leads to high variability.

Is there a more sophisticated way to achieve this? Or is there a guideline that I could follow?

Any guidance or information would be deeply appreciated.

Thank you!

Yes, it’s a hard problem. In terms of improving the consistency for small vessels, you can try increasing the segmentation resolution (use the segmentation geometry button) so that the labelmap has more pixels to define the shape. Also it’s likely that a machine learning algorithm like those in MONAI Label could be trained to do this task, although I haven’t seen it done yet.

Can you post your worst case anonymized dataset?

image
image

Here is an example of the carotid artery at the site of stenosis. The white blob is the plaque.
This is a result of scissoring, and as you can see it reads the plaque as part of the lumen, which isn’t something I want. Moreover, it is difficult to discern where the limits of the lumen/vessel are at.

Thanks for the reply.

  1. The segmentation geometry was insufficient to overcome this problem.

  2. I am looking into MONAI label. Would it run with Python 3.10.9 on Windows 10???

Can I use flood filling in MONAI label module? Or does it have to be grow from seeds?

I meant, a worst case sample volume as NRRD or anonymized DICOM, through a hosting link.

Oh I see. I can’t share that due to my company’s IP policy :frowning:

what OS are you using? I can build an extension for vessel segmentation for you so you can try on your data.

That sounds wonderful! I am running on Windows 10. I have plenty of RAM and GPU, thankfully.