Agile locomotion in complex 3D environments requires robust spatial awareness to safely avoid diverse obstacles such as aerial clutter, uneven terrain, and dynamic agents. We propose Omni-Perception, an end-to-end locomotion policy that achieves 3D spatial awareness and omnidirectional collision avoidance by directly processing raw LiDAR point clouds.
At its core is PD-RiskNet (Proximal-Distal Risk-Aware Hierarchical Network), a novel perception module that interprets spatio-temporal LiDAR data for environmental risk assessment. We develop a high-fidelity LiDAR simulation toolkit with realistic noise modeling and fast raycasting, enabling scalable training and effective sim-to-real transfer.
We introduce a hierarchical network architecture specifically designed to process spatio-temporal LiDAR point clouds, differentiating between proximal and distal regions to effectively quantify environmental risks for locomotion. The PD-RiskNet architecture is designed to process spatio-temporal point cloud data acquired from a legged robot’s LiDAR sensor. The initial step involves partitioning the raw point cloud Praw into two distinct subsets: the proximal point cloud and the distal point. This partitioning is based on a vertical angle threshold θ, distinguishing near-field points (higher θ) from far-field points (lower θ), effectively separating dense local geometry from sparse distant observations. Effective omnidirectional collision avoidance demonstrated across diverse environmental challenges including aerial, transparent, slender, and ground obstacles.
We developed a custom rendering framework supporting diverse LiDAR models with realistic scan patterns, self-occlusion effects, and optimized mesh management for massively parallel simulation.
PD-RiskNet Architecture: Our perception module partitions raw LiDAR point clouds into proximal and distal regions, processing each with specialized sampling strategies and temporal networks for spatio-temporal feature extraction.
@misc{wang2025omniperception,
title={Omni-Perception: Omnidirectional Collision Avoidance for Legged Locomotion in Dynamic Environments},
author={Zifan Wang and Teli Ma and Yufei Jia and Xun Yang and Jiaming Zhou and Wenlong Ouyang and Qiang Zhang and Junwei Liang},
year={2025},
eprint={2505.19214},
archivePrefix={arXiv},
primaryClass={cs.RO},
url={https://arxiv.org/abs/2505.19214},
}