← Back to Index
Daily Autonomous Driving Research Digest

AutoDrive Papers

2026-08-07
7
Papers
4
Topics
7
Translated

感知

2
感知 / 1 / 2608.05356

LoDA: A Level of Detection Aware Method and a Multimodal Sensing Benchmark for Object Level Change Detection

LoDA:一种检测水平感知方法及多模态感知基准用于物体级变化检测
Haitian Wang, Xinyu Wang, Sheldon Fung, Xian Zhang, Zichen Geng
cs.CV · cs.RO
Abstract
High-definition 3D LiDAR maps are important for autonomous driving and smart-city services, which require reliable detection of object-level changes in multi-temporal urban LiDAR to keep digital maps aligned with the physical world. Existing approaches from raster height differencing to depth image and point-cloud networks often remain tile-based and threshold-driven, yielding per-point scores without explicit detection limits or consistent object-level labels. We propose an object-level 3D change-detection pipeline that integrates detection-limit-aware registration, geometry-driven object proxies with rule-based semantic and instance segmentation, and displacement cues in height, volume, and surface-normal direction to assign five change labels with confidence. By decoupling registration, geometry, and semantics, the pipeline propagates pose uncertainty into spatially varying detection limits, stabilizes cross-epoch correspondences, and suppresses false changes caused by residual misalignment and density variation. We also present LoDA, a level-of-detection (LoD) aware benchmark for the Subiaco district with fused multi-temporal vehicle-LiDAR maps constructed with LiDAR, GNSS, and IMU support, semantic instances, and object-level annotations. On this benchmark, our method achieves 95.0% accuracy, 90.8% macro F1, and 83.0% macro IoU, exceeding the best baseline by 8.7 IoU points and 4.4 F1 points. On the public Urb3DCD-V2 benchmark evaluated under the official point-wise protocol, it reaches 96.81% mean accuracy and 89.52% mean change IoU, improving over the strongest reported baselines by 1.36 points in mAcc and 3.18 points in mIoUch.
Chinese Translation
高分辨率3D LiDAR地图对于自动驾驶和智慧城市服务至关重要,这些服务需要可靠地检测多时相城市LiDAR中的物体级变化,以保持数字地图与物理世界的一致性。现有的方法从栅格高度差异到深度图像和点云网络,往往仍然基于瓦片和阈值驱动,产生每个点的得分而没有明确的检测限制或一致的物体级标签。我们提出了一种物体级3D变化检测管道,该管道集成了感知检测限制的配准、基于几何的物体代理与基于规则的语义和实例分割,以及在高度、体积和表面法向方向上的位移线索,以赋予五种变化标签及其置信度。通过解耦配准、几何和语义,该管道将姿态不确定性传播到空间变化的检测限制中,稳定跨时间段的对应关系,并抑制由残余错位和密度变化引起的虚假变化。我们还提出了LoDA,一个检测水平(LoD)感知的基准,针对Subiaco区,构建了融合了LiDAR、GNSS和IMU支持的多时相车辆LiDAR地图,包含语义实例和物体级注释。在该基准上,我们的方法达到了95.0%的准确率,90.8%的宏观F1值和83.0%的宏观IoU,超过了最佳基线8.7个IoU点和4.4个F1点。在公共的Urb3DCD-V2基准上,根据官方逐点协议评估,达到了96.81%的平均准确率和89.52%的平均变化IoU,相较于报告的最强基线提高了1.36个mAcc点和3.18个mIoUch点。
感知 / 2 / 2608.05840

Accurate Localization of Road Traffic Objects on the Road Plane Using Surveillance Camera Imagery

