Papers › Predictive Inverse Dynamics Models are Scalable Learners for Robotic Manipulation

Predictive Inverse Dynamics Models are Scalable Learners for Robotic Manipulation

19 Dec 2024arXiv:2412.15109links table onlyarchive 2025-07-28

Yang Tian, Sizhe Yang, Jia Zeng, Ping Wang, Dahua Lin, Hao Dong, Jiangmiao Pang

The archive published only this paper's code-link row. Authors, date and abstract are from arXiv's metadata (CC0), read from the Kaggle arXiv metadata snapshot of 2026-09-12 where its title matched the archive's; the title is the archive's.

Current efforts to learn scalable policies in robotic manipulation primarily fall into two categories: one focuses on "action," which involves behavior cloning from extensive collections of robotic data, while the other emphasizes "vision," enhancing model generalization by pre-training representations or generative models, also referred to as world models, using large-scale visual datasets. This paper presents an end-to-end paradigm that predicts actions using inverse dynamics models conditioned on the robot's forecasted visual states, named Predictive Inverse Dynamics Models (PIDM). By closing the loop between vision and action, the end-to-end PIDM can be a better scalable action learner. In practice, we use Transformers to process both visual states and actions, naming the model Seer. It is initially pre-trained on large-scale robotic datasets, such as DROID, and can be adapted to realworld scenarios with a little fine-tuning data. Thanks to large-scale, end-to-end training and the synergy between vision and action, Seer significantly outperforms previous methods across both simulation and real-world experiments. It achieves improvements of 13% on the LIBERO-LONG benchmark, 21% on CALVIN ABC-D, and 43% in real-world tasks. Notably, Seer sets a new state-of-the-art on CALVIN ABC-D benchmark, achieving an average length of 4.28, and exhibits superior generalization for novel objects, lighting conditions, and environments under high-intensity disturbances on real-world scenarios. Code and models are publicly available at https://github.com/OpenRobotLab/Seer/.

PaperPDFCodeCode 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="2412.15109")

Code

Syntology Ran 5 of 14 code samples harvested from 1 repository linked to this paper; 9 have no recorded run. Of those that ran: 2 ran · violated contract; 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 1 ran with no contract checked.

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

openrobotlab/seer officialmentioned in papermentioned on GitHubpytorchApache-2.0 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

14 samples harvested; 5 ran; 0 honoured the contract we drafted; 9 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.

2ran · violated contract
1ran · our draft was wrong
1ran · fixture could not drive it
1ran
9unverified

Licence: 0 of the 14 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 openrobotlab/seer. “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.

FeedForward openrobotlab/seer/models/perceiver_resampler.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 4d75570b4e91d0b4 · report
exists openrobotlab/seer/models/perceiver_resampler.py official repository ran · violated contract Apache-2.0 (permissive) · aa5486a3650902d8 · report
generate_attention_mask openrobotlab/seer/models/seer_model.py official repository ran · violated contract fingerprinted Apache-2.0 (permissive) · f8dd22c2d14d4521 · report
get_1d_sincos_pos_embed_from_grid openrobotlab/seer/models/seer_model.py official repository ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 5c8ea92d43ead77d · report
get_2d_sincos_pos_embed openrobotlab/seer/models/vit_mae.py official repository ran fingerprinted Apache-2.0 (permissive) · 77e8a3ac46f3afec · report
get_2d_sincos_pos_embed_from_grid openrobotlab/seer/models/seer_model.py official repository unverified Apache-2.0 (permissive) · 2884deadbb637c3e · report
get_fk_solution openrobotlab/seer/real_preprocess/convert_public_droid_to_h5_per_step.py official repository unverified Apache-2.0 (permissive) · 534bfc95bfa28a2b · report
get_tf_mat openrobotlab/seer/real_preprocess/convert_public_droid_to_h5_per_step.py official repository unverified Apache-2.0 (permissive) · 9e1f547dfc43972f · report
pose_to_6d openrobotlab/seer/deploy.py official repository unverified Apache-2.0 (permissive) · f8a523b9d25c4fd9 · report
pose_to_6d openrobotlab/seer/real_preprocess/convert_public_droid_to_h5_per_step.py official repository unverified Apache-2.0 (permissive) · d33079790450b952 · report
to_np_dtype openrobotlab/seer/real_preprocess/convert_tfds_to_h5_per_step_oxe_franka.py official repository unverified Apache-2.0 (permissive) · 5bd13b542fced7f7 · report
transform_action_berkeley_autolab_ur5 openrobotlab/seer/real_preprocess/convert_tfds_to_h5_per_step_oxe_others.py official repository unverified Apache-2.0 (permissive) · 5e7100d817574508 · report
transform_action_jaco_play openrobotlab/seer/real_preprocess/convert_tfds_to_h5_per_step_oxe_others.py official repository unverified Apache-2.0 (permissive) · 6146a3eb5d2782a3 · report
transformation_matrix_to_trans_and_euler openrobotlab/seer/real_preprocess/convert_tfds_to_h5_per_step_oxe_franka.py official repository unverified Apache-2.0 (permissive) · 9ca27d5bc536bf0b · report

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