Colo-ReID: Discriminative Representation Embedding with Meta-learning for Colonoscopic Polyp Re-Identification
Suncheng Xiang, Chengfeng Zhou, Zhengjie Zhang, Shilun Cai, Dahong Qian
TL;DR
Colo-ReID tackles colonoscopic polyp re-identification under few-shot, cross-domain conditions by introducing a meta-learning based embedding method and a dynamic Meta-Learning Regulation (MLR) to diversify meta-test features. The approach combines meta-training and meta-testing losses with standard ID and hard triplet losses, and replaces the last BN layer with a meta-learning regularization mechanism to generate domain-diverse features via Gaussian sampling and feature mixing. Empirical results on the Colo-Pair dataset show state-of-the-art mAP and Rank-5 performance, with notable gains over strong baselines and clear ablation-supported benefits from both Colo-ReID and MLR components. The work demonstrates the practicality of meta-learning for medical image retrieval with limited data and points to future directions in multi-domain, attention-based representation learning for robust polyp ReID in real-world settings.
Abstract
Colonoscopic Polyp Re-Identification aims to match the same polyp from a large gallery with images from different views taken using different cameras and plays an important role in the prevention and treatment of colorectal cancer. However, traditional methods for object ReID directly adopting CNN models trained on the ImageNet dataset usually produce unsatisfactory retrieval performance on colonoscopic datasets due to the large domain gap. Additionally, these methods neglect to explore the potential of self-discrepancy among intra-class or inter-class relations in the colonoscopic polyp dataset, which remains an open research problem in the medical community. To solve this dilemma, we propose a simple but effective training method named Colo-ReID, which can help our model learn more general and discriminative knowledge based on the meta-learning strategy in scenarios with fewer samples. Based on this, a dynamic Meta-Learning Regulation mechanism called MLR is introduced to further boost the performance of polyp re-identification. Our experimental results show that Colo-ReID consistently outperforms second-best method in terms of mAP performance by +2.3% on polyp re-identification task. Our source code is also publicly available at https://github.com/JeremyXSC/Colo-ReID.
