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

f-BRS: Rethinking Backpropagating Refinement for Interactive Segmentation

About

Deep neural networks have become a mainstream approach to interactive segmentation. As we show in our experiments, while for some images a trained network provides accurate segmentation result with just a few clicks, for some unknown objects it cannot achieve satisfactory result even with a large amount of user input. Recently proposed backpropagating refinement (BRS) scheme introduces an optimization problem for interactive segmentation that results in significantly better performance for the hard cases. At the same time, BRS requires running forward and backward pass through a deep network several times that leads to significantly increased computational budget per click compared to other methods. We propose f-BRS (feature backpropagating refinement scheme) that solves an optimization problem with respect to auxiliary variables instead of the network inputs, and requires running forward and backward pass just for a small part of a network. Experiments on GrabCut, Berkeley, DAVIS and SBD datasets set new state-of-the-art at an order of magnitude lower time per click compared to original BRS. The code and trained models are available at https://github.com/saic-vul/fbrs_interactive_segmentation .

Konstantin Sofiiuk, Ilia Petrov, Olga Barinova, Anton Konushin• 2020

Related benchmarks

TaskDatasetResultRank
Interactive SegmentationBerkeley
NoC@902.44
230
Interactive SegmentationGrabCut
NoC@901.69
225
Interactive SegmentationDAVIS
NoC@906.5
197
Interactive SegmentationSBD
NoC @ 90% Target7.26
171
Interactive Image SegmentationGrabCut
NoC@902.72
28
Interactive Image SegmentationDAVIS
NoC @ 90% IoU7.41
27
Interactive Image SegmentationSBD
NoC907.73
16
Interactive Instance SegmentationGrabCut (test)
NoC @ 90%2.72
14
Interactive Image SegmentationSBD (val)
NoC @ 854.81
12
Interactive Instance SegmentationBerkeley (test)
NoC @ 90%4.57
11
Showing 10 of 19 rows

Other info

Code

Follow for update