跳转到内容

aiMotive Dataset: A Multimodal Dataset for Robust Autonomous Driving with Long-Range Perception

aiMotive Dataset: A Multimodal Dataset for Robust Autonomous Driving with Long-Range Perception

Section titled “aiMotive Dataset: A Multimodal Dataset for Robust Autonomous Driving with Long-Range Perception”

⚠️ AI 生成 · 建议对照原文 本页为自动整理的学习笔记;关键数据与引用如需引用,请回查 PDF / 官方版本。

学习档位 中文笔记

类型 文献 · 更新 2026-07-19

所属 数据工程与数据闭环 · 模型部署与推理优化 · 基准、评测与安全 · 自动驾驶数据集、基准与评测

中文学习笔记(自动生成,需核验)

Section titled “中文学习笔记(自动生成,需核验)”

Topic: data-engineering · Tier: recent · Year: 2022 · Venue:
Evidence level: partial · 本地全文: 是 · 建议阅读: ~45 分钟
Paper: https://arxiv.org/abs/2211.09445
Code:
Generator: grok

填补现有3D检测数据集在传感器冗余(尤其雷达)、远距离标注与恶劣天气/高速场景覆盖上的不足,支持鲁棒长距离多模态感知与跟踪研究,并提供可复现基线。

发布含雷达冗余的360°多模态长距离自动驾驶数据集(176场景),并训练单/多模态3D检测基线以促进鲁棒感知。

现有公开多模态数据集多仅含相机+LiDAR、缺乏传感器冗余与雷达、标注范围通常不足80-100m且偏城市场景,难以支持恶劣天气鲁棒性与高速远距感知(如高速公路辅助)。

3D目标检测与BEV表示、LiDAR/相机/雷达特性与标定同步、VoxelNet/BEVDepth/BEVFusion类架构、AP/AOS/MOTA等指标、多目标跟踪基础。

  • 发布带冗余传感器覆盖(含雷达)与360° FOV的多模态自动驾驶数据集。
  • 扩展标注范围(约24-25%对象≥75m),支持长距离感知系统开发。
  • 训练并基准单模态与多模态3D目标检测基线模型。
  • 数据含跨帧一致track ID,可用于检测+跟踪+预测;开源数据与代码。

多国/多车/多样条件采集15s场景 → 同步标定64束LiDAR+4相机+2长距雷达+GNSS/INS实现360°冗余 → 训练用自动LiDAR序列非因果跟踪+点云累积优化拟合3D框(人工质检),验证用人工(LiDAR+相机)标注 → 输出3D cuboid(中心/尺寸/四元数朝向/相对速度/track ID)+关联2D框 → 基线:VoxelNet处理LiDAR/雷达点云、BEVDepth式相机、BEVFusion式BEV融合(雷达当LiDAR合并)+CenterPoint头 → 扩展网格训练并按AP/AOS评估。

自动标注:全序列点云候选搜索,2.5D描述子非因果双向跟踪关联,结合检测不确定与动力学递归优化轨迹并累积点云拟合框;质检位置/朝向/尺寸容差。简单雷达融合:雷达点云当常规LiDAR合并后走VoxelNet。BEV统一表示融合(图像Lift-Splat式深度分布+池化,LiDAR SparseEncoder)。目标网格[-204.8,204.8]m纵向/[-25.6,25.6]m横向以支持远距。取舍:自动标注效率高但可能噪声,简单融合实现易但重雨次优;未重度调参,用BEVDepth超参+少量epoch。

aiMotive数据集:176场景(151训/25验),26583帧(21402训/5181验),>425k对象分14类(映射为car/truck-bus/motorcycle/pedestrian评估),约24% cuboid >75m;环境/天气分布见Table 3(高速/城/郊,昼/夜/雨等)。评估:BEV空间all-point与11-point AP(IoU阈值0.3类无关关联),AOS;另远距(>75m过滤)与更长训练对比。额外可用MOTA/MOTP做跟踪。

多模态模型在非恶劣高速/城市普遍优于LiDAR-only,密集城市额外传感器显著提升检测;重雨中LiDAR-only反而最佳(暗示简单雷达融合不足)。相机对朝向预测关键,全模态AOS最佳;LiDAR+相机在夜/城市大幅领先。更长训练(额外5 epoch)提升性能,雨天AP +8.8(LiDAR)/+5.2(LiDAR+radar)。远距>75m:雷达信号显著提升尤其城市(+5.5 all-point / +4.7 11-point AP),高速各模型相近。完整表数值与PR曲线细节待来源核验。

简单雷达当LiDAR合并融合次优(尤其重雨);相机相关模型训练后期深度损失爆炸不稳定;训/验标注方法不同可能分布偏移;仍有少量标签噪声;未用TTA/ensemble;基线非SOTA仅为促进研究。适用边界:侧重长距/冗余/多样条件,非大规模城市密集或极端天气全面覆盖。

与前序 / 同期 / 后续方法的关系

Section titled “与前序 / 同期 / 后续方法的关系”

对比KITTI(无360/短距/仅昼)、nuScenes(最相似全冗余但32束稀疏LiDAR、短距<100m、无高速)、Waymo/Argoverse2(大规模360但传感器/范围/雷达不足)、Lyft/ONCE(无雷达/短距)、Radiate/RADIal/DENSE(雷达或恶劣天气焦点但冗余/范围/标注量受限)。本文优势为冗余+长距+多样地理/天气环境结合。

官方数据与代码:https://github.com/aimotive/aimotive_dataset (CC BY-NC-SA 4.0)。基于mmdetection3d,参考BEVDepth超参(grid适配远距,16k iter/3 epoch起步,lr 6.25e-5,batch4,BEV增强;A100训练)。建议:严格检查同步/标定/坐标(body为参考),复现远距网格与类别映射,注意相机稳定性与更长训练;可扩展跟踪/预测任务。

摘要与贡献 → 引言+Table1数据集对比 → 相关工作 → 第3节数据集(传感器/坐标/GT生成/统计分析,重点远距与冗余) → 第4节实验(基线架构/实现/结果+远距与长训消融) → 额外任务与结论。表/图优先(传感器、分布、PR)。

  1. Q: 数据集包含多少场景与帧?训验如何划分? A: 176场景,26583帧;21402训/5181验(151/25场景)。
  2. Q: 传感器配置与冗余如何实现360°? A: 屋顶64束LiDAR + 4相机 + 2长距雷达(+GNSS/INS),至少两种模态覆盖周围。
  3. Q: 远距离标注比例与意义? A: 约24% cuboid ≥75m(或约25% far-distance),支持长距离感知系统训练,优于多数现有数据集。
  4. Q: 基线中雷达如何融合?重雨表现如何? A: 简单将雷达点云当LiDAR合并后走VoxelNet;重雨中LiDAR-only反而最佳,说明融合方法需改进。
  5. Q: 主要评估指标与远距设置? A: BEV all-point/11-point AP(IoU 0.3)与AOS;另过滤>75m评估长距能力,类别映射为4类。
  • Abstract (page 1): The dataset includes 176 scenes with synchronized and calibrated LiDAR, camera, and radar sensors covering a 360-degree field of view. … annotated with 3D bounding boxes with consistent identifiers across frames. … Data and code are available at https://github.com/aimotive/aimotive_dataset.
  • Section 1 Introduction / contributions (page 2): • We released a multimodal autonomous driving dataset with redundant sensor coverage (including radars) and 360◦ FOV. • Our dataset has an extended annotation range compared to existing datasets allowing the development of long-range perception systems. • We trained and benchmarked unimodal and multimodal baseline models.
  • Section 3.4 Dataset analysis (page 5): The dataset includes 26 583 annotated frames … split into 21 402 train and 5 181 validation frames (151/25 train/val scenes). … About 24% of the cuboids are beyond 75 m…
  • Section 4.3 Experimental results (page 7-8): every multimodal model overperforms the LiDAR-only baseline in highway and urban environments in non-adverse weather and time. … the unimodal baseline performs best in heavy rain… A solid improvement can be seen in all environments, especially on the rainy validation set (+8.8/+5.2 AP for LiDAR and LiDAR+radar models…)
  • Section 4.3 distant results (page 8): the model with additional radar signals significantly overperforms the LiDAR-only baseline in all other domains. … +5.5/+4.7 all-point / 11-point interpolation AP
  • topic: ad-datasets-benchmarks
  • sources: arxiv
  • retrieved_at: 2026-07-20
  • query: autonomous driving dataset benchmark protocol
  • arxiv: 2211.09445
  • score_total: 40
  • suggested_tier: watch

(no prose relevance explanation — numeric score only or HTTP source)

(no snippet evidence in candidate pool)

生成:2026-07-21 · 来源条数 2 · 模型 heuristic · 需人工核验数字

围绕「aiMotive Dataset: A Multimodal Dataset for Robust Autonomous Driving with Long-Range Perception」的核心问题与动机(待结合全文核验)。

  • 见原文方法章节;以下为基于摘要/摘录的要点提示。
  • aiMotive Dataset: A Multimodal Dataset for Robust Autonomous Driving with Long-Range …

与相近工作的关系待核验;请对照 related work。

  • 勿仅凭摘要推断未给出的数值指标。
  1. 这篇工作的输入/输出表示是什么?(aiMotive Dataset: A Multimodal Dataset for Robust Autonomous Driving with Long-Range Perception)
  2. 训练目标与评测协议各是什么?
  3. 主要失败模式或局限是什么?
flowchart LR
A["输入 / 观测"] --> B["表示 / 编码"]
B --> C["推理 / 解码"]
C --> D["输出 / 动作或检测"]
%% method sketch for: aiMotive Dataset: A Multimodal Dataset for Robust Autonomous Driving with Long-R

方法结构示意(重绘;细节以原论文为准,待 PDF 核验)。

aiMotive Dataset: A Multimodal Dataset for Robust Autonomous Driving with Long-Range Perception arch p.3

来源:原论文约 p.3(arch);学习用途摘录。

aiMotive Dataset: A Multimodal Dataset for Robust Autonomous Driving with Long-Range Perception table p.1

来源:原论文约 p.1(table);学习用途摘录。

展开英文 Paper Card / AI deep analysis
Field Content
Year 2022
Authors Tamás Matuszka, Iván Barton, Ádám Butykai, Péter Hajas, Dávid Kiss, Domonkos Kovács, Sándor Kunsági-Máté, Péter Lengyel, Gábor Németh, Levente Pető, Dezső Ribli, Dávid Szeghy
arXiv 2211.09445
DOI
Topics data-engineering, deployment-inference, benchmark-eval-safety, ad-datasets-benchmarks
Paper https://arxiv.org/abs/2211.09445
展开 Extract / Selections / Local assets
  • data-engineering: tier=recent rank=3 score=50 — auto refresh 2026-07-19 sources=arxiv
  • deployment-inference: tier=recent rank=4 score=50 — auto refresh 2026-07-19 sources=arxiv
  • benchmark-eval-safety: tier=watch rank=4 score=51 — cross-topic assign from registry title match=1 keywords; 2026-07-19
  • ad-datasets-benchmarks: tier=watch score=60 — coverage fill ad-datasets-benchmarks->watch keyword
aiMotive Dataset: A Multimodal Dataset for
Robust Autonomous Driving with Long-Range
Perception
Tamás Matuszka, Iván Barton, Ádám Butykai, Péter Hajas, Dávid Kiss
arXiv:2211.09445v3 [cs.CV] 22 Sep 2023
Domonkos Kovács, Sándor Kunsági-Máté, Péter Lengyel, Gábor Németh
Levente Pető, Dezső Ribli, Dávid Szeghy, Szabolcs Vajna, Bálint Varga
aiMotive
Budapest, Hungary
https://aimotive.com
Abstract
Autonomous driving is a popular research area within the computer vision
research community. Since autonomous vehicles are highly safety-critical,
ensuring robustness is essential for real-world deployment. While several
public multimodal datasets are accessible, they mainly comprise two
sensor modalities (camera, LiDAR) which are not well-suited for adverse
weather. In addition, they lack far-range annotations, making it harder to
train neural networks that are the base of a highway assistant function of
an autonomous vehicle. Therefore, we introduce a multimodal dataset
for robust autonomous driving with long-range perception. The dataset
includes 176 scenes with synchronized and calibrated LiDAR, camera, and
radar sensors covering a 360-degree field of view. The collected data was
captured in highway, urban, and suburban areas during daytime, night, and