paper-with-me

Papers

LACFormer: Toward accurate and efficient polyp segmentation

2023-11-23 · BMVC 2023 11 · Quan Van Nguyen, Mai Nguyen, Thanh Tung Nguyen, Huy Trịnh Quang, Toan Pham Van

Polyp segmentation is an essential task in medical image analysis for early detection of colorectal cancer. Deep learning models, particularly encoder-decoder architectures, have been successful in polyp segmentation. However, these models often struggle to capture long-range dependencies and exhibit limited performance on small polyps. In this paper, we propose LACFormer, a novel hierarchical Transformer-CNN model incorporating the Laplacian pyramid for polyp segmentation. The proposed model combines the strengths of Transformers and CNNs along with Laplacian images to overcome the limitations of previous models. Specifically, the hierarchical Transformer backbone captures long-range dependencies and hierarchically processes the features to generate multi-scale representations. These representations are then fused with a novel CNN decoder, which enhances feature representations and refines the segmentation masks. Besides, many novel modules for effective polyp segmentation are also proposed. We evaluated our model on five popular benchmark datasets for polyp segmentation, including Kvasir, CVC-Clinic DB, CVC-ColonDB, CVC-T, and ETIS-Larib. Experimental results show that LACFormer outperforms state-of-the-art models, achieving a Dice similarity coefficient (DSC) of 0.927 and a mean intersection-over-union (mIoU) of 0.878 on CVC-ClinicDB, a DSC of 0.831 and mIoU of 0.753 on CVC-ColonDB and a DSC of 0.824 and mIoU of 0.753 on ETIS-Larib.

📄 PDF Abstract BibTeX

Code (1)

sun-asterisk-research/LACFormer 공식 구현 pytorch

Tasks

DecoderImage SegmentationMedical Image AnalysisMedical Image SegmentationSegmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Position-Wise Feed-Forward Layer 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Automatic Polyp Segmentation using U-Net-ResNet50

2020-12-30 · Saruar Alam, Nikhil Kumar Tomar, Aarati Thakur, Debesh Jha 외

Polyps are the predecessors to colorectal cancer which is considered as one of the leading causes of cancer-related deaths worldwide. Colonoscopy is the standard procedure for the identification, localization, and remova…

Medical Image SegmentationSegmentation

BDG-Net: Boundary Distribution Guided Network for Accurate Polyp Segmentation

2022-01-03 · Zihuan Qiu, Zhichuan Wang, Miaomiao Zhang, Ziyong Xu 외

Colorectal cancer (CRC) is one of the most common fatal cancer in the world. Polypectomy can effectively interrupt the progression of adenoma to adenocarcinoma, thus reducing the risk of CRC development. Colonoscopy is t…

DecoderMedical Image SegmentationPolyp SegmentationSegmentation

BoxPolyp:Boost Generalized Polyp Segmentation Using Extra Coarse Bounding Box Annotations

2022-12-07 · Jun Wei, Yiwen Hu, Guanbin Li, Shuguang Cui 외

Accurate polyp segmentation is of great importance for colorectal cancer diagnosis and treatment. However, due to the high cost of producing accurate mask annotations, existing polyp segmentation methods suffer from seve…

Segmentation

Hybrid(Transformer+CNN)-based Polyp Segmentation

2025-08-08 · Madan Baduwal arxiv

Colonoscopy is still the main method of detection and segmentation of colonic polyps, and recent advancements in deep learning networks such as U-Net, ResUNet, Swin-UNet, and PraNet have made outstanding performance in p…

Polyp Segmentation

PSTNet: Enhanced Polyp Segmentation with Multi-scale Alignment and Frequency Domain Integration

2024-09-13 · Wenhao Xu, Rongtao Xu, Changwei Wang, Xiuli Li 외

Accurate segmentation of colorectal polyps in colonoscopy images is crucial for effective diagnosis and management of colorectal cancer (CRC). However, current deep learning-based methods primarily rely on fusing RGB inf…

ManagementSegmentation