arXivDaily arXiv每日学术速递 周一至周五更新

视觉与机器人

自动驾驶

自动驾驶感知、规划、BEV、占用预测、激光雷达和仿真评测。

至 收录 21022 信号源:cs.RO, cs.CV, eess.IV, cs.AI
2606.08680 2026-06-09 cs.CV cs.RO 新提交 92%

Distortion-Aware PETR for BEV Object Detection with Mixed Pinhole-Fisheye Cameras

畸变感知的PETR用于混合针孔-鱼眼相机的BEV目标检测

Xiangzhong Liu

机构 * fortiss GmbH(fortiss有限公司)

专题命中 感知 :BEV(title,title_cn);autonomous driving(abstract);driving perception(abstract);分类 cs.RO、cs.CV

AI总结 针对鱼眼相机径向畸变破坏BEV检测器均匀采样假设的问题,提出DAPETR,通过畸变感知位置编码和双向特征-几何协同调制模块,在KITTI-360基准上优于基线方法,并揭示了学习适应与显式几何重参数化之间的冲突。

Comments 8 pages, 5 figures, accepted at ICRA 2026

详情
AI中文摘要

鱼眼相机因其低成本和高覆盖视野(FOV)而被广泛部署于自动驾驶感知套件中,但其在3D目标检测中的潜力仍未得到充分利用。严重的径向畸变通过违反均匀采样的基本假设,对大多数BEV检测器构成挑战。为弥补这一差距,我们提出了畸变感知PETR(DAPETR),一种专为混合针孔-鱼眼相机设置设计的无投影检测器。DAPETR包含两个关键的学习自适应模块:一个统一的畸变感知位置编码,将图像表示的位置编码与鱼眼几何协调一致;以及一个双向特征-几何协同调制模块,使图像特征和3D位置编码相互适应。在我们转换的KITTI-360基准上的实验中,我们系统地将我们的学习自适应方法与极坐标下的PETR(PolarPETR)进行了比较。我们发现,尽管两种方法都优于基线,但我们的学习模块实现了更优的性能。关键的是,我们发现了两种策略结合时的负面交互,表明学习适应和显式几何重参数化可能冲突。我们的最终DAPETR模型显著推进了鱼眼BEV检测的研究和基准,为除图像校正外的有效畸变感知3D感知设计提供了关键见解。

英文摘要

Fisheye cameras are widely deployed in autonomous driving perception suites for their low cost and full-coverage field of view (FOV), yet their potential remains underleveraged in 3D object detection. Severe radial distortion challenges most BEV detectors by violating the fundamental assumption of uniform sampling. To bridge this gap, we propose Distortion-Aware PETR (DAPETR), a projection-free detector tailored for mixed pinhole-fisheye camera setups. DAPETR incorporates two key learned-adaptive modules: a unified distortion-aware positional embedding that harmonizes positional encodings for image representations with fisheye geometry, and a bidirectional feature-geometry co-modulation module that mutually adapts image features and 3D positional embeddings. In our experiments on a converted KITTI-360 benchmark, we systematically compare our learned adaptive approach against PETR in polar coordinates (PolarPETR). We find that while both methods improve over the baseline, our learned modules achieve superior performance. Crucially, we uncover a negative interaction when combining both strategies, revealing that learned adaptation and explicit geometric reparameterization can conflict. Our final DAPETR model significantly advances the research and benchmark for fisheye BEV detection, providing critical insights into effective distortion-aware 3D perception design other than image rectification.

URL PDF HTML 收藏
2307.06647 2026-06-02 cs.RO cs.AI cs.CV 91%

DeepIPCv2: LiDAR-powered Robust Environmental Perception and Navigational Control for Autonomous Vehicle

DeepIPCv2: 基于LiDAR的鲁棒环境感知与自动驾驶导航控制

Oskar Natan, Jun Miura

机构 * Department of Computer Science and Electronics, Universitas Gadjah Mada(计算机科学与电子系,加查马达大学) Department of Computer Science and Engineering, Toyohashi University of Technology(计算机科学与工程系,toyohashi技术大学)

专题命中 感知 :LiDAR(title,title_cn);autonomous driving(abstract);分类 cs.RO、cs.CV、cs.AI

AI总结 提出DeepIPCv2端到端自动驾驶框架,通过融合LiDAR点云分割与多视图投影构建鲁棒场景表示,结合门控循环单元、命令特定多层感知器和PID控制器实现路径点与导航控制命令的联合估计,在光照变化下取得最低总指标误差和最少驾驶干预。

Comments This work has been accepted for publication in IEEE Access. https://ieeexplore.ieee.org/document/11313052

详情
AI中文摘要

我们提出DeepIPCv2,一个端到端的自动驾驶框架,它集成了基于LiDAR的环境感知与命令特定的控制学习。与先前依赖摄像头的模型不同,DeepIPCv2采用点云分割和多视图投影来构建鲁棒的场景表示。这些特征通过门控循环单元、命令特定的多层感知器和PID控制器的组合进行融合和解码,以估计路径点和导航控制命令。这种设计增强了机动性并解决了驾驶数据集中的动作不平衡问题。为了验证模型,我们构建了一个覆盖不同光照条件的数据集,并进行了消融研究和与包括TransFuser在内的最新方法的对比测试。结果表明,DeepIPCv2实现了最低的总指标误差和最少的驾驶干预,突显了其对光照变化的鲁棒性和改进的控制精度。通过稍后在https://github.com/oskarnatan/DeepIPCv2发布代码,我们旨在支持端到端自动驾驶研究的可重复性和未来进展。

英文摘要

We propose DeepIPCv2, an end-to-end autonomous driving framework that integrates LiDAR-based environmental perception with command-specific control learning. Unlike prior camera-reliant models, DeepIPCv2 employs point cloud segmentation and multi-view projection to construct robust scene representations. These features are fused and decoded through a combination of gated recurrent units, command-specific multi-layer perceptrons, and PID controllers to estimate both waypoints and navigational control commands. This design enhances maneuverability and addresses action imbalance in driving datasets. To validate the model, we constructed a dataset covering diverse illumination conditions and conducted ablation studies and comparative tests against recent methods, including TransFuser. Results demonstrate that DeepIPCv2 achieves the lowest total metric error and the fewest driving interventions, highlighting both its robustness to illumination changes and its improved control accuracy. By releasing the codes at https://github.com/oskarnatan/DeepIPCv2 later, we aim to support reproducibility and future advancements in end-to-end autonomous driving research.

URL PDF HTML 收藏
2606.07626 2026-06-09 cs.CV cs.AI 新提交 91%

Eyes All Around: Design and Analysis of 360-Degree LiDAR Perception Using Equivariant Feature Learning in Unstructured Traffic

全方位视角:非结构化交通中基于等变特征学习的360度LiDAR感知设计与分析

Pranav Darshan, Raghuveer Narayanan Rajesh, M Uttara Kumari

机构 * RV College of Engineering(RV工程学院)

专题命中 感知 :LiDAR(title,title_cn);autonomous driving(abstract);分类 cs.CV、cs.AI

AI总结 针对非结构化城市交通中感知难题,提出结合扇形全景处理与旋转等变稀疏卷积的360度LiDAR感知框架,在印度城市交通数据集上验证了多类别检测性能。

详情
AI中文摘要

密集非结构化城市交通中的感知仍然是自动驾驶的主要挑战,原因是道路使用者种类繁多、频繁遮挡、不规则运动模式以及缺乏标准化的道路布局。尽管基于LiDAR的3D目标检测器在结构化驾驶场景中表现出色,但大多数是为有限视场设置开发和评估的,其在全环绕360度感知下的行为仍不明确。本文研究了用于自动驾驶的360度LiDAR感知流水线,特别关注全景感知、方位角扇形空间处理以及复杂城市场景中的变换等变特征提取。本文提出了一个实用的360度感知框架,将扇形全景处理与旋转等变稀疏卷积相结合,并在一个自定义的Ouster OS0 LiDAR数据集上评估其行为,该数据集收集自多样化的印度城市交通条件。结果显示,多个目标类别的检测总体稳定,其中汽车性能最强(92.02/90.51),公交车为80.53/76.34,卡车为78.59/74.16,而行人(67.45/61.02)、骑自行车者(73.21/69.54)和骑摩托车者(71.20/68.13)得分较低,反映了在密集城市场景中检测更小且更多变的道路使用者的更大难度。

英文摘要

Perception in dense, unstructured urban traffic remains a major challenge for autonomous driving because of the wide variety of road users, frequent occlusions, irregular motion patterns, and the lack of standardized road layouts. Although recent LiDAR based 3D object detectors have shown strong performance in structured driving scenarios, most are developed and evaluated for limited field of view settings, and their behavior under full surround 360-degree sensing is still not well understood. This paper studies a 360-degree LiDAR perception pipeline for autonomous driving, with particular attention to panoramic sensing, azimuthal sector wise spatial processing, and transformation equivariant feature extraction in complex urban scenes. The paper presents a practical 360-degree perception framework that combines sector wise panoramic processing with rotation equivariant sparse convolutions and evaluates its behavior on a custom Ouster OS0 LiDAR dataset collected across diverse Indian urban traffic conditions. The results show generally stable detection across several object classes, with the strongest performance for cars at 92.02/90.51, buses at 80.53/76.34, and trucks at 78.59/74.16, while lower scores for pedestrians at 67.45/61.02, cyclists at 73.21/69.54, and motorcyclists at 71.20/68.13 reflect the greater difficulty of detecting smaller and more variable road users in dense urban scenes.

