paper-with-me

홈 › Papers

A Mixture of Experts Approach to 3D Human Motion Prediction

2024-05-09 · Edmund Shieh, Joshua Lee Franco, Kang Min Bae, Tej Lalvani

This project addresses the challenge of human motion prediction, a critical area for applications such as au- tonomous vehicle movement detection. Previous works have emphasized the need for low inference times to provide real time performance for applications like these. Our primary objective is to critically evaluate existing model ar- chitectures, identifying their advantages and opportunities for improvement by replicating the state-of-the-art (SOTA) Spatio-Temporal Transformer model as best as possible given computational con- straints. These models have surpassed the limitations of RNN-based models and have demonstrated the ability to generate plausible motion sequences over both short and long term horizons through the use of spatio-temporal rep- resentations. We also propose a novel architecture to ad- dress challenges of real time inference speed by incorpo- rating a Mixture of Experts (MoE) block within the Spatial- Temporal (ST) attention layer. The particular variation that is used is Soft MoE, a fully-differentiable sparse Transformer that has shown promising ability to enable larger model capacity at lower inference cost. We make out code publicly available at https://github.com/edshieh/motionprediction

📄 PDF Abstract BibTeX arXiv:2405.06088

Code (1)

edshieh/motionprediction 공식 구현 pytorch

Tasks

Human motion predictionMixture-of-Expertsmotion prediction

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Position-Wise Feed-Forward Layer 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Linear Warmup With Cosine Annealing Linear Warmup With Cosine Annealing is a learning rate schedule where we increase the learning rate linearly for $n$ updates and then anneal according to a cosine schedule…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Spatiotemporal-Untrammelled Mixture of Experts for Multi-Person Motion Prediction

2025-12-25 · Zheng Yin, Chengjian Li, Xiangbo Shu, Meiqi Cao 외 arxiv

Comprehensively and flexibly capturing the complex spatio-temporal dependencies of human motion is critical for multi-person motion prediction. Existing methods grapple with two primary limitations: i) Inflexible spatiot…

Stereo-Talker: Audio-driven 3D Human Synthesis with Prior-Guided Mixture-of-Experts

2024-10-31 · Xiang Deng, Youxin Pang, Xiaochen Zhao, Chao Xu 외

This paper introduces Stereo-Talker, a novel one-shot audio-driven human video synthesis system that generates 3D talking videos with precise lip synchronization, expressive body gestures, temporally consistent photo-rea…

Language ModelingLanguage ModellingLarge Language ModelMixture-of-Experts+1

FARM: Frame-Accelerated Augmentation and Residual Mixture-of-Experts for Physics-Based High-Dynamic Humanoid Control

2025-08-27 · Tan Jing, Shiting Chen, Yangfan Li, Weisheng Xu 외 arxiv

Unified physics-based humanoid controllers are pivotal for robotics and character animation, yet models that excel on gentle, everyday motions still stumble on explosive actions, hampering real-world deployment. We bridg…

A Mixture-of-Experts Model for Multimodal Emotion Recognition in Conversations

2026-02-26 · Soumya Dutta, Smruthi Balaji, Sriram Ganapathy arxiv

Emotion Recognition in Conversations (ERC) presents unique challenges, requiring models to capture the temporal flow of multi-turn dialogues and to effectively integrate cues from multiple modalities. We propose Mixture …

Multimodal Emotion Recognition

EMOE: Modality-Specific Enhanced Dynamic Emotion Experts

2025-01-01 · CVPR 2025 1 · Yiyang Fang, Wenke Huang, Guancheng Wan, Kehua Su 외

Multimodal Emotion Recognition (MER) aims to predict human emotions by leveraging multiple modalities, such as vision, acoustics, and language. However, due to the heterogeneity of these modalities, MER faces two key…

Emotion RecognitionIntent RecognitionMultimodal Emotion RecognitionMultimodal Intent Recognition