Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hustvl/gaussiandreamerpro

GaussianDreamerPro: Text to Manipulable 3D Gaussians with Highly Enhanced Quality
https://github.com/hustvl/gaussiandreamerpro

3d 3d-gaussian-splatting 3dgeneration animation assets text-to-3d

Last synced: 3 days ago
JSON representation

GaussianDreamerPro: Text to Manipulable 3D Gaussians with Highly Enhanced Quality

Awesome Lists containing this project

README

        

![block](./images/teaseradd.gif)

# GaussianDreamerPro: Text to Manipulable 3D Gaussians with Highly Enhanced Quality
### [Project Page](https://taoranyi.com/gaussiandreamerpro/) | [arxiv Paper](https://arxiv.org/abs/2406.18462)

[GaussianDreamerPro: Text to Manipulable 3D Gaussians with Highly Enhanced Quality](https://taoranyi.com/gaussiandreamerpro/)

[Taoran Yi](https://github.com/taoranyi)1,
[Jiemin Fang](https://jaminfong.cn/)2†, [Zanwei Zhou](https://github.com/Zanue)3, [Junjie Wang](https://scholar.google.com/citations?view_op=list_works&hl=zh-CN&user=9Nw_mKAAAAAJ)2, [Guanjun Wu](https://guanjunwu.github.io/)1, [Lingxi Xie](http://lingxixie.com/)2, [Xiaopeng Zhang](https://scholar.google.com/citations?user=Ud6aBAcAAAAJ&hl=zh-CN)2,[Wenyu Liu](http://eic.hust.edu.cn/professor/liuwenyu/)1✉, [Xinggang Wang](https://xwcv.github.io/)1†, [Qi Tian](https://www.qitian1987.com/)2

1HUST  2Huawei Inc.   3AI Institute, SJTU  

Project lead. Corresponding author.

![block](./images/dance.gif)

Recently, 3D Gaussian splatting (3D-GS) has achieved great success in reconstructing and rendering real-world scenes. To transfer the high rendering quality to generation tasks, a series of research works attempt to generate 3D-Gaussian assets from text. However, the generated assets have not achieved the same quality as those in reconstruction tasks. We observe that Gaussians tend to grow without control as the generation process may cause indeterminacy. Aiming at highly enhancing the generation quality, we propose a novel framework named GaussianDreamerPro. The main idea is to bind Gaussians to reasonable geometry, which evolves over the whole generation process. Along different stages of our framework, both the geometry and appearance can be enriched progressively. The final output asset is constructed with 3D Gaussians bound to mesh, which shows significantly enhanced details and quality compared with previous methods. Notably, the generated asset can also be seamlessly integrated into downstream manipulation pipelines, e.g. animation, composition, and simulation etc., greatly promoting its potential in wide applications.

## 🦾 Updates
- 6/26/2024: Initializing the project, code will come soon.

## 📑 Citation

```
@article{GaussianDreamerPro,
title={GaussianDreamerPro: Text to Manipulable 3D Gaussians with Highly Enhanced Quality},
author={Yi, Taoran and Fang, Jiemin and Zhou, Zanwei and Wang, Junjie and Wu, Guanjun and Xie, Lingxi and Zhang, Xiaopeng and Liu, Wenyu and Wang, Xinggang and Tian, Qi},
journal={arXiv:2406.18462},
year={2024}
}

@inproceedings{yi2024gaussiandreamer,
title={Gaussiandreamer: Fast generation from text to 3d gaussians by bridging 2d and 3d diffusion models},
author={Yi, Taoran and Fang, Jiemin and Wang, Junjie and Wu, Guanjun and Xie, Lingxi and Zhang, Xiaopeng and Liu, Wenyu and Tian, Qi and Wang, Xinggang},
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
pages={6796--6807},
year={2024}
}
```