Skip to content

HeliosZhao/GenXD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

GenXD: Generating Any 3D and 4D Scenes


teaser.mp4

Abstract

Recent developments in 2D visual generation have been remarkably successful. However, 3D and 4D generation remain challenging in real-world applications due to the lack of large-scale 4D data and effective model design. In this paper, we propose to jointly investigate general 3D and 4D generation by leveraging camera and object movements commonly observed in daily life. Due to the lack of real-world 4D data in the community, we first propose a data curation pipeline to obtain camera poses and object motion strength from videos. Based on this pipeline, we introduce a large-scale real-world 4D scene dataset: CamVid-30K. By leveraging all the 3D and 4D data, we develop our framework, GenXD, which allows us to produce any 3D or 4D scene. We propose multiview-temporal modules, which disentangle camera and object movements, to seamlessly learn from both 3D and 4D data. Additionally, GenXD employs masked latent conditions to support a variety of conditioning views. GenXD can generate videos that follow the camera trajectory as well as consistent 3D views that can be lifted into 3D representations. We perform extensive evaluations across various real-world and synthetic datasets, demonstrating GenXD's effectiveness and versatility compared to previous methods in 3D and 4D generation.

News

  • [01/12/2024] CamVid-30K dataset is released!

TODO

  • Release the CamVid-30K dataset.
  • Release the pre-trained model.

CamVid-30K Dataset

CamVid-30K is the first open-sourced, large-scale 4D dataset, designed to support various dynamic 3D tasks. It includes videos sourced from VIPSeg, OpenVid-1M, and WebVid-10M, with camera annotations curated using our data curation pipeline.

Download

VIPSeg and OpenVid subsets can be downloaded from HuggingFace Dataset.

Note: Due to the ban on WebVid-10M, we cannot provide the data containing videos from WebVid-10M. If you would like to discuss this subset further, feel free to reach out to Yuyang.

Data Structure

The zipped dataset is organized in the following structure:

DATA_PATH
└─ camvid-vipseg
   └─ batch_1.zip
   └─ batch_2.zip
└─ camvid-openvid
   └─ batch_1.zip
   └─ batch_2.zip
   └─ ...

After unzipping, each sample contains the images and COLMAP source files:

VIDEO_ID
└─ images
   └─ *.jpg
└─ 0
   └─ cameras.bin
   └─ images.bin
   └─ points3D.bin
   └─ project.ini

Citation

If you make use of our work, please cite our paper.

@article{zhao2024genxd,
  author={Zhao, Yuyang and Lin, Chung-Ching and Lin, Kevin and Yan, Zhiwen and Li, Linjie and Yang, Zhengyuan and Wang, Jianfeng and Lee, Gim Hee and Wang, Lijuan},
  title={GenXD: Generating Any 3D and 4D Scenes},
  journal={arXiv preprint arXiv:2411.02319},
  year={2024}
}

Acknowledgements

This work is based on numerous outstanding research efforts and open-source contributions, including but not limited to pixelsplat, MVSplat, SVD Xtend, ParticleSfM and Diffusion4D. Furthermore, we would like to thank Dejia Xu and Yuyang Yin for their valuable discussions on the 4D data.

About

GenXD: Generating Any 3D and 4D Scenes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published