Papers › RoboMME: Benchmarking and Understanding Memory for Robotic Generalist Policies

RoboMME: Benchmarking and Understanding Memory for Robotic Generalist Policies

4 Mar 2026ICMLarXiv:2603.04639added by Syntology

Yinpei Dai, Hongze Fu, Jayjun Lee, Yuejiang Liu, Haoran Zhang, Jianing Yang, Chelsea Finn, Nima Fazeli, Joyce Chai

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

Memory is critical for long-horizon and history-dependent robotic manipulation. Such tasks often involve counting repeated actions or manipulating objects that become temporarily occluded. Recent vision-language-action (VLA) models have begun to incorporate memory mechanisms; however, their evaluations remain confined to narrow, non-standardized settings. This limits systematic understanding, comparison, and progress measurement. To address these challenges, we introduce RoboMME: a large-scale standardized benchmark for evaluating and advancing VLA models in long-horizon, history-dependent scenarios. Our benchmark comprises 16 manipulation tasks constructed under a carefully designed taxonomy that evaluates temporal, spatial, object, and procedural memory. We further develop a suite of 14 memory-augmented VLA variants built on the π0.5 backbone to systematically explore different memory representations across multiple integration strategies. Experimental results show that the effectiveness of memory representations is highly task-dependent, with each design offering distinct advantages and limitations across different tasks. Videos and code can be found at our website https://robomme.github.io.

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.04639")

Code

Syntology Ran 9 of 30 code samples harvested from 4 repositories linked to this paper; 21 have no recorded run. Of those that ran: 4 ran · honoured contract; 5 ran · our draft was wrong.

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

RoboMME/robomme_policy_learning found in paper text by Syntology report
RoboMME/SAM2Act found in paper text by Syntology report
RoboMME/OpenVLA-OFT found in paper text by Syntology report
RoboMME/MemoryVLA found in paper text by Syntology report
RoboMME/DP 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

30 samples harvested; 9 ran; 4 honoured the contract we drafted; 21 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.

4ran · honoured contract
5ran · our draft was wrong
21unverified

Licence: 16 of the 30 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 4 repositories linked to this paper, official or community; each sample names its own and says which. “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.

approx_standard_normal_cdf RoboMME/MemoryVLA/action_model/diffusion_utils.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · d6a68e210556f857 · report
continuous_gaussian_log_likelihood RoboMME/MemoryVLA/action_model/diffusion_utils.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · ab1c9568b4e13899 · report
get_beta_schedule RoboMME/MemoryVLA/action_model/gaussian_diffusion.py found in paper text by Syntology ran · honoured contract no licence file found · pointer only · 3e0fa4efc22272d4 · report
get_named_beta_schedule RoboMME/MemoryVLA/action_model/gaussian_diffusion.py found in paper text by Syntology ran · honoured contract no licence file found · pointer only · 36e30c7fb679ec78 · report
load_checkpoint RoboMME/OpenVLA-OFT/vla-scripts/finetune.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 8c56534935f5a294 · report
mean_flat RoboMME/MemoryVLA/action_model/gaussian_diffusion.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · f6d7c009a8efb8b7 · report
modulate RoboMME/MemoryVLA/action_model/models.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · 62fcb3912a967a50 · report
normal_kl RoboMME/MemoryVLA/action_model/diffusion_utils.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · 8afbfc42c6ea0448 · report
remove_ddp_in_checkpoint RoboMME/OpenVLA-OFT/vla-scripts/finetune.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · c61f2447224a1296 · report
check_identical_files RoboMME/OpenVLA-OFT/experiments/robot/openvla_utils.py found in paper text by Syntology unverified MIT (permissive) · 834c6a1b85b73658 · report
deep_update RoboMME/MemoryVLA/deploy.py found in paper text by Syntology unverified no licence file found · pointer only · 89239e43afbc445b · report
find_checkpoint_file RoboMME/OpenVLA-OFT/experiments/robot/openvla_utils.py found in paper text by Syntology unverified MIT (permissive) · 574d2627a59a3f52 · report
first_execution_step RoboMME/robomme_policy_learning/src/mme_vla_suite/dataset_builder/robomme_h5_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · b1f449e9ed82a3a1 · report
get_action_chunk RoboMME/robomme_policy_learning/src/mme_vla_suite/dataset_builder/build_robomme_dataset.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 8de3e0644f9876fc · report
get_episode_indices RoboMME/robomme_policy_learning/src/mme_vla_suite/dataset_builder/robomme_h5_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 800b0b7c258da059 · report
get_exp_id RoboMME/DP/eval_envs/trainer/trainer.py found in paper text by Syntology unverified no licence file found · pointer only · 86342d0c78169e15 · report
get_openvla_prompt RoboMME/OpenVLA-OFT/vla-scripts/extern/verify_openvla.py found in paper text by Syntology unverified MIT (permissive) · 883da746d4398ec2 · report
get_run_id RoboMME/OpenVLA-OFT/vla-scripts/finetune.py found in paper text by Syntology unverified MIT (permissive) · 4f5ee0f67427e461 · report
get_timestep_indices RoboMME/robomme_policy_learning/src/mme_vla_suite/dataset_builder/robomme_h5_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 195d44c1b586ddb1 · report
make_env_runner_from_cfg RoboMME/DP/eval_envs/trainer/trainer.py found in paper text by Syntology unverified no licence file found · pointer only · 57e5781005061fd6 · report
model_is_on_hf_hub RoboMME/OpenVLA-OFT/experiments/robot/openvla_utils.py found in paper text by Syntology unverified MIT (permissive) · 2495b7375e1e0d26 · report
pack_state RoboMME/robomme_policy_learning/challenge_interface/policy.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 0a05e909554e3740 · report
remap_state_dicts_for_hf RoboMME/OpenVLA-OFT/vla-scripts/extern/convert_openvla_weights_to_hf.py found in paper text by Syntology unverified MIT (permissive) · 7af07bf1a8a753fe · report
remove_prefix RoboMME/DP/eval_envs/utils/distributed_util.py found in paper text by Syntology unverified no licence file found · pointer only · 4b416a2caa2f1336 · report
replace_bn_with_gn RoboMME/DP/eval_envs/utils/module_replace.py found in paper text by Syntology unverified no licence file found · pointer only · 316204e046806d9e · report
replace_submodules RoboMME/DP/eval_envs/utils/module_replace.py found in paper text by Syntology unverified no licence file found · pointer only · 4f852e8d3c834965 · report
resize_image RoboMME/MemoryVLA/deploy.py found in paper text by Syntology unverified no licence file found · pointer only · ed5a57b34c0d97f3 · report
scale_and_resize RoboMME/MemoryVLA/deploy.py found in paper text by Syntology unverified no licence file found · pointer only · 0244e67995bc1e86 · report
space_timesteps RoboMME/MemoryVLA/action_model/respace.py found in paper text by Syntology unverified no licence file found · pointer only · 5b6eb99c4b199f27 · report
unpack_tuple RoboMME/OpenVLA-OFT/prismatic/models/film_vit_wrapper.py found in paper text by Syntology unverified MIT (permissive) · d3a4b8eedff60e37 · report

Results from the paper

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

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