Papers › Universal Skeleton Understanding via Differentiable Rendering and MLLMs

Universal Skeleton Understanding via Differentiable Rendering and MLLMs

18 Mar 2026ICMLarXiv:2603.18003added by Syntology

Ziyi Wang, Peiming Li, Xinshun Wang, Yang Tang, Kai-Kuang Ma, Mengyuan Liu

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Multimodal large language models (MLLMs) exhibit strong visual-language reasoning, yet cannot process structured, non-visual data such as human skeletons. Existing methods either compress skeleton dynamics into lossy feature vectors for text alignment, or quantize motion into discrete tokens that generalize poorly across heterogeneous skeleton formats. We present SkeletonLLM, which achieves universal skeleton understanding by translating arbitrary skeleton sequences into the MLLM's native visual modality. At its core is DrAction, a differentiable, format-agnostic renderer that converts skeletal kinematics into compact image sequences. Because the pipeline is end-to-end differentiable, MLLM gradients can directly guide the rendering to produce task-informative visual tokens. To further enhance reasoning capabilities, we introduce a cooperative training strategy: Causal Reasoning Distillation transfers structured, step-by-step reasoning from a teacher model, while Discriminative Finetuning sharpens decision boundaries between confusable actions. SkeletonLLM demonstrates strong generalization \revise{in open-vocabulary action recognition, while its learned reasoning capabilities naturally extend to motion captioning and question answering across heterogeneous skeleton formats} -- suggesting a viable path for applying MLLMs to non-native modalities. Code: https://github.com/wangzy01/SkeletonLLM.

PaperPDFCode Syntology ran

In Syntology 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="2603.18003")

Code

Syntology Ran 8 of 11 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 6 ran · our draft was wrong; 2 ran · fixture could not drive it.

By repository: found in paper text by Syntology: 11 samples from 1 repository, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

wangzy01/SkeletonLLM found in paper text by Syntology report

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

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

6ran · our draft was wrong
2ran · fixture could not drive it
3unverified

Licence: 11 of the 11 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 wangzy01/SkeletonLLM. “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.

_compose_T wangzy01/SkeletonLLM/skeletonllm/model/skeletonllm_chat/draction.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 7286b5004f31f40a · report
_compute_bone_lengths wangzy01/SkeletonLLM/skeletonllm/model/skeletonllm_chat/draction.py found in paper text by Syntology ran · fixture could not drive it no licence file found · pointer only · 5822c8703e57b7a9 · report
_depth_to_rgb wangzy01/SkeletonLLM/skeletonllm/model/skeletonllm_chat/draction.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 4f5d566c25261284 · report
_make_lbs_logits_for_samples wangzy01/SkeletonLLM/skeletonllm/model/skeletonllm_chat/draction.py found in paper text by Syntology ran · fixture could not drive it no licence file found · pointer only · 644bd938cdca96f3 · report
_mat_to_quat wangzy01/SkeletonLLM/skeletonllm/model/skeletonllm_chat/draction.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · da701405783873f8 · report
_normalize_quat wangzy01/SkeletonLLM/skeletonllm/model/skeletonllm_chat/draction.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 05e46cdef0e3fbaa · report
_project_to_rotation wangzy01/SkeletonLLM/skeletonllm/model/skeletonllm_chat/draction.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 00bb820669d954af · report
_quat_to_mat wangzy01/SkeletonLLM/skeletonllm/model/skeletonllm_chat/draction.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 837073aa843bcceb · report
DifferentiableSkeletonRenderer wangzy01/SkeletonLLM/skeletonllm/model/skeletonllm_chat/draction.py found in paper text by Syntology unverified no licence file found · pointer only · 27ae4bb953fd10ef · report
_build_line_samples wangzy01/SkeletonLLM/skeletonllm/model/skeletonllm_chat/draction.py found in paper text by Syntology unverified no licence file found · pointer only · 373cca5963a65e04 · report
_compute_adaptive_scales wangzy01/SkeletonLLM/skeletonllm/model/skeletonllm_chat/draction.py found in paper text by Syntology unverified no licence file found · pointer only · 944584ac4e2eb624 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2603.18003, was issued in March 2026, after that date, so the archive has no leaderboard rows for it.

Placed on leaderboards by Syntology Syntology

Syntology's extractor considered 1 leaderboard for this paper and did not place the paper on it: 1 rejected by the independent check. What is not shown.

Syntology has checked 6,264 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.

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