paper-with-me

Papers

Lesion-aware Dynamic Kernel for Polyp Segmentation

2023-01-12 · Ruifei Zhang, Peiwen Lai, Xiang Wan, De-Jun Fan, Feng Gao, Xiao-Jian Wu, Guanbin Li

Automatic and accurate polyp segmentation plays an essential role in early colorectal cancer diagnosis. However, it has always been a challenging task due to 1) the diverse shape, size, brightness and other appearance characteristics of polyps, 2) the tiny contrast between concealed polyps and their surrounding regions. To address these problems, we propose a lesion-aware dynamic network (LDNet) for polyp segmentation, which is a traditional u-shape encoder-decoder structure incorporated with a dynamic kernel generation and updating scheme. Specifically, the designed segmentation head is conditioned on the global context features of the input image and iteratively updated by the extracted lesion features according to polyp segmentation predictions. This simple but effective scheme endows our model with powerful segmentation performance and generalization capability. Besides, we utilize the extracted lesion representation to enhance the feature contrast between the polyp and background regions by a tailored lesion-aware cross-attention module (LCA), and design an efficient self-attention module (ESA) to capture long-range context relations, further improving the segmentation accuracy. Extensive experiments on four public polyp benchmarks and our collected large-scale polyp dataset demonstrate the superior performance of our method compared with other state-of-the-art approaches. The source code is available at https://github.com/ReaFly/LDNet.

📄 PDF Abstract BibTeX arXiv:2301.04904

Code (1)

reafly/ldnet 공식 구현 pytorch

Tasks

DecoderSegmentation

Methods 이 논문이 사용한 방법론

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$…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…

Similar Papers 제목 키워드 기반

Enhancing Polyp Segmentation via Encoder Attention and Dynamic Kernel Update

2025-09-27 · Fatemeh Salahi Chashmi, Roya Sotoudeh arxiv

Polyp segmentation is a critical step in colorectal cancer detection, yet it remains challenging due to the diverse shapes, sizes, and low contrast boundaries of polyps in medical imaging. In this work, we propose a nove…

Polyp Segmentation

PolypFlow: Reinforcing Polyp Segmentation with Flow-Driven Dynamics

2025-02-26 · Pu Wang, Huaizhi Ma, Zhihua Zhang, Zhuoran Zheng

Accurate polyp segmentation remains challenging due to irregular lesion morphologies, ambiguous boundaries, and heterogeneous imaging conditions. While U-Net variants excel at local feature fusion, they often lack explic…

Segmentation

MCANet: Medical Image Segmentation with Multi-Scale Cross-Axis Attention

2023-12-14 · Hao Shao, Quansheng Zeng, Qibin Hou, Jufeng Yang

Efficiently capturing multi-scale information and building long-range dependencies among pixels are essential for medical image segmentation because of the various sizes and shapes of the lesion regions or organs. In thi…

Image SegmentationLesion SegmentationMedical Image SegmentationOrgan Segmentation+3

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

From Semantic Segmentation of Natural Images to Medical Image Segmentation Using ViT-Based Architectures

2025-01-31 · Structural, Syntactic, and Statistical Pattern Recognition 2025 1 · Alexandru Valentin Patrascu, Ciprian-Mihai Ceausescu, and Bogdan Alexe

We address the problem of medical image segmentation in the context of limited training data. Our approach builds on the capabilities of the Vision Transformer (ViT) and the recent Segmenter model, adapting them for the …

Image SegmentationLesion SegmentationMedical Image SegmentationSemantic Segmentation