Related Experiment Video
Updated: Jul 4, 2025

04:48
Application of Deep Learning-Based Medical Image Segmentation via Orbital Computed Tomography
Published on: November 30, 2022
2.8K
Semi-supervised image segmentation using a residual-driven mean teacher and an exponential Dice loss.
Chenyang Mei1, Xiaoguo Yang2, Mi Zhou3
1School of Ophthalmology & Optometry, Eye Hospital, Wenzhou Medical University, Wenzhou 325027, China.
Artificial Intelligence in Medicine
|February 7, 2024
Summary
A new residual-driven semi-supervised segmentation method (RDMT) improves medical image analysis by reducing annotation needs. This approach enhances performance on tasks like Left Atrium and optic cup segmentation.
Area of Science:
- Computer Vision
- Medical Image Analysis
- Machine Learning
Background:
- Semi-supervised segmentation is crucial for reducing the need for extensive expert annotations in computer vision and medical imaging.
- Existing methods like the Mean Teacher (MT) framework provide a foundation but can be further optimized for performance.
- Accurate segmentation of structures like the Left Atrium (LA) and optic cup (OC) is vital for clinical diagnosis and research.
Purpose of the Study:
- To develop a novel residual-driven semi-supervised segmentation method (RDMT) to enhance the efficiency and accuracy of image segmentation.
- To improve the performance of the Mean Teacher (MT) framework through model-level residual perturbation and an exponential Dice (eDice) loss.
- To validate the RDMT method on challenging medical imaging datasets for Left Atrium and optic cup segmentation.
Main Methods:
- Introduced a novel model-level residual perturbation integrated into the exponential moving average (EMA) scheme of the Mean Teacher (MT) framework.
- Employed an exponential Dice (eDice) loss function to improve the network's sensitivity to object boundaries.
- Applied the RDMT method to segment 3D Left Atrium (LA) using V-Net and 2D optic cup (OC) using U-Net on public LASC and REFUGE datasets.
Main Results:
- The RDMT method achieved an average Dice score of 0.8776 for LA segmentation with 10% labeled data.
- The RDMT method achieved an average Dice score of 0.7751 for OC segmentation with 20% labeled data.
- RDMT significantly outperformed the baseline Mean Teacher (MT) and demonstrated competitive performance against other state-of-the-art semi-supervised methods.
Conclusions:
- The developed residual-driven semi-supervised segmentation method (RDMT) effectively enhances segmentation accuracy while minimizing the requirement for labeled data.
- The integration of residual perturbation and eDice loss offers a significant improvement over the standard Mean Teacher framework.
- RDMT shows strong potential for practical applications in medical image analysis, particularly for complex structures like the Left Atrium and optic cup.
Related Concept Videos
Residuals and Least-Squares Property
7.4K
The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
7.4K
Weighted Mean
5.2K
While taking the arithmetic, geometric, or harmonic mean of a sample data set, equal importance is assigned to all the data points. However, all the values may not always be equally important in some data sets. An intrinsic bias might make it more important to give more weightage to specific values over others.
For example, consider the number of goals scored in the matches of a tournament. While computing the average number of goals scored in the tournament, it may be more important to...
For example, consider the number of goals scored in the matches of a tournament. While computing the average number of goals scored in the tournament, it may be more important to...
5.2K

