1.Small lesion detection in ultrasound images of hepatic cystic echinococcosis based on improved YOLOv7
Miwueryiti HAILATI ; Renaguli AIHEMAITINIYAZI ; Kadiliya KUERBAN ; Chuanbo YAN
Chinese Journal of Medical Physics 2024;41(3):299-308
Objective To propose a novel algorithm model based on YOLOv7 for detecting small lesions in ultrasound images of hepatic cystic echinococcosis.Methods The original feature extraction backbone was replaced with a lightweight feature extraction backbone network GhostNet for reducing the quantity of model parameters.To address the problem of low detection accuracy when the evaluation index CIoU of YOLOv7 was used as a loss function,ECIoU was substituting for CIoU,which further improved the model detection accuracy.Results The model was trained on a self-built dataset of small lesion ultrasound images of hepatic cystic echinococcosis.The results showed that the improved model had a size of 59.4 G and a detection accuracy of 88.1%for mAP@0.5,outperforming the original model and surpassing other mainstream detection methods.Conclusion The proposed model can detect and classify the location and category of lesions in ultrasound images of hepatic cystic echinococcosis more efficiently.
2.Ultrasound image segmentation algorithm for hepatic cystic echinococcosis based on improved DeepLabV3+
Miwueryiti HAILATI ; Renaguli AIHEMAITINIYAZI ; Li LI ; Chuanbo YAN
Chinese Journal of Medical Physics 2024;41(6):702-709
Objective To apply the improved DeepLabV3+based image semantic segmentation algorithm to the ultrasound image processing for hepatic cystic echinococcosis,thereby achieving automatic segmentation and detection of hepatic echinococcosis lesions,and improving clinical diagnostic efficiency.Methods DeepLabV3+based image semantic segmentation network was employed as the basic method,and the following improvements were made.To address the issues of high computational complexity,high memory consumption,difficulty in deploying on embedded platforms with limited computing power,and difficulty in fully utilizing multi-scale information when extracting image feature information,the original backbone network Xception of the model was replaced with MobileNetV2 for obtaining a lightweight model framework.Additionally,efficient channel attention was applied to underlying features for reducing computational complexity and improving the clarity of target boundaries;and finally,Dice Loss was introduced into the model to alleviate the problem of the model focusing more on the background area and ignoring the foreground area containing the target.Results Validation was conducted on 5 lesion types in the self-built VOC2007 dataset of hepatic cystic echinococcosis.Experimental results showed that the improved model achieved a mean intersection over union of 73.8 and a mean pixel accuracy of 83.5,indicating that the model can predict more precise semantic segmentation results and effectively optimize model complexity and segmentation accuracy.