MoST: Motion Style Transformer between Diverse Action Contents
Boeun Kim, Jungho Kim, Hyung Jin Chang, Jin Young Choi
TL;DR
MoST introduces a transformer-based framework to transfer style between motion sequences with different contents by explicitly disentangling style and content. It uses Siamese encoders to extract $S^C,Y^C$ and $S^S,Y^S$, a Part-Attentive Style Modulator to align $S^S$ with $C^C$ via cross-attention, and a motion generator conditioned by AdaIN on $ ilde{S}^S$, producing $M^G$ from $M^C$ and $M^S$. A novel style disentanglement loss $L_D$ and a physics-based loss $L_{phy}$ improve robustness and physical plausibility, enabling high-quality results without post-processing on datasets Xia and BFA. Compared to state-of-the-art methods, MoST excels in cross-content transfers, achieving lower CC and SC++ errors and producing coherent global translation and pose dynamics. The approach has practical impact for animation and game pipelines by delivering believable stylized motions across diverse actions.
Abstract
While existing motion style transfer methods are effective between two motions with identical content, their performance significantly diminishes when transferring style between motions with different contents. This challenge lies in the lack of clear separation between content and style of a motion. To tackle this challenge, we propose a novel motion style transformer that effectively disentangles style from content and generates a plausible motion with transferred style from a source motion. Our distinctive approach to achieving the goal of disentanglement is twofold: (1) a new architecture for motion style transformer with `part-attentive style modulator across body parts' and `Siamese encoders that encode style and content features separately'; (2) style disentanglement loss. Our method outperforms existing methods and demonstrates exceptionally high quality, particularly in motion pairs with different contents, without the need for heuristic post-processing. Codes are available at https://github.com/Boeun-Kim/MoST.
