{"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/deflow-decoder-of-scene-flow-network-in","title":"DeFlow: Decoder of Scene Flow Network in Autonomous Driving","arxiv_id":"2401.16122","date":"2024-01-29","proceeding":null,"authors":["Qingwen Zhang","Yi Yang","Heng Fang","Ruoyu Geng","Patric Jensfelt"],"abstract":"Scene flow estimation determines a scene's 3D motion field, by predicting the motion of points in the scene, especially for aiding tasks in autonomous driving. Many networks with large-scale point clouds as input use voxelization to create a pseudo-image for real-time running. However, the voxelization process often results in the loss of point-specific features. This gives rise to a challenge in recovering those features for scene flow tasks. Our paper introduces DeFlow which enables a transition from voxel-based features to point features using Gated Recurrent Unit (GRU) refinement. To further enhance scene flow estimation performance, we formulate a novel loss function that accounts for the data imbalance between static and dynamic points. Evaluations on the Argoverse 2 scene flow task reveal that DeFlow achieves state-of-the-art results on large-scale point cloud data, demonstrating that our network has better performance and efficiency compared to others. The code is open-sourced at https://github.com/KTH-RPL/deflow.","url_abs":"https://arxiv.org/abs/2401.16122v1","url_pdf":"https://arxiv.org/pdf/2401.16122v1.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":"deflow-decoder-of-scene-flow-network-in","repo_url":"https://github.com/kth-rpl/deflow","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"BSD-3-Clause"}},{"paper_slug":"deflow-decoder-of-scene-flow-network-in","repo_url":"https://github.com/kth-rpl/dynamicmap_benchmark","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"none","reach":{"status":"ok","spdx":"BSD-3-Clause"}},{"paper_slug":"deflow-decoder-of-scene-flow-network-in","repo_url":"https://github.com/kth-rpl/seflow","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"BSD-3-Clause"}},{"paper_slug":"deflow-decoder-of-scene-flow-network-in","repo_url":"https://github.com/tudelft-iv/voteflow","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"BSD-3-Clause"}}],"tasks":[{"task_slug":"autonomous-driving","task_name":"Autonomous Driving"},{"task_slug":"decoder","task_name":"Decoder"},{"task_slug":"scene-flow-estimation","task_name":"Scene Flow Estimation"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/scene-flow-estimation-on-argoverse-2","task":"Scene Flow Estimation","dataset":"Argoverse 2","model":"DeFlow","rank_in_archive_order":1,"of":7,"metrics":{"EPE 3-Way":"0.034295","EPE Background Static":"0.004561","EPE Foreground Dynamic":"0.073231","EPE Foreground Static":"0.025093"},"uses_additional_data":false}],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2401.16122","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2401.16122"}},"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/kth-rpl/dynamicmap_benchmark","reach":{"status":"ok","spdx":"BSD-3-Clause"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/kth-rpl/seflow","reach":{"status":"ok","spdx":"BSD-3-Clause"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/kth-rpl/deflow","reach":{"status":"ok","spdx":"BSD-3-Clause"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/tudelft-iv/voteflow","reach":{"status":"ok","spdx":"BSD-3-Clause"}}],"summary":{"unverified":5},"by_repo_kind":{"listed":{"samples":5,"ran":0,"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":"ded1d013aefce8ed","entry":"collate_fn_pad","repo":"tudelft-iv/voteflow","repo_kind":"listed","path":"src/dataset.py","file_url":"https://github.com/tudelft-iv/voteflow/blob/HEAD/src/dataset.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"ded1d013aefce8ed"}},{"code_sha256_prefix":"133aec51ee5b1a44","entry":"deflowLoss","repo":"tudelft-iv/voteflow","repo_kind":"listed","path":"src/lossfuncs.py","file_url":"https://github.com/tudelft-iv/voteflow/blob/HEAD/src/lossfuncs.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"133aec51ee5b1a44"}},{"code_sha256_prefix":"f8ec3f097252a75a","entry":"is_ground_points","repo":"tudelft-iv/voteflow","repo_kind":"listed","path":"dataprocess/extract_waymo.py","file_url":"https://github.com/tudelft-iv/voteflow/blob/HEAD/dataprocess/extract_waymo.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"f8ec3f097252a75a"}},{"code_sha256_prefix":"677e6e12d670a24b","entry":"precheck_cfg_valid","repo":"tudelft-iv/voteflow","repo_kind":"listed","path":"eval_per_scene.py","file_url":"https://github.com/tudelft-iv/voteflow/blob/HEAD/eval_per_scene.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"677e6e12d670a24b"}},{"code_sha256_prefix":"82ca3787fafa7371","entry":"zeroflowLoss","repo":"tudelft-iv/voteflow","repo_kind":"listed","path":"src/lossfuncs.py","file_url":"https://github.com/tudelft-iv/voteflow/blob/HEAD/src/lossfuncs.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"82ca3787fafa7371"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}