URL PDF HTML 收藏
2604.12918 2026-05-27 cs.CV 91%

Radar-Camera BEV Multi-Task Learning with Cross-Task Attention Bridge for Joint 3D Detection and Segmentation

雷达-相机BEV多任务学习:用于联合3D检测与分割的跨任务注意力桥

Ahmet İnanç, Özgür Erkent

机构 * Hacettepe University(哈切特佩大学)

专题命中 感知 :BEV(title,title_cn);autonomous driving(abstract);分类 cs.CV

AI总结 提出CTAB(跨任务注意力桥)模块,通过共享BEV空间中的多尺度可变形注意力在检测和分割分支间交换特征,实现联合3D检测与分割的多任务学习,在nuScenes上提升分割性能且检测几乎不受影响。

Comments 8 pages, 5 figures, 3 Tables, Accepted at Radar in Robotics: New Frontiers workshop, at IEEE International Conference on Robotics & Automation (ICRA), 2026

详情
AI中文摘要

鸟瞰图(BEV)表示是自动驾驶中3D感知的主流范式,它提供了一个统一的空间画布,检测和分割特征在几何上注册到同一物理坐标系。然而,现有的雷达-相机融合方法孤立地处理这些任务,错过了跨任务特征共享的机会:来自检测的物体级几何线索可以锐化分割,而来自分割的密集道路布局上下文可以锚定检测。我们提出了 extbf{CTAB}(跨任务注意力桥),这是一个双向模块,通过共享BEV空间中的多尺度可变形注意力在检测和分割分支之间交换特征。CTAB集成到一个多任务框架中,该框架包含基于实例归一化的分割解码器和可学习的BEV上采样,以提供更详细的BEV表示。在nuScenes上,CTAB在联合多任务基线的基础上,在7个类别上提升了分割性能,同时检测几乎不受影响。在一个4类子集(可行驶区域、人行横道、人行道、车辆)上,我们的联合多任务模型实现了51.0 mIoU-4,同时提供了有竞争力的3D检测。

英文摘要

Bird's-eye-view (BEV) representations are the dominant paradigm for 3D perception in autonomous driving, providing a unified spatial canvas where detection and segmentation features are geometrically registered to the same physical coordinate system. However, existing radar-camera fusion methods treat these tasks in isolation, missing the opportunity for cross-task feature sharing: object-level geometric cues from detection can sharpen segmentation, while dense road-layout context from segmentation can anchor detection. We propose \textbf{CTAB} (Cross-Task Attention Bridge), a bidirectional module that exchanges features between detection and segmentation branches via multi-scale deformable attention in shared BEV space. CTAB is integrated into a multi-task framework with an Instance Normalization-based segmentation decoder and learnable BEV upsampling to provide a more detailed BEV representation. On nuScenes, CTAB improves segmentation on 7 classes over the joint multi-task baseline at essentially neutral detection. On a 4-class subset (drivable area, pedestrian crossing, walkway, vehicle), our joint multi-task model achieves 51.0 mIoU-4 while simultaneously providing competitive 3D detection.

URL PDF HTML 收藏
2310.05245 2024-03-05 cs.RO 90%

Influence of Camera-LiDAR Configuration on 3D Object Detection for Autonomous Driving

Ye Li, Hanjiang Hu, Zuxin Liu, Xiaohao Xu, Xiaonan Huang, Ding Zhao

专题命中 感知 :autonomous driving(title,abstract);LiDAR(title,abstract);self-driving(abstract);driving perception(abstract)

详情
英文摘要

Cameras and LiDARs are both important sensors for autonomous driving, playing critical roles in 3D object detection. Camera-LiDAR Fusion has been a prevalent solution for robust and accurate driving perception. In contrast to the vast majority of existing arts that focus on how to improve the performance of 3D target detection through cross-modal schemes, deep learning algorithms, and training tricks, we devote attention to the impact of sensor configurations on the performance of learning-based methods. To achieve this, we propose a unified information-theoretic surrogate metric for camera and LiDAR evaluation based on the proposed sensor perception model. We also design an accelerated high-quality framework for data acquisition, model training, and performance evaluation that functions with the CARLA simulator. To show the correlation between detection performance and our surrogate metrics, We conduct experiments using several camera-LiDAR placements and parameters inspired by self-driving companies and research institutions. Extensive experimental results of representative algorithms on nuScenes dataset validate the effectiveness of our surrogate metric, demonstrating that sensor configurations significantly impact point-cloud-image fusion based detection models, which contribute up to 30% discrepancy in terms of the average precision.

URL PDF HTML 收藏
2607.09629 2026-07-14 cs.CV cs.AI 版本更新 90%

4DR360: State Reasoning for Joint 3D Detection and Occupancy Prediction in 4D Radar-Camera Full-Scene Perception

4DR360:用于4D雷达-相机全场景感知中联合3D检测和占用预测的状态推理

Xiaokai Bai, Lianqing Zheng, Runwei Guan, Songkai Wang, Siyuan Cao, Hui-liang Shen

专题命中 感知 :BEV(summary_cn,abstract);occupancy(title,abstract);autonomous driving(abstract);分类 cs.CV、cs.AI

AI总结 针对4D雷达-相机全场景感知,提出\method框架,遵循跨模态状态推理范式,通过状态引导的BEV增强和多普勒引导的时间融合进行联合3D检测和占用预测,扩展数据集并实验,提升多任务学习效果。

Comments 5 pages, 8 figures

详情
AI中文摘要

可靠的自动驾驶需要将前景物体与密集语义布局相结合的全场景感知。4D毫米波雷达虽已成为强大且经济的传感器,但其稀疏回波使雷达-相机融合对全面场景理解必不可少。现有方法主要优化检测,双任务系统交互有限。为此提出\method框架用于360°全场景感知,将语义占用建模为持久场景状态。该框架遵循跨模态状态推理范式,通过阶段进行粗到细的特征聚合来建模和传播占用状态。具体包括状态引导的BEV增强和多普勒引导的时间融合。还扩展数据集并在统一协议下实验,涵盖精度、鲁棒性等方面,代码和标签接受后发布。

英文摘要

Reliable autonomous driving requires full-scene perception that couples foreground objects with dense semantic layout. Recently, 4D millimeter-wave radar has emerged as a robust and affordable sensor, yet its sparse returns make radar-camera fusion necessary for comprehensive scene understanding. Existing radar-camera methods mainly optimize detection, while dual-task systems usually decode boxes and occupancy with limited interaction. To address this gap and advance radar-based multi-task learning, we propose \method, a 4D radar-camera framework for 360$^\circ$ full-scene perception, which models semantic occupancy as a persistent scene state rather than a terminal output. \method{} follows a cross-modal state reasoning paradigm, where the occupancy state is modeled and propagated through stages for coarse-to-fine feature aggregation. Specifically, State-guided BEV Enhancement (SBE) strengthens intra-frame BEV representation, while Doppler-guided Temporal Fusion (DTF) preserves state evidence over longer temporal horizons. Beyond the model, we further extend ManTruckScenes with satellite-map-based generated occupancy labels and pair it with OmniHD-Scenes in a unified cross-dataset detection-and-occupancy protocol. The resulting experiments cover accuracy, robustness, ablation, and efficiency under one radar-camera multi-task evaluation framework. Code and labels will be released upon acceptance.

URL PDF HTML 收藏
2607.24224 2026-07-28 cs.CV 新提交 90%

MATS: A novel multi-modality multi-task learning framework for 3D perception in autonomous driving

MATS:一种用于自动驾驶中3D感知的新型多模态多任务学习框架

Junchen Huo, Wanming Hao, Song Wang, Enqing Chen, Shouyi Yang, Guanghui Wang

机构 * School of Electrical and Information Engineering, Zhengzhou University(郑州大学电气与信息工程学院) Tianping College of Suzhou University of Science and Technology(苏州科技大学天平学院) Toronto Metropolitan University(多伦多都会大学)

专题命中 感知 :BEV(summary_cn,abstract);autonomous driving(title,abstract);LiDAR(abstract);分类 cs.CV

AI总结 针对自动驾驶3D感知,提出MATS多模态多任务学习框架,通过模态自适应BEV融合和特定任务MoE模块,在nuScenes基准测试中,多模态输入下显著优于现有技术,单任务也优于基线。

Comments 12 pages

详情
AI中文摘要

来自不同传感器的多模态数据为3D感知提供了丰富的互补信息,是可靠自动驾驶系统的重要组成部分。当前研究通常设计复杂的融合策略,在统一的鸟瞰图(BEV)特征图上整合多模态数据信息以联合学习多个感知任务,但单一特征图难以满足各任务需求,导致感知性能受限。本文提出MATS,一种具有模态自适应BEV融合和特定任务专家混合(MoE)的新型多模态多任务学习方法用于3D感知。设计了简单的模态自适应BEV融合模块,通过建模全局跨模态依赖自适应重新校准BEV特征,为不同感知任务生成多样的BEV特征图。还提出特定任务的MoE模块解耦任务,使网络能为每个特定任务自动选择合适的BEV特征候选。在大规模基准nuScenes上进行大量实验,结果表明该方法在多模态输入数据下显著优于现有技术,在单任务上也明显优于基线。代码和训练模型将在发表后提供。

英文摘要

Multi-modality data from different sensors provides rich complementary information for 3D perception, becoming an essential component in reliable autonomous driving systems. Current research typically designs intricate and complex fusion strategies to integrate information from multimodal data on a unified bird's-eye-view (BEV) feature map for the joint learning of multiple perception tasks. However, such a single feature map hardly carries sufficient information to simultaneously meet the requirements of various perception tasks, leading to a very limited perception performance. To mitigate this limitation, this paper proposes MATS, a novel multi-modality multi-task learning approach with modality-adaptive BEV fusion and task-specific Mixture-of-Experts (MoE) for 3D perception. Specifically, a simple modality-adaptive BEV fusion module is designed to adaptively recalibrate the BEV features by modeling the global cross-modality dependencies, generating diverse BEV feature maps for various perception tasks. For joint multi-task learning, this paper proposes a task-specific MoE module to decouple the tasks and enable the network to automatically choose the appropriate BEV feature candidates for each specific task. To validate the effectiveness of the proposed approach, we conduct extensive experiments on the large-scale benchmark nuScenes. With the camera- and LiDAR-modality input data, the proposed approach outperforms the state-of-the-art (SOTA) by a significant margin. Furthermore, the experimental results on the single tasks show that the proposed approach significantly outperforms the baselines. The code and trained models will be available upon publication.

URL PDF HTML 收藏
2606.20752 2026-06-23 cs.CV cs.CR 新提交 90%

Mirage: a Clean-Label Backdoor against LiDAR 3D Object Detection

Mirage:针对LiDAR 3D目标检测的干净标签后门攻击

Ziba Parsons, Ang Li

机构 * University of Michigan - Dearborn(密歇根大学迪尔伯恩分校)

专题命中 感知 :LiDAR(title,title_cn);分类 cs.CV

AI总结 提出Mirage,一种黑盒、干净标签的后门攻击方法,通过注入少量标签一致的毒化样本,使LiDAR 3D目标检测模型学习触发器与目标类别的恶意关联,实现73%误分类成功率且仅需0.5%毒化率。

详情
AI中文摘要

基于深度神经网络的LiDAR 3D目标检测是安全关键自主系统中关键的感知组件。然而,最近的研究揭示了其对后门攻击的脆弱性。现有攻击通常需要白盒访问或标签修改,并侧重于几何攻击,如物体消失或边界框操纵。在本文中,我们提出了Mirage,一种针对基于深度神经网络的LiDAR 3D目标检测的黑盒、干净标签后门攻击。Mirage向训练集中注入少量标签一致的毒化样本,使模型学习触发器模式与攻击者选择的目标类别之间的恶意关联,同时保留正常的训练语义。因此,受损模型在良性输入上表现正常,但在部署时系统性地将触发物体误分类为目标类别。我们在多个最先进的LiDAR 3D目标检测模型和基准数据集上评估了Mirage。实验结果表明,Mirage在仅0.5%的毒化率下实现了73%的误分类成功率,同时保持接近良性模型的检测性能。

英文摘要

Deep neural network-based LiDAR 3D object detection serves as a critical perception component in safety-critical autonomous systems. However, recent studies have revealed its vulnerability to backdoor attacks. Existing attacks typically require white-box access or label modification and focus on geometric attacks such as object disappearance or bounding-box manipulation. In this paper, we present Mirage, a black-box and clean-label backdoor attack against deep neural network-based LiDAR 3DOD. Mirage injects a small number of label-consistent poisoning samples into the training set, causing the model to learn a malicious association between a trigger pattern and an attacker-chosen target class while preserving normal training semantics. As a result, the compromised model behaves normally on benign inputs yet systematically misclassifies triggered objects as the target class during deployment. We evaluate Mirage on multiple state-of-the-art LiDAR 3DOD models and benchmark datasets. Experimental results show that Mirage achieves a 73% misclassification success rate with a poisoning rate of only 0.5%, while maintaining detection performance close to that of benign models.

URL PDF HTML 收藏
2606.19122 2026-06-18 cs.RO 新提交 90%

Monocular 3D Occupancy Perception for Robots on Sidewalks via Hybrid 2D-3D Learning

基于混合2D-3D学习的人行道机器人单目3D占用感知

Yukai Ma, Joe Lin, Liu Liu, Honglin He, Lulu Ricketts, Brad Squicciarini, Yong Liu, Bolei Zhou

机构 * University of California, Los Angeles(加州大学洛杉矶分校) Zhejiang University(浙江大学) Coco Robotics(Coco机器人) Massachusetts Institute of Technology(麻省理工学院)

专题命中 感知 :LiDAR(summary_cn,abstract);occupancy(title,abstract);autonomous driving(abstract);分类 cs.RO

AI总结 提出WalkOCC框架,通过混合射线行进单目3D占用感知,结合LiDAR-RGB配对数据与大规模无配对单目图像学习,提升人行道机器人导航的预测精度和泛化能力。

详情
AI中文摘要

现实世界中的人行道拥挤、杂乱且结构化程度低于道路,使得3D占用预测成为配送机器人和电动轮椅等移动机器人安全导航的关键。现有的占用学习流程主要针对道路自动驾驶设计,通常在大规模配对的LiDAR-RGB数据集上训练,需要密集的3D监督和多个摄像头输入,这些数据收集成本高且未能充分捕捉人行道特定特征。我们提出WalkOCC,一种用于人行道机器人的混合射线行进单目3D占用感知框架。WalkOCC显式地将来自LiDAR-RGB配对数据的几何基础与来自大规模无配对单目图像的可扩展学习相结合。它从配对序列中引导出伪占用监督,并在额外的仅2D数据上联合学习图像级表示。它在不需要昂贵的3D占用标注的情况下实现了稳定的优化和改进的泛化能力。大量实验表明,与基于自监督图像的基线相比,在预测精度、对路缘和排水沟等细微城市结构的细粒度分割以及对环境和跨本体变化的鲁棒性方面,WalkOCC均取得了一致的提升。为了便于评估和基准测试,我们还引入了Sidewalk3D,这是一个大规模的人行道感知数据集,包含在多个地点和时间段收集的LiDAR-相机配对序列,以及用于评估的3D语义占用标注。代码和数据将公开提供。

英文摘要

Sidewalks in the real world are crowded, cluttered, and less structured than roads, making 3D occupancy prediction a key ingredient for the safe navigation of mobile robots such as delivery bots and electric wheelchairs. Existing occupancy learning pipelines are largely designed for on-road autonomous driving and often train on large-scale paired LiDAR-RGB datasets with dense 3D supervision and multiple camera inputs, which are costly to collect and do not adequately capture sidewalk-specific characteristics. We propose WalkOCC, a hybrid Ray-marching monocular 3D occupancy perception framework for robots operating on sidewalks. WalkOCC explicitly couples geometric grounding from LiDAR-RGB paired data with scalable learning from large-scale unpaired monocular images. It bootstraps pseudo occupancy supervision from paired sequences and jointly learns image-level representations on additional 2D-only data. It yields stable optimization and improved generalization without requiring costly 3D occupancy annotations. Extensive experiments demonstrate consistent gains in prediction accuracy, fine-grained segmentation of subtle urban structures such as curbs and gutters, and robustness to environmental and cross-embodiment shifts compared with self-supervised image-based baselines. To facilitate evaluation and benchmarking, we also introduce Sidewalk3D, a large-scale sidewalk perception dataset with LiDAR-camera paired sequences collected across multiple locations and time periods, along with 3D semantic occupancy annotations for evaluation. Code and data will be made available.

URL PDF HTML 收藏
2411.10535 2024-11-19 cs.RO cs.CV 90%

Advancing Autonomous Driving Perception: Analysis of Sensor Fusion and Computer Vision Techniques

Urvishkumar Bharti, Vikram Shahapur

专题命中 感知 :autonomous driving(title,abstract);driving perception(title,abstract);self-driving(abstract);分类 cs.RO、cs.CV

Comments 7 pages

详情
英文摘要

In autonomous driving, perception systems are piv otal as they interpret sensory data to understand the envi ronment, which is essential for decision-making and planning. Ensuring the safety of these perception systems is fundamental for achieving high-level autonomy, allowing us to confidently delegate driving and monitoring tasks to machines. This re port aims to enhance the safety of perception systems by examining and summarizing the latest advancements in vision based systems, and metrics for perception tasks in autonomous driving. The report also underscores significant achievements and recognized challenges faced by current research in this field. This project focuses on enhancing the understanding and navigation capabilities of self-driving robots through depth based perception and computer vision techniques. Specifically, it explores how we can perform better navigation into unknown map 2D map with existing detection and tracking algorithms and on top of that how depth based perception can enhance the navigation capabilities of the wheel based bots to improve autonomous driving perception.

URL PDF HTML 收藏
2306.00349 2023-11-28 cs.CV cs.LG 89%

CALICO: Self-Supervised Camera-LiDAR Contrastive Pre-training for BEV Perception

Jiachen Sun, Haizhong Zheng, Qingzhao Zhang, Atul Prakash, Z. Morley Mao, Chaowei Xiao

专题命中 感知 :BEV(title,abstract);LiDAR(title,abstract);autonomous driving(abstract);分类 cs.CV

详情
英文摘要

Perception is crucial in the realm of autonomous driving systems, where bird's eye view (BEV)-based architectures have recently reached state-of-the-art performance. The desirability of self-supervised representation learning stems from the expensive and laborious process of annotating 2D and 3D data. Although previous research has investigated pretraining methods for both LiDAR and camera-based 3D object detection, a unified pretraining framework for multimodal BEV perception is missing. In this study, we introduce CALICO, a novel framework that applies contrastive objectives to both LiDAR and camera backbones. Specifically, CALICO incorporates two stages: point-region contrast (PRC) and region-aware distillation (RAD). PRC better balances the region- and scene-level representation learning on the LiDAR modality and offers significant performance improvement compared to existing methods. RAD effectively achieves contrastive distillation on our self-trained teacher model. CALICO's efficacy is substantiated by extensive evaluations on 3D object detection and BEV map segmentation tasks, where it delivers significant performance improvements. Notably, CALICO outperforms the baseline method by 10.5% and 8.6% on NDS and mAP. Moreover, CALICO boosts the robustness of multimodal 3D object detection against adversarial attacks and corruption. Additionally, our framework can be tailored to different backbones and heads, positioning it as a promising approach for multimodal BEV perception.

URL PDF HTML 收藏
2212.00623 2022-12-02 cs.CV 89%

BEV-LGKD: A Unified LiDAR-Guided Knowledge Distillation Framework for BEV 3D Object Detection

Jianing Li, Ming Lu, Jiaming Liu, Yandong Guo, Li Du, Shanghang Zhang

专题命中 感知 :BEV(title,abstract);LiDAR(title,abstract);autonomous driving(abstract);分类 cs.CV

Comments 12pages

详情
英文摘要

Recently, Bird's-Eye-View (BEV) representation has gained increasing attention in multi-view 3D object detection, which has demonstrated promising applications in autonomous driving. Although multi-view camera systems can be deployed at low cost, the lack of depth information makes current approaches adopt large models for good performance. Therefore, it is essential to improve the efficiency of BEV 3D object detection. Knowledge Distillation (KD) is one of the most practical techniques to train efficient yet accurate models. However, BEV KD is still under-explored to the best of our knowledge. Different from image classification tasks, BEV 3D object detection approaches are more complicated and consist of several components. In this paper, we propose a unified framework named BEV-LGKD to transfer the knowledge in the teacher-student manner. However, directly applying the teacher-student paradigm to BEV features fails to achieve satisfying results due to heavy background information in RGB cameras. To solve this problem, we propose to leverage the localization advantage of LiDAR points. Specifically, we transform the LiDAR points to BEV space and generate the foreground mask and view-dependent mask for the teacher-student paradigm. It is to be noted that our method only uses LiDAR points to guide the KD between RGB models. As the quality of depth estimation is crucial for BEV perception, we further introduce depth distillation to our framework. Our unified framework is simple yet effective and achieves a significant performance boost. Code will be released.

URL PDF HTML 收藏
2104.10780 2021-07-13 cs.CV 89%

BEVDetNet: Bird's Eye View LiDAR Point Cloud based Real-time 3D Object Detection for Autonomous Driving

Sambit Mohapatra, Senthil Yogamani, Heinrich Gotzig, Stefan Milz, Patrick Mader

专题命中 感知 :autonomous driving(title,abstract);LiDAR(title,abstract);BEV(abstract);分类 cs.CV

Comments Accepted for Oral Presentation at IEEE Intelligent Transportation Systems Conference (ITSC) 2021

详情
英文摘要

3D object detection based on LiDAR point clouds is a crucial module in autonomous driving particularly for long range sensing. Most of the research is focused on achieving higher accuracy and these models are not optimized for deployment on embedded systems from the perspective of latency and power efficiency. For high speed driving scenarios, latency is a crucial parameter as it provides more time to react to dangerous situations. Typically a voxel or point-cloud based 3D convolution approach is utilized for this module. Firstly, they are inefficient on embedded platforms as they are not suitable for efficient parallelization. Secondly, they have a variable runtime due to level of sparsity of the scene which is against the determinism needed in a safety system. In this work, we aim to develop a very low latency algorithm with fixed runtime. We propose a novel semantic segmentation architecture as a single unified model for object center detection using key points, box predictions and orientation prediction using binned classification in a simpler Bird's Eye View (BEV) 2D representation. The proposed architecture can be trivially extended to include semantic segmentation classes like road without any additional computation. The proposed model has a latency of 4 ms on the embedded Nvidia Xavier platform. The model is 5X faster than other top accuracy models with a minimal accuracy degradation of 2% in Average Precision at IoU=0.5 on KITTI dataset.

URL PDF HTML 收藏
2003.12464 2020-10-12 cs.CV cs.LG stat.ML 89%

End-to-end Autonomous Driving Perception with Sequential Latent Representation Learning

Jianyu Chen, Zhuo Xu, Masayoshi Tomizuka

专题命中 感知 :autonomous driving(title,abstract);driving perception(title,abstract);LiDAR(abstract);分类 cs.CV

Comments 8 pages, 10 figures, 2 tables

详情
英文摘要

Current autonomous driving systems are composed of a perception system and a decision system. Both of them are divided into multiple subsystems built up with lots of human heuristics. An end-to-end approach might clean up the system and avoid huge efforts of human engineering, as well as obtain better performance with increasing data and computation resources. Compared to the decision system, the perception system is more suitable to be designed in an end-to-end framework, since it does not require online driving exploration. In this paper, we propose a novel end-to-end approach for autonomous driving perception. A latent space is introduced to capture all relevant features useful for perception, which is learned through sequential latent representation learning. The learned end-to-end perception model is able to solve the detection, tracking, localization and mapping problems altogether with only minimum human engineering efforts and without storing any maps online. The proposed method is evaluated in a realistic urban driving simulator, with both camera image and lidar point cloud as sensor inputs. The codes and videos of this work are available at our github repo and project website.

URL PDF HTML 收藏
2006.16974 2020-07-01 cs.CR cs.CV cs.LG 89%

Towards Robust LiDAR-based Perception in Autonomous Driving: General Black-box Adversarial Sensor Attack and Countermeasures

Jiachen Sun, Yulong Cao, Qi Alfred Chen, Z. Morley Mao

专题命中 感知 :autonomous driving(title,abstract);LiDAR(title,abstract);self-driving(abstract);分类 cs.CV

Comments 18 pages, 27 figures, to be published in USENIX Security 2020

详情
英文摘要

Perception plays a pivotal role in autonomous driving systems, which utilizes onboard sensors like cameras and LiDARs (Light Detection and Ranging) to assess surroundings. Recent studies have demonstrated that LiDAR-based perception is vulnerable to spoofing attacks, in which adversaries spoof a fake vehicle in front of a victim self-driving car by strategically transmitting laser signals to the victim's LiDAR sensor. However, existing attacks suffer from effectiveness and generality limitations. In this work, we perform the first study to explore the general vulnerability of current LiDAR-based perception architectures and discover that the ignored occlusion patterns in LiDAR point clouds make self-driving cars vulnerable to spoofing attacks. We construct the first black-box spoofing attack based on our identified vulnerability, which universally achieves around 80% mean success rates on all target models. We perform the first defense study, proposing CARLO to mitigate LiDAR spoofing attacks. CARLO detects spoofed data by treating ignored occlusion patterns as invariant physical features, which reduces the mean attack success rate to 5.5%. Meanwhile, we take the first step towards exploring a general architecture for robust LiDAR-based perception, and propose SVF that embeds the neglected physical features into end-to-end learning. SVF further reduces the mean attack success rate to around 2.3%.

URL PDF HTML 收藏
2605.10117 2026-05-12 cs.CV cs.AI 89%

Think as Needed: Geometry-Driven Adaptive Perception for Autonomous Driving

按需思考:基于几何的自适应感知用于自动驾驶

Donghyun Kim, Jaehyoung Park

机构 * Stony Brook University(史蒂文尼森布鲁克大学)

专题命中 感知 :LiDAR(summary_cn,abstract);autonomous driving(title,abstract);分类 cs.CV、cs.AI

AI总结 本文提出Enhanced HOPE架构,通过几何复杂度估计动态调整LiDAR帧处理路径,减少计算资源浪费,提升复杂场景下的感知能力与遮挡物体追踪性能。

