English

Fully Convolutional Neural Networks for Dynamic Object Detection in Grid Maps

Computer Vision and Pattern Recognition 2017-09-12 v1

Abstract

Grid maps are widely used in robotics to represent obstacles in the environment and differentiating dynamic objects from static infrastructure is essential for many practical applications. In this work, we present a methods that uses a deep convolutional neural network (CNN) to infer whether grid cells are covering a moving object or not. Compared to tracking approaches, that use e.g. a particle filter to estimate grid cell velocities and then make a decision for individual grid cells based on this estimate, our approach uses the entire grid map as input image for a CNN that inspects a larger area around each cell and thus takes the structural appearance in the grid map into account to make a decision. Compared to our reference method, our concept yields a performance increase from 83.9% to 97.2%. A runtime optimized version of our approach yields similar improvements with an execution time of just 10 milliseconds.

Keywords

Cite

@article{arxiv.1709.03139,
  title  = {Fully Convolutional Neural Networks for Dynamic Object Detection in Grid Maps},
  author = {Florian Piewak and Timo Rehfeld and Michael Weber and J. Marius Zöllner},
  journal= {arXiv preprint arXiv:1709.03139},
  year   = {2017}
}

Comments

This is a shorter version of the masters thesis of Florian Piewak and it was accapted at IV 2017

R2 v1 2026-06-22T21:38:22.877Z