paper-with-me

Papers

Shallow Attention Network for Polyp Segmentation

2021-08-02 · Jun Wei, Yiwen Hu, Ruimao Zhang, Zhen Li, S. Kevin Zhou, Shuguang Cui

Accurate polyp segmentation is of great importance for colorectal cancer diagnosis. However, even with a powerful deep neural network, there still exists three big challenges that impede the development of polyp segmentation. (i) Samples collected under different conditions show inconsistent colors, causing the feature distribution gap and overfitting issue; (ii) Due to repeated feature downsampling, small polyps are easily degraded; (iii) Foreground and background pixels are imbalanced, leading to a biased training. To address the above issues, we propose the Shallow Attention Network (SANet) for polyp segmentation. Specifically, to eliminate the effects of color, we design the color exchange operation to decouple the image contents and colors, and force the model to focus more on the target shape and structure. Furthermore, to enhance the segmentation quality of small polyps, we propose the shallow attention module to filter out the background noise of shallow features. Thanks to the high resolution of shallow features, small polyps can be preserved correctly. In addition, to ease the severe pixel imbalance for small polyps, we propose a probability correction strategy (PCS) during the inference phase. Note that even though PCS is not involved in the training phase, it can still work well on a biased model and consistently improve the segmentation performance. Quantitative and qualitative experimental results on five challenging benchmarks confirm that our proposed SANet outperforms previous state-of-the-art methods by a large margin and achieves a speed about 72FPS.

📄 PDF Abstract BibTeX arXiv:2108.00882

Code (1)

weijun88/sanet pytorch

Tasks

SegmentationVideo Polyp Segmentation

Methods 이 논문이 사용한 방법론

SANet Self-Attention Network (SANet) proposes two variations of self-attention used for image recognition: 1) pairwise self-attention which generalizes standard [dot-product…

Similar Papers 제목 키워드 기반

ODC-SA Net: Orthogonal Direction Enhancement and Scale Aware Network for Polyp Segmentation

2024-05-10 · Chenhao Xu, Yudian Zhang, Kaiye Xu, Haijiang Zhu

Accurate polyp segmentation is crucial for the early detection and prevention of colorectal cancer. However, the existing polyp detection methods sometimes ignore multi-directional features and drastic changes in scale. …

Segmentation

FocusNet: Transformer-enhanced Polyp Segmentation with Local and Pooling Attention

2025-04-18 · Jun Zeng, KC Santosh, Deepak Rajan Nayak, Thomas de Lange 외

Colonoscopy is vital in the early diagnosis of colorectal polyps. Regular screenings can effectively prevent benign polyps from progressing to CRC. While deep learning has made impressive strides in polyp segmentation, m…

DecoderSegmentation

Multi-level feature fusion network combining attention mechanisms for polyp segmentation

2023-09-19 · Junzhuo Liu, Qiaosong Chen, Ye Zhang, Zhixiang Wang 외

Clinically, automated polyp segmentation techniques have the potential to significantly improve the efficiency and accuracy of medical diagnosis, thereby reducing the risk of colorectal cancer in patients. Unfortunately,…

DecoderMedical DiagnosisSegmentation

M^2UNet: MetaFormer Multi-scale Upsampling Network for Polyp Segmentation

2023-06-14 · Quoc-Huy Trinh, Nhat-Tan Bui, Trong-Hieu Nguyen Mau, Minh-Van Nguyen 외

Polyp segmentation has recently garnered significant attention, and multiple methods have been formulated to achieve commendable outcomes. However, these techniques often confront difficulty when working with the complex…

DecoderImage SegmentationMedical Image SegmentationSegmentation+1

Multi-scale Information Sharing and Selection Network with Boundary Attention for Polyp Segmentation

2024-05-18 · Xiaolu Kang, Zhuoqi Ma, Kang Liu, Yunan Li 외

Polyp segmentation for colonoscopy images is of vital importance in clinical practice. It can provide valuable information for colorectal cancer diagnosis and surgery. While existing methods have achieved relatively good…

Segmentation