详情
AI中文摘要

自动驾驶场景从空旷高速公路到密集交叉口,当前3D检测模型对每个帧使用固定计算预算,浪费资源于简单场景且难以处理复杂场景。现有方法加剧此问题:基于Transformer的交互模型随检测对象数量平方增长,逐帧处理导致系统在物体被遮挡时立即遗忘。本文提出Enhanced HOPE,通过无监督统计估计器测量每个LiDAR帧的几何复杂度,并根据情况选择浅层或深层处理路径,无需手动标注场景。为保持交互建模效率,用线性时间的子空间网络替代二次配对注意力,将附近物体分组处理。两种机制节省的计算资源用于持久时间记忆模块,保留先前检测物体和交通规则,使系统在物体消失后数秒内仍能召回。在nuScenes和CARLA基准上,Enhanced HOPE在简单场景中降低延迟38%无精度损失,在罕见长尾场景中提升均值平均精度2.7点,并追踪持续超过5秒的遮挡物体,所有测试基线均失败。

英文摘要

Autonomous driving scenes range from empty highways to dense intersections with dozens of interacting road users, yet current 3D detection models apply a fixed computation budget to every frame, wasting resources on simple scenes while lacking capacity for complex ones. Existing approaches compound this problem: Transformer-based interaction models scale quadratically with the number of detected objects, and frame-by-frame processing causes the system to immediately forget objects the moment they become occluded. We propose Enhanced HOPE, an adaptive perception architecture that measures the geometric complexity of each incoming LiDAR frame using an unsupervised statistical estimator and routes it through a shallow or deep processing path accordingly, requiring no manual scene labels. To keep interaction modeling efficient, we replace quadratic pairwise attention with a linear-time subspace-based network that groups nearby objects into clusters and processes them jointly. The computational savings from these two mechanisms free up resources for a persistent temporal memory module that retains previously detected objects and traffic rules across frames, enabling the system to recall occluded objects seconds after they disappear from view. On the nuScenes and CARLA benchmarks, Enhanced HOPE reduces latency by 38% on simple scenes with no accuracy loss, improves mean Average Precision by 2.7 points on rare long-tail scenarios, and tracks objects through occlusions lasting over 5 seconds, where all tested baselines fail.

URL PDF HTML 收藏
2604.18940 2026-04-22 cs.CV cs.RO 89%

Localization-Guided Foreground Augmentation in Autonomous Driving

基于定位的前景增强在自动驾驶中

Jiawei Yong, Deyuan Qu, Qi Chen, Kentaro Oguchi, Shintaro Fukushima

机构 * Toyota Motor Corporation, Japan(日本电产公司) Toyota Motor North America, USA(美国电产北美公司)

专题命中 感知 :BEV(summary_cn,abstract);autonomous driving(title,abstract);分类 cs.RO、cs.CV

AI总结 本文提出LG-FA模块,通过在线增强几何上下文提升自动驾驶中的前景感知,提高BEV表示的几何完整性和时间稳定性,减少定位误差,并实现全局一致的车道和拓扑重建。

详情
AI中文摘要

自动驾驶系统在恶劣可见条件下(如雨、夜间或雪)往往性能下降,其中在线场景几何(如车道分隔线、道路边界和人行横道)变得稀疏或碎片化。尽管高定义(HD)地图可以提供缺失的结构上下文,但其构建和维护成本较高。我们提出基于定位的前景增强(LG-FA),这是一种轻量且易于集成的推理模块,通过在线增强几何上下文来提升前景感知。LG-FA:(i)从每帧鸟瞰图(BEV)预测中逐步构建稀疏的全局向量层;(ii)通过类别约束的几何对齐估计自身姿态,共同提高定位并完成缺失的局部拓扑;(iii)将增强的前景重新投影到统一的全局框架中,以提高每帧预测。在具有挑战性的nuScenes序列上的实验表明,LG-FA提高了BEV表示的几何完整性和时间稳定性,减少了定位误差,并产生了全局一致的车道和拓扑重建。该模块可以无缝集成到现有的基于BEV的感知系统中,而无需修改主干网络。通过提供可靠的几何上下文先验,LG-FA增强了时间一致性和为下游模块(如跟踪和决策)提供了稳定的结构支持。

英文摘要

Autonomous driving systems often degrade under adverse visibility conditions-such as rain, nighttime, or snow-where online scene geometry (e.g., lane dividers, road boundaries, and pedestrian crossings) becomes sparse or fragmented. While high-definition (HD) maps can provide missing structural context, they are costly to construct and maintain at scale. We propose Localization-Guided Foreground Augmentation (LG-FA), a lightweight and plug-and-play inference module that enhances foreground perception by enriching geometric context online. LG-FA: (i) incrementally constructs a sparse global vector layer from per-frame Bird's-Eye View (BEV) predictions; (ii) estimates ego pose via class-constrained geometric alignment, jointly improving localization and completing missing local topology; and (iii) reprojects the augmented foreground into a unified global frame to improve per-frame predictions. Experiments on challenging nuScenes sequences demonstrate that LG-FA improves the geometric completeness and temporal stability of BEV representations, reduces localization error, and produces globally consistent lane and topology reconstructions. The module can be seamlessly integrated into existing BEV-based perception systems without backbone modification. By providing a reliable geometric context prior, LG-FA enhances temporal consistency and supplies stable structural support for downstream modules such as tracking and decision-making.

URL PDF HTML 收藏
2308.01471 2023-08-04 cs.CV cs.AI cs.LG cs.RO 89%

Implicit Occupancy Flow Fields for Perception and Prediction in Self-Driving

Ben Agro, Quinlan Sykora, Sergio Casas, Raquel Urtasun

专题命中 感知 :self-driving(title,abstract);occupancy(title,abstract);分类 cs.RO、cs.CV、cs.AI

Comments 19 pages, 13 figures

Journal ref Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2023, pp. 1379-1388

详情
英文摘要

A self-driving vehicle (SDV) must be able to perceive its surroundings and predict the future behavior of other traffic participants. Existing works either perform object detection followed by trajectory forecasting of the detected objects, or predict dense occupancy and flow grids for the whole scene. The former poses a safety concern as the number of detections needs to be kept low for efficiency reasons, sacrificing object recall. The latter is computationally expensive due to the high-dimensionality of the output grid, and suffers from the limited receptive field inherent to fully convolutional networks. Furthermore, both approaches employ many computational resources predicting areas or objects that might never be queried by the motion planner. This motivates our unified approach to perception and future prediction that implicitly represents occupancy and flow over time with a single neural network. Our method avoids unnecessary computation, as it can be directly queried by the motion planner at continuous spatio-temporal locations. Moreover, we design an architecture that overcomes the limited receptive field of previous explicit occupancy prediction methods by adding an efficient yet effective global attention mechanism. Through extensive experiments in both urban and highway settings, we demonstrate that our implicit model outperforms the current state-of-the-art. For more information, visit the project website: https://waabi.ai/research/implicito.

URL PDF HTML 收藏
2301.00493 2023-01-03 cs.CV cs.AI cs.LG cs.RO 89%

Argoverse 2: Next Generation Datasets for Self-Driving Perception and Forecasting

Benjamin Wilson, William Qi, Tanmay Agarwal, John Lambert, Jagjeet Singh, Siddhesh Khandelwal, Bowen Pan, Ratnesh Kumar, Andrew Hartnett, Jhony Kaesemodel Pontes, Deva Ramanan, Peter Carr, James Hays

专题命中 感知 :self-driving(title,abstract);driving perception(title);LiDAR(abstract);分类 cs.RO、cs.CV、cs.AI

Comments Proceedings of the Neural Information Processing Systems Track on Datasets and Benchmarks

详情
英文摘要

We introduce Argoverse 2 (AV2) - a collection of three datasets for perception and forecasting research in the self-driving domain. The annotated Sensor Dataset contains 1,000 sequences of multimodal data, encompassing high-resolution imagery from seven ring cameras, and two stereo cameras in addition to lidar point clouds, and 6-DOF map-aligned pose. Sequences contain 3D cuboid annotations for 26 object categories, all of which are sufficiently-sampled to support training and evaluation of 3D perception models. The Lidar Dataset contains 20,000 sequences of unlabeled lidar point clouds and map-aligned pose. This dataset is the largest ever collection of lidar sensor data and supports self-supervised learning and the emerging task of point cloud forecasting. Finally, the Motion Forecasting Dataset contains 250,000 scenarios mined for interesting and challenging interactions between the autonomous vehicle and other actors in each local scene. Models are tasked with the prediction of future motion for "scored actors" in each scenario and are provided with track histories that capture object location, heading, velocity, and category. In all three datasets, each scenario contains its own HD Map with 3D lane and crosswalk geometry - sourced from data captured in six distinct cities. We believe these datasets will support new and existing machine learning research problems in ways that existing datasets do not. All datasets are released under the CC BY-NC-SA 4.0 license.

URL PDF HTML 收藏
2105.00373 2022-05-05 cs.RO cs.AI cs.CV cs.LG 89%

