paper-with-me

Papers

Video Polyp Segmentation: A Deep Learning Perspective

2022-03-27 · Ge-Peng Ji, Guobao Xiao, Yu-Cheng Chou, Deng-Ping Fan, Kai Zhao, Geng Chen, Luc van Gool

We present the first comprehensive video polyp segmentation (VPS) study in the deep learning era. Over the years, developments in VPS are not moving forward with ease due to the lack of large-scale fine-grained segmentation annotations. To address this issue, we first introduce a high-quality frame-by-frame annotated VPS dataset, named SUN-SEG, which contains 158,690 colonoscopy frames from the well-known SUN-database. We provide additional annotations with diverse types, i.e., attribute, object mask, boundary, scribble, and polygon. Second, we design a simple but efficient baseline, dubbed PNS+, consisting of a global encoder, a local encoder, and normalized self-attention (NS) blocks. The global and local encoders receive an anchor frame and multiple successive frames to extract long-term and short-term spatial-temporal representations, which are then progressively updated by two NS blocks. Extensive experiments show that PNS+ achieves the best performance and real-time inference speed (170fps), making it a promising solution for the VPS task. Third, we extensively evaluate 13 representative polyp/object segmentation models on our SUN-SEG dataset and provide attribute-based comparisons. Finally, we discuss several open issues and suggest possible research directions for the VPS community.

📄 PDF Abstract BibTeX arXiv:2203.14291

Code (4)

DengPingFan/PraNet 공식 구현 pytorch
GewelsJI/PNS-Net 공식 구현 pytorch
gewelsji/vps 공식 구현 pytorch
DengPingFan/Inf-Net pytorch

Tasks

AttributeDeep LearningSegmentationSemantic SegmentationVideo Object SegmentationVideo Object TrackingVideo Polyp Segmentation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

PolypNextLSTM: A lightweight and fast polyp video segmentation network using ConvNext and ConvLSTM

2024-02-18 · Debayan Bhattacharya, Konrad Reuter, Finn Behrendt, Lennart Maack 외

Commonly employed in polyp segmentation, single image UNet architectures lack the temporal insight clinicians gain from video data in diagnosing polyps. To mirror clinical practices more faithfully, our proposed solution…

SegmentationVideo SegmentationVideo Semantic Segmentation

SALI: Short-term Alignment and Long-term Interaction Network for Colonoscopy Video Polyp Segmentation

2024-06-19 · Qiang Hu, Zhenyu Yi, Ying Zhou, Fang Peng 외

Colonoscopy videos provide richer information in polyp segmentation for rectal cancer diagnosis. However, the endoscope's fast moving and close-up observing make the current methods suffer from large spatial incoherence …

SegmentationVideo Polyp SegmentationVideo SegmentationVideo Semantic Segmentation

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

Self-Prompting Polyp Segmentation in Colonoscopy using Hybrid Yolo-SAM 2 Model

2024-09-14 · Mobina Mansoori, Sajjad Shahabodini, Jamshid Abouei, Konstantinos N. Plataniotis 외

Early diagnosis and treatment of polyps during colonoscopy are essential for reducing the incidence and mortality of Colorectal Cancer (CRC). However, the variability in polyp characteristics and the presence of artifact…

Medical Image SegmentationPolyp SegmentationSegmentationVideo Polyp Segmentation+2

SSTFB: Leveraging self-supervised pretext learning and temporal self-attention with feature branching for real-time video polyp segmentation

2024-06-14 · Ziang Xu, Jens Rittscher, Sharib Ali

Polyps are early cancer indicators, so assessing occurrences of polyps and their removal is critical. They are observed through a colonoscopy screening procedure that generates a stream of video frames. Segmenting polyps…

Representation LearningSelf-Supervised LearningVideo Polyp Segmentation