CVNEROOct 24, 2019

ROBO: Robust, Fully Neural Object Detection for Robot Soccer

arXiv:1910.10949v17 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the need for low-power, real-time object detection in mobile robots, representing an incremental improvement tailored to a specific domain.

The paper tackled the problem of efficient object detection for robot soccer by proposing the ROBO neural network architecture, which achieved a 35 times decrease in run time compared to Tiny YOLO while maintaining superior average precision, albeit with slightly worse localization accuracy.

Deep Learning has become exceptionally popular in the last few years due to its success in computer vision and other fields of AI. However, deep neural networks are computationally expensive, which limits their application in low power embedded systems, such as mobile robots. In this paper, an efficient neural network architecture is proposed for the problem of detecting relevant objects in robot soccer environments. The ROBO model's increase in efficiency is achieved by exploiting the peculiarities of the environment. Compared to the state-of-the-art Tiny YOLO model, the proposed network provides approximately 35 times decrease in run time, while achieving superior average precision, although at the cost of slightly worse localization accuracy.

Foundations

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

Your Notes