CVSep 30, 2024

TSdetector: Temporal-Spatial Self-correction Collaborative Learning for Colonoscopy Video Detection

arXiv:2409.19983v1Has Code
Originality Incremental advance
AI Analysis

This work provides an incremental improvement in polyp detection accuracy for medical professionals performing colonoscopy screenings.

This paper addresses the challenge of accurately locating polyps in colonoscopy videos by proposing TSdetector, a novel method that integrates temporal-level consistency and spatial-level reliability learning. It achieves the highest polyp detection rate on three public datasets, outperforming other state-of-the-art methods.

CNN-based object detection models that strike a balance between performance and speed have been gradually used in polyp detection tasks. Nevertheless, accurately locating polyps within complex colonoscopy video scenes remains challenging since existing methods ignore two key issues: intra-sequence distribution heterogeneity and precision-confidence discrepancy. To address these challenges, we propose a novel Temporal-Spatial self-correction detector (TSdetector), which first integrates temporal-level consistency learning and spatial-level reliability learning to detect objects continuously. Technically, we first propose a global temporal-aware convolution, assembling the preceding information to dynamically guide the current convolution kernel to focus on global features between sequences. In addition, we designed a hierarchical queue integration mechanism to combine multi-temporal features through a progressive accumulation manner, fully leveraging contextual consistency information together with retaining long-sequence-dependency features. Meanwhile, at the spatial level, we advance a position-aware clustering to explore the spatial relationships among candidate boxes for recalibrating prediction confidence adaptively, thus eliminating redundant bounding boxes efficiently. The experimental results on three publicly available polyp video dataset show that TSdetector achieves the highest polyp detection rate and outperforms other state-of-the-art methods. The code can be available at https://github.com/soleilssss/TSdetector.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes