CVJul 9, 2020

Building Robust Industrial Applicable Object Detection Models Using Transfer Learning and Single Pass Deep Learning Architectures

arXiv:2007.04666v18 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This work addresses the need for efficient and data-efficient object detection in industrial settings, but it is incremental as it applies existing methods to new applications.

The paper tackled the problem of building robust object detection models for industrial applications by using transfer learning and single-pass deep learning architectures to reduce training data needs while maintaining high average precision, achieving real-time performance in tasks like detecting promotion boards and warehouse packages.

The uprising trend of deep learning in computer vision and artificial intelligence can simply not be ignored. On the most diverse tasks, from recognition and detection to segmentation, deep learning is able to obtain state-of-the-art results, reaching top notch performance. In this paper we explore how deep convolutional neural networks dedicated to the task of object detection can improve our industrial-oriented object detection pipelines, using state-of-the-art open source deep learning frameworks, like Darknet. By using a deep learning architecture that integrates region proposals, classification and probability estimation in a single run, we aim at obtaining real-time performance. We focus on reducing the needed amount of training data drastically by exploring transfer learning, while still maintaining a high average precision. Furthermore we apply these algorithms to two industrially relevant applications, one being the detection of promotion boards in eye tracking data and the other detecting and recognizing packages of warehouse products for augmented advertisements.

Foundations

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

Your Notes