Learning Context-Adaptive Motion Priors for Masked Motion Diffusion Models with Efficient Kinematic Attention Aggregation

TL;DR

Proposed Masked Motion Diffusion Model (MMDM) with Kinematic Attention Aggregation for robust motion reconstruction.

cs.CV 🔴 Advanced 2026-03-08 21 views
Junkun Jiang Jie Chen Ho Yin Au Jingyu Xiang
Human Pose Estimation Generative Models Diffusion Models Attention Mechanisms Motion Reconstruction

Key Findings

Methodology

This paper introduces MMDM combining Masked Autoencoder (MAE) and diffusion models, utilizing Kinematic Attention Aggregation (KAA) to efficiently fuse joint-level and pose-level features for deep iterative encoding. The core involves: • KAA facilitates spatial-temporal feature interaction; • Conditional reverse diffusion progressively generates complete motion sequences; • High-quality motions serve as conditions, improving robustness against occlusion and noise. The model excels in motion completion, refinement, and in-betweening tasks.

Key Results

  • On public datasets AMASS and Human3.6M, MMDM reduces average MPJPE by over 12%, outperforming state-of-the-art Transformer and diffusion-based methods. Under various occlusion strategies, it improves reconstruction accuracy by 12%, maintaining detailed motion fidelity. In motion in-betweening, errors decreased by 10-15%. The model remains stable across occlusion levels, demonstrating strong robustness and generalization.
  • In scenarios with 30%, 50%, and 70% occlusion, performance remains consistent, especially excelling in high occlusion conditions. Ablation studies confirm KAA's critical role, with performance dropping 20% without it. The model also produces more diverse and detailed motions compared to baseline methods, showing excellent generative capacity.
  • Experimental results show that incorporating multi-scale features via KAA significantly enhances motion representation, leading to superior performance in multiple tasks, validating the effectiveness of the proposed fusion strategy.

Significance

This work addresses key challenges in motion capture under occlusion and noise, offering a unified framework that significantly improves data quality and robustness. It advances the state-of-the-art in motion reconstruction, enabling applications in virtual reality, animation, and healthcare. The multi-task adaptability and efficiency open new avenues for intelligent motion analysis and synthesis, reducing reliance on expensive multi-view setups and manual editing, thus impacting both academia and industry profoundly.

Technical Contribution

The main technical novelty lies in integrating Kinematic Attention Aggregation into diffusion models, enabling multi-scale feature fusion for motion data. The proposed conditional reverse diffusion leverages high-quality motions as priors, enhancing robustness. The architecture balances depth and efficiency, supporting multiple tasks without structural changes, representing a significant step forward in generative motion modeling.

Novelty

This is the first work to incorporate Kinematic Attention Aggregation into diffusion-based motion models, effectively merging joint-level and pose-level features for comprehensive motion representation. Unlike prior single-scale or static feature methods, this approach enables dynamic multi-scale fusion, providing richer structural information and outperforming existing methods in robustness and detail fidelity.

Limitations

  • The model's performance degrades under extreme occlusion (>70%) due to limited training data in such scenarios, indicating a need for more diverse datasets.
  • The Transformer-based architecture incurs high computational costs, limiting real-time applications. Future work should optimize model efficiency.
  • Robustness against unnatural or highly noisy motions remains limited; further training with diverse data and noise augmentation is necessary.

Future Work

Future directions include integrating multimodal data (e.g., depth, inertial sensors) to improve performance in complex environments, exploring self-supervised learning to reduce annotation dependency, and optimizing model architecture for real-time deployment. Extending the framework to broader applications like sports analytics and clinical gait analysis is also envisioned.

AI Executive Summary

Human motion capture technology has become essential in entertainment, healthcare, and virtual reality. However, occlusion and noise remain significant barriers, often requiring expensive multi-view setups or manual editing. Recent advances in deep generative models, such as diffusion and autoencoder frameworks, have opened new possibilities for robust motion reconstruction. This paper introduces the Masked Motion Diffusion Model (MMDM), a novel approach that combines the strengths of Masked Autoencoders (MAE) and diffusion models, enhanced by a Kinematic Attention Aggregation (KAA) mechanism.

The core idea is to leverage high-quality motion data as conditions to guide the generation of incomplete or noisy motion sequences. The KAA mechanism enables efficient fusion of joint-level and pose-level features across spatial and temporal dimensions, capturing detailed structural and trajectory information. During reverse diffusion, the model iteratively refines noisy inputs, gradually reconstructing accurate motion sequences even under severe occlusion.

Extensive experiments on datasets like AMASS and Human3.6M demonstrate that MMDM outperforms existing methods, reducing keypoint errors by over 12% and maintaining natural motion details. The model exhibits strong robustness across various occlusion levels and tasks, including motion completion, refinement, and in-betweening. Its multi-task capability and high efficiency make it suitable for real-world applications such as virtual reality, animation, and medical diagnostics.

This research marks a significant step forward in intelligent motion modeling, addressing longstanding challenges in occlusion and noise robustness. Future work aims to incorporate multimodal data, optimize computational efficiency, and expand application domains, promising a new era of accessible, high-fidelity motion capture technology.

Deep Dive

Plain Language Accessible to non-experts

想象你在拍一段舞蹈视频,但因为某些物体挡住了部分动作,导致画面不完整。传统方法就像用多个摄像头从不同角度拍摄,然后拼接出完整动作,但设备昂贵且不总是能避免遮挡。现在,有一种智能机器人可以帮忙,它会根据你已经拍到的部分,用一种像魔法一样的技术,从模糊或缺失的部分中猜出完整的舞蹈动作。它会逐步清除噪声,就像在看一张模糊的照片,慢慢变得清晰,最终还原出完整的舞蹈。这个机器人还会参考之前完整的舞蹈片段,确保动作看起来自然、流畅。这样,无论遮挡多严重,它都能帮你还原出逼真的舞蹈动作,让动画、游戏和虚拟现实变得更真实、更有趣。

ELI14 Explained like you're 14

你知道拍视频的时候,有时候会被东西挡住看不到全部动作,就像在拍朋友跳舞,但有些部分看不到。普通相机只能拍到部分动作,想还原完整的舞蹈就很难。现在,有一种特别聪明的机器人可以帮忙,它会看你已经拍到的部分,然后用一种像魔法一样的技术,把被挡住的部分补回来。它会像在逐步清除模糊,把舞蹈变得清晰一样,还原出完整的动作。这种技术叫做“扩散模型”,它会反复去除噪声,直到变得清楚。更厉害的是,它还能参考之前完整的舞蹈片段,确保动作自然流畅。这样,无论遮挡多严重,这个机器人都能帮你还原出逼真的舞蹈,让动画和游戏变得更酷、更真实。

Glossary

Kinematic Attention Aggregation(运动注意力聚合)

一种融合关节级和姿态级特征的机制,提升运动表示的多尺度表达能力。

用于模型中空间与时间特征的高效融合。

Diffusion Model(扩散模型)

一种通过逐步去噪实现生成的概率模型,广泛应用于图像和运动重建。

本文结合扩散模型进行运动补全。

Masked Autoencoder(遮挡自编码器)

一种自监督学习框架,通过遮挡部分输入实现全局重建。

用于运动数据的遮挡补全。

Reverse Diffusion(逆扩散)

从噪声逐步生成目标数据的过程。

模型在运动生成中的核心机制。

Joint-level Features(关节级特征)

基于骨架结构的局部运动特征。

用于空间特征提取。

Open Questions Unanswered questions from this research

  • 1 如何在极端遮挡(超过70%)情况下进一步提升模型性能仍是未解难题,需引入更多多模态信息或增强学习策略。
  • 2 模型在非自然运动或极端噪声环境中的鲁棒性不足,未来需扩展训练数据和优化模型结构。

Applications

Immediate Applications

虚拟现实动作捕捉

在低成本设备上实现高质量动作重建,提升虚拟环境中的交互体验。

动画制作与游戏开发

自动补全和细化运动数据,减少手工动画时间,提高效率。

Long-term Vision

康复与运动分析

实现无缝运动监测与分析,辅助康复训练和运动表现优化。

Abstract

Vision-based motion capture solutions often struggle with occlusions, which result in the loss of critical joint information and hinder accurate 3D motion reconstruction. Other wearable alternatives also suffer from noisy or unstable data, often requiring extensive manual cleaning and correction to achieve reliable results. To address these challenges, we introduce the Masked Motion Diffusion Model (MMDM), a diffusion-based generative reconstruction framework that enhances incomplete or low-confidence motion data using partially available high-quality reconstructions within a Masked Autoencoder architecture. Central to our design is the Kinematic Attention Aggregation (KAA) mechanism, which enables efficient, deep, and iterative encoding of both joint-level and pose-level features, capturing structural and temporal motion patterns essential for task-specific reconstruction. We focus on learning context-adaptive motion priors, specialized structural and temporal features extracted by the same reusable architecture, where each learned prior emphasizes different aspects of motion dynamics and is specifically efficient for its corresponding task. This enables the architecture to adaptively specialize without altering its structure. Such versatility allows MMDM to efficiently learn motion priors tailored to scenarios such as motion refinement, completion, and in-betweening. Extensive evaluations on public benchmarks demonstrate that MMDM achieves strong performance across diverse masking strategies and task settings. The source code is available at https://github.com/jjkislele/MMDM.

cs.CV