CVMay 17, 2022

ColonFormer: An Efficient Transformer based Method for Colon Polyp Segmentation

arXiv:2205.08473v3189 citationsh-index: 16
AI Analysis

This work addresses polyp segmentation for computer-aided clinical support systems, representing an incremental improvement over existing CNN and transformer methods.

The paper tackles the problem of colon polyp segmentation in endoscopic images by proposing ColonFormer, a transformer-based encoder-decoder network that models long-range semantic information and refines boundaries, achieving state-of-the-art results on five benchmark datasets.

Identifying polyps is challenging for automatic analysis of endoscopic images in computer-aided clinical support systems. Models based on convolutional networks (CNN), transformers, and their combinations have been proposed to segment polyps with promising results. However, those approaches have limitations either in modeling the local appearance of the polyps only or lack of multi-level features for spatial dependency in the decoding process. This paper proposes a novel network, namely ColonFormer, to address these limitations. ColonFormer is an encoder-decoder architecture capable of modeling long-range semantic information at both encoder and decoder branches. The encoder is a lightweight architecture based on transformers for modeling global semantic relations at multi scales. The decoder is a hierarchical network structure designed for learning multi-level features to enrich feature representation. Besides, a refinement module is added with a new skip connection technique to refine the boundary of polyp objects in the global map for accurate segmentation. Extensive experiments have been conducted on five popular benchmark datasets for polyp segmentation, including Kvasir, CVC-Clinic DB, CVC-ColonDB, CVC-T, and ETIS-Larib. Experimental results show that our ColonFormer outperforms other state-of-the-art methods on all benchmark datasets.

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