paper-with-me

Papers

Meta-Polyp: a baseline for efficient Polyp segmentation

2023-05-13 · Quoc-Huy Trinh

In recent years, polyp segmentation has gained significant importance, and many methods have been developed using CNN, Vision Transformer, and Transformer techniques to achieve competitive results. However, these methods often face difficulties when dealing with out-of-distribution datasets, missing boundaries, and small polyps. In 2022, Meta-Former was introduced as a new baseline for vision, which not only improved the performance of multi-task computer vision but also addressed the limitations of the Vision Transformer and CNN family backbones. To further enhance segmentation, we propose a fusion of Meta-Former with UNet, along with the introduction of a Multi-scale Upsampling block with a level-up combination in the decoder stage to enhance the texture, also we propose the Convformer block base on the idea of the Meta-former to enhance the crucial information of the local feature. These blocks enable the combination of global information, such as the overall shape of the polyp, with local information and boundary information, which is crucial for the decision of the medical segmentation. Our proposed approach achieved competitive performance and obtained the top result in the State of the Art on the CVC-300 dataset, Kvasir, and CVC-ColonDB dataset. Apart from Kvasir-SEG, others are out-of-distribution datasets. The implementation can be found at: https://github.com/huyquoctrinh/MetaPolyp-CBMS2023.

📄 PDF Abstract BibTeX arXiv:2305.07848

Code (2)

huyquoctrinh/metapolyp-cbms2023 공식 구현 tf
2023-MindSpore-4/Code-5/tree/main/meta-baseline mindspore

Tasks

DecoderMedical Image SegmentationSegmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Adam 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Polyp-SAM++: Can A Text Guided SAM Perform Better for Polyp Segmentation?

2023-08-12 · Risab Biswas

Meta recently released SAM (Segment Anything Model) which is a general-purpose segmentation model. SAM has shown promising results in a wide variety of segmentation tasks including medical image segmentation. In the fiel…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation+1

Can SAM Segment Polyps?

2023-04-15 · Tao Zhou, Yizhe Zhang, Yi Zhou, Ye Wu 외

Recently, Meta AI Research releases a general Segment Anything Model (SAM), which has demonstrated promising performance in several segmentation tasks. As we know, polyp segmentation is a fundamental task in the medical …

Segmentation

Polyp SAM 2: Advancing Zero shot Polyp Segmentation in Colorectal Cancer Detection

2024-08-12 · Mobina Mansoori, Sajjad Shahabodini, Jamshid Abouei, Konstantinos N. Plataniotis 외

Polyp segmentation plays a crucial role in the early detection and diagnosis of colorectal cancer. However, obtaining accurate segmentations often requires labor-intensive annotations and specialized models. Recently, Me…

Segmentation

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

Polyp-DAM: Polyp segmentation via depth anything model

2024-02-03 · Zhuoran Zheng, Chen Wu, Wei Wang, Yeying Jin 외

Recently, large models (Segment Anything model) came on the scene to provide a new baseline for polyp segmentation tasks. This demonstrates that large models with a sufficient image level prior can achieve promising perf…

Segmentation