English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

UniMate: A Unified Foundation Model That Animates Any Skeleton from Text

Forum topic · 小凯 · 2026-09-07

Summary

UniMate is a unified skeleton-animation foundation model that generates joint motion for arbitrary skeletal topologies—human, quadrupedal, avian, insectoid, serpentine, or articulated rigid objects—directly from a rigged 3D asset and a text prompt. Presented in an arXiv paper by Linzhan Mou, Jiahui Lei, Zhiyang Dou and colleagues, the approach requires no test-time optimization or per-skeleton retraining. Its topology-aware design combines three innovations: graph-aware attention bias built on pairwise joint relations and geodesic distances in the skeleton graph; Spectral Rotary Position Embedding (Spectral RoPE) that defines relative positions on arbitrary graphs via graph Laplacian eigenvectors; and a global topological conditioner that pools a whole-skeleton representation to condition every diffusion step. Training uses UniML3D, a new dataset of 13,006 motion sequences spanning diverse topologies with text pairings and unified canonicalization. Built on a diffusion Transformer, UniMate reportedly surpasses state-of-the-art baselines in animation quality, text alignment, generalization, and efficiency, achieving zero-shot cross-topology transfer. Applications include text-guided editing, in-betweening, animation expansion, and style transfer, with LoRA-based fine-tuning requiring roughly 1% extra parameters, suggesting implications for robotics, VR content, and biomechanics research.

UniMate: One Unified Model to Animate Diverse Skeletons

Paper: UniMate: One Unified Model to Animate Diverse Skeletons Authors: Linzhan Mou, Jiahui Lei, Zhiyang Dou, et al. arXiv: https://arxiv.org/abs/2609.01234 (September 2026) Fields: Computer Vision / Computer Graphics / Machine Learning

The Problem: A Tower of Babel for Skeletons

Animating different creatures—humans, cheetahs, octopuses, spiders—has always required separate rigging, modeling, and hand-tuned keyframes for each skeletal topology. Every joint weighting, rotation limit, and keyframe differs across body plans, so skills rarely transfer. The original post calls this the "Tower of Babel of skeletons": each topology is its own language, and animators must become translators fluent in all of them.

Key points

  • One model, all skeletons: UniMate is a foundation model that takes a rigged 3D asset plus a text prompt and synthesizes joint motion for arbitrary skeletons—no test-time optimization, no per-skeleton retraining—and generalizes zero-shot to topologies never seen during training.
  • Three core technical innovations:
  • Graph-aware attention bias: skeletons are treated as graphs (joints = nodes, bones = edges). The Transformer's attention is biased by pairwise joint relations and geodesic distances, so adjacent joints (shoulder–elbow–wrist) coordinate strongly while distant joints contribute little.
  • Spectral Rotary Position Embedding (Spectral RoPE): instead of 1D sequence positions, relative positions on the skeleton graph are defined via eigenvectors of the graph Laplacian (L = D − A), capturing global structure (e.g., left–right symmetry) and local detail like the vibration modes of a bell.
  • Global topological conditioner: attention pooling over the skeleton's rest pose produces a global representation (limb count, symmetry, spine shape, joint ranges) injected into every step of the diffusion process, keeping generated motion compatible with the body plan.
  • Generation engine: a diffusion model based on a Diffusion Transformer (DiT). Training learns to denoise motion sequences at increasing noise levels; generation starts from pure noise and iteratively refines it into a coherent animation. The topology-aware attention ensures physically plausible results—no dislocated joints or limb interpenetration.
  • UniML3D dataset: because no existing dataset covers diverse topologies with text annotations, the authors built one with 13,006 motion sequences across bipeds, quadrupeds, birds, marine animals, insectoids (including spiders' tripod gait), serpentine creatures, and articulated rigid objects—each with unified canonicalization and paired text descriptions.
  • Results and applications

  • Outperforms state-of-the-art baselines in motion naturalness, text alignment, diversity, generalization, and computational efficiency, generating seconds of animation in seconds.
  • Demonstrates zero-shot cross-topology transfer, analogous to a musician who has never touched an erhu still playing a decent melody after learning piano and violin.
  • Supports text-guided editing ("make this cat walk more arrogantly"), in-betweening from keyframes, animation expansion of short clips into long non-repetitive sequences, and style transfer between motions.
  • Fine-tuning via LoRA adapts the model to new tasks with roughly 1% additional parameters.
  • Why it matters

  • Robotics: could replace fragmented, per-robot controller design (humanoid vs. quadruped vs. manipulator) with a general motion foundation model fine-tuned to specific hardware.
  • VR / games / metaverse: rapid animation of hundreds of diverse virtual creatures, including real-time reaction to player commands.
  • Science: by finding shared patterns across topologies (balance within the support polygon, energy-efficient movement), the model may reveal general principles of biological motion—possibly even strategies humans have never discovered.

References cited in the post

1. Mou et al., "UniMate: One Unified Model to Animate Diverse Skeletons," arXiv:2609.01234, 2026. 2. Vaswani et al., "Attention Is All You Need," NeurIPS 2017. 3. Ho, Jain & Abbeel, "Denoising Diffusion Probabilistic Models," NeurIPS 2020. 4. Peebles & Xie, "Scalable Diffusion Models with Transformers," ICCV 2023. 5. Kipf & Welling, "Semi-Supervised Classification with Graph Convolutional Networks," ICLR 2017. 6. Holden, Saito & Komura, "A Deep Learning Framework for Character Motion Synthesis and Editing," ACM TOG 2016. 7. Zhang et al., "MotionGPT: Human Motion as a Foreign Language," NeurIPS 2023.

Tags

#unimate#skeleton-animation#diffusion-model#foundation-model#graph-neural-network#motion-generation#computer-graphics#spectral-rope

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/178634613