HyperAIHyperAI

Command Palette

Search for a command to run...

a month ago

One-Shot Segmentation in Clutter

Michaelis Claudio Bethge Matthias Ecker Alexander S.

One-Shot Segmentation in Clutter

Abstract

We tackle the problem of one-shot segmentation: finding and segmenting apreviously unseen object in a cluttered scene based on a single instructionexample. We propose a novel dataset, which we call $\textit{clutteredOmniglot}$. Using a baseline architecture combining a Siamese embedding fordetection with a U-net for segmentation we show that increasing levels ofclutter make the task progressively harder. Using oracle models with access tovarious amounts of ground-truth information, we evaluate different aspects ofthe problem and show that in this kind of visual search task, detection andsegmentation are two intertwined problems, the solution to each of which helpssolving the other. We therefore introduce $\textit{MaskNet}$, an improved modelthat attends to multiple candidate locations, generates segmentation proposalsto mask out background clutter and selects among the segmented objects. Ourfindings suggest that such image recognition models based on an iterativerefinement of object detection and foreground segmentation may provide a way todeal with highly cluttered scenes.

Code Repositories

michaelisc/cluttered-omniglot
Official
tf
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
one-shot-segmentation-on-cluttered-omniglotMaskNet
IoU [256 distractors]: 43.7
IoU [32 distractors]: 65.6
IoU [4 distractors]: 95.8
one-shot-segmentation-on-cluttered-omniglotSiamese-U-Net
IoU [256 distractors]: 38.4
IoU [32 distractors]: 62.4
IoU [4 distractors]: 97.1

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
One-Shot Segmentation in Clutter | Papers | HyperAI