{"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/arxiv-2508-18506","title":"DoGFlow: Self-Supervised LiDAR Scene Flow via Cross-Modal Doppler Guidance","arxiv_id":"2508.18506","date":"2025-08-25","proceeding":null,"authors":["Ajinkya Khoche","Qingwen Zhang","Yixi Cai","Sina Sharif Mansouri","Patric Jensfelt"],"abstract":"Accurate 3D scene flow estimation is critical for autonomous systems to navigate dynamic environments safely, but creating the necessary large-scale, manually annotated datasets remains a significant bottleneck for developing robust perception models. Current self-supervised methods struggle to match the performance of fully supervised approaches, especially in challenging long-range and adverse weather scenarios, while supervised methods are not scalable due to their reliance on expensive human labeling. We introduce DoGFlow, a novel self-supervised framework that recovers full 3D object motions for LiDAR scene flow estimation without requiring any manual ground truth annotations. This paper presents our cross-modal label transfer approach, where DoGFlow computes motion pseudo-labels in real-time directly from 4D radar Doppler measurements and transfers them to the LiDAR domain using dynamic-aware association and ambiguity-resolved propagation. On the challenging MAN TruckScenes dataset, DoGFlow substantially outperforms existing self-supervised methods and improves label efficiency by enabling LiDAR backbones to achieve over 90% of fully supervised performance with only 10% of the ground truth data. For more details, please visit https://ajinkyakhoche.github.io/DogFlow/","url_abs":"https://arxiv.org/abs/2508.18506","url_pdf":"https://arxiv.org/pdf/2508.18506","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2508.18506","atlas_url":"https://app.syntology.ai/?focus=2508.18506","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2508.18506"}},"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":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/ajinkyakhoche/DoGFlow","reach":{"status":"ok","spdx":"BSD-3-Clause"}}],"summary":{"unverified":6},"by_repo_kind":{"found_in_text":{"samples":6,"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":"6b2ca04132c2593c","entry":"collate_fn_pad","repo":"ajinkyakhoche/DoGFlow","repo_kind":"found_in_text","path":"src/dataset.py","file_url":"https://github.com/ajinkyakhoche/DoGFlow/blob/HEAD/src/dataset.py","link_basis":"first_harvest_node","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":"6b2ca04132c2593c"}},{"code_sha256_prefix":"133aec51ee5b1a44","entry":"deflowLoss","repo":"ajinkyakhoche/DoGFlow","repo_kind":"found_in_text","path":"src/lossfuncs.py","file_url":"https://github.com/ajinkyakhoche/DoGFlow/blob/HEAD/src/lossfuncs.py","link_basis":"first_harvest_node","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":"ae8f0858d488482b","entry":"find_closest_integer_in_ref_arr","repo":"ajinkyakhoche/DoGFlow","repo_kind":"found_in_text","path":"dataprocess/misc_data.py","file_url":"https://github.com/ajinkyakhoche/DoGFlow/blob/HEAD/dataprocess/misc_data.py","link_basis":"first_harvest_node","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":"ae8f0858d488482b"}},{"code_sha256_prefix":"f8ec3f097252a75a","entry":"is_ground_points","repo":"ajinkyakhoche/DoGFlow","repo_kind":"found_in_text","path":"dataprocess/extract_waymo.py","file_url":"https://github.com/ajinkyakhoche/DoGFlow/blob/HEAD/dataprocess/extract_waymo.py","link_basis":"first_harvest_node","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":"5ee23f3bff7060f9","entry":"remove_ego_points","repo":"ajinkyakhoche/DoGFlow","repo_kind":"found_in_text","path":"dataprocess/extract_man.py","file_url":"https://github.com/ajinkyakhoche/DoGFlow/blob/HEAD/dataprocess/extract_man.py","link_basis":"first_harvest_node","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":"5ee23f3bff7060f9"}},{"code_sha256_prefix":"82ca3787fafa7371","entry":"zeroflowLoss","repo":"ajinkyakhoche/DoGFlow","repo_kind":"found_in_text","path":"src/lossfuncs.py","file_url":"https://github.com/ajinkyakhoche/DoGFlow/blob/HEAD/src/lossfuncs.py","link_basis":"first_harvest_node","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":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.CV","source":"arxiv_api"},"syntology_extracted_results":null}