菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-27
📄 Abstract - ARETE: Attention-based Rasterized Encoding for Topology Estimation using HSV-transformed Crowdsourced Vehicle Fleet Data

The continuous advancement of autonomous driving (AD) introduces challenges across multiple disciplines to ensure safe and efficient driving. One such challenge is the generation of High-Definition (HD) maps, which must remain up to date and highly accurate for downstream automotive tasks. One promising approach is the use of crowdsourced data from a vehicle fleet, representing road topology and lane-level features. This work focuses on the generation of centerlines and lane dividers from crowdsourced vehicle trajectories. We adopt a Detection Transformer (DETR)-based approach, where a rasterized representation of vehicle trajectories is used as input to predict vectorized lane representations. Each lane consists of a centerline with an associated direction and corresponding lane dividers that are geometrically constrained by the centerline. Our method includes the extraction of local tiles, from which crowdsourced vehicle trajectories are aggregated. Each tile undergoes a transformation into a rasterized representation encoding both the presence and direction of each trajectory, enabling the prediction of vectorized directed lanes. Experiments are conducted on an internal dataset as well as on the public datasets nuScenes and nuPlan.

顶级标签: computer vision machine learning autonomous driving
详细标签: hd mapping lane detection transformer crowdsourced data topology estimation 或 搜索:

基于注意力机制与HSV变换众包车辆轨迹数据的栅格化编码方法用于道路拓扑结构估计 / ARETE: Attention-based Rasterized Encoding for Topology Estimation using HSV-transformed Crowdsourced Vehicle Fleet Data


1️⃣ 一句话总结

本文提出了一种名为ARETE的新方法,通过将众包车辆轨迹转化为类似图像的颜色编码栅格图,再使用类似目标检测的注意力模型,自动提取出车道中心线和车道分割线,从而低成本、高精度地生成并更新自动驾驶所需的高清地图。

源自 arXiv: 2604.24353