CVMay 15, 2018

Image Co-segmentation via Multi-scale Local Shape Transfer

arXiv:1805.05610v11 citations
Originality Incremental advance
AI Analysis

This addresses the problem of segmenting common objects with inconsistent shapes for computer vision applications, representing an incremental advancement.

The paper tackles the challenge of image co-segmentation where objects vary in appearance by proposing a method that transfers patch-level local shapes across images, achieving comparable or better performance on standard datasets and significant improvements on a challenging benchmark.

Image co-segmentation is a challenging task in computer vision that aims to segment all pixels of the objects from a predefined semantic category. In real-world cases, however, common foreground objects often vary greatly in appearance, making their global shapes highly inconsistent across images and difficult to be segmented. To address this problem, this paper proposes a novel co-segmentation approach that transfers patch-level local object shapes which appear more consistent across different images. In our framework, a multi-scale patch neighbourhood system is first generated using proposal flow on arbitrary image-pair, which is further refined by Locally Linear Embedding. Based on the patch relationships, we propose an efficient algorithm to jointly segment the objects in each image while transferring their local shapes across different images. Extensive experiments demonstrate that the proposed method can robustly and effectively segment common objects from an image set. On iCoseg, MSRC and Coseg-Rep dataset, the proposed approach performs comparable or better than the state-of-thearts, while on a more challenging benchmark Fashionista dataset, our method achieves significant improvements.

Foundations

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

Your Notes