Datasets:

ArXiv:
License:

Add paper and project links to dataset card

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +36 -3
README.md CHANGED
@@ -1,3 +1,36 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - image-to-3d
5
+ ---
6
+
7
+ # VolSplat Dataset
8
+
9
+ This repository contains preprocessed data for [VolSplat: Rethinking Feed-Forward 3D Gaussian Splatting with Voxel-Aligned Prediction](https://huggingface.co/papers/2509.19297).
10
+
11
+ [**Project Page**](https://lhmd.top/volsplat/) | [**GitHub**](https://github.com/ziplab/VolSplat) | [**Paper**](https://huggingface.co/papers/2509.19297)
12
+
13
+ ## Introduction
14
+ VolSplat is a multi-view feed-forward paradigm that replaces pixel alignment with voxel-aligned Gaussians for 3D Gaussian Splatting (3DGS). By directly predicting Gaussians from a predicted 3D voxel grid, it overcomes pixel alignment's reliance on error-prone 2D feature matching, ensuring robust multi-view consistency and adaptive density control.
15
+
16
+ ## Dataset Description
17
+ Due to frequent link breakages for the original RealEstate10K (RE10K) and ACID datasets, the authors provide these preprocessed versions formatted for use with the VolSplat training and evaluation pipeline.
18
+
19
+ The provided data includes:
20
+ - **RE10K** (RealEstate10K): Preprocessed for torch compatibility.
21
+ - **ACID**: Preprocessed for torch compatibility.
22
+
23
+ These datasets are primarily used for novel view synthesis and 3D reconstruction tasks.
24
+
25
+ ## Citation
26
+
27
+ If you find this dataset or the VolSplat method useful for your research, please cite:
28
+
29
+ ```bibtex
30
+ @article{wang2025volsplat,
31
+ title={VolSplat: Rethinking Feed-Forward 3D Gaussian Splatting with Voxel-Aligned Prediction},
32
+ author={Wang, Weijie and Chen, Yeqing and Zhang, Zeyu and Liu, Hengyu and Wang, Haoxiao and Feng, Zhiyuan and Qin, Wenkang and Chen, Feng and Zhu, Zheng and Chen, Donny Y. and Zhuang, Bohan},
33
+ journal={arXiv preprint arXiv:2509.19297},
34
+ year={2025}
35
+ }
36
+ ```