# Customizing Object Detectors for Indoor Robots

**Authors:** Saif Alabachi, Gita Sukthankar, Rahul Sukthankar

arXiv: 1902.10671 · 2019-02-28

## TL;DR

This paper presents a system for quickly creating customized object detectors for indoor robots by autonomously collecting multi-view data and training a new CNN model, DUNet, from limited data, outperforming fine-tuned models.

## Contribution

It introduces DUNet, a novel CNN architecture trained from scratch for personalized indoor object detection with limited data, and a data collection method using a teleoperated quadcopter.

## Key findings

- DUNet outperforms fine-tuned state-of-the-art detectors on indoor robotics data.
- Autonomous multi-view data collection improves training efficiency.
- Customized detectors significantly reduce missed objects in specific environments.

## Abstract

Object detection models based on convolutional neural networks (CNNs) demonstrate impressive performance when trained on large-scale labeled datasets. While a generic object detector trained on such a dataset performs adequately in applications where the input data is similar to user photographs, the detector performs poorly on small objects, particularly ones with limited training data or imaged from uncommon viewpoints. Also, a specific room will have many objects that are missed by standard object detectors, frustrating a robot that continually operates in the same indoor environment.   This paper describes a system for rapidly creating customized object detectors. Data is collected from a quadcopter that is teleoperated with an interactive interface. Once an object is selected, the quadcopter autonomously photographs the object from multiple viewpoints to %create training data that is used by DUNet (Dense Upscaled Net), collect data to train DUNet (Dense Upscaled Network), our proposed model for learning customized object detectors from scratch given limited data. Our experiments compare the performance of learning models from scratch with DUNet vs.\ fine tuning existing state of the art object detectors, both on our indoor robotics domain and on standard datasets.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1902.10671/full.md

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/1902.10671/full.md

## References

31 references — full list in the complete paper: https://tomesphere.com/paper/1902.10671/full.md

---
Source: https://tomesphere.com/paper/1902.10671