regx-benchmark
收藏资源简介:
RegX 是一个跨领域多视图点云配准基准数据集,旨在评估点云配准方法在领域变化时的泛化能力,支持零样本评估。该数据集覆盖了从纳米级显微镜到千米级航空地图的九个数量级尺度,并整合了来自不同传感器的数据,包括临床结肠镜、RGB-D 相机、旋转和固态激光雷达、地面与航空激光扫描仪等。RegX 包含 264 个场景、1,540 个配准样本、3,243 个点云,每个样本包含 2 至 24 个视图,来自 61 个源数据集,总大小约 17 GB。数据集按场景分为 5 个类别:Object(物体,如内窥镜、显微镜、植物和斯坦福模型扫描)、IndoorScan(室内扫描)、OutdoorScan(室外扫描)、TLS(地面激光扫描)和 Map(地图,如会话级地图和航空扫描)。每个场景包含点云文件(.ply)、元数据(metadata.yaml)、连接图(connection_graph.npy)和视图顺序文件。配准样本以 JSON 格式提供,包含每个视图的点云文件路径和从输入到世界坐标的变换矩阵。评估协议采用归一化平移误差(按场景范围归一化)和旋转误差,并报告标准(15°旋转、2.5%平移)和严格(3°旋转、0.5%平移)阈值下的边缘成功率和图成功率。该数据集适用于多视图点云配准、跨领域泛化、零样本学习等研究领域。数据集的策划工件(样本定义、真实变换、重叠图、元数据、文档)采用 CC BY-NC-SA 4.0 许可,点云几何数据保留各自上游许可。注意:部分地面真值由 SLAM 系统生成,具有近似性;重叠比率基于体素下采样点云计算,为近似值。
RegX is a cross-domain multi-view point cloud registration benchmark dataset designed to evaluate the generalization ability of point cloud registration methods under domain changes, supporting zero-shot evaluation. The dataset covers nine orders of magnitude in scale, from nanometer-level microscopy to kilometer-level aerial maps, and integrates data from various sensors, including clinical colonoscopes, RGB-D cameras, rotating and solid-state LiDARs, ground and aerial laser scanners, etc. RegX contains 264 scenes, 1,540 registration samples, and 3,243 point clouds, with each sample comprising 2 to 24 views, sourced from 61 original datasets, with a total size of approximately 17 GB. The dataset is divided into 5 categories based on scenes: Object (e.g., endoscopy, microscopy, plants, and Stanford model scans), IndoorScan, OutdoorScan, TLS (terrestrial laser scanning), and Map (e.g., session-level maps and aerial scans). Each scene includes point cloud files (.ply), metadata (metadata.yaml), connection graph (connection_graph.npy), and view order file. Registration samples are provided in JSON format, containing the point cloud file path for each view and the transformation matrix from input to world coordinates. The evaluation protocol uses normalized translation error (normalized by scene extent) and rotation error, and reports edge success rate and graph success rate under standard (15° rotation, 2.5% translation) and strict (3° rotation, 0.5% translation) thresholds. This dataset is suitable for research areas such as multi-view point cloud registration, cross-domain generalization, and zero-shot learning. The curation artifacts (sample definitions, ground truth transformations, overlap graphs, metadata, documentation) are licensed under CC BY-NC-SA 4.0, while the point cloud geometry data retain their respective upstream licenses. Note: Some ground truth values are generated by SLAM systems and are approximate; overlap ratios are computed based on voxel-downsampled point clouds and are approximate.
RegX 数据集概述
RegX 是一个跨域多视角点云配准基准数据集,旨在评估算法在传感器类型和尺度剧烈变化下的泛化能力(零样本评估)。数据规模跨越九个数量级,涵盖从纳米级显微镜图像到千米级机载地图。
基本信息
- 许可协议:CC BY-NC-SA 4.0(策展工件),点云几何数据遵循各源数据集自己的许可条款。
- 数据规模:约 17 GB,包含 264 个场景、1,540 个配准样本、3,243 个点云,每个样本的视角数量为 2 至 24 个。
- 来源数据集:整合了 61 个源数据集。
- 引入论文:Register Any Point: Scaling 3D Point Cloud Registration by Flow Matching(ECCV 2026)。
场景类别
| 类别 | 场景数 | 样本数 | 点云数 | 典型尺度 |
|---|---|---|---|---|
Object |
38 | 133 | 209 | 纳米 – 厘米 |
IndoorScan |
53 | 392 | 1,209 | 1 – 30 米 |
OutdoorScan |
77 | 468 | 649 | 10 – 100 米 |
TLS |
73 | 462 | 1,067 | 10 – 1000 米 |
Map |
23 | 85 | 109 | 100 米 – 千米 |
- Object:内窥镜、显微镜、植物和斯坦福模型扫描等。
- TLS:地面激光扫描数据。
- Map:会话级地图与机载扫描,配准指合并不同时间或不同传感器构建的地图。
数据格式与内容
- 布局:
RegX/<Category>/<scene>/目录下包含点云文件(.ply)、metadata.yaml(来源、传感器、场景标签)、connection_graph.npy/.txt(点对点重叠率矩阵)。 - 样本索引文件:
regx_multiview_samples_v2.json(完整规范文件)与regx_multiview_samples_v2.jsonl(每行一个 JSON 对象,可直接用于 HuggingFaceload_dataset())。 - 每个样本:包含输入点云文件路径和对应的
transformation_matrix(输入到世界坐标的变换)。 - 交互式工具:
view_regx.py提供基于 viser 的可视化浏览器,支持浏览样本、切换真值对齐、检查模型预测与边级失败。
评估协议
- 姿态预测:为每个视角预测姿态,误差通过与真值进行全局刚体变换对齐后测量。
- 归一化平移误差:平移误差按场景尺度归一化后再进行阈值判断。
- 两个操作点:
| 阈值 | 旋转 | 归一化平移 |
|---|---|---|
| 标准 | 15° | 2.5% |
| 严格 | 3° | 0.5% |
- 两个成功率指标:
- 边成功率(Edge success rate):样本中所有重叠对的平均成功率。
- 图成功率(Graph success rate):仅当所有重叠对都成功时为 1,是论文中的主要指标。
- 额外报告平均/中位数旋转误差(度)、平移误差(米)、全局 RMSE 和每样本运行时间。
已知局限
- 部分真值由 SLAM 系统生成而非测量获得,精度虽高但不完全准确,仍适用于上述阈值。
- 重叠率在体素下采样点云上计算,属于近似值。
- 类别划分偏实用而非本体论,例如机载激光扫描被归入
Map类别。




