English

Video Polyp Segmentation: A Deep Learning Perspective

Image and Video Processing 2023-03-03 v3 Computer Vision and Pattern Recognition

Abstract

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.

Keywords

Cite

@article{arxiv.2203.14291,
  title  = {Video Polyp Segmentation: A Deep Learning Perspective},
  author = {Ge-Peng Ji and Guobao Xiao and Yu-Cheng Chou and Deng-Ping Fan and Kai Zhao and Geng Chen and Luc Van Gool},
  journal= {arXiv preprint arXiv:2203.14291},
  year   = {2023}
}

Comments

Accepted by Machine Intelligence Research 2022 (Project Page: https://github.com/GewelsJI/VPS)

R2 v1 2026-06-24T10:27:23.718Z