菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-25
📄 Abstract - LAMP: Lane-Aligned Motion Primitives for Feasible Trajectory Prediction

Motion forecasting is essential for autonomous driving systems to enable safe decision-making and planning in complex driving scenarios. While existing predictors excel at minimizing standard displacement errors, they often overlook the adherence to lane topology of multimodal predictions, particularly for lower-probability modes. Consequently, predicted trajectories may violate physical and logical constraints, making the prediction set unreliable for safety-critical planning. In this paper, we propose LAMP (Lane-Aligned Motion Primitives), a topology-aware forecasting framework that anchors multimodal prediction to structured motion primitives aligned with lane topology. Specifically, we use a VQ-VAE to learn shape-aware motion primitives as discrete intention queries, capturing spatiotemporal patterns beyond endpoint-based intentions. We further introduce a feasibility-aware intention selector trained with a lane-topology prior for filtering unreachable intention queries, guiding the decoder to prioritize topology-consistent intentions while preserving behavioral diversity. Extensive experiments on the Argoverse 2 dataset demonstrate that LAMP achieves prediction accuracy comparable to state-of-the-art baselines while outperforming them in feasibility and diversity metrics.

顶级标签: machine learning reinforcement learning systems
详细标签: motion forecasting autonomous driving lane alignment trajectory prediction feasibility 或 搜索:

LAMP:基于车道对齐的运动基元用于可行轨迹预测 / LAMP: Lane-Aligned Motion Primitives for Feasible Trajectory Prediction


1️⃣ 一句话总结

这篇论文提出了一种名为LAMP的新型轨迹预测方法,通过将预测的车辆轨迹锚定到与车道拓扑对齐的标准化运动基元上,在保持高精度的同时,显著提升了预测轨迹的物理可行性和多样性,解决了现有方法忽略低概率轨迹可能违反交通规则的问题。

源自 arXiv: 2606.26661