FUTURESURF
收藏资源简介:
FUTURESURF是由圭尔夫大学创建的诊断性基准数据集,旨在评估动态场景重建中未来时间表面的几何精度。该数据集包含八个通过解析定义的控制运动,每个运动提供200帧精确的逐帧地面真实网格,总计1600帧数据,涵盖周期性、局部变形等时间因素,并包含三个证伪控制项以确保协议可靠性。数据集通过合成方法生成,基于单目轨道相机捕获的顶点纹理表面,未来表面可通过封闭形式预测,从而支持对表面外推能力的严格测试。其核心应用领域为计算机视觉和机器人学,用于解决动态表面重建在观察时间窗口外的未来几何预测问题,为AR叠加、机器人交互和预期规划等下游任务提供标准化评估工具。
FUTURESURF is a diagnostic benchmark dataset created by the University of Guelph, aimed at evaluating the geometric accuracy of future temporal surfaces in dynamic scene reconstruction. This dataset contains eight analytically defined controlled motions, with each motion providing 200 frames of precise per-frame ground-truth meshes, totaling 1600 frames of data covering temporal factors such as periodicity and local deformation, and includes three falsification control terms to ensure the reliability of the experimental protocol. The dataset is generated via synthetic methods based on vertex-textured surfaces captured by a monocular orbital camera. Future surfaces can be predicted using closed-form solutions, enabling rigorous testing of surface extrapolation capabilities. Its core application domains lie in computer vision and robotics, where it addresses the problem of future geometric prediction beyond the observed temporal window for dynamic surface reconstruction, providing standardized evaluation tools for downstream tasks such as AR overlay, robot interaction, and anticipatory planning.
FutureSurf 数据集概述
基本信息
- 数据集名称: FutureSurf (Future Rendering ≠ Future Surface)
- 许可证: CC BY 4.0
- 数据集大小: 1K < n < 10K
- 任务类别: 图像到3D (image-to-3d)
- 标签: 3D重建、4D重建、动态场景、高斯泼溅、表面重建、网格、合成数据、单目、基准测试、未来预测
- 论文: arXiv:2607.21471
- 代码/工具包: github.com/Ricky-S/futuresurf
数据集简介
FutureSurf 是一个用于未来时间表面重建的基准数据集。训练使用到时间 T 为止的单目帧(前75%),然后评估在未观察到的未来时间 t > T(后25%)上重建的表面网格质量。
数据集文件
| 文件 | 大小 | 内容 |
|---|---|---|
futuresurf_dataset.zip |
~0.9 GB | 8个受控运动:渲染图 + 每帧真实网格 + 变换矩阵 + 初始点云 |
croissant.jsonld |
— | Croissant 1.0 元数据 |
数据布局
解压后,每个运动的数据目录结构如下:
dataset/controlled/<motion>/ images/ r_0.png … r_199.png 200张渲染图,800×800 RGBA mesh_gt/ <motion>0.ply … 199.ply 200个真实网格(顶点着色PLY) transforms_train.json 观察到的150帧(时间 ≤ 0.75) transforms_test.json 未来的50帧(时间 > 0.75) points3d.ply 初始点云(高斯骨干)
评估协议
- 在
transforms_train.json(前75% 已观察帧)上训练 - 在未来的帧上,将提取的网格与
mesh_gt进行对比 - 评估指标:顶点位置的倒角距离 (Chamfer distance)
8个受控运动
表面变化类运动
wave— 周期性波动compound— 周期性 + 趋势性stretch— 单调拉伸bulge— 局部凸起accel— 加速变化
伪造控制类运动
twist— 表面不变扭转rotate— 刚性旋转stop— 表面冻结
引用
bibtex @article{shi2026futuresurf, title = {Future Rendering $ eq$ Future Surface: A Benchmark and Dataset for Dynamic Surface Reconstruction Beyond the Observed Window}, author = {Shi, Yukun and Gong, Minglun}, journal = {arXiv preprint arXiv:2607.21471}, year = {2026} }




