CVAug 18, 2018

Concept Mask: Large-Scale Segmentation from Semantic Concepts

arXiv:1808.06032v13 citations
Originality Incremental advance
AI Analysis

This addresses the problem of limited label scalability in semantic segmentation for computer vision applications, representing an incremental advance.

The paper tackles the challenge of scaling semantic segmentation to a large number of labels by formulating it as segmentation given a semantic concept, achieving competitive performance on fully supervised concepts and accurate segmentations for weakly learned and unseen concepts.

Existing works on semantic segmentation typically consider a small number of labels, ranging from tens to a few hundreds. With a large number of labels, training and evaluation of such task become extremely challenging due to correlation between labels and lack of datasets with complete annotations. We formulate semantic segmentation as a problem of image segmentation given a semantic concept, and propose a novel system which can potentially handle an unlimited number of concepts, including objects, parts, stuff, and attributes. We achieve this using a weakly and semi-supervised framework leveraging multiple datasets with different levels of supervision. We first train a deep neural network on a 6M stock image dataset with only image-level labels to learn visual-semantic embedding on 18K concepts. Then, we refine and extend the embedding network to predict an attention map, using a curated dataset with bounding box annotations on 750 concepts. Finally, we train an attention-driven class agnostic segmentation network using an 80-category fully annotated dataset. We perform extensive experiments to validate that the proposed system performs competitively to the state of the art on fully supervised concepts, and is capable of producing accurate segmentations for weakly learned and unseen concepts.

Foundations

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

Your Notes