Search papers, labs, and topics across Lattice.
The paper identifies that masked generative models for text-to-motion synthesis treat all motion frames uniformly, leading to performance degradation on dynamically complex motions. To address this, they introduce the Motion Spectral Descriptor (MSD), a parameter-free measure of local dynamic complexity derived from the motion signal's short-time spectrum. By using MSD to guide masking, attention, and decoding, their method, DynMask, improves motion generation, especially for complex motions, achieving better FID scores on HumanML3D and KIT-ML datasets.
Masked motion generators struggle with complex movements because they treat all frames the same – until now.
Masked generative models have become a strong paradigm for text-to-motion synthesis, but they still treat motion frames too uniformly during masking, attention, and decoding. This is a poor match for motion, where local dynamic complexity varies sharply over time. We show that current masked motion generators degrade disproportionately on dynamically complex motions, and that frame-wise generation error is strongly correlated with motion dynamics. Motivated by this mismatch, we introduce the Motion Spectral Descriptor (MSD), a simple and parameter-free measure of local dynamic complexity computed from the short-time spectrum of motion velocity. Unlike learned difficulty predictors, MSD is deterministic, interpretable, and derived directly from the motion signal itself. We use MSD to make masked motion generation complexity-aware. In particular, MSD guides content-focused masking during training, provides a spectral similarity prior for self-attention, and can additionally modulate token-level sampling during iterative decoding. Built on top of masked motion generators, our method, DynMask, improves motion generation most clearly on dynamically complex motions while also yielding stronger overall FID on HumanML3D and KIT-ML. These results suggest that respecting local motion complexity is a useful design principle for masked motion generation. Project page: https://xiangyue-zhang.github.io/DynMask