Datasets:

ArXiv:
License:

Improve dataset card: add metadata, paper link, and project info

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +30 -3
README.md CHANGED
@@ -1,3 +1,30 @@
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 the paper [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) | [**Models**](https://huggingface.co/lhmd/VolSplat)
12
+
13
+ ## Introduction
14
+
15
+ VolSplat is a new multi-view feed-forward paradigm for 3D Gaussian Splatting (3DGS) that replaces pixel alignment with voxel-aligned Gaussians. 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 enabling adaptive control over density based on 3D scene complexity.
16
+
17
+ This repository provides preprocessed, torch-compatible versions of the **RealEstate10K (RE10K)** and **ACID** datasets used for training and evaluating the VolSplat models.
18
+
19
+ ## Citation
20
+
21
+ If you find this dataset or the VolSplat method useful for your research, please consider citing:
22
+
23
+ ```bibtex
24
+ @article{wang2025volsplat,
25
+ title={VolSplat: Rethinking Feed-Forward 3D Gaussian Splatting with Voxel-Aligned Prediction},
26
+ 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},
27
+ journal={arXiv preprint arXiv:2509.19297},
28
+ year={2025}
29
+ }
30
+ ```