Related Experiment Video
Updated: Mar 24, 2026

Objectification of Tongue Diagnosis in Traditional Medicine, Data Analysis, and Study Application
Published on: April 14, 2023
Breast tumor segmentation and morphological feature-based classification in ultrasound using a two-stage U-net and
Yang Ye1, Mingtao Ye2, Huihui Wang3
1Department of Thyroid and Breast Surgery, Wenzhou Central Hospital, Affiliated to Wenzhou Medical University, Wenzhou, China.
Introduction:
Breast cancer remains one of the most prevalent and life-threatening conditions among women worldwide, making early detection and accurate diagnosis essential. In this study, we present a two-stage computer-aided diagnosis framework designed for the automated analysis of breast ultrasound images.
Methods:
The proposed system first employs a U-Net-based semantic segmentation model to detect and localize potential tumor regions. The model is trained and evaluated on a comprehensive dataset comprising normal, benign, and malignant cases. For each input image, the U-Net predicts a binary tumor mask; images with no detected tumor regions are classified as normal and excluded from further analysis. In the second stage, images identified as tumor-bearing undergo feature extraction to characterize the shape and morphology of the segmented tumor. Specifically, four handcrafted features-circularity, solidity, eccentricity, and extent-are computed from the predicted masks. These features are then used to train a support vector machine (SVM) classifier that distinguishes between benign and malignant tumors.
Results:
The segmentation model achieved an average Mask Intersection over Union% (Mask IoU) score of 91%, while the classification model reached an accuracy of 98.23% on the training set and 97.42% on the test set.
Discussion:
Unlike end-to-end deep learning approaches that often function as black boxes with limited clinical interpretability, our two-stage framework combines accurate deep learning-based segmentation with lightweight, handcrafted morphological feature classification using support vector machine. This design achieves high performance while preserving explainability through clinically meaningful shape descriptors, making it particularly suitable for real-world clinical deployment.