HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

f-BRS: Rethinking Backpropagating Refinement for Interactive Segmentation

Konstantin Sofiiuk Ilia Petrov Olga Barinova Anton Konushin

f-BRS: Rethinking Backpropagating Refinement for Interactive Segmentation

Abstract

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 .

Code Repositories

jpconnel/fbrs-segmentation
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
interactive-segmentation-on-berkeleyf-BRS-B (ResNet-50)
NoC@90: 4.34
interactive-segmentation-on-davisf-BRS-B (ResNet-101)
NoC@85: 5.04
NoC@90: 7.41
interactive-segmentation-on-grabcutf-BRS-B (ResNet-34)
NoC@85: 2
NoC@90: 2.46
interactive-segmentation-on-sbdf-BRS-B (ResNet-101)
NoC@85: 4.81
NoC@90: 7.73

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
f-BRS: Rethinking Backpropagating Refinement for Interactive Segmentation | Papers | HyperAI