PeRL STUDIES AUTONOMOUS NAVIGATION & MAPPING FOR MOBILE ROBOTS IN A PRIORI UNKNOWN ENVIRONMENTS.

At a Glance

Synopsis

Browse Publications by Ryan Eustice and the rest of the PeRL Team.

Browse by year

2020, 2019, 2018, 2017, 2016, 2015, 2014, 2013, 2012, 2011, 2010, 2009, 2008, 2007, 2006, 2005, 2004, 2003, 2002, 2000

Theses

Feature Learning for Scene Flow Estimation from LIDAR

Summary


Arash K. Ushani and Ryan M. Eustice, Feature Learning for Scene Flow Estimation from LIDAR. In Proceedings of the Conference on Robot Learning, pages 283-292, October 2018.

Abstract

To perform tasks in dynamic environments, many mobile robots must estimate the motion in the surrounding world. Recently, techniques have been developed to estimate scene flow directly from LIDAR scans, relying on hand-designed features. In this work, we build an encoding network to learn features from an occupancy grid. The network is trained so that these features are discriminative in finding matching or non-matching locations between successive timesteps. This learned feature space is then leveraged to estimate scene flow. We evaluate our method on the KITTI dataset and demonstrate performance that improves upon the accuracy of the current state-of-the-art. We provide an implementation of our method at https://github.com/aushani/flsf.

Bibtex entry

@INPROCEEDINGS { aushani-2018a,
    AUTHOR = { Arash K. Ushani and Ryan M. Eustice },
    EDITOR = { Billard, Aude and Dragan, Anca and Peters, Jan and Morimoto, Jun },
    TITLE = { Feature Learning for Scene Flow Estimation from {LIDAR} },
    BOOKTITLE = { Proceedings of the Conference on Robot Learning },
    YEAR = { 2018 },
    MONTH = { October },
    VOLUME = { 87 },
    PAGES = { 283--292 },
    SERIES = { Proceedings of Machine Learning Research },
}