Investigating the Impact of Multi-LiDAR Placement on Object Detection for Autonomous Driving

Hanjiang Hu, Zuxin Liu, Sharad Chitlangia, Akhil Agnihotri, Ding Zhao

专题命中 感知 :LiDAR(title,abstract);autonomous driving(title);self-driving(abstract);分类 cs.RO、cs.CV、cs.AI

Comments CVPR 2022 camera-ready version:15 pages, 14 figures, 9 tables

详情
英文摘要

The past few years have witnessed an increasing interest in improving the perception performance of LiDARs on autonomous vehicles. While most of the existing works focus on developing new deep learning algorithms or model architectures, we study the problem from the physical design perspective, i.e., how different placements of multiple LiDARs influence the learning-based perception. To this end, we introduce an easy-to-compute information-theoretic surrogate metric to quantitatively and fast evaluate LiDAR placement for 3D detection of different types of objects. We also present a new data collection, detection model training and evaluation framework in the realistic CARLA simulator to evaluate disparate multi-LiDAR configurations. Using several prevalent placements inspired by the designs of self-driving companies, we show the correlation between our surrogate metric and object detection performance of different representative algorithms on KITTI through extensive experiments, validating the effectiveness of our LiDAR placement evaluation approach. Our results show that sensor placement is non-negligible in 3D point cloud-based object detection, which will contribute up to 10% performance discrepancy in terms of average precision in challenging 3D object detection settings. We believe that this is one of the first studies to quantitatively investigate the influence of LiDAR placement on perception performance. The code is available on https://github.com/HanjiangHu/Multi-LiDAR-Placement-for-3D-Detection.

URL PDF HTML 收藏
1906.00208 2019-07-18 cs.CV cs.AI cs.LG cs.RO 89%

RGB and LiDAR fusion based 3D Semantic Segmentation for Autonomous Driving

Khaled El Madawy, Hazem Rashed, Ahmad El Sallab, Omar Nasr, Hanan Kamel, Senthil Yogamani

专题命中 感知 :autonomous driving(title,abstract);LiDAR(title,abstract);分类 cs.RO、cs.CV、cs.AI

Comments Accepted for Oral Presentation at IEEE Intelligent Transportation Systems Conference (ITSC) 2019

详情
英文摘要

LiDAR has become a standard sensor for autonomous driving applications as they provide highly precise 3D point clouds. LiDAR is also robust for low-light scenarios at night-time or due to shadows where the performance of cameras is degraded. LiDAR perception is gradually becoming mature for algorithms including object detection and SLAM. However, semantic segmentation algorithm remains to be relatively less explored. Motivated by the fact that semantic segmentation is a mature algorithm on image data, we explore sensor fusion based 3D segmentation. Our main contribution is to convert the RGB image to a polar-grid mapping representation used for LiDAR and design early and mid-level fusion architectures. Additionally, we design a hybrid fusion architecture that combines both fusion algorithms. We evaluate our algorithm on KITTI dataset which provides segmentation annotation for cars, pedestrians and cyclists. We evaluate two state-of-the-art architectures namely SqueezeSeg and PointSeg and improve the mIoU score by 10 % in both cases relative to the LiDAR only baseline.

URL PDF HTML 收藏
2607.14710 2026-07-17 cs.CV cs.SY eess.SY 新提交 89%

Variational Inference for Bird's Eye View Segmentation in Autonomous Driving

自动驾驶中鸟瞰视角分割的变分推理

Jingyue Shi, Huaicheng Li, Junhui Zhao, Yanxiang Jiang

机构 * School of Electronic and Information Engineering, Beijing Jiaotong University(北京交通大学电子信息工程学院) School of Information Science and Engineering, Southeast University(东南大学信息科学与工程学院)

专题命中 感知 :BEV(summary_cn,abstract);autonomous driving(title,abstract);分类 cs.CV

AI总结 针对自动驾驶中鸟瞰视角分割难题,提出基于变压器的变分流变换网络TVB,通过后验BEV监督学习映射,结合条件变分自编码器、归一化流及注意力融合模块,在多摄像头视图BEV分割等方面性能优越。

Comments 13 pages, 9 figures

详情
AI中文摘要

鸟瞰视角(BEV)已成为自动驾驶环境感知的关键方法,为车辆提供统一空间表示。然而,有效融合多摄像头传感器数据并在复杂外部驾驶环境中运行仍是挑战。为缓解此问题,我们在变分推理框架中重塑BEV分割问题。提出基于变压器的变分流变换网络TVB,训练时通过后验BEV监督隐式学习从多摄像头视图到统一规范BEV图的映射。TVB以条件变分自编码器为骨干,生成多个BEV图候选。通过整合归一化流增强生成图的真实感,设计BEV注意力融合模块自适应整合候选图。在nuScenes和OPV2V数据集上的实验表明,该方法在多摄像头视图BEV分割和车道环境感知中性能优越。

英文摘要

The bird's eye view (BEV) has emerged as a pivotal approach for environmental perception in autonomous driving, providing a unified spatial representation for vehicles. Nevertheless, despite BEV's significance in addressing the challenges inherent to autonomous driving, effectively fusing data from multiple camera sensors and operating in complex external driving environments remains a considerable challenge. To mitigate this issue, we recast the BEV segmentation problem within a variational inference framework. In this paper, we propose a novel transformer-based variational flow transformation network for BEV segmentation, denoted as TVB. Our architecture implicitly learns the mapping from multiple camera views to a unified canonical BEV map during training by exploiting posterior BEV supervision. TVB employs a conditional variational auto encoder (CVAE) as its backbone and produces multiple BEV map candidates. To augment the realism of the generated BEV maps, we integrate normalizing flows into the map generation process, enabling the construction of more complex and expressive probability distributions. Furthermore, we design a BEV-attention fusion (BAF) module that harnesses attention mechanisms to adaptively integrate the multiple candidate BEV maps. Experimental results, evaluated on both the nuScenes and OPV2Vdatasets, demonstrate that our proposed method achieves superior performance in multi-camera view BEV segmentation and lane environment perception.

URL PDF HTML 收藏
2606.25652 2026-06-25 cs.CV 新提交 89%

Auto-Labelling-Based Domain Transfer for 3D Object Detection on a Bicycle-Mounted LiDAR Platform

基于自动标注的域迁移用于自行车搭载LiDAR平台上的3D目标检测

Mario Finkbeiner, Max A. Buettner, Kanak Mazumder, Fabian B. Flohr

机构 * Intelligent Vehicles Lab (IVL), Munich University of Applied Sciences(慕尼黑应用科学大学智能车辆实验室)

专题命中 感知 :LiDAR(title,title_cn);autonomous driving(abstract);分类 cs.CV

AI总结 针对自行车视角下3D标注数据稀缺的问题,提出利用自动标注流水线迁移车辆训练检测器,在FUSE-Bike数据集上微调后mAP提升23.4点,证明自动标注可替代人工标注。

详情
AI中文摘要

可靠的三维感知对于城市交通中弱势道路使用者(VRU)如骑自行车者和行人的安全至关重要,也是自动驾驶(AD)的核心要求。随着基于车辆的感知技术的进步,研究越来越多地给自行车配备传感器,从VRU的视角研究交通。然而,这类平台仍然依赖于最初在车辆数据上训练的LiDAR检测器,而从骑行者视角标注的3D数据非常稀缺。这些检测器在该场景下的泛化能力尚未被评估。我们提出了一个3D目标检测基准,包含来自慕尼黑城市FUSE-Bike平台的1,027个标注LiDAR关键帧(超过18,000个3D边界框)。我们评估了四个经过nuScenes预训练的检测器,针对1,854个人工验证的真实边界框(GT),分别在其原始形式以及在使用专门为VRU设计的自动标注流水线(无需人工标注)生成的训练标签上进行微调后的性能。零样本域差距主要集中在VRU类别上。微调基本弥补了这一差距,将平均精度(mAP)提高了最多23.4个百分点,其中行人和骑自行车者的提升最大,并且调整后的检测器甚至超过了它们所训练的自动标签的质量。该基准为以VRU为中心的3D检测提供了可重复的基线,并表明在将车辆训练的检测器迁移到自行车平台时,自动标签是人工标注的可行替代方案。

英文摘要

Reliable 3D perception of vulnerable road users (VRUs) such as cyclists and pedestrians is essential for their safety in urban traffic and a core requirement for autonomous driving (AD). Alongside advances in vehicle-based perception, research increasingly equips bicycles with sensors to study traffic from a perspective native to VRUs. Such platforms still rely on LiDAR detectors originally trained on vehicle data, yet annotated 3D data from a cyclist's perspective is scarce. How well these detectors generalise to this setting has not been evaluated. We present a 3D object detection benchmark of 1,027 annotated LiDAR keyframes (over 18,000 3D bounding boxes) from the FUSE-Bike platform in urban Munich. We evaluate four nuScenes-pre-trained detectors against 1,854 human-verified ground-truth (GT) boxes both in their original form and after finetuning on training labels produced by a VRU-dedicated auto-labelling pipeline that requires no manual annotation. The zero-shot domain gap is concentrated on the VRU classes. Finetuning recovers most of it, improving mean average precision (mAP) by up to 23.4 points with the largest gains on pedestrians and cyclists, and the adapted detectors even surpass the quality of the auto-labels they were trained on. The benchmark provides a reproducible baseline for VRU-centric 3D detection and shows that auto-labels are a viable substitute for manual annotation when adapting vehicle-trained detectors to a cyclist platform.

URL PDF HTML 收藏
2606.09143 2026-06-09 cs.CV 新提交 89%

CAMF-Det: Closure-Aware Multimodal Fusion for LiDAR-Camera 3D Object Detection on UAV Platforms

CAMF-Det: 面向无人机平台的激光雷达-相机闭合感知多模态融合3D目标检测

Yanze Jiang, Yanfeng Gu, Xian Li

机构 * School of Electronics and Information Engineering, Harbin Institute of Technology(哈尔滨工业大学电子与信息工程学院)

专题命中 感知 :BEV(summary_cn,abstract);LiDAR(title,abstract);分类 cs.CV

AI总结 针对无人机俯视场景中树冠遮挡导致的多模态信息退化问题,提出基于比尔-朗伯定律的闭合感知融合框架CAMF-Det,通过显式建模双模态遮挡强度并注入检测流程,在自建数据集上实现困难级别mAP_BEV提升9.43%和4.88%。

详情
AI中文摘要

基于激光雷达和相机的多模态3D目标检测在地面车辆场景中表现出色,但尚未在无人机平台上得到探索。在无人机俯视场景中,以树冠为主的频繁地面物体遮挡导致空间变化和模态依赖的信息退化。现有的多模态融合框架既未显式建模这种地面物体遮挡,也未将遮挡感知嵌入检测流程,限制了其在遮挡无人机场景中的性能。为应对这些挑战,我们提出CAMF-Det,一种面向无人机平台的激光雷达-相机3D目标检测的闭合感知多模态融合框架,该框架通过物理启发式建模导出双模态遮挡强度,并将其作为先验嵌入整个检测流程。首先,双模态闭合建模模块通过比尔-朗伯启发式公式和建筑物掩码校正,离线为两种模态显式构建遮挡强度真值。其次,以这些真值图为监督,双模态预测网络在单帧推理下将离线建模结果转换为在线遮挡强度预测。第三,将真值和预测的遮挡强度注入数据增强、特征编码、多模态融合和检测头,实现在空间变化和模态依赖信息退化下的自适应检测。在两个自建的基于无人机的多模态数据集SI3D-DI和SI3D-DII上的实验表明,CAMF-Det在所有难度级别上均达到最佳性能,困难级别的mAP$_{\mathrm{BEV}}$分别比最佳竞争方法提升9.43%和4.88%。这些结果证实了显式遮挡先验建模和利用对于无人机场景中鲁棒多模态3D检测的有效性。

英文摘要

Multimodal 3D object detection based on LiDAR and cameras has demonstrated excellent performance in ground-vehicle scenarios, but has not been explored for Unmanned Aerial Vehicle (UAV) platforms. In UAV top-down scenes, frequent groundobject occlusion dominated by tree canopies causes spatially varying and modality-dependent information degradation. Existing multimodal fusion frameworks neither explicitly model such ground-object occlusion nor embed occlusion awareness into the detection pipeline, limiting their performance in occluded UAV scenes. To address these challenges, we propose CAMF-Det, a closure-aware multimodal fusion framework for LiDAR-camera 3D object detection on UAV platforms, which derives dual-modal occlusion intensity through physics-inspired modeling and embeds them as priors throughout the detection pipeline. First, a dual-modal closure modeling module explicitly constructs occlusion intensity ground truth for both modalities offline via a Beer-Lambert-inspired formulation and building-mask correction. Second, using these ground-truth maps as supervision, a dual-modal prediction network converts the offline modeling results into online occlusion intensity predictions under single-frame inference. Third, both ground-truth and predicted occlusion intensity are injected into data augmentation, feature encoding, multimodal fusion, and detection head, enabling adaptive detection under spatially varying and modality-dependent information degradation. Experiments on two self-built UAV-based multimodal datasets, SI3D-DI and SI3D-DII, demonstrate that CAMF-Det achieves the best performance across all difficulty levels, with hard-level mAP$_{\mathrm{BEV}}$ improvements of 9.43% and 4.88% over the best competing methods, respectively. These results confirm the effectiveness of explicit occlusion prior modeling and exploitation for robust multimodal 3D detection in UAV scenes.

URL PDF HTML 收藏
2512.24331 2026-05-26 cs.CV 89%

Spatial-aware Vision Language Model for Autonomous Driving

面向自动驾驶的空间感知视觉语言模型

Weijie Wei, Zhipeng Luo, Ling Feng, Venice Erin Liong

机构 * Motional University of Amsterdam(阿姆斯特丹大学)

专题命中 感知 :LiDAR(summary_cn,abstract);autonomous driving(title,abstract);分类 cs.CV

AI总结 提出LVLDrive框架,通过融合LiDAR点云与视觉语言模型,利用渐进融合Q-Former和空间感知问答数据集,解决3D度量空间推理瓶颈,提升自动驾驶场景理解与决策可靠性。

Comments Accepted to CVPR AutoPilot Workshop 2026

详情
AI中文摘要

尽管视觉语言模型(VLM)通过利用语言模型中的常识在端到端自动驾驶中展现出显著前景,但它们依赖2D图像线索进行复杂场景理解和决策,这成为安全性和可靠性的关键瓶颈。当前基于图像的方法难以进行精确的度量空间推理和几何推断,导致不可靠的驾驶策略。为弥补这一差距,我们提出LVLDrive(LiDAR-视觉-语言),一种新颖框架,通过引入LiDAR点云作为额外输入模态,专门设计用于增强现有VLM的鲁棒3D度量空间理解能力。一个关键挑战在于如何减轻不同3D数据对预训练VLM带来的灾难性干扰。为此,我们引入渐进融合Q-Former,逐步注入LiDAR特征,确保VLM现有知识库的稳定性和保留。此外,我们开发了空间感知问答(SA-QA)数据集,明确教导模型高级3D感知和推理能力。在驾驶基准上的大量实验表明,与仅视觉的对应模型相比,LVLDrive在场景理解、度量空间感知和可靠驾驶决策方面均实现了优越性能。我们的工作强调了显式3D度量数据对于构建可信赖的基于VLM的自主系统的重要性。

英文摘要

While Vision-Language Models (VLMs) show significant promise for end-to-end autonomous driving by leveraging the common sense embedded in language models, their reliance on 2D image cues for complex scene understanding and decision-making presents a critical bottleneck for safety and reliability. Current image-based methods struggle with accurate metric spatial reasoning and geometric inference, leading to unreliable driving policies. To bridge this gap, we propose LVLDrive (LiDAR-Vision-Language), a novel framework specifically designed to upgrade existing VLMs with robust 3D metric spatial understanding for autonomous driving by incoperating LiDAR point cloud as an extra input modality. A key challenge lies in mitigating the catastrophic disturbance introduced by disparate 3D data to the pre-trained VLMs. To this end, we introduce a Gradual Fusion Q-Former that incrementally injects LiDAR features, ensuring the stability and preservation of the VLM's existing knowledge base. Furthermore, we develop a spatial-aware question-answering (SA-QA) dataset to explicitly teach the model advanced 3D perception and reasoning capabilities. Extensive experiments on driving benchmarks demonstrate that LVLDrive achieves superior performance compared to vision-only counterparts across scene understanding, metric spatial perception, and reliable driving decision-making. Our work highlights the necessity of explicit 3D metric data for building trustworthy VLM-based autonomous systems.

URL PDF HTML 收藏
2604.25405 2026-04-29 cs.CV cs.RO 88%

Leveraging Previous-Traversal Point Cloud Map Priors for Camera-Based 3D Object Detection and Tracking

利用先前遍历点云地图先验进行基于摄像头的3D物体检测与跟踪

Markus Käppeler, Özgün Çiçek, Yakov Miron, Abhinav Valada

机构 * Department of Computer Science, University of Freiburg(弗赖堡大学计算机科学系) Bosch Research, Robert Bosch GmbH(博世研究)

专题命中 感知 :LiDAR(summary_cn,abstract);BEV(abstract,abstract_cn);autonomous driving(abstract);分类 cs.RO、cs.CV

AI总结 本文提出DualViewMapDet框架,通过在线检索先前遍历生成的点云地图先验,提升无LiDAR情况下基于摄像头的3D物体检测与跟踪性能,通过双空间融合策略增强特征表示。

详情
AI中文摘要

基于摄像头的3D物体检测与跟踪是自动驾驶的核心任务,但精确的3D物体定位仍受限于深度模糊,当没有昂贵的深度丰富在线LiDAR时尤为明显。在许多部署中,车辆会反复遍历相同环境,因此利用先前遍历生成的静态点云地图作为几何先验是可行的。我们提出DualViewMapDet,一个仅依赖摄像头的推理框架,能够在线检索此类地图先验,并利用它们在部署时弥补无LiDAR传感器的不足。关键思想是双空间摄像头-地图融合策略,避免单向视图转换。具体而言,我们(i)将地图投影到透视视图(PV)并编码多通道几何线索以丰富图像特征并支持BEV提升,(ii)使用稀疏体素骨干编码地图直接在鸟瞰图(BEV)中,并在共享度量空间中与提升的摄像头特征融合。在nuScenes和Argoverse 2上的广泛评估表明,与强大的纯摄像头基线相比,有明显改进,尤其在物体定位方面表现突出。消融实验进一步验证了PV/BEV融合和先验地图覆盖的贡献。我们提供代码和预训练模型在https://dualviewmapdet.cs.uni-freiburg.de。

英文摘要

Camera-based 3D object detection and tracking are central to autonomous driving, yet precise 3D object localization remains fundamentally constrained by depth ambiguity when no expensive, depth-rich online LiDAR is available at inference. In many deployments, however, vehicles repeatedly traverse the same environments, making static point cloud maps from prior traversals a practical source of geometric priors. We propose DualViewMapDet, a camera-only inference framework that retrieves such map priors online and leverages them to mitigate the absence of a LiDAR sensor during deployment. The key idea is a dual-space camera-map fusion strategy that avoids one-sided view conversion. Specifically, we (i) project the map into perspective view (PV) and encode multi-channel geometric cues to enrich image features and support BEV lifting, and (ii) encode the map directly in bird's-eye view (BEV) with a sparse voxel backbone and fuse it with lifted camera features in a shared metric space. Extensive evaluations on nuScenes and Argoverse 2 demonstrate consistent improvements over strong camera-only baselines, with particularly strong gains in object localization. Ablations further validate the contributions of PV/BEV fusion and prior-map coverage. We make the code and pre-trained models available at https://dualviewmapdet.cs.uni-freiburg.de .

URL PDF HTML 收藏
2509.08302 2025-09-11 cs.RO cs.CV 88%

Foundation Models for Autonomous Driving Perception: A Survey Through Core Capabilities

Rajendramayavan Sathyam, Yueqi Li

机构 * Zoox Inc.(Zoox公司)

专题命中 感知 :autonomous driving(title,abstract);driving perception(title,abstract);分类 cs.RO、cs.CV

Comments 32 pages, 14 figures, accepted at IEEE Open Journal of Vehicular Technology (OJVT)

详情
英文摘要

Foundation models are revolutionizing autonomous driving perception, transitioning the field from narrow, task-specific deep learning models to versatile, general-purpose architectures trained on vast, diverse datasets. This survey examines how these models address critical challenges in autonomous perception, including limitations in generalization, scalability, and robustness to distributional shifts. The survey introduces a novel taxonomy structured around four essential capabilities for robust performance in dynamic driving environments: generalized knowledge, spatial understanding, multi-sensor robustness, and temporal reasoning. For each capability, the survey elucidates its significance and comprehensively reviews cutting-edge approaches. Diverging from traditional method-centric surveys, our unique framework prioritizes conceptual design principles, providing a capability-driven guide for model development and clearer insights into foundational aspects. We conclude by discussing key challenges, particularly those associated with the integration of these capabilities into real-time, scalable systems, and broader deployment challenges related to computational demands and ensuring model reliability against issues like hallucinations and out-of-distribution failures. The survey also outlines crucial future research directions to enable the safe and effective deployment of foundation models in autonomous driving systems.

URL PDF HTML 收藏
2412.17226 2024-12-24 cs.CV cs.RO 88%

OLiDM: Object-aware LiDAR Diffusion Models for Autonomous Driving

Tianyi Yan, Junbo Yin, Xianpeng Lang, Ruigang Yang, Cheng-Zhong Xu, Jianbing Shen

专题命中 感知 :autonomous driving(title,abstract);LiDAR(title,abstract);分类 cs.RO、cs.CV

Comments AAAI 2025, https://yanty123.github.io/OLiDM

详情
英文摘要

To enhance autonomous driving safety in complex scenarios, various methods have been proposed to simulate LiDAR point cloud data. Nevertheless, these methods often face challenges in producing high-quality, diverse, and controllable foreground objects. To address the needs of object-aware tasks in 3D perception, we introduce OLiDM, a novel framework capable of generating high-fidelity LiDAR data at both the object and the scene levels. OLiDM consists of two pivotal components: the Object-Scene Progressive Generation (OPG) module and the Object Semantic Alignment (OSA) module. OPG adapts to user-specific prompts to generate desired foreground objects, which are subsequently employed as conditions in scene generation, ensuring controllable outputs at both the object and scene levels. This also facilitates the association of user-defined object-level annotations with the generated LiDAR scenes. Moreover, OSA aims to rectify the misalignment between foreground objects and background scenes, enhancing the overall quality of the generated objects. The broad effectiveness of OLiDM is demonstrated across various LiDAR generation tasks, as well as in 3D perception tasks. Specifically, on the KITTI-360 dataset, OLiDM surpasses prior state-of-the-art methods such as UltraLiDAR by 17.5 in FPD. Additionally, in sparse-to-dense LiDAR completion, OLiDM achieves a significant improvement over LiDARGen, with a 57.47\% increase in semantic IoU. Moreover, OLiDM enhances the performance of mainstream 3D detectors by 2.4\% in mAP and 1.9\% in NDS, underscoring its potential in advancing object-aware 3D tasks. Code is available at: https://yanty123.github.io/OLiDM.

URL PDF HTML 收藏
2307.08850 2024-11-20 cs.CV cs.RO 88%

LiDAR-BEVMTN: Real-Time LiDAR Bird's-Eye View Multi-Task Perception Network for Autonomous Driving

Sambit Mohapatra, Senthil Yogamani, Varun Ravi Kumar, Stefan Milz, Heinrich Gotzig, Patrick Mäder

专题命中 感知 :autonomous driving(title,abstract);LiDAR(title,abstract);分类 cs.RO、cs.CV

Comments Accepted for publication at IEEE Transactions on Intelligent Transportation Systems

详情
英文摘要

LiDAR is crucial for robust 3D scene perception in autonomous driving. LiDAR perception has the largest body of literature after camera perception. However, multi-task learning across tasks like detection, segmentation, and motion estimation using LiDAR remains relatively unexplored, especially on automotive-grade embedded platforms. We present a real-time multi-task convolutional neural network for LiDAR-based object detection, semantics, and motion segmentation. The unified architecture comprises a shared encoder and task-specific decoders, enabling joint representation learning. We propose a novel Semantic Weighting and Guidance (SWAG) module to transfer semantic features for improved object detection selectively. Our heterogeneous training scheme combines diverse datasets and exploits complementary cues between tasks. The work provides the first embedded implementation unifying these key perception tasks from LiDAR point clouds achieving 3ms latency on the embedded NVIDIA Xavier platform. We achieve state-of-the-art results for two tasks, semantic and motion segmentation, and close to state-of-the-art performance for 3D object detection. By maximizing hardware efficiency and leveraging multi-task synergies, our method delivers an accurate and efficient solution tailored for real-world automated driving deployment. Qualitative results can be seen at https://youtu.be/H-hWRzv2lIY.

URL PDF HTML 收藏
2406.17265 2024-10-23 cs.CV cs.AI 88%

Image-Guided Outdoor LiDAR Perception Quality Assessment for Autonomous Driving

Ce Zhang, Azim Eskandarian

专题命中 感知 :autonomous driving(title,abstract);LiDAR(title,abstract);分类 cs.CV、cs.AI

Comments This work has been submitted to the IEEE for possible publication

详情
英文摘要

LiDAR is one of the most crucial sensors for autonomous vehicle perception. However, current LiDAR-based point cloud perception algorithms lack comprehensive and rigorous LiDAR quality assessment methods, leading to uncertainty in detection performance. Additionally, existing point cloud quality assessment algorithms are predominantly designed for indoor environments or single-object scenarios. In this paper, we introduce a novel image-guided point cloud quality assessment algorithm for outdoor autonomous driving environments, named the Image-Guided Outdoor Point Cloud Quality Assessment (IGO-PQA) algorithm. Our proposed algorithm comprises two main components. The first component is the IGO-PQA generation algorithm, which leverages point cloud data, corresponding RGB surrounding view images, and agent objects' ground truth annotations to generate an overall quality score for a single-frame LiDAR-based point cloud. The second component is a transformer-based IGO-PQA regression algorithm for no-reference outdoor point cloud quality assessment. This regression algorithm allows for the direct prediction of IGO-PQA scores in an online manner, without requiring image data and object ground truth annotations. We evaluate our proposed algorithm using the nuScenes and Waymo open datasets. The IGO-PQA generation algorithm provides consistent and reasonable perception quality indices. Furthermore, our proposed IGO-PQA regression algorithm achieves a Pearson Linear Correlation Coefficient (PLCC) of 0.86 on the nuScenes dataset and 0.97 on the Waymo dataset.

URL PDF HTML 收藏