基于监控摄像头图像的道路平面交通物体精确定位
Jan Gawroński, Witold Czajewski
cs.CV · eess.IV
Abstract
Accurate vehicle localization from monocular roadside surveillance cameras is important for intelligent transportation systems, traffic monitoring, and traffic conflict analysis. Standard approaches often estimate vehicle position from the center of the detector bounding box, which can produce large errors due to perspective distortion and parallax, especially for elevated cameras and large vehicles. This paper proposes a two-stage geometry-aware localization pipeline that estimates the projection of the vehicle footprint onto the road plane. First, vehicles are detected using a YOLO26-based detector. Second, a dedicated ResNet34 regression network predicts four corner points corresponding to the projected vehicle base. The final position is computed as the geometric center of the predicted quadrilateral. The method was trained on synthetic data generated in CARLA and fine-tuned on real-world roadside imagery from DAIR-V2X. Experiments on synthetic and real data showed clear improvements over naive bounding-box-center localization. On DAIR-V2X, the mean image-space localization error decreased from 31.77 px to 15.30 px, a 51.8% improvement, while the median error decreased to 4.29 px. Median ground-plane error for medium-range vehicles decreased from 5.52 m to 0.90 m, and for far-range vehicles from 8.67 m to 1.84 m. The results also show that contextual information surrounding the detector bounding box is important for geometric localization. The largest gains were observed for distant vehicles and geometrically challenging cases affected by strong perspective distortion and parallax.
Chinese Translation
从单目路边监控摄像头中精确定位车辆对于智能交通系统、交通监测和交通冲突分析至关重要。标准方法通常通过检测器边界框的中心估计车辆位置,这可能由于透视失真和视差而产生较大误差,尤其是在高架摄像头和大型车辆的情况下。本文提出了一种两阶段的几何感知定位管道,该管道估计车辆足迹在道路平面上的投影。首先,使用基于YOLO26的检测器检测车辆。其次,专门的ResNet34回归网络预测与投影车辆底部对应的四个角点。最终位置计算为预测的四边形的几何中心。该方法在CARLA生成的合成数据上进行训练,并在DAIR-V2X的真实路边图像上进行微调。合成数据和真实数据的实验结果显示,相较于简单的边界框中心定位,精确定位方法有明显改善。在DAIR-V2X上,平均图像空间定位误差从31.77 px降至15.30 px,改善幅度为51.8%,而中位数误差降至4.29 px。中等距离车辆的中位数地面误差从5.52 m降至0.90 m,远距离车辆的中位数地面误差从8.67 m降至1.84 m。结果还表明,检测器边界框周围的上下文信息对于几何定位非常重要。对于远距离车辆和受强透视失真及视差影响的几何挑战案例,观察到最大的改进。

深度/几何

1
深度/几何 / 1 / 2608.06014

Iterate or Widen? When Test-Time Refinement Helps LiDAR Scene Completion: A Controlled Study of Evidence Geometry, Training Coverage, and Compute

迭代还是扩展?测试时细化何时有助于LiDAR场景补全:证据几何、训练覆盖和计算的控制研究
Shijie Hao, Weining Zhang
cs.CV
Abstract
Should a completion model spend extra test-time compute by iterating, or spend a similar parameter budget on a wider one-shot predictor? The answer is easily confounded by denoising curricula, corruption augmentation, capacity, and unpaired evaluation. We study this question in LiDAR semantic scene completion by comparing a one-shot predictor, a parameter-matched wider predictor, and a weight-tied multigrid refiner initialized from the same frozen predictor. The protocol separates coherent region removal, independent thinning, range-dependent attenuation, and additive clutter while preserving exact scene-condition pairing. Across five training seeds and 815 SemanticKITTI sequence-08 frames, the full iterative system improves mIoU over the wide control by 0.911 points under contiguous angular removal, with a 95% moving-block bootstrap interval of [0.804, 1.040] that clears a predeclared 0.5-point practical margin. Under independent 75% thinning, iteration adds only 0.300 points [0.166, 0.436], whereas observation-family augmentation adds 5.975 points [5.662, 6.140]. Neither intervention repairs additive clutter. The iterative system also costs 10.74 ms and 0.75 GiB per frame, versus 6.25 ms and 0.23 GiB for the wide control. These results establish a geometry-conditioned empirical boundary rather than a universal advantage: coherent gaps can justify fixed-depth refinement, broadly thinned evidence is addressed more effectively by training coverage, and spurious evidence requires a different robustness mechanism.
Chinese Translation
补全模型是应该通过迭代来花费额外的测试时间计算,还是在一个更广泛的一次性预测器上花费相似的参数预算?这个问题容易受到去噪课程、腐蚀增强、容量和无配对评估的干扰。我们通过比较一个一次性预测器、一个参数匹配的更广泛预测器和一个从相同冻结预测器初始化的权重绑定多网格细化器,研究了LiDAR语义场景补全中的这一问题。该协议分离了连贯区域去除、独立稀疏、范围依赖衰减和附加杂乱,同时保持精确的场景条件配对。在五个训练种子和815个SemanticKITTI序列-08帧中,完整的迭代系统在连续角度去除下,相较于广泛控制提高了0.911点的mIoU,95%的移动块自助区间为[0.804, 1.040],超出了预先声明的0.5点实际边际。在独立的75%稀疏下,迭代仅增加了0.300点[0.166, 0.436],而观察家族增强则增加了5.975点[5.662, 6.140]。两种干预都无法修复附加杂乱。迭代系统每帧的成本为10.74毫秒和0.75 GiB,而广泛控制为6.25毫秒和0.23 GiB。这些结果建立了一个几何条件的经验边界,而不是普遍优势:连贯的间隙可以证明固定深度细化的合理性,而广泛稀疏的证据则更有效地通过训练覆盖来处理,虚假的证据需要不同的鲁棒性机制。

