CVApr 11, 2019

C-MIL: Continuation Multiple Instance Learning for Weakly Supervised Object Detection

arXiv:1904.05647v1256 citations
Originality Highly original
AI Analysis

This addresses the challenge of localizing objects with only image-level labels for computer vision applications, representing a strong specific gain rather than a foundational breakthrough.

The paper tackled the problem of weakly supervised object detection (WSOD) by introducing continuation multiple instance learning (C-MIL) to alleviate non-convexity issues, resulting in state-of-the-art improvements on PASCAL VOC datasets with large margins.

Weakly supervised object detection (WSOD) is a challenging task when provided with image category supervision but required to simultaneously learn object locations and object detectors. Many WSOD approaches adopt multiple instance learning (MIL) and have non-convex loss functions which are prone to get stuck into local minima (falsely localize object parts) while missing full object extent during training. In this paper, we introduce a continuation optimization method into MIL and thereby creating continuation multiple instance learning (C-MIL), with the intention of alleviating the non-convexity problem in a systematic way. We partition instances into spatially related and class related subsets, and approximate the original loss function with a series of smoothed loss functions defined within the subsets. Optimizing smoothed loss functions prevents the training procedure falling prematurely into local minima and facilitates the discovery of Stable Semantic Extremal Regions (SSERs) which indicate full object extent. On the PASCAL VOC 2007 and 2012 datasets, C-MIL improves the state-of-the-art of weakly supervised object detection and weakly supervised object localization with large margins.

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