futuresurf
收藏资源简介:
FutureSurf是一个用于“未来时间表面重建”的基准数据集,旨在评估模型基于单目视频帧(时间T之前的观测帧,占75%)进行训练后,对未来时间点(t > T,占25%)的表面网格重建能力。数据集包含8种受控运动序列,分为表面变化类(如周期性波动、复合运动、拉伸、局部膨胀、加速运动)和用于证伪控制的表面不变类(如扭曲、刚性旋转、冻结)。每个运动序列提供200帧数据,包括800×800分辨率的RGBA渲染图像、顶点着色的真实网格(PLY格式)、训练与测试的变换文件(transforms_train.json和transforms_test.json)以及用于高斯重建的初始点云(points3d.ply)。数据总规模约为0.9 GB,涵盖1,000到10,000个样本。该数据集适用于图像到3D重建、4D重建、动态场景建模、高斯泼溅、表面网格重建等任务,特别强调未来预测的基准测试。评估协议要求使用训练集(150帧)训练模型,并在测试集(50帧)上通过计算重建网格与真实网格顶点位置的倒角距离来评分。数据集采用CC BY 4.0许可。
FutureSurf is a benchmark dataset for future-time surface reconstruction, designed to evaluate models ability to reconstruct surface meshes at future time points (t > T, accounting for 25%) after training on monocular video frames (observation frames before time T, accounting for 75%). The dataset includes 8 controlled motion sequences, categorized into surface-varying classes (such as periodic fluctuations, composite motions, stretching, local expansion, accelerated motion) and surface-invariant classes for falsification control (such as twisting, rigid rotation, freezing). Each motion sequence provides 200 frames of data, including RGBA rendered images at 800×800 resolution, vertex-colored ground truth meshes (in PLY format), transformation files for training and testing (transforms_train.json and transforms_test.json), and initial point clouds for Gaussian reconstruction (points3d.ply). The total data size is approximately 0.9 GB, covering 1,000 to 10,000 samples. This dataset is suitable for tasks such as image-to-3D reconstruction, 4D reconstruction, dynamic scene modeling, Gaussian splatting, and surface mesh reconstruction, with a particular emphasis on future prediction benchmarks. The evaluation protocol requires training models on the training set (150 frames) and scoring on the test set (50 frames) by computing the Chamfer distance between the reconstructed mesh and ground truth mesh vertex positions. The dataset is licensed under CC BY 4.0.
数据集概述
数据集名称:FutureSurf: Future Rendering ≠ Future Surface
许可协议:CC BY 4.0
任务类别:图像到3D(image-to-3d)
标签:3D重建、4D重建、动态场景、高斯泼溅、表面重建、网格、合成数据、单目、基准测试、未来预测
数据规模:1K < n < 10K
核心目标
FutureSurf 是一个面向未来时刻表面重建的基准测试数据集。其任务是:使用单目视频帧中前75%(时间点 ≤ 0.75)作为观测数据,训练模型,然后对剩余25%的未来帧(时间点 > 0.75)重建表面网格,并评估其质量。
数据文件
- 主数据文件:
futuresurf_dataset.zip(约0.9 GB),包含8种受控运动的渲染图、逐帧地面真值网格、变换文件以及初始化点云。 - 元数据文件:
croissant.jsonld(Croissant 1.0格式)。
数据布局(解压后,每个运动一个文件夹)
dataset/controlled/<motion>/ images/ 200张渲染图,命名规则:r_0.png … r_199.png (尺寸:800×800,RGBA格式) mesh_gt/ 200个地面真值网格,命名规则:<motion>0.ply … 199.ply (顶点着色PLY格式) transforms_train.json 观测帧(前150帧,时间 ≤ 0.75) transforms_test.json 未来帧(后50帧,时间 > 0.75) points3d.ply 初始点云(用于高斯泼溅主干)
评估协议
- 训练:使用
transforms_train.json中的150帧观测数据。 - 测试:针对
transforms_test.json中的50帧未来数据,提取表面网格并与mesh_gt中的地面真值网格进行比较。 - 指标:顶点位置之间的倒角距离(Chamfer distance)。
完整协议和评分代码请参考论文及配套工具包。
8种受控运动
表面变化类(Surface-changing):
wave— 周期性波动compound— 周期性加趋势stretch— 单调拉伸bulge— 局部凸起accel— 加速运动
假象控制类(Falsification controls):
twist— 表面不变旋转(扭转)rotate— 刚性旋转stop— 冻结(静止)
下载方式
使用 Hugging Face Hub 下载: python from huggingface_hub import hf_hub_download hf_hub_download(repo_id="rickyshi/futuresurf", filename="futuresurf_dataset.zip", repo_type="dataset", local_dir=".")
相关资源
- 论文:
TODO - 代码/工具包:
TODO




