CVNov 14, 2018

LoANs: Weakly Supervised Object Detection with Localizer Assessor Networks

arXiv:1811.05773v22 citations
Originality Incremental advance
AI Analysis

This addresses the data gathering challenge for object detection, offering a simpler and cheaper alternative, though it is incremental as it builds on existing weakly supervised techniques.

The paper tackles the problem of costly fully annotated datasets for object detection by proposing a weakly supervised method using a student-teacher ensemble, where the student learns to localize objects without labels, and it achieves competitive performance compared to state-of-the-art fully supervised approaches.

Recently, deep neural networks have achieved remarkable performance on the task of object detection and recognition. The reason for this success is mainly grounded in the availability of large scale, fully annotated datasets, but the creation of such a dataset is a complicated and costly task. In this paper, we propose a novel method for weakly supervised object detection that simplifies the process of gathering data for training an object detector. We train an ensemble of two models that work together in a student-teacher fashion. Our student (localizer) is a model that learns to localize an object, the teacher (assessor) assesses the quality of the localization and provides feedback to the student. The student uses this feedback to learn how to localize objects and is thus entirely supervised by the teacher, as we are using no labels for training the localizer. In our experiments, we show that our model is very robust to noise and reaches competitive performance compared to a state-of-the-art fully supervised approach. We also show the simplicity of creating a new dataset, based on a few videos (e.g. downloaded from YouTube) and artificially generated data.

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