地图/定位

2
地图/定位 / 1 / 2608.06021

Topometric Autonomous Vehicle Localization by Combining Visual Embeddings and Feed-Forward 3D Models

通过结合视觉嵌入和前馈3D模型实现的拓扑自主车辆定位
Eulogio Quemada-Torres, Alberto Jaenal, Francisco-Angel Moreno, Javier Gonzalez-Jimenez
cs.RO
Abstract
Effective Visual Localization (VL) requires a map of the environment that combines compactness for efficient scalability with robustness against visual appearance changes and metric precision. Through low-dimensional image embeddings, Visual Place Recognition (VPR) is able to successfully meet the first two requirements, but its low metric accuracy makes it less suitable than standard VL approaches based on local features or neural representations. This limitation can be overcome by integrating VPR with the accurate local trajectory estimates produced by feed-forward neural 3D geometry (FF3D) models. In this paper, we address sequential appearance-based localization through a topometric framework that iteratively combines probabilistic VPR with FF3D metric pose estimation in controlled image sets. Our approach proposes an automatic offline mapping tool that models the topometric pose-appearance interaction in the different parts of the scene. This map is later employed by an online particle filter that estimates the pose from odometry and belief over places for FF3D inference, successfully incorporating neural metric estimation into probabilistic appearance-based localization. We extensively evaluate the framework on three known benchmarks, demonstrating substantial improvements over existing appearance-based methods. The modularity of our approach allows the descriptor extractor and FF3D model to remain interchangeable, and a focused analysis further shows that sequential belief can mitigate severe failures under perceptual aliasing.
Chinese Translation
有效的视觉定位(VL)需要一个环境地图,该地图在高效可扩展性与对视觉外观变化的鲁棒性及度量精度之间实现平衡。通过低维图像嵌入,视觉地点识别(VPR)能够成功满足前两个要求,但其低度量精度使其不如基于局部特征或神经表示的标准VL方法适用。通过将VPR与前馈神经3D几何模型(FF3D)生成的准确局部轨迹估计相结合,可以克服这一限制。本文通过一个拓扑框架解决基于外观的序列定位,该框架在受控图像集上迭代地将概率VPR与FF3D度量位姿估计结合。我们的方法提出了一种自动离线映射工具,建模场景不同部分的拓扑位姿-外观交互。该地图随后被在线粒子滤波器使用,该滤波器根据里程计和对地点的信念进行位姿估计,以实现FF3D推理,成功地将神经度量估计纳入基于概率的外观定位。我们在三个已知基准上对该框架进行了广泛评估,显示出相较于现有基于外观的方法有显著改进。我们方法的模块化特性使得描述符提取器和FF3D模型可以互换,进一步的聚焦分析表明,序列信念可以缓解感知混淆下的严重失败。
地图/定位 / 2 / 2608.05209

MapTCL: Temporal Consistency Learning via Bidirectional Alignment for Vectorized HD Map Construction

