Tumor Cell Small Object Detection Algorithm Based on Improved YOLOv5

Weiqi Cong,Junqing Sun,Hao Sun
DOI: https://doi.org/10.1109/DDCLS61622.2024.10606666
2024-01-01
Abstract:Deep learning methods are widely used in the task of detecting tumor cells. However, due to the small tumor cells and the presence of impurity interference, it results in the inability to meet the accuracy requirements for assisted diagnosis. To address this problem, this paper proposes an improved YOLOv5 algorithm, the specific process is as follows: use Mosaic image enhancement technology to improve the accuracy and robustness of neural network training, use the self-attention mechanism bottleneck transformers module to replace the original C3 module, and improve the performance of the detection model through effective feature extraction and feature fusion techniques. Then, the Squeeze-and-Excitation (SE) module is added to enhance the extraction of object features between channels, which can adaptively correct the channel features and help the detection of small objects. The experimental results show that the mAP_0.5 of the improved YOLOv5 algorithm reaches 75.87%, which is a significant improvement over the original algorithm for small object detection.
What problem does this paper attempt to address?