CVAINov 17, 2016

Learning to detect and localize many objects from few examples

arXiv:1611.05664v16 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of detecting and localizing many objects in images with few examples, which is incremental as it builds on existing deep learning approaches but introduces specific architectural improvements for data efficiency.

The authors tackled the problem of object detection with limited training data by proposing a neural model that predicts bounding box coordinates using spatial 2D-LSTM layers and local parameter sharing, showing it outperforms state-of-the-art methods in scenarios with scarce data, such as text detection in document images.

The current trend in object detection and localization is to learn predictions with high capacity deep neural networks trained on a very large amount of annotated data and using a high amount of processing power. In this work, we propose a new neural model which directly predicts bounding box coordinates. The particularity of our contribution lies in the local computations of predictions with a new form of local parameter sharing which keeps the overall amount of trainable parameters low. Key components of the model are spatial 2D-LSTM recurrent layers which convey contextual information between the regions of the image. We show that this model is more powerful than the state of the art in applications where training data is not as abundant as in the classical configuration of natural images and Imagenet/Pascal VOC tasks. We particularly target the detection of text in document images, but our method is not limited to this setting. The proposed model also facilitates the detection of many objects in a single image and can deal with inputs of variable sizes without resizing.

Foundations

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

Your Notes