Colonoscopy polyp detection with massive endoscopic images
Jialin Yu, Huogen Wang, Ming Chen
TL;DR
This work tackles the challenge of robust, real-time polyp detection in colonoscopy by extending a RetinaNet-based detector with three key enhancements: anchor optimization via differential evolution to improve small-polyp coverage, a degridded dilated-convolution backbone to preserve spatial detail without increasing depth, and an attention gated block to sharpen focus on small, variable polyps. The proposed methods yield measurable gains in detection performance (mAP) on private colonoscopy data, while maintaining real-time inference speed. The study demonstrates that task-specific anchor configurations and light-weight attention mechanisms can meaningfully improve end-to-end polyp localization, suggesting a practical path toward clinically deployable automated screening aids. Overall, the approach reduces clinician workload and enhances screening reliability, with potential for broader clinical validation in real-world settings.
Abstract
We improved an existing end-to-end polyp detection model with better average precision validated by different data sets with trivial cost on detection speed. Our previous work on detecting polyps within colonoscopy provided an efficient end-to-end solution to alleviate doctor's examination overhead. However, our later experiments found this framework is not as robust as before as the condition of polyp capturing varies. In this work, we conducted several studies on data set, identifying main issues that causes low precision rate in the task of polyp detection. We used an optimized anchor generation methods to get better anchor box shape and more boxes are used for detection as we believe this is necessary for small object detection. An alternative backbone is used to compensate the heavy time cost introduced by dense anchor box regression. With use of the attention gate module, our model can achieve state-of-the-art polyp detection performance while still maintain real-time detection speed.
