CVJul 11, 2015

LooseCut: Interactive Image Segmentation with Loosely Bounded Boxes

arXiv:1507.03060v246 citations
AI Analysis

This reduces annotation burden and enables use of automatically detected boxes for image segmentation, though it is an incremental improvement over existing methods.

The paper tackles the problem of interactive image segmentation requiring tightly bounded boxes by developing LooseCut, which handles loosely bounded boxes, achieving improved segmentation accuracy with a 5-10% gain in F-measure over state-of-the-art methods on three datasets.

One popular approach to interactively segment the foreground object of interest from an image is to annotate a bounding box that covers the foreground object. Then, a binary labeling is performed to achieve a refined segmentation. One major issue of the existing algorithms for such interactive image segmentation is their preference of an input bounding box that tightly encloses the foreground object. This increases the annotation burden, and prevents these algorithms from utilizing automatically detected bounding boxes. In this paper, we develop a new LooseCut algorithm that can handle cases where the input bounding box only loosely covers the foreground object. We propose a new Markov Random Fields (MRF) model for segmentation with loosely bounded boxes, including a global similarity constraint to better distinguish the foreground and background, and an additional energy term to encourage consistent labeling of similar-appearance pixels. This MRF model is then solved by an iterated max-flow algorithm. In the experiments, we evaluate LooseCut in three publicly-available image datasets, and compare its performance against several state-of-the-art interactive image segmentation algorithms. We also show that LooseCut can be used for enhancing the performance of unsupervised video segmentation and image saliency detection.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes