LGROMLJun 9, 2020

Learning Navigation Costs from Demonstration with Semantic Observations

arXiv:2006.05043v23 citations
AI Analysis

This addresses autonomous robot navigation by learning cost functions from demonstrations, but it is incremental as it builds on existing inverse reinforcement learning methods.

The paper tackles the problem of inferring navigation cost functions from demonstrations using semantic observations, achieving the ability to follow traffic rules in the CARLA simulator.

This paper focuses on inverse reinforcement learning (IRL) for autonomous robot navigation using semantic observations. The objective is to infer a cost function that explains demonstrated behavior while relying only on the expert's observations and state-control trajectory. We develop a map encoder, which infers semantic class probabilities from the observation sequence, and a cost encoder, defined as deep neural network over the semantic features. Since the expert cost is not directly observable, the representation parameters can only be optimized by differentiating the error between demonstrated controls and a control policy computed from the cost estimate. The error is optimized using a closed-form subgradient computed only over a subset of promising states via a motion planning algorithm. We show that our approach learns to follow traffic rules in the autonomous driving CARLA simulator by relying on semantic observations of cars, sidewalks and road lanes.

Foundations

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

Your Notes