Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/idea-research/humantomato
[ICML 2024] ๐
HumanTOMATO: Text-aligned Whole-body Motion Generation
https://github.com/idea-research/humantomato
generation gpt motion motion-generation smplx whole-body whole-body-motion
Last synced: 6 days ago
JSON representation
[ICML 2024] ๐ HumanTOMATO: Text-aligned Whole-body Motion Generation
- Host: GitHub
- URL: https://github.com/idea-research/humantomato
- Owner: IDEA-Research
- License: other
- Created: 2023-10-18T06:48:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-19T04:51:49.000Z (6 months ago)
- Last Synced: 2024-12-16T07:04:38.562Z (6 days ago)
- Topics: generation, gpt, motion, motion-generation, smplx, whole-body, whole-body-motion
- Language: Python
- Homepage: https://lhchen.top/HumanTOMATO
- Size: 8.89 MB
- Stars: 294
- Watchers: 20
- Forks: 10
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HumanTOMATO: Text-aligned Whole-body Motion Generation
![](./assets/tomato-logo.png)
[Shunlin Lu](https://shunlinlu.github.io)๐ 2, 3, [Ling-Hao Chen](https://lhchen.top)๐ 1, 2, [Ailing Zeng](https://ailingzeng.site)2, [Jing Lin](https://jinglin7.github.io)1, 2, [Ruimao Zhang](http://zhangruimao.site)3, [Lei Zhang](https://leizhang.org)2, and [Heung-Yeung Shum](https://scholar.google.com/citations?user=9akH-n8AAAAJ&hl=en)1, 2
๐ Co-first author. Listing order is random.
1Tsinghua University, 2International Digital Economy Academy (IDEA),
3School of Data Science, The Chinese University of Hong Kong, Shenzhen (CUHK-SZ)# ๐คฉ Abstract
> This work targets a novel text-driven whole-body motion generation task, which takes a given textual description as input and aims at generating high-quality, diverse, and coherent facial expressions, hand gestures, and body motions simultaneously. Previous works on text-driven motion generation tasks mainly have two limitations: they ignore the key role of fine-grained hand and face controlling in vivid whole-body motion generation, and lack a good alignment between text and motion. To address such limitations, we propose a Text-aligned whOle-body Motion generATiOn framework, named HumanTOMATO, which is the first attempt to our knowledge towards applicable holistic motion generation in this research area. To tackle this challenging task, our solution includes two key designs: (1) a Holistic Hierarchical VQ-VAE (aka HยฒVQ) and a Hierarchical-GPT for fine-grained body and hand motion reconstruction and generation with two structured codebooks; and (2) a pre-trained text-motion-alignment model to help generated motion align with the input textual description explicitly. Comprehensive experiments verify that our model has significant advantages in both the quality of generated motions and their alignment with text.# ๐ข News
- **[2024/05/13] Release OpenTMA project. It is exactly the text-motion alignment used in HumanTOMATO.**
- **[2024/05/02] HumanTOMATO is accepted by ICML-2024. See you in Vienna!**
- **[2023/11/15] Publish HumanTOMATO Motion Representation (`tomato` representation) processing code.**
- **[2023/10/22] Publish project!**# ๐ฌ Highlight Whole-body Motions
![](./assets/highlight.png)
The proposed HumanTOMATO model can generate text-aligned whole-body motions with vivid and harmonious face, hand, and body motion. We show two generated qualitative results.# ๐ System Overview
![](./assets/system.png)
The framework overview of the proposed text-driven whole-body motion generation. (a) Holistic Hierarchical Vector Quantization (HยฒVQ) to compress fine-grained body-hand motion into two discrete codebooks with hierarchical structure relations. (b) Hierarchical-GPT using motion-aware textual embedding as the input to hierarchically generate body-hand motions. (c) Facial text-conditional VAE (cVAE) to generate the corresponding facial motions. The outputs of body, hand, and face motions comprise a vivid and text-aligned whole-body motion.# ๐ Quick Start
# ๐ Model Training
# ๐ธ Visualization
# ๐ค๐ผ Citation
If you find the code is useful in your research, please cite us:
```bash
@article{humantomato,
title={HumanTOMATO: Text-aligned Whole-body Motion Generation},
author={Lu, Shunlin and Chen, Ling-Hao and Zeng, Ailing and Lin, Jing and Zhang, Ruimao and Zhang, Lei and Shum, Heung-Yeung},
journal={arxiv:2310.12978},
year={2023}
}
```## ๐ License
This code is distributed under an [IDEA LICENSE](LICENSE). Note that our code depends on other libraries and datasets which each have their own respective licenses that must also be followed.
## ๐ Acknowledgement
The code is on the basis of [TMR](https://github.com/Mathux/TMR), [MLD](https://github.com/ChenFengYe/motion-latent-diffusion), [T2M-GPT](https://github.com/Mael-zys/T2M-GPT), and [HumanML3D](https://github.com/EricGuo5513/HumanML3D). Thanks to all contributors!
## ๐ Star History
If you have any question, please contact at: shunlinlu0803 [AT] gmail [DOT] com AND thu [DOT] lhchen [AT] gmail [DOT] com.