SOTAVerified

Cascaded Sparse Feature Propagation Network for Interactive Segmentation

2022-03-10Code Available0· sign in to hype

Chuyu Zhang, Chuanyang Hu, Hui Ren, Yongfei Liu, Xuming He

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We aim to tackle the problem of point-based interactive segmentation, in which the key challenge is to propagate the user-provided annotations to unlabeled regions efficiently. Existing methods tackle this challenge by utilizing computationally expensive fully connected graphs or transformer architectures that sacrifice important fine-grained information required for accurate segmentation. To overcome these limitations, we propose a cascade sparse feature propagation network that learns a click-augmented feature representation for propagating user-provided information to unlabeled regions. The sparse design of our network enables efficient information propagation on high-resolution features, resulting in more detailed object segmentation. We validate the effectiveness of our method through comprehensive experiments on various benchmarks, and the results demonstrate the superior performance of our approach. Code is available at https://github.com/kleinzcy/CSFPN.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
BerkeleyIA-FP-Net(HRNet, C+L)NoC@902.12Unverified
DAVISIA-FP-NetNoC@905.22Unverified
GrabCutIA-FP-NetNoC@901.68Unverified
SBDIA-FP-Net(HRNet,SBD)NoC@905.25Unverified

Reproductions