arXiv:2601.12994cs.CV2026-01被引 1

解决自动驾驶中异步传感器导致的3D目标检测性能下降问题

AsyncBEV: Cross-modal Flow Alignment in Asynchronous 3D Object Detection

  • 通过估计多模态特征流实现异步数据的空间对齐
  • 在0.5秒偏移下,动态物体检测指标提升16.6%和11.9%
  • 可适配多种主流BEV检测架构,适合真实复杂场景应用

在自动驾驶中,多模态感知任务如3D目标检测通常依赖于严格同步的传感器,但在实际运行中,由于传感器频率差异、网络延迟、硬件故障或处理瓶颈,时间偏移难以避免。这种异步性会显著降低感知性能,尤其影响动态物体。为此,我们提出AsyncBEV,一种可训练的轻量级通用模块,用于提升BEV检测模型对传感器异步的鲁棒性。受场景流估计启发,AsyncBEV首先基于两模态传感器测量的已知时间偏移,估计其BEV特征间的2D光流,并利用预测的特征流对齐特征图。该方法可轻松集成至不同现有BEV检测架构(如基于网格的UniBEV与基于令牌的CMT)。大量实验表明,AsyncBEV在相机与激光雷达间存在小或大异步时均有效提升性能,特别是在动态物体检测上表现突出。在0.5秒最坏情况偏移下,相比自车运动补偿的基线,动态物体的NDS分别提升16.6%和11.9%。代码将在论文接受后发布。

原文摘要 · Abstract (English)

In autonomous driving, multi-modal perception tasks like 3D object detection typically rely on well-synchronized sensors, both at training and inference. However, despite the use of hardware- or software-based synchronization algorithms, perfect synchrony is rarely guaranteed: Sensors may operate at different frequencies, and real-world factors such as network latency, hardware failures, or processing bottlenecks often introduce time offsets between sensors. Such asynchrony degrades perception performance, especially for dynamic objects. To address this challenge, we propose AsyncBEV, a trainable lightweight and generic module to improve the robustness of 3D Birds' Eye View (BEV) object detection models against sensor asynchrony. Inspired by scene flow estimation, AsyncBEV first estimates the 2D flow from the BEV features of two different sensor modalities, taking into account the known time offset between these sensor measurements. The predicted feature flow is then used to warp and spatially align the feature maps, which we show can easily be integrated into different current BEV detector architectures (e.g., BEV grid-based and token-based). Extensive experiments demonstrate AsyncBEV improves robustness against both small and large asynchrony between LiDAR or camera sensors in both the token-based CMT and grid-based UniBEV, especially for dynamic objects. We significantly outperform the ego motion compensated CMT and UniBEV baselines, notably by $16.6$ % and $11.9$ % NDS on dynamic objects in the worst-case scenario of a $0.5 s$ time offset. Code will be released upon acceptance.

3D检测异步感知多模态融合BEV建模

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。