CVJun 13, 2019

Show, Match and Segment: Joint Weakly Supervised Learning of Semantic Matching and Object Co-segmentation

arXiv:1906.05857v253 citations
Originality Highly original
AI Analysis

This addresses the problem of improving object instance matching and segmentation in images for computer vision applications, presenting a novel joint approach rather than incremental improvements.

The paper tackles the joint tasks of semantic matching and object co-segmentation by exploiting their complementary nature, achieving favorable performance against state-of-the-art methods on five benchmark datasets without requiring manual annotations.

We present an approach for jointly matching and segmenting object instances of the same category within a collection of images. In contrast to existing algorithms that tackle the tasks of semantic matching and object co-segmentation in isolation, our method exploits the complementary nature of the two tasks. The key insights of our method are two-fold. First, the estimated dense correspondence fields from semantic matching provide supervision for object co-segmentation by enforcing consistency between the predicted masks from a pair of images. Second, the predicted object masks from object co-segmentation in turn allow us to reduce the adverse effects due to background clutters for improving semantic matching. Our model is end-to-end trainable and does not require supervision from manually annotated correspondences and object masks. We validate the efficacy of our approach on five benchmark datasets: TSS, Internet, PF-PASCAL, PF-WILLOW, and SPair-71k, and show that our algorithm performs favorably against the state-of-the-art methods on both semantic matching and object co-segmentation tasks.

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