DeepIPCv2: LiDAR-powered Robust Environmental Perception and Navigational Control for Autonomous Vehicle
About
We propose DeepIPCv2, an end-to-end autonomous driving framework that integrates LiDAR-based environmental perception with command-specific control learning. Unlike prior camera-reliant models, DeepIPCv2 employs point cloud segmentation and multi-view projection to construct robust scene representations. These features are fused and decoded through a combination of gated recurrent units, command-specific multi-layer perceptrons, and PID controllers to estimate both waypoints and navigational control commands. This design enhances maneuverability and addresses action imbalance in driving datasets. To validate the model, we constructed a dataset covering diverse illumination conditions and conducted ablation studies and comparative tests against recent methods, including TransFuser. Results demonstrate that DeepIPCv2 achieves the lowest total metric error and the fewest driving interventions, highlighting both its robustness to illumination changes and its improved control accuracy. By releasing the codes at https://github.com/oskarnatan/DeepIPCv2 later, we aim to support reproducibility and future advancements in end-to-end autonomous driving research.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Control | Custom Pedestrian-Crossing Dataset (Noon) | Steering MAE0.127 | 7 | |
| Control | Custom Pedestrian-Crossing Dataset (Evening) | Steer MAE0.122 | 7 | |
| Planning | Custom Pedestrian-Crossing Dataset (Noon) | ADE (Waypoints)0.093 | 6 | |
| Planning | Custom Pedestrian-Crossing Dataset (Evening) | Waypoints ADE0.088 | 6 | |
| Waypoint prediction and navigational control estimation | Custom Campus Dataset (Noon) | Total Error0.168 | 5 | |
| Waypoint prediction and navigational control estimation | Custom Campus Dataset (Evening) | Total Metric0.167 | 5 | |
| Waypoint prediction and navigational control estimation | Custom Campus Dataset (Night) | Total Metric0.17 | 5 | |
| Autonomous Driving | Online Driving Test (Noon) | Intervention Count1 | 2 | |
| Autonomous Driving | Online Driving Test (Evening) | Intervention Count0.944 | 2 | |
| Autonomous Driving | Online Driving Test (Night) | Intervention Count0.667 | 2 |