CVMar 23, 2017

Weakly Supervised Object Localization Using Things and Stuff Transfer

arXiv:1703.08000v275 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of reducing annotation costs for object localization in computer vision, but it is incremental as it builds on existing transfer learning and MIL frameworks.

The paper tackles weakly supervised object localization for classes lacking location annotations by transferring knowledge from annotated source classes, using segmentation models and similarity relations to refine cues, and achieves significant improvement over standard multiple instance learning and outperforms state-of-the-art in transfer settings.

We propose to help weakly supervised object localization for classes where location annotations are not available, by transferring things and stuff knowledge from a source set with available annotations. The source and target classes might share similar appearance (e.g. bear fur is similar to cat fur) or appear against similar background (e.g. horse and sheep appear against grass). To exploit this, we acquire three types of knowledge from the source set: a segmentation model trained on both thing and stuff classes; similarity relations between target and source classes; and co-occurrence relations between thing and stuff classes in the source. The segmentation model is used to generate thing and stuff segmentation maps on a target image, while the class similarity and co-occurrence knowledge help refining them. We then incorporate these maps as new cues into a multiple instance learning framework (MIL), propagating the transferred knowledge from the pixel level to the object proposal level. In extensive experiments, we conduct our transfer from the PASCAL Context dataset (source) to the ILSVRC, COCO and PASCAL VOC 2007 datasets (targets). We evaluate our transfer across widely different thing classes, including some that are not similar in appearance, but appear against similar background. The results demonstrate significant improvement over standard MIL, and we outperform the state-of-the-art in the transfer setting.

Foundations

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

Your Notes