CVNov 9, 2015

Weakly Supervised Deep Detection Networks

arXiv:1511.02853v4839 citations
Originality Incremental advance
AI Analysis

This work addresses weakly supervised object detection for image understanding, offering an incremental improvement over existing methods.

The paper tackles the problem of weakly supervised object detection by proposing a deep detection architecture that modifies a pre-trained convolutional neural network to perform region selection and classification simultaneously, achieving better performance than alternative systems on PASCAL VOC data.

Weakly supervised learning of object detection is an important problem in image understanding that still does not have a satisfactory solution. In this paper, we address this problem by exploiting the power of deep convolutional neural networks pre-trained on large-scale image-level classification tasks. We propose a weakly supervised deep detection architecture that modifies one such network to operate at the level of image regions, performing simultaneously region selection and classification. Trained as an image classifier, the architecture implicitly learns object detectors that are better than alternative weakly supervised detection systems on the PASCAL VOC data. The model, which is a simple and elegant end-to-end architecture, outperforms standard data augmentation and fine-tuning techniques for the task of image-level classification as well.

Code Implementations5 repos
Foundations

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

Your Notes