Related Experiment Video
Updated: Jun 19, 2026

04:48
Application of Deep Learning-Based Medical Image Segmentation via Orbital Computed Tomography
Published on: November 30, 2022
Simultaneous Border Segmentation of Doughnut-Shaped Objects in Medical Images
Xiaodong Wu1, Michael Merickel
1Department of Electrical and Computer Engineering, The University of Iowa, Iowa City, IA 52242, USA.
Summary
This study introduces an efficient algorithm for segmenting doughnut-shaped objects in medical images, improving upon previous methods by reducing computational expense and user interaction for precise border detection.
Area of Science:
- Medical Image Analysis
- Computer Vision
- Computational Geometry
Background:
- Image segmentation is crucial for analyzing medical images, particularly for objects with complex shapes.
- Doughnut-shaped objects, common in medical imaging, present unique segmentation challenges.
- Existing methods for segmenting such objects are often computationally intensive and require significant user input.
Purpose of the Study:
- To develop an efficient algorithm for the simultaneous detection of both borders of smooth, doughnut-shaped objects in 2-D medical images.
- To improve upon the computational complexity and user interaction requirements of current segmentation techniques.
- To provide a more effective tool for biomedical image analysis.
Main Methods:
- An algorithm with a time complexity of O(IJU(U-L)logJUlog(U-L)) is presented, where I x J is the image size, M is the smoothness parameter, and L and U define object thickness.
- The algorithm enhances dynamic programming approaches by a factor of O(J(U-L)M2UlogJUlog(U-L)).
- A combination of divide-and-conquer strategy and dynamic programming is employed, utilizing optimal path computations in an implicitly represented graph.
Main Results:
- The proposed algorithm offers a significant improvement in computational efficiency compared to previous methods.
- It reduces the need for extensive user intervention in the segmentation process.
- The method demonstrates effectiveness in segmenting smooth, doughnut-shaped objects in 2-D medical images.
Conclusions:
- The developed algorithm provides an efficient and less interactive solution for segmenting doughnut-shaped objects in medical imaging.
- This advancement has potential applications in biomedical image analysis and data mining.
- The combination of divide-and-conquer and dynamic programming offers a powerful approach for constrained image segmentation problems.

