CVMar 26, 2018

One-Shot Segmentation in Clutter

arXiv:1803.09597v242 citations
Originality Incremental advance
AI Analysis

This addresses the problem of segmenting unseen objects in cluttered environments for computer vision applications, representing an incremental advance.

The paper tackles one-shot segmentation in cluttered scenes by introducing a new dataset and showing that detection and segmentation are intertwined problems, with the proposed MaskNet model improving performance through iterative refinement.

We tackle the problem of one-shot segmentation: finding and segmenting a previously unseen object in a cluttered scene based on a single instruction example. We propose a novel dataset, which we call $\textit{cluttered Omniglot}$. Using a baseline architecture combining a Siamese embedding for detection with a U-net for segmentation we show that increasing levels of clutter make the task progressively harder. Using oracle models with access to various amounts of ground-truth information, we evaluate different aspects of the problem and show that in this kind of visual search task, detection and segmentation are two intertwined problems, the solution to each of which helps solving the other. We therefore introduce $\textit{MaskNet}$, an improved model that attends to multiple candidate locations, generates segmentation proposals to mask out background clutter and selects among the segmented objects. Our findings suggest that such image recognition models based on an iterative refinement of object detection and foreground segmentation may provide a way to deal with highly cluttered scenes.

Code Implementations1 repo
Foundations

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

Your Notes