Sequential Neural Barriers for Scalable Dynamic Obstacle Avoidance

Hongzhan Yu, Chiaki Hirayama, Chenning Yu, Sylvia Herbert, Sicun Gao,
University of California, San Diego

SN-CBF generalizes the avoidance behaviors to the test environments with unseen obstacle densities. The contours indicate the level sets of the learned SN-CBF models. The safe controls are inferred after aggregating the SN-CBF values from each dynamic obstacle.

Abstract

There are two major challenges for scaling up robot navigation around dynamic obstacles: the complex interaction dynamics of the obstacles can be hard to model analytically, and the complexity of planning and control grows exponentially in the number of obstacles. Data-driven and learning-based methods are thus particularly valuable in this context. However, data-driven methods are sensitive to distribution drift, making it hard to train and generalize learned models across different obstacle densities.

We propose a novel method for compositional learning of Sequential Neural Control Barrier models (SNCBFs) to achieve scalability. Our approach exploits an important observation: the spatial interaction patterns of multiple dynamic obstacles can be decomposed and predicted through temporal sequences of states for each obstacle. Through decomposition, we can generalize control policies trained only with a small number of obstacles, to environments where the obstacle density can be 100x higher. We demonstrate the benefits of the proposed methods in improving dynamic collision avoidance in comparison with existing methods including potential fields, end-to-end reinforcement learning, and model-predictive control. We also perform hardware experiments and show the practical effectiveness of the approach in the supplementary video.

The key observation that motivates SN-CBF is the sequential decomposibility of dynamic obstacles' collective dynamics.


For instance, by observing that the agent on the right picking up speed while curving a little bit, we can infer the potential approaching of the other agent without directly observing it.

Training & Evaluation

We show the simulation experiments below. The training scenarios contain at most 6 dynamic obstacles, while the test scenarios can allow up to 100x more obstacles to be deployed.



S-PFM, Dubins

G-PFM, Dubins

SN-CBF, Dubins

SN-CBF, Bicycle

Real-world Experiment


BibTeX

@misc{yu2023sequential,
      title={Sequential Neural Barriers for Scalable Dynamic Obstacle Avoidance}, 
      author={Hongzhan Yu and Chiaki Hirayama and Chenning Yu and Sylvia Herbert and Sicun Gao},
      year={2023},
      eprint={2307.03015},
      archivePrefix={arXiv},
      primaryClass={cs.RO}
}