{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/adaworld-learning-adaptable-world-models-with","title":"AdaWorld: Learning Adaptable World Models with Latent Actions","arxiv_id":"2503.18938","date":"2025-03-24","proceeding":null,"authors":["Shenyuan Gao","Siyuan Zhou","Yilun Du","Jun Zhang","Chuang Gan"],"abstract":"World models aim to learn action-controlled future prediction and have proven essential for the development of intelligent agents. However, most existing world models rely heavily on substantial action-labeled data and costly training, making it challenging to adapt to novel environments with heterogeneous actions through limited interactions. This limitation can hinder their applicability across broader domains. To overcome this limitation, we propose AdaWorld, an innovative world model learning approach that enables efficient adaptation. The key idea is to incorporate action information during the pretraining of world models. This is achieved by extracting latent actions from videos in a self-supervised manner, capturing the most critical transitions between frames. We then develop an autoregressive world model that conditions on these latent actions. This learning paradigm enables highly adaptable world models, facilitating efficient transfer and learning of new actions even with limited interactions and finetuning. Our comprehensive experiments across multiple environments demonstrate that AdaWorld achieves superior performance in both simulation quality and visual planning.","url_abs":"https://arxiv.org/abs/2503.18938v4","url_pdf":"https://arxiv.org/pdf/2503.18938v4.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"adaworld-learning-adaptable-world-models-with","repo_url":"https://github.com/little-podi/adaworld","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"future-prediction","task_name":"Future prediction"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2503.18938","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2503.18938"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/little-podi/adaworld","reach":null}],"summary":{"ran":2,"ran_draft_wrong":2,"ran_honours":1,"ran_violates":1,"ran_fixture":2,"unverified":6},"by_repo_kind":{"official":{"samples":14,"ran":8,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"8c5678a9a3911e1b","entry":"PositionalEncoding","repo":"little-podi/adaworld","repo_kind":"official","path":"lam/lam/modules/lam.py","file_url":"https://github.com/little-podi/adaworld/blob/HEAD/lam/lam/modules/lam.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"8c5678a9a3911e1b"}},{"code_sha256_prefix":"8ad0a69c31d2ece7","entry":"RotaryEmbedding","repo":"little-podi/adaworld","repo_kind":"official","path":"lam/lam/modules/lam.py","file_url":"https://github.com/little-podi/adaworld/blob/HEAD/lam/lam/modules/lam.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"8ad0a69c31d2ece7"}},{"code_sha256_prefix":"2f3566324cb2f780","entry":"apply_rotary_emb","repo":"little-podi/adaworld","repo_kind":"official","path":"lam/lam/modules/lam.py","file_url":"https://github.com/little-podi/adaworld/blob/HEAD/lam/lam/modules/lam.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"2f3566324cb2f780"}},{"code_sha256_prefix":"846d368f28a9e305","entry":"default","repo":"little-podi/adaworld","repo_kind":"official","path":"lam/lam/modules/lam.py","file_url":"https://github.com/little-podi/adaworld/blob/HEAD/lam/lam/modules/lam.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"846d368f28a9e305"}},{"code_sha256_prefix":"220f3bbcd151f23c","entry":"exists","repo":"little-podi/adaworld","repo_kind":"official","path":"lam/lam/modules/lam.py","file_url":"https://github.com/little-podi/adaworld/blob/HEAD/lam/lam/modules/lam.py","link_basis":"first_harvest_node","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"220f3bbcd151f23c"}},{"code_sha256_prefix":"039179bb223e6c09","entry":"patchify","repo":"little-podi/adaworld","repo_kind":"official","path":"lam/lam/modules/lam.py","file_url":"https://github.com/little-podi/adaworld/blob/HEAD/lam/lam/modules/lam.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"039179bb223e6c09"}},{"code_sha256_prefix":"a61b41823e31cfae","entry":"rotate_half","repo":"little-podi/adaworld","repo_kind":"official","path":"lam/lam/modules/lam.py","file_url":"https://github.com/little-podi/adaworld/blob/HEAD/lam/lam/modules/lam.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"a61b41823e31cfae"}},{"code_sha256_prefix":"141935b085e62f1f","entry":"unpatchify","repo":"little-podi/adaworld","repo_kind":"official","path":"lam/lam/modules/lam.py","file_url":"https://github.com/little-podi/adaworld/blob/HEAD/lam/lam/modules/lam.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"141935b085e62f1f"}},{"code_sha256_prefix":"a2023a6877be4d73","entry":"LatentActionModel","repo":"little-podi/adaworld","repo_kind":"official","path":"lam/lam/modules/lam.py","file_url":"https://github.com/little-podi/adaworld/blob/HEAD/lam/lam/modules/lam.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"a2023a6877be4d73"}},{"code_sha256_prefix":"b1d5f5dfa4ddac49","entry":"SelfAttention","repo":"little-podi/adaworld","repo_kind":"official","path":"lam/lam/modules/lam.py","file_url":"https://github.com/little-podi/adaworld/blob/HEAD/lam/lam/modules/lam.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"b1d5f5dfa4ddac49"}},{"code_sha256_prefix":"b40b953448d6ee7a","entry":"SpatioBlock","repo":"little-podi/adaworld","repo_kind":"official","path":"lam/lam/modules/lam.py","file_url":"https://github.com/little-podi/adaworld/blob/HEAD/lam/lam/modules/lam.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"b40b953448d6ee7a"}},{"code_sha256_prefix":"738a3cb5f1d4148e","entry":"SpatioTemporalBlock","repo":"little-podi/adaworld","repo_kind":"official","path":"lam/lam/modules/lam.py","file_url":"https://github.com/little-podi/adaworld/blob/HEAD/lam/lam/modules/lam.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"738a3cb5f1d4148e"}},{"code_sha256_prefix":"cc694583cfd5d77d","entry":"SpatioTemporalTransformer","repo":"little-podi/adaworld","repo_kind":"official","path":"lam/lam/modules/lam.py","file_url":"https://github.com/little-podi/adaworld/blob/HEAD/lam/lam/modules/lam.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"cc694583cfd5d77d"}},{"code_sha256_prefix":"eff93e60a0b14d72","entry":"SpatioTransformer","repo":"little-podi/adaworld","repo_kind":"official","path":"lam/lam/modules/lam.py","file_url":"https://github.com/little-podi/adaworld/blob/HEAD/lam/lam/modules/lam.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"eff93e60a0b14d72"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}