navsim-hj-field
收藏资源简介:
该数据集为 NavSim HJ Reachability Value Field,包含用于 NavSim v2(navtrain / navhard_two_stage)端到端规划器安全滤波器的 Hamilton-Jacobi (HJ) 可达性值场网络的训练标签和训练好的检查点。数据标签由来自 navtrain 场景的 HJ 标签网格组成,存储在 labels/dist1/ 目录下,共 32,434 个 .npz 文件,总大小约 40 GB。每个网格维度为 96×72×17(空间范围 x ∈ [-16, 48] m, y ∈ [-24, 24] m,17 个航向角),包含 9 个时间切片(0 到 4 秒,步长 0.5 秒),最大速度 v_max 为 16 m/s。标签生成时采用了丢弃跟随者(--drop-followers --follower-min-speed -0.5)、障碍物边距为 0、扰动采样 (0.5, 0.3) 等配置。检查点文件包括两个训练好的模型:field_clean_noaug_gradcos0.9889.pt(无噪声增强,验证梯度余弦 0.9889,MAE 0.088)和field_clean_aug_gradcos0.9199.pt(有噪声增强,验证梯度余弦 0.9199,MAE 0.103),以及对应的训练历史曲线。检查点可通过 torch.load 加载,包含模型状态和网格元数据。输入为场景的 9 时间片 theta-collapsed SDF 堆叠,网络输出值场 V(可使用自动微分求 ∇V)。验证采用路线保持验证(94/1180 路线)。标签来源于 OpenScene / nuPlan (navtrain) 记录,通过 NavSim 开发工具包生成,许可为 CC BY-NC 4.0。
This dataset is the NavSim HJ Reachability Value Field, containing training labels and trained checkpoints for the Hamilton-Jacobi (HJ) reachability value field network used as a safety filter for the NavSim v2 (navtrain / navhard_two_stage) end-to-end planner. The data labels consist of HJ label grids from navtrain scenarios, stored in the labels/dist1/ directory, with 32,434 .npz files totaling approximately 40 GB. Each grid has dimensions 96×72×17 (spatial range x ∈ [-16, 48] m, y ∈ [-24, 24] m, 17 heading angles) and contains 9 time slices (0 to 4 seconds, step 0.5 seconds) with a maximum speed v_max of 16 m/s. Labels were generated with configurations such as dropping followers (--drop-followers --follower-min-speed -0.5), obstacle margin of 0, and perturbation sampling (0.5, 0.3). Checkpoint files include two trained models: field_clean_noaug_gradcos0.9889.pt (no noise augmentation, validation gradient cosine 0.9889, MAE 0.088) and field_clean_aug_gradcos0.9199.pt (with noise augmentation, validation gradient cosine 0.9199, MAE 0.103), along with corresponding training history curves. Checkpoints can be loaded via torch.load, containing model state and grid metadata. The input is a 9-time-slice theta-collapsed SDF stack of the scene, and the network outputs the value field V (∇V can be obtained via automatic differentiation). Validation uses route-keeping validation (94/1180 routes). Labels originate from OpenScene / nuPlan (navtrain) recordings, generated via the NavSim development toolkit, and are licensed under CC BY-NC 4.0.
NavSim HJ Reachability Value Field 数据集概述
数据集简介
本数据集包含用于Hamilton-Jacobi (HJ) 可达性值场网络的训练标签和已训练模型检查点,该网络作为端到端规划器在 NavSim v2(navtrain / navhard_two_stage)上的安全过滤器。
数据内容
1. 模型检查点(checkpoints/)
- field_clean_noaug_gradcos0.9889.pt:基于干净标签(丢弃跟随者)训练的值场网络,无噪声增强。验证梯度余弦相似度 0.9889,MAE 0.088(第 24 个 epoch)。
- field_clean_aug_gradcos0.9199.pt:相同标签,带噪声增强。验证梯度余弦相似度 0.9199,MAE 0.103(第 23 个 epoch)。
*_history.json:两次训练的每 epoch 训练曲线。
2. 标签数据(labels/)
- dist1/:32,434 个
.npzHJ 标签网格,由 navtrain 场景生成(约 40 GB)。 - 网格规格:96×72×17(x ∈ [−16, 48] m,y ∈ [−24, 24] m,17 个航向角),9 个时间切片(0–4 秒,步长 0.5 秒),最大速度 16 m/s。
- 生成参数:记录 actor 未来轨迹,丢弃跟随者,障碍物边距为 0,扰动采样 (0.5, 0.3)。
- manifest_labels.jsonl:构建机器的清单(绝对路径,需根据文件系统重新生成)。
检查点格式
torch.load(path) 返回模型状态及网格元数据。输入为场景的 9 切片 theta 压缩 SDF 堆栈,网络输出值场 V(可使用 autograd 计算 ∇V)。路由留出验证使用 94/1180 条路由。
来源与许可
- 标签数据源自 OpenScene / nuPlan(navtrain) 记录,通过 NavSim 开发工具包生成。
- 遵循上游非商业条款,以 CC BY-NC 4.0 许可发布。
- 检查点仅基于这些标签训练。





