Self-Supervised Path Planning in Unstructured Environments via Global-Guided Differentiable Hard Constraint Projection
Ziqian Wang, Chenxi Fang, Zhen Zhang
TL;DR
This work tackles safe, data-efficient path planning for embedded mechatronics in unstructured environments by introducing a self-supervised framework that fuses a Global-Guided Artificial Potential Field (G-APF) with a differentiable hard constraint projection layer. The approach uses slack-variable reformulations and an LSE-smoothed collision representation to enforce kinematic and collision constraints within an end-to-end trainable network, augmented by a two-stage curriculum training strategy. Empirical results on 20,000 static scenarios and CARLA-based closed-loop tests on NVIDIA Jetson Orin NX show an 88.75% planning success rate with a real-time latency of 94 ms, outperforming several baselines in safety and dynamic feasibility. The framework provides a generalizable pathway for embedding physical laws into neural planners, enabling reliable, real-time constrained optimization for mechatronics applications.
Abstract
Deploying deep learning agents for autonomous navigation in unstructured environments faces critical challenges regarding safety, data scarcity, and limited computational resources. Traditional solvers often suffer from high latency, while emerging learning-based approaches struggle to ensure deterministic feasibility. To bridge the gap from embodied to embedded intelligence, we propose a self-supervised framework incorporating a differentiable hard constraint projection layer for runtime assurance. To mitigate data scarcity, we construct a Global-Guided Artificial Potential Field (G-APF), which provides dense supervision signals without manual labeling. To enforce actuator limitations and geometric constraints efficiently, we employ an adaptive neural projection layer, which iteratively rectifies the coarse network output onto the feasible manifold. Extensive benchmarks on a test set of 20,000 scenarios demonstrate an 88.75\% success rate, substantiating the enhanced operational safety. Closed-loop experiments in CARLA further validate the physical realizability of the planned paths under dynamic constraints. Furthermore, deployment verification on an NVIDIA Jetson Orin NX confirms an inference latency of 94 ms, showing real-time feasibility on resource-constrained embedded hardware. This framework offers a generalized paradigm for embedding physical laws into neural architectures, providing a viable direction for solving constrained optimization in mechatronics. Source code is available at: https://github.com/wzq-13/SSHC.git.
