EAD-YOLO: Improved YOLOv5 for Endoscopic Artefact Detection

Zhaoyu Yuan,Jing Ye,Cheng Qian,Xiaoqiong Li
DOI: https://doi.org/10.1109/cccai59026.2023.00035
2023-01-01
Abstract:Endoscopic artefacts seriously affect the visualization of the lesion area during endoscopy and the results of automated detection and analysis. Therefore, accurate detection of clinical endoscopic artefacts has become a key bottleneck. In this paper, aiming at the problems of data imbalance and severe multi-scale distribution of objects in the endoscope artefact dataset, we propose a multi-scale detection algorithm EADYOLO. Based on the baseline network YOLOv5, the algorithm has been improved in three aspects. First, the data imbalance is alleviated by adopting data augmentation methods. Second, by constructing a multi-scale detection layer to improve the detection effect of the algorithm on endoscopic artefact targets of different scales. The depthwise separable convolution is used to reduce the number of parameters of the network and improve the feature extraction capability of the backbone network. Finally, Atrous Spatial Pyramid Pooling (ASPP) module is used to further enhance the expression ability of multi-scale target features. Compared with the baseline network, EAD-YOLO can improve the detection accuracy and recall rate of small and large targets by 3.23%, 7.64%, 2.37%, and 4.45% respectively. The comparison with classical and effective algorithms further proves that EAD-YOLO can better adapt to the severe size changes of endoscopic artefacts, and is more beneficial to the task of endoscopic artefact target detection.
What problem does this paper attempt to address?