MapTCL:通过双向对齐进行时间一致性学习以构建矢量化高清地图
Hyeonseo Kim, Juyeb Shin, Hyeonjun Jeong, Hiwon Shin, Dongsuk Kum
cs.CV
Abstract
Constructing reliable online HD maps remains challenging in dynamic urban environments due to moving objects and occlusions. While recent works employ feature-level temporal fusion to address this, they rely solely on per-frame ground truth supervision. Consequently, they lack an explicit objective to directly penalize the geometric noise and temporal jitter between consecutive online HD maps. To address this, we propose MapTCL, an auxiliary training strategy that formulates temporal consistency loss between current and past frames via bidirectional alignment. Specifically, Bidirectional Vector Consistency Learning (BVCL) models the geometric and semantic discrepancies between associated past and current vector instances as an auxiliary loss. We also employ Raster map Consistency Learning (RCL) as an additional loss to stabilize dense BEV features. By jointly training with these dual losses, MapTCL improves the temporal stability of generated HD maps. Extensive experiments on two standard benchmarks demonstrate the effectiveness of our approach. As a versatile plug-and-play module, MapTCL consistently enhances existing baseline models, achieving gains of +3.7 mAP & +2.8 C-mAP on nuScenes and +3.1 mAP & +2.5 C-mAP on Argoverse 2 without additional inference overhead.
Chinese Translation
在动态城市环境中,由于移动物体和遮挡,构建可靠的在线高清地图仍然面临挑战。尽管最近的研究采用特征级时间融合来解决这一问题,但它们仅依赖于每帧的真实标签监督。因此,它们缺乏明确的目标来直接惩罚连续在线高清地图之间的几何噪声和时间抖动。为了解决这个问题,我们提出了MapTCL,一种辅助训练策略,通过双向对齐公式化当前帧与过去帧之间的时间一致性损失。具体而言,双向矢量一致性学习(Bidirectional Vector Consistency Learning, BVCL)将关联的过去和当前矢量实例之间的几何和语义差异建模为辅助损失。我们还采用光栅地图一致性学习(Raster map Consistency Learning, RCL)作为额外损失,以稳定密集的鸟瞰视图(BEV)特征。通过联合训练这两种损失,MapTCL提高了生成高清地图的时间稳定性。在两个标准基准上的大量实验表明了我们方法的有效性。作为一个通用的即插即用模块,MapTCL持续增强现有的基线模型,在nuScenes上获得了+3.7 mAP和+2.8 C-mAP,在Argoverse 2上获得了+3.1 mAP和+2.5 C-mAP,且没有额外的推理开销。

预测/规划

2
预测/规划 / 1 / 2608.06008

Adaptive-WAM: Quality-Guided Early-Exit Planning from Intermediate Video-Diffusion Features

自适应-WAM:基于质量引导的中间视频扩散特征早期退出规划
Sining Ang, Yuguang Yang, Yan Wang
cs.RO
Abstract
Large video diffusion models provide rich spatiotemporal priors for autonomous driving, but existing world-action models often inherit the cost of iterative future-video generation even though deployment only requires an ego trajectory. We ask a more basic question: how much of a video diffusion model must be executed to make a reliable driving decision? Through a controlled study of video denoising timesteps and Diffusion Transformer (DiT) depth, we find that planning performance is largely insensitive to the tested video-noise levels, whereas strong trajectories can already be decoded from intermediate layers. Based on this observation, we introduce Adaptive-WAM, a quality-aware multi-exit planner built on a Wan2.2-5B backbone. Trajectory diffusion heads are attached to selected DiT blocks, and a lightweight trajectory-quality scorer terminates inference once the best trajectory decoded so far satisfies a quality threshold; otherwise, computation continues from the cached hidden state to a deeper exit. The deployed planner therefore avoids the iterative classifier-free denoising loop and VAE decoding required for future-video synthesis, while dynamically allocating backbone depth according to trajectory quality. On NAVSIM, the adaptive single-trajectory planner achieves 90.8 PDMS; a separate fixed-exit variant reaches 92.6 PDMS with 64 proposals. It further obtains 89.9 EPDMS on NAVSIM v2, yielding the best reported results among the compared front-view video world-model planners. Without target-domain fine-tuning, Adaptive-WAM transfers to nuScenes with 0.88 m average L2 error and a 0.08\% collision rate. On an A100, adaptive routing improves PDMS from 90.62 to 90.79 while averaging 170 ms end-to-end planning latency, approximately 10\% below the 190 ms fixed block-15 planner and 47\% below the 320 ms fixed full-depth planner. Code will be released.
Chinese Translation
大型视频扩散模型为自主驾驶提供了丰富的时空先验,但现有的世界-动作模型往往继承了迭代未来视频生成的成本,尽管部署只需要自我轨迹。我们提出一个更基本的问题:为了做出可靠的驾驶决策,必须执行多少视频扩散模型?通过对视频去噪时间步和扩散变换器(Diffusion Transformer, DiT)深度的控制研究,我们发现规划性能对测试的视频噪声水平几乎不敏感,而强轨迹可以从中间层解码。基于这一观察,我们引入了自适应-WAM,一种基于Wan2.2-5B骨干网构建的质量感知多退出规划器。轨迹扩散头附加到选定的DiT块上,一个轻量级的轨迹质量评分器在解码到目前为止最佳轨迹满足质量阈值时终止推理;否则,计算将从缓存的隐藏状态继续到更深的退出。因此,部署的规划器避免了未来视频合成所需的迭代无分类器去噪循环和变分自编码器(VAE)解码,同时根据轨迹质量动态分配骨干深度。在NAVSIM上,自适应单轨迹规划器实现了90.8 PDMS;一个独立的固定退出变体在64个提案下达到了92.6 PDMS。它在NAVSIM v2上进一步获得了89.9 EPDMS,成为所比较的前视视频世界模型规划器中报告的最佳结果。在没有目标领域微调的情况下,自适应-WAM在nuScenes上转移时平均L2误差为0.88米,碰撞率为0.08%。在A100上,自适应路由将PDMS从90.62提高到90.79,同时平均端到端规划延迟为170毫秒,约比190毫秒的固定块-15规划器低10%,比320毫秒的固定全深度规划器低47%。代码将会发布。
预测/规划 / 2 / 2608.05673

A Unified Framework for Trajectory Prediction with Explicit Planning and Reaction Decomposition

具有显式规划和反应分解的轨迹预测统一框架
Jiaheng Chen, Jiaxing Li, Tinghe Zhang, Chaopeng Guo
cs.AI · cs.CV · cs.LG
Abstract
Trajectory prediction has shifted toward structured formulations with explicit social modeling. However, existing methods inadequately distinguish the functional roles of social influence in trajectory planning. Observing that agents typically form motion plans by anticipating others' future behaviors before making local reactive adjustments, we identify social interactions as playing staged roles, namely planning precedes reaction. We propose INTraJ, a unified framework that decomposes social influence into two stages: a planning stage constructs reference trajectories using future social information, and a reaction stage recovers local adjustments from the residual between full-context prediction and the reference. INTraJ supports both multi-target and single-target paradigms. Extensive experiments on four standard benchmarks, including Argoverse 2, Argoverse 2-ped, ETH/UCY, and SDD, demonstrate consistent improvements, particularly in FDE and long-horizon consistency, with state-of-the-art performance achieved in several settings. INTraJ reframes trajectory prediction as a planning-driven two-stage process, validating that staged social modeling is critical for stable predictions. The code is publicly available at https://github.com/11isnotavailable/INTraJ.
Chinese Translation
轨迹预测已转向具有显式社会建模的结构化形式。然而,现有方法未能充分区分社会影响在轨迹规划中的功能角色。我们观察到,代理通常通过预测他人的未来行为来形成运动计划,然后再进行局部反应调整,因此我们将社会互动视为分阶段的角色,即规划先于反应。我们提出了INTraJ,一个统一框架,将社会影响分解为两个阶段:规划阶段利用未来社会信息构建参考轨迹,反应阶段则根据全局上下文预测与参考轨迹之间的残差恢复局部调整。INTraJ支持多目标和单目标范式。在包括Argoverse 2、Argoverse 2-ped、ETH/UCY和SDD在内的四个标准基准上的大量实验表明,特别是在最终定位误差(FDE)和长时间一致性方面,表现出一致的改进,并在多个设置中实现了最先进的性能。INTraJ将轨迹预测重新框定为一个以规划驱动的两阶段过程,验证了分阶段社会建模对稳定预测的重要性。代码已公开发布在https://github.com/11isnotavailable/INTraJ。