{"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/end-to-end-driving-with-online-trajectory","title":"End-to-End Driving with Online Trajectory Evaluation via BEV World Model","arxiv_id":"2504.01941","date":"2025-04-02","proceeding":null,"authors":["Yingyan Li","Yuqi Wang","Yang Liu","JiaWei He","Lue Fan","Zhaoxiang Zhang"],"abstract":"End-to-end autonomous driving has achieved remarkable progress by integrating perception, prediction, and planning into a fully differentiable framework. Yet, to fully realize its potential, an effective online trajectory evaluation is indispensable to ensure safety. By forecasting the future outcomes of a given trajectory, trajectory evaluation becomes much more effective. This goal can be achieved by employing a world model to capture environmental dynamics and predict future states. Therefore, we propose an end-to-end driving framework WoTE, which leverages a BEV World model to predict future BEV states for Trajectory Evaluation. The proposed BEV world model is latency-efficient compared to image-level world models and can be seamlessly supervised using off-the-shelf BEV-space traffic simulators. We validate our framework on both the NAVSIM benchmark and the closed-loop Bench2Drive benchmark based on the CARLA simulator, achieving state-of-the-art performance. Code is released at https://github.com/liyingyanUCAS/WoTE.","url_abs":"https://arxiv.org/abs/2504.01941v1","url_pdf":"https://arxiv.org/pdf/2504.01941v1.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":"end-to-end-driving-with-online-trajectory","repo_url":"https://github.com/liyingyanucas/wote","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"autonomous-driving","task_name":"Autonomous Driving"},{"task_slug":"bench2drive","task_name":"Bench2Drive"},{"task_slug":"navsim","task_name":"NavSim"}],"methods":[{"method_slug":"carla","method_name":"CARLA"},{"method_slug":"entropy-regularization","method_name":"Entropy Regularization"},{"method_slug":"ppo","method_name":"PPO"}],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/navsim-on-openscene","task":"NavSim","dataset":"OpenScene","model":"WoTE","rank_in_archive_order":12,"of":29,"metrics":{"PDMS":"88.3"},"uses_additional_data":false}],"syntology":{"syntology_url":"https://syntology.ai/paper/2504.01941","atlas_url":"https://app.syntology.ai/?focus=2504.01941","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2504.01941"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+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/liyingyanucas/wote","reach":null}],"summary":{"ran":7,"unverified":4},"by_repo_kind":{"official":{"samples":11,"ran":7,"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":"9a02b366d24082c8","entry":"AgentHead","repo":"liyingyanucas/wote","repo_kind":"official","path":"navsim/agents/WoTE/WoTE_model.py","file_url":"https://github.com/liyingyanucas/wote/blob/HEAD/navsim/agents/WoTE/WoTE_model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"9a02b366d24082c8"}},{"code_sha256_prefix":"227ee92b3ecd19d6","entry":"BEVUpsampleHead","repo":"liyingyanucas/wote","repo_kind":"official","path":"navsim/agents/WoTE/WoTE_model.py","file_url":"https://github.com/liyingyanucas/wote/blob/HEAD/navsim/agents/WoTE/WoTE_model.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":"227ee92b3ecd19d6"}},{"code_sha256_prefix":"c6f24fb57dd225b8","entry":"Block","repo":"liyingyanucas/wote","repo_kind":"official","path":"navsim/agents/WoTE/WoTE_model.py","file_url":"https://github.com/liyingyanucas/wote/blob/HEAD/navsim/agents/WoTE/WoTE_model.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":"c6f24fb57dd225b8"}},{"code_sha256_prefix":"1ea49f6eca6fbc1b","entry":"GPT","repo":"liyingyanucas/wote","repo_kind":"official","path":"navsim/agents/WoTE/WoTE_model.py","file_url":"https://github.com/liyingyanucas/wote/blob/HEAD/navsim/agents/WoTE/WoTE_model.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":"1ea49f6eca6fbc1b"}},{"code_sha256_prefix":"6a0d2e829366592d","entry":"RewardConvNet","repo":"liyingyanucas/wote","repo_kind":"official","path":"navsim/agents/WoTE/WoTE_model.py","file_url":"https://github.com/liyingyanucas/wote/blob/HEAD/navsim/agents/WoTE/WoTE_model.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":"6a0d2e829366592d"}},{"code_sha256_prefix":"0d6f5b6295b5a19c","entry":"SelfAttention","repo":"liyingyanucas/wote","repo_kind":"official","path":"navsim/agents/WoTE/WoTE_model.py","file_url":"https://github.com/liyingyanucas/wote/blob/HEAD/navsim/agents/WoTE/WoTE_model.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":"0d6f5b6295b5a19c"}},{"code_sha256_prefix":"6eb0c24bdd1a252d","entry":"TrajectoryOffsetHead","repo":"liyingyanucas/wote","repo_kind":"official","path":"navsim/agents/WoTE/WoTE_model.py","file_url":"https://github.com/liyingyanucas/wote/blob/HEAD/navsim/agents/WoTE/WoTE_model.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":"6eb0c24bdd1a252d"}},{"code_sha256_prefix":"45630e2e86781cc4","entry":"BoundingBox2DIndex","repo":"liyingyanucas/wote","repo_kind":"official","path":"navsim/agents/WoTE/WoTE_model.py","file_url":"https://github.com/liyingyanucas/wote/blob/HEAD/navsim/agents/WoTE/WoTE_model.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":"45630e2e86781cc4"}},{"code_sha256_prefix":"289486e3f6b6d1ba","entry":"StateSE2Index","repo":"liyingyanucas/wote","repo_kind":"official","path":"navsim/agents/WoTE/WoTE_model.py","file_url":"https://github.com/liyingyanucas/wote/blob/HEAD/navsim/agents/WoTE/WoTE_model.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":"289486e3f6b6d1ba"}},{"code_sha256_prefix":"f2bc28ed24a263df","entry":"TransfuserBackbone","repo":"liyingyanucas/wote","repo_kind":"official","path":"navsim/agents/WoTE/WoTE_model.py","file_url":"https://github.com/liyingyanucas/wote/blob/HEAD/navsim/agents/WoTE/WoTE_model.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":"f2bc28ed24a263df"}},{"code_sha256_prefix":"7ac1de331c14a6e9","entry":"WoTEModel","repo":"liyingyanucas/wote","repo_kind":"official","path":"navsim/agents/WoTE/WoTE_model.py","file_url":"https://github.com/liyingyanucas/wote/blob/HEAD/navsim/agents/WoTE/WoTE_model.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":"7ac1de331c14a6e9"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}