Papers › M³GPT: An Advanced Multimodal, Multitask Framework for Motion Comprehension and Generation

M³GPT: An Advanced Multimodal, Multitask Framework for Motion Comprehension and Generation

25 May 2024arXiv:2405.16273archive 2025-07-28

Mingshuang Luo, Ruibing Hou, Zhuo Li, Hong Chang, Zimo Liu, YaoWei Wang, Shiguang Shan

This paper presents M³GPT, an advanced Multimodal, Multitask framework for Motion comprehension and generation. M³GPT operates on three fundamental principles. The first focuses on creating a unified representation space for various motion-relevant modalities. We employ discrete vector quantization for multimodal conditional signals, such as text, music and motion/dance, enabling seamless integration into a large language model (LLM) with a single vocabulary. The second involves modeling motion generation directly in the raw motion space. This strategy circumvents the information loss associated with a discrete tokenizer, resulting in more detailed and comprehensive motion generation. Third, M³GPT learns to model the connections and synergies among various motion-relevant tasks. Text, the most familiar and well-understood modality for LLMs, is utilized as a bridge to establish connections between different motion tasks, facilitating mutual reinforcement. To our knowledge, M³GPT is the first model capable of comprehending and generating motions based on multiple signals. Extensive experiments highlight M³GPT's superior performance across various motion-relevant tasks and its powerful zero-shot generalization capabilities for extremely challenging tasks. Project page: \url{https://github.com/luomingshuang/M3GPT}.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2405.16273")

Code

Syntology Ran 17 of 25 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 15 ran with no contract checked.

By repository: official repository: 25 samples from 1 repository, 17 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

luomingshuang/m3gpt officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

25 samples harvested; 17 ran; 0 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
15ran
8unverified

Licence: 25 of the 25 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from luomingshuang/m3gpt. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Conv2d luomingshuang/m3gpt/m3gpt/core/models/decoders/network/transformer_decoder/transformer_decoder.py official repository ran no licence file found · pointer only · af4cc52db9e5aa3b · report
CrossAttentionLayer luomingshuang/m3gpt/m3gpt/core/models/decoders/network/transformer_decoder/transformer_decoder.py official repository ran no licence file found · pointer only · 393e561d1764ea4e · report
FFNLayer luomingshuang/m3gpt/m3gpt/core/models/decoders/network/transformer_decoder/transformer_decoder.py official repository ran no licence file found · pointer only · dddec67cab845dc9 · report
PositionEmbeddingSine luomingshuang/m3gpt/m3gpt/core/models/decoders/network/transformer_decoder/transformer_decoder.py official repository ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · cb65f982177791b7 · report
SelfAttentionLayer luomingshuang/m3gpt/m3gpt/core/models/decoders/network/transformer_decoder/transformer_decoder.py official repository ran no licence file found · pointer only · cdc9f7050bfb9dbf · report
accuracy luomingshuang/M3GPT/m3gpt/core/utils.py official repository ran no licence file found · pointer only · 78d1f9f766be74b7 · report
accuracy_multi luomingshuang/M3GPT/m3gpt/core/utils.py official repository ran fingerprinted no licence file found · pointer only · 8a63c5da44344ba6 · report
flat luomingshuang/M3GPT/m3gpt/core/config.py official repository ran fingerprinted no licence file found · pointer only · 4570d6d70bccdfb6 · report
get_logger luomingshuang/M3GPT/m3gpt/utils.py official repository ran no licence file found · pointer only · bd1cba25bacbf54d · report
init luomingshuang/M3GPT/m3gpt/core/fp16/amp.py official repository ran no licence file found · pointer only · eb8a2600afc1de95 · report
mask2pos luomingshuang/m3gpt/m3gpt/core/models/decoders/network/transformer_decoder/transformer_decoder.py official repository ran · our draft was wrong no licence file found · pointer only · 4418374c5f2c445c · report
param_group_fc luomingshuang/M3GPT/m3gpt/core/make_param_group.py official repository ran no licence file found · pointer only · 70165e0988ce9571 · report
param_group_multitask luomingshuang/M3GPT/m3gpt/core/make_param_group.py official repository ran no licence file found · pointer only · e4a7663d686ce91a · report
param_group_no_wd luomingshuang/M3GPT/m3gpt/core/make_param_group.py official repository ran no licence file found · pointer only · 0540cf098dbc3d42 · report
pos2posemb2d luomingshuang/m3gpt/m3gpt/core/models/decoders/network/transformer_decoder/transformer_decoder.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 5d5d46e55c97947a · report
read_json luomingshuang/M3GPT/m3gpt/utils.py official repository ran no licence file found · pointer only · 7d6e263caea8e963 · report
retry_if_cuda_oom luomingshuang/M3GPT/m3gpt/core/memory.py official repository ran no licence file found · pointer only · ff1253be17efe1ae · report
TransformerDecoder luomingshuang/m3gpt/m3gpt/core/models/decoders/network/transformer_decoder/transformer_decoder.py official repository unverified no licence file found · pointer only · e2a72e23375812ed · report
c2_xavier_fill luomingshuang/m3gpt/m3gpt/core/models/decoders/network/transformer_decoder/transformer_decoder.py official repository unverified no licence file found · pointer only · fe1c1ba4ad057e5f · report
dist_init luomingshuang/M3GPT/m3gpt/core/distributed_utils.py official repository unverified no licence file found · pointer only · c7d1fdb02e6cad00 · report
float_function luomingshuang/M3GPT/m3gpt/core/fp16/amp.py official repository unverified no licence file found · pointer only · f27c7ab614e20039 · report
get_2d_sincos_pos_embed luomingshuang/m3gpt/m3gpt/core/models/decoders/network/transformer_decoder/transformer_decoder.py official repository unverified no licence file found · pointer only · 09d724b291a01fbe · report
half_function luomingshuang/M3GPT/m3gpt/core/fp16/amp.py official repository unverified no licence file found · pointer only · 6b4eee4b4bb1f238 · report
simple_group_split luomingshuang/M3GPT/m3gpt/core/distributed_utils.py official repository unverified no licence file found · pointer only · b1471eccec180d87 · report
specific_group_split luomingshuang/M3GPT/m3gpt/core/distributed_utils.py official repository unverified no licence file found · pointer only · 4e36f197c125d4d3 · report

Tasks

Language ModelingLanguage ModellingLarge Language ModelMotion GenerationQuantizationZero-shot Generalization

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections