RUBIK
收藏资源简介:
RUBIK是一个结构化基准,旨在评估图像匹配方法在各种挑战性场景中的几何鲁棒性。它基于nuScenes测试集构建,提供了16.5k个图像对的精选集,包括定义的几何标准(重叠、视线角度、比例比)和33个难度级别,以及每个对的真实相对度量姿态。
RUBIK is a structured benchmark designed to evaluate the geometric robustness of image matching methods across various challenging scenarios. Built upon the nuScenes test set, it provides a curated collection of 16.5k image pairs, which come with defined geometric criteria (overlap, line-of-sight angle, scale ratio), 33 difficulty levels, as well as the ground-truth relative metric poses for each pair.
RUBIK数据集概述
基本信息
- 数据集名称: RUBIK: A Structured Benchmark for Image Matching across Geometric Challenges
- 会议/年份: CVPR 2025
- 作者: Thibaut Loiseau, Guillaume Bourmaud
- 论文链接: https://arxiv.org/abs/2502.19955
数据集简介
RUBIK是一个结构化基准测试,用于评估图像匹配方法在各种挑战性场景下的几何鲁棒性。该基准基于nuScenes测试集构建,提供全面的评估框架。
数据集内容
- 图像对: 16.5k对经过筛选的图像,具有定义的几何标准(重叠度、视线角度、比例尺比率)和33个难度级别
- 标注数据: 每对图像的真实相对度量姿态
- 工具: 提供评估图像匹配方法的工具
- 集成功能: 与UniDepth集成用于度量尺度提取
数据需求
- 基础数据集: 需要从nuScenes网站下载nuScenes测试集
- 依赖工具: 使用UniDepth进行度量尺度提取
使用方法
-
数据集准备:
- 下载nuScenes测试集
- 运行深度提取脚本:
python scripts/extract_depths.py --nuscenes_path [YOUR_NUSCENES_PATH]
-
运行基准测试: bash python evaluate.py --method [METHOD_NAME]
引用信息
bibtex @inproceedings{loiseau2025rubik, title={Rubik: A structured benchmark for image matching across geometric challenges}, author={Loiseau, Thibaut and Bourmaud, Guillaume}, booktitle={Proceedings of the Computer Vision and Pattern Recognition Conference}, pages={27070--27080}, year={2025} }




