diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/README.md b/README.md index 5f3d0e0..47f175f 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Paper by Folder : [📁/survey](https://github.com/OpenHuman-ai/awesome-gesture_ - [2. Papers](#papers) - [Relation of speech and gesture](#fundamental) - [GENEA Challenge](#genea) + - [2024](#2024) - [2023](#2023) - [2022](#2022) - [2021](#2021) @@ -110,6 +111,14 @@ Paper by Folder : [📁/survey](https://github.com/OpenHuman-ai/awesome-gesture_ +#### GENEA 2024 + +##### GENEA Challenge 2024 [[Homepage]]() + +| Method (Team\*) | Paper | Video | 🏆 | +| --------------- | ----- | ----- | --- | +| | | | | + #### GENEA 2023 ##### GENEA Challenge 2023 [[Homepage]]() @@ -205,6 +214,15 @@ Paper by Folder : [📁/survey](https://github.com/OpenHuman-ai/awesome-gesture_ +### **2024** + +- 【CVPR 2024】 DiffTED: One-shot Audio-driven TED Talk Video Generation with Diffusion-based Co-speech Gestures [[paper]]() +- 【CVPR 2024】 EMAGE: Towards Unified Holistic Co-Speech Gesture Generation via Expressive Masked Audio Gesture Modeling [[paper]]() +- 【CVPR 2024】 Emotional Speech-driven 3D Body Animation via Disentangled Latent Diffusion [[paper]]() +- 【CVPR 2024】 Using Language-Aligned Gesture Embeddings for Understanding Gestures Accompanying Math Terms [[paper]]() + + + ### **2023** - 【CVPR 2023】 Co-speech Gesture Synthesis by Reinforcement Learning with Contrastive Pre-trained Rewards [[paper]]() ; [[RLracer/RACER]]() diff --git a/papers/2024/DiffTED- One-shot Audio-driven TED Talk Video Generation with Diffusion-based Co-speech Gestures.pdf b/papers/2024/DiffTED- One-shot Audio-driven TED Talk Video Generation with Diffusion-based Co-speech Gestures.pdf new file mode 100644 index 0000000..580b7a5 Binary files /dev/null and b/papers/2024/DiffTED- One-shot Audio-driven TED Talk Video Generation with Diffusion-based Co-speech Gestures.pdf differ diff --git a/papers/2024/EMAGE- Towards Unified Holistic Co-Speech Gesture Generation via Expressive Masked Audio Gesture Modeling.pdf b/papers/2024/EMAGE- Towards Unified Holistic Co-Speech Gesture Generation via Expressive Masked Audio Gesture Modeling.pdf new file mode 100644 index 0000000..cfaca1b Binary files /dev/null and b/papers/2024/EMAGE- Towards Unified Holistic Co-Speech Gesture Generation via Expressive Masked Audio Gesture Modeling.pdf differ diff --git a/papers/2024/Emotional Speech-driven 3D Body Animation via Disentangled Latent Diffusion.pdf b/papers/2024/Emotional Speech-driven 3D Body Animation via Disentangled Latent Diffusion.pdf new file mode 100644 index 0000000..0da75d5 Binary files /dev/null and b/papers/2024/Emotional Speech-driven 3D Body Animation via Disentangled Latent Diffusion.pdf differ diff --git a/papers/2024/Using Language-Aligned Gesture Embeddings for Understanding Gestures Accompanying Math Terms.pdf b/papers/2024/Using Language-Aligned Gesture Embeddings for Understanding Gestures Accompanying Math Terms.pdf new file mode 100644 index 0000000..561e80d Binary files /dev/null and b/papers/2024/Using Language-Aligned Gesture Embeddings for Understanding Gestures Accompanying Math Terms.pdf differ