CVLGIVJun 18, 2019

Deep Multicameral Decoding for Localizing Unoccluded Object Instances from a Single RGB Image

arXiv:1906.07480v32 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of localizing unoccluded object instances in dense scenes, which is incremental as it builds on existing segmentation methods with a new decoder design and dataset.

The paper tackles the problem of occlusion-aware instance segmentation in dense homogeneous layouts by proposing a multicameral decoder design and introducing a synthetic dataset, Mikado, which contains more instances and occlusions than existing datasets; experiments show improved position-sensitive representations and transferable learning to real images with reduced annotation needs.

Occlusion-aware instance-sensitive segmentation is a complex task generally split into region-based segmentations, by approximating instances as their bounding box. We address the showcase scenario of dense homogeneous layouts in which this approximation does not hold. In this scenario, outlining unoccluded instances by decoding a deep encoder becomes difficult, due to the translation invariance of convolutional layers and the lack of complexity in the decoder. We therefore propose a multicameral design composed of subtask-specific lightweight decoder and encoder-decoder units, coupled in cascade to encourage subtask-specific feature reuse and enforce a learning path within the decoding process. Furthermore, the state-of-the-art datasets for occlusion-aware instance segmentation contain real images with few instances and occlusions mostly due to objects occluding the background, unlike dense object layouts. We thus also introduce a synthetic dataset of dense homogeneous object layouts, namely Mikado, which extensibly contains more instances and inter-instance occlusions per image than these public datasets. Our extensive experiments on Mikado and public datasets show that ordinal multiscale units within the decoding process prove more effective than state-of-the-art design patterns for capturing position-sensitive representations. We also show that Mikado is plausible with respect to real-world problems, in the sense that it enables the learning of performance-enhancing representations transferable to real images, while drastically reducing the need of hand-made annotations for finetuning. The proposed dataset will be made publicly available.

Foundations

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

Your Notes