Learning Collaborative Knowledge with Multimodal Representation for Polyp Re-Identification
Suncheng Xiang, Jiale Guan, Shilun Cai, Jiacheng Ruan, Dahong Qian
TL;DR
This work tackles colonoscopic polyp ReID by addressing domain gaps and the limits of unimodal representations through a visual-text multimodal approach. It introduces DMCL, which pairs a ResNet-50 image encoder with a BERT text encoder and fuses their features via a self-attention based dynamic collaborative learning module for end-to-end training. The training objective combines $L_{Triplet}$ and $L_{ID}$ to form $L_{total}$, with careful triplet sampling to learn discriminative multimodal embeddings. Empirical results on Colo-Pair and standard ReID benchmarks show that DMCL with dynamic multimodal fusion achieves state-of-the-art performance, demonstrating the practical value of multimodal collaboration in clinical polyp recognition and retrieval.
Abstract
Colonoscopic Polyp Re-Identification aims to match the same polyp from a large gallery with images from different views taken using different cameras, which plays an important role in the prevention and treatment of colorectal cancer in computer-aided diagnosis. 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. Worsely, these solutions typically learn unimodal modal representations on the basis of visual samples, which fails to explore complementary information from other different modalities. To address this challenge, we propose a novel Deep Multimodal Collaborative Learning framework named DMCL for polyp re-identification, which can effectively encourage multimodal knowledge collaboration and reinforce generalization capability in medical scenarios. On the basis of it, a dynamic multimodal feature fusion strategy is introduced to leverage the optimized visual-text representations for multimodal fusion via end-to-end training. Experiments on the standard benchmarks show the benefits of the multimodal setting over state-of-the-art unimodal ReID models, especially when combined with the collaborative multimodal fusion strategy. The code is publicly available at https://github.com/JeremyXSC/DMCL.
