Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Recurrent Generic Contour-based Instance Segmentation with Progressive Learning

About

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.e., PolySnake, for generic contour-based instance segmentation. Motivated by the classic Snake algorithm, the proposed PolySnake achieves superior and robust segmentation performance with an iterative and progressive contour refinement strategy. Technically, PolySnake introduces a recurrent update operator to estimate the object contour iteratively. It maintains a single estimate of the contour that is progressively deformed toward the object boundary. At each iteration, PolySnake builds a semantic-rich representation for the current contour and feeds it to the recurrent operator for further contour adjustment. Through the iterative refinements, the contour progressively converges to a stable status that tightly encloses the object instance. Beyond the scope of general instance segmentation, extensive experiments are conducted to validate the effectiveness and generalizability of our PolySnake in two additional specific task scenarios, including scene text detection and lane detection. The results demonstrate that the proposed PolySnake outperforms the existing advanced methods on several multiple prevalent benchmarks across the three tasks. The codes and pre-trained models are available at https://github.com/fh2019ustc/PolySnake

Hao Feng, Keyi Zhou, Wengang Zhou, Yufei Yin, Jiajun Deng, Qi Sun, Houqiang Li• 2023

Related benchmarks

TaskDatasetResultRank
Lane DetectionCULane (test)
F1 Score (Total)76.82
268
Instance SegmentationCityscapes (val)
AP40.2
239
Instance SegmentationCityscapes (test)
AP (Overall)34.6
122
Scene Text DetectionCTW1500 (test)
TIOU-R81.5
23
Instance SegmentationSBD (val)
AP@0.50 (Mask)66.8
22
Amodal Instance SegmentationKINS (test)--
16
Instance SegmentationCOCO 36 (test-dev)
AP34.9
9
Instance SegmentationCOCO 36 (val)
AP34.8
5
Showing 8 of 8 rows

Other info

Code

Follow for update