Coming soon Β· 2026

Night at the Museum:
Text-Driven Motion Generation via Semantic Gaussian Bones

Animate any raw animal mesh from a text prompt β€” no skeleton, no joint names, no manual rigging.

Chenyang Xu1  Β·  Zeyu Jiang1*  Β·  Haoran Li1*  Β·  Shichen Zhang1*  Β·  Juexiao Zhang1
Guangzhao He2†  Β·  Sihang Li1†  Β·  Chen Feng1†  Β·  Jing Zhang1†

1New York University    2Cornell University
*equal contribution  Β·  †corresponding author  Β·  author list tentative

β–Ά Video Paper arXiv Code Dataset

Paper, code and data will be public.

Static animal meshes, the Semantic Gaussian Bones AniMuse predicts for them, and the motion it generates.
AniMuse brings static animal meshes to life from text. Because the handles it predicts mean the same body part on every species, they also work as a control interface β€” here, clamping the wallabies' ears.

Abstract

We introduce AniMuse, a two-stage framework for text-driven animal mesh animation directly from raw meshes, without predefined skeletons, joint names, or manual rigging. At its core are Semantic Gaussian Bones (SGBs), a compact skeleton-free deformation representation decoded from a globally shared learnable query book and trained through explicit linear blend skinning with topology-aware mask-gated weights. The shared query book yields stable cross-instance bone slots, providing a mesh-native control space for text-conditioned generation and SGB-slot motion inpainting. A diffusion model generates per-bone trajectories from text and geometric bone latents, while allowing users to clamp selected SGB slots and inpaint the remaining full-body motion. On DeformingThings4D, our rig reduces bidirectional CD-L1 by 39% over the best neural skeleton baseline, and a forward-only variant achieves the lowest CD-L2 overall. In a 50-participant user study on the out-of-domain AnimalML3D benchmark, participants preferred AniMuse over the strongest skeleton-free baseline 74.6% of the time overall, and 84.0% on whether the motion matched the prompt.

Every animal here started as a static mesh, and the motion you are watching was generated by AniMuse from a sentence. The left half of the frame shows the Semantic Gaussian Bones the model generated; the right half shows the surface those bones deform. Drag the divider to move the cut, and drag anywhere else to orbit β€” both halves share one camera. The buttons above change species.

Overview video

A short film introducing AniMuse.


Pipeline

AniMuse two-stage pipeline: a rigging stage that predicts Semantic Gaussian Bones, and a generation stage that diffuses their trajectory from text.
AniMuse works in two stages, and the rest of this page follows them in order. Stage 1 turns a static mesh into a rig: it predicts that mesh's Semantic Gaussian Bones, and how strongly each one pulls on each vertex. Stage 2 takes that rig and a sentence and generates the bones' trajectory over time; linear blend skinning turns the trajectory back into an animated mesh.
Stage 1The rig

1Semantic Gaussian Bones

A Semantic Gaussian Bone is an oriented ellipsoid inside the mesh, carrying a part of the surface with it as it moves. They are semantic because a given slot lands on the same body part in every animal β€” slot 37 is the same place on a fox as on an elephant. Training is self-supervised: the only signal is whether deforming one frame with the bones reproduces another. Abbreviated SGBs below.

All three columns are the same animal at the same instant, shown three different ways. On the left is the captured ground truth. In the middle are the SGBs AniMuse extracted from that animal's rest-pose mesh. On the right is that same rest-pose mesh, deformed by those SGBs onto the frame shown on the left. The buttons above change clip; drag to orbit.

2The same slot is the same body part

Every control feature further down this page rests on one property, and the model gets it for free: a given SGB slot is the same body part on every animal.

Hover any SGB β€” its counterpart lights up on every species.

An ellipsoid's colour is decided by its slot number, and all four animals use the same colour ramp. Two ellipsoids of the same colour are therefore the same body part on different species, and nothing is being matched while you watch β€” the correspondence is already in the model.

3Metricsrigging quality against two neural skeleton riggers
Rigging quality on DeformingThings4D (25 animal species). Bidirectional Chamfer Distance (↓) between the deformed and target meshes, per-motion and across motions.
MethodPer-MotionCross-Motion
CD-L1 ↓CD-L2 ↓CD-L1 ↓CD-L2 ↓
UniRig + Opt.0.02280.00760.03180.0108
Puppeteer + Opt.0.03060.00650.04510.0122
AniMuse + Opt.0.01380.00560.01980.0083
AniMuse (network only)0.02830.00500.03720.0075

39% lower CD-L1 than the best skeleton rigger under matched optimisation. And the network-only row β€” a single forward pass, no test-time fitting at all β€” still takes the lowest CD-L2 in both settings: the rig is good before you optimise anything.

Stage 2Text to motion generation

Stage 2 is trained on roughly 75,000 animal motion clips and evaluated on a benchmark it has never seen β€” different meshes, a different species distribution, a different capture pipeline.

Each of these eight animals was a static mesh, and each one's motion was generated by Stage 2 from a single sentence. All eight are driven by the same set of SGB slots, which is why one control can reach every species. Drag the divider to pull the whole wall from the bones to the surface they deform.

Metricsa 50-participant user study on the out-of-domain benchmark

30 samples, two-alternative forced choice, following the protocol used in the text-to-motion literature. Against the strongest published skeleton-free baseline, participants preferred AniMuse's result 74.6% of the time overall and 84.0% on whether the motion matched the prompt. Against a skeleton-based baseline the margins are wider still. Against ground-truth capture we are, fairly, still behind β€” which is the honest state of the problem.

74.6%overall preference over the strongest published baseline
84.0%preference on text–motion match
50participants, 30 samples, two-alternative forced choice
ControlTwo control features

A generator you can only prompt is a slot machine. Because an SGB means the same body part on every animal, it doubles as a handle β€” and a control feature authored once works on all of them.

1Motion inpainting

Pin some SGBs to a trajectory you want, and the model generates a coherent whole-body motion around them.

The only thing supplied here was the motion of the four pink slots; the model generated the whole rest of the body around them. The same four slots are pinned on every species, to one shared cadence, and each body answers it differently. The buttons switch between the constraint on its own, the SGBs the model wrote around it, and the surface those SGBs drive.

2Part-level editing

The same index space gives direct manual control: name a group of slots, and drag it.

One slider moves the same twelve SGB slots β€” the left front leg β€” on all three animals at once. Nothing here was set up per animal: those twelve slots mean the same leg on every species, so a single control reaches all of them. The top row is the surface, the bottom row the SGBs driving it, with the leg slots in pink. Drag the slider.

Another feature, motion transfer, falls out of the same mechanism: hand over a whole trajectory instead of a few slots, and a motion authored on one animal is, by construction, already addressed to the right body parts on any other.

WebAnimal3D

AniMuse trains on raw mesh sequences β€” no template, no skeleton, no rigging annotation β€” so the training corpus can come from anywhere. We used that to build WebAnimal3D, an annotation-free animal motion corpus reconstructed from public web video, with an LLM-written caption per clip.

8,602animal motion clips
0manual annotations β€” reconstructed straight from video
1 captionper clip, so it can drive text-conditioned training directly

Release planned. We release the mesh-level motion data and captions, not the underlying videos.

Status

Paper, code, and the WebAnimal3D dataset are coming soon, 2026. Happy to get in touch in the meantime.