paper-with-me

Papers

Deep Snake for Real-Time Instance Segmentation

2020-01-06 · CVPR 2020 6 · Sida Peng, Wen Jiang, Huaijin Pi, Xiuli Li, Hujun Bao, Xiaowei Zhou

This paper introduces a novel contour-based approach named deep snake for real-time instance segmentation. Unlike some recent methods that directly regress the coordinates of the object boundary points from an image, deep snake uses a neural network to iteratively deform an initial contour to match the object boundary, which implements the classic idea of snake algorithms with a learning-based approach. For structured feature learning on the contour, we propose to use circular convolution in deep snake, which better exploits the cycle-graph structure of a contour compared against generic graph convolution. Based on deep snake, we develop a two-stage pipeline for instance segmentation: initial contour proposal and contour deformation, which can handle errors in object localization. Experiments show that the proposed approach achieves competitive performances on the Cityscapes, KINS, SBD and COCO datasets while being efficient for real-time applications with a speed of 32.3 fps for 512$\times$512 images on a 1080Ti GPU. The code is available at https://github.com/zju3dv/snake/.

📄 PDF Abstract BibTeX arXiv:2001.01629

Code (1)

zju3dv/snake 공식 구현 pytorch

Tasks

GPUInstance SegmentationObjectObject LocalizationReal-time Instance SegmentationSemantic Contour PredictionSemantic 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…
Spatial Broadcast Decoder Spatial Broadcast Decoder is an architecture that aims to improve disentangling, reconstruction accuracy, and generalization to held-out regions in data space. It provides a…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Recurrent Generic Contour-based Instance Segmentation with Progressive Learning

2023-01-21 · Hao Feng, Keyi Zhou, Wengang Zhou, Yufei Yin 외

Contour-based instance segmentation has been actively studied, thanks to its flexibility and elegance in processing visual objects within complex backgrounds. In this work, we propose a novel deep network architecture, i…

Instance SegmentationLane DetectionObjectScene Text Detection+4

BoxSnake: Polygonal Instance Segmentation with Box Supervision

2023-03-21 · ICCV 2023 1 · Rui Yang, Lin Song, Yixiao Ge, Xiu Li

Box-supervised instance segmentation has gained much attention as it requires only simple box annotations instead of costly mask or polygon annotations. However, existing box-supervised instance segmentation models mainl…

Box-supervised Instance SegmentationInstance SegmentationSegmentationSemantic Segmentation

CircleSnake: Instance Segmentation with Circle Representation

2022-11-02 · Ethan H. Nguyen, Haichun Yang, Zuhayr Asad, Ruining Deng 외

Circle representation has recently been introduced as a medical imaging optimized representation for more effective instance object detection on ball-shaped medical objects. With its superior performance on instance dete…

Instance Segmentationobject-detectionObject DetectionSegmentation+1

Circle Representation for Medical Instance Object Segmentation

2024-03-18 · Juming Xiong, Ethan H. Nguyen, Yilin Liu, Ruining Deng 외

Recently, circle representation has been introduced for medical imaging, designed specifically to enhance the detection of instance objects that are spherically shaped (e.g., cells, glomeruli, and nuclei). Given its outs…

Instance SegmentationObjectSegmentationSemantic Segmentation

Eosinophils Instance Object Segmentation on Whole Slide Imaging Using Multi-label Circle Representation

2023-08-17 · Yilin Liu, Ruining Deng, Juming Xiong, Regina N Tyree 외

Eosinophilic esophagitis (EoE) is a chronic and relapsing disease characterized by esophageal inflammation. Symptoms of EoE include difficulty swallowing, food impaction, and chest pain which significantly impact the qua…

Cell SegmentationDiagnosticInstance SegmentationSegmentation+1