CVJan 23, 2024

MAST: Video Polyp Segmentation with a Mixture-Attention Siamese Transformer

arXiv:2401.12439v14 citationsh-index: 22Has Code
Originality Highly original
AI Analysis

This work addresses the challenge of polyp segmentation for early colorectal cancer prevention, representing an incremental improvement with a new method for a known bottleneck in medical imaging.

The paper tackles the problem of accurately segmenting polyps in colonoscopy videos by proposing MAST, a novel Mixture-Attention Siamese Transformer that models long-range spatio-temporal relationships, achieving superior performance on the SUN-SEG benchmark compared to cutting-edge competitors.

Accurate segmentation of polyps from colonoscopy videos is of great significance to polyp treatment and early prevention of colorectal cancer. However, it is challenging due to the difficulties associated with modelling long-range spatio-temporal relationships within a colonoscopy video. In this paper, we address this challenging task with a novel Mixture-Attention Siamese Transformer (MAST), which explicitly models the long-range spatio-temporal relationships with a mixture-attention mechanism for accurate polyp segmentation. Specifically, we first construct a Siamese transformer architecture to jointly encode paired video frames for their feature representations. We then design a mixture-attention module to exploit the intra-frame and inter-frame correlations, enhancing the features with rich spatio-temporal relationships. Finally, the enhanced features are fed to two parallel decoders for predicting the segmentation maps. To the best of our knowledge, our MAST is the first transformer model dedicated to video polyp segmentation. Extensive experiments on the large-scale SUN-SEG benchmark demonstrate the superior performance of MAST in comparison with the cutting-edge competitors. Our code is publicly available at https://github.com/Junqing-Yang/MAST.

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