RetSeg: Retention-based Colorectal Polyps Segmentation Network
Khaled ELKarazle, Valliappan Raman, Caslon Chua, Patrick Then

TL;DR
RetSeg introduces a retention-based transformer network for colorectal polyp segmentation, aiming to improve accuracy and resource efficiency in medical imaging analysis.
Contribution
This paper proposes RetSeg, a novel encoder-decoder network with multi-head retention blocks, integrating retention mechanisms into transformers for improved polyp segmentation.
Findings
RetSeg achieves promising segmentation results on multiple datasets.
The retention mechanism reduces memory usage compared to traditional transformers.
RetSeg demonstrates good generalization across diverse public datasets.
Abstract
Vision Transformers (ViTs) have revolutionized medical imaging analysis, showcasing superior efficacy compared to conventional Convolutional Neural Networks (CNNs) in vital tasks such as polyp classification, detection, and segmentation. Leveraging attention mechanisms to focus on specific image regions, ViTs exhibit contextual awareness in processing visual data, culminating in robust and precise predictions, even for intricate medical images. Moreover, the inherent self-attention mechanism in Transformers accommodates varying input sizes and resolutions, granting an unprecedented flexibility absent in traditional CNNs. However, Transformers grapple with challenges like excessive memory usage and limited training parallelism due to self-attention, rendering them impractical for real-time disease detection on resource-constrained devices. In this study, we address these hurdles by…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsColorectal Cancer Screening and Detection · COVID-19 diagnosis using AI · Medical Image Segmentation Techniques
MethodsFocus
