paper-with-me

홈 › Papers

MoML: Online Meta Adaptation for 3D Human Motion Prediction

2024-01-01 · CVPR 2024 1 · Xiaoning Sun, Huaijiang Sun, Bin Li, Dong Wei, Weiqing Li, Jianfeng Lu

In the academic field the research on human motion prediction tasks mainly focuses on exploiting the observed information to forecast human movements accurately in the near future horizon. However a significant gap appears when it comes to the application field as current models are all trained offline with fixed parameters that are inherently suboptimal to handle the complex yet ever-changing nature of human behaviors. To bridge this gap in this paper we introduce the task of online meta adaptation for human motion prediction based on the insight that finding "smart weights" capable of swift adjustments to suit different motion contexts along the time is a key to improving predictive accuracy. We propose MoML which ingeniously borrows the bilevel optimization spirit of model-agnostic meta-learning to transform previous predictive mistakes into strong inductive biases to guide online adaptation. This is achieved by our MoAdapter blocks that can learn error information by facilitating efficient adaptation via a few gradient steps which fine-tunes our meta-learned "smart" initialization produced by the generic predictor. Considering real-time requirements in practice we further propose Fast-MoML a more efficient variant of MoML that features a closed-form solution instead of conventional gradient update. Experimental results show that our approach can effectively bring many existing offline motion prediction models online and improves their predictive accuracy.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Bilevel OptimizationHuman motion predictionMeta-Learningmotion prediction

Similar Papers 제목 키워드 기반

Multi-Objective Meta Learning

2021-02-14 · NeurIPS 2021 12 · Feiyang Ye, Baijiong Lin, Zhixiong Yue, Pengxin Guo 외

Meta learning with multiple objectives can be formulated as a Multi-Objective Bi-Level optimization Problem (MOBLP) where the upper-level subproblem is to solve several possible conflicting targets for the meta learner. …

Domain AdaptationFew-Shot LearningMeta-LearningMulti-Task Learning+1

FOAL: Fast Online Adaptive Learning for Cardiac Motion Estimation

2020-03-10 · CVPR 2020 6 · Hanchao Yu, Shanhui Sun, Haichao Yu, Xiao Chen 외

Motion estimation of cardiac MRI videos is crucial for the evaluation of human heart anatomy and function. Recent researches show promising results with deep learning-based methods. In clinical deployment, however, they …

AnatomyMotion Estimation

EvoFA: Evolvable Fast Adaptation for EEG Emotion Recognition

2024-09-24 · Ming Jin, Danni Zhang, Gangming Zhao, Changde Du 외

Electroencephalography (EEG)-based emotion recognition has gained significant traction due to its accuracy and objectivity. However, the non-stationary nature of EEG signals leads to distribution drift over time, causing…

Domain AdaptationEEGEEG Emotion RecognitionEmotion Recognition+2

MetaWorld: Skill Transfer and Composition in a Hierarchical World Model for Grounding High-Level Instructions

2026-01-24 · Yutong Shen, Hangxu Liu, Kailin Pei, Ruizhe Xia 외 arxiv

Humanoid robot loco-manipulation remains constrained by the semantic-physical gap. Current methods face three limitations: Low sample efficiency in reinforcement learning, poor generalization in imitation learning, and p…

Reinforcement Learning

Robust Long-term Test-Time Adaptation for 3D Human Pose Estimation through Motion Discretization

2025-11-24 · Yilin Wen, Kechuan Dong, Yusuke Sugano arxiv

Online test-time adaptation addresses the train-test domain gap by adapting the model on unlabeled streaming test inputs before making the final prediction. However, online adaptation for 3D human pose estimation suffers…

3D Human Pose EstimationTest-time Adaptation