菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-01-28
📄 Abstract - Li-ViP3D++: Query-Gated Deformable Camera-LiDAR Fusion for End-to-End Perception and Trajectory Prediction

End-to-end perception and trajectory prediction from raw sensor data is one of the key capabilities for autonomous driving. Modular pipelines restrict information flow and can amplify upstream errors. Recent query-based, fully differentiable perception-and-prediction (PnP) models mitigate these issues, yet the complementarity of cameras and LiDAR in the query-space has not been sufficiently explored. Models often rely on fusion schemes that introduce heuristic alignment and discrete selection steps which prevent full utilization of available information and can introduce unwanted bias. We propose Li-ViP3D++, a query-based multimodal PnP framework that introduces Query-Gated Deformable Fusion (QGDF) to integrate multi-view RGB and LiDAR in query space. QGDF (i) aggregates image evidence via masked attention across cameras and feature levels, (ii) extracts LiDAR context through fully differentiable BEV sampling with learned per-query offsets, and (iii) applies query-conditioned gating to adaptively weight visual and geometric cues per agent. The resulting architecture jointly optimizes detection, tracking, and multi-hypothesis trajectory forecasting in a single end-to-end model. On nuScenes, Li-ViP3D++ improves end-to-end behavior and detection quality, achieving higher EPA (0.335) and mAP (0.502) while substantially reducing false positives (FP ratio 0.147), and it is faster than the prior Li-ViP3D variant (139.82 ms vs. 145.91 ms). These results indicate that query-space, fully differentiable camera-LiDAR fusion can increase robustness of end-to-end PnP without sacrificing deployability.

顶级标签: computer vision multi-modal robotics
详细标签: autonomous driving sensor fusion trajectory prediction end-to-end learning 3d perception 或 搜索:

Li-ViP3D++:用于端到端感知与轨迹预测的查询门控可变形相机-激光雷达融合方法 / Li-ViP3D++: Query-Gated Deformable Camera-LiDAR Fusion for End-to-End Perception and Trajectory Prediction


1️⃣ 一句话总结

这篇论文提出了一种名为Li-ViP3D++的新型自动驾驶模型,它通过一种智能的‘查询门控’融合技术,将摄像头和激光雷达的数据在统一框架下进行自适应结合,从而在一个模型中同时完成物体检测、跟踪和轨迹预测,不仅性能更好、错误更少,而且运行速度也更快。

源自 arXiv: 2601.20720