Papers › Weakly Supervised Cross-Modal Learning for 4D Radar Scene Flow Estimation

Weakly Supervised Cross-Modal Learning for 4D Radar Scene Flow Estimation

18 May 2026ICMLarXiv:2605.18507added by Syntology

Jingyun Fu, Zhiyu Xiang, Na Zhao

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

Due to the difficulty of obtaining ground-truth data for 4D radar scene flow estimation, previous methods typically rely on either self-supervised losses or cross-modal supervision using 3D LiDAR data, 2D images, and odometry. However, self-supervised approaches often yield suboptimal results due to radar's inherently low-fidelity measurements, while existing cross-modal supervised methods introduce complex multi-task architecture and require costly LiDAR sensors to generate pseudo radar scene flow labels from pretrained 3D tracking models. To overcome these limitations, we propose a task-specific iterative framework for weakly supervised radar scene flow learning, using only images and odometry for auxiliary supervision during training. Specially, we establish two novel instance-aware self-supervised losses by exploiting off-the-shelf 2D tracking and segmentation algorithms to obtain tracked instance masks, which are back-projected into 3D space to provide instance-level semantic guidance; for static regions, we integrate vehicle odometry with radar's intrinsic motion cues to construct a rigid static loss. Extensive experiments on the real-world View-of-Delft (VoD) dataset demonstrate that our method not only surpasses state-of-the-art cross-modal supervised approaches that rely on 3D multi-object tracking on dense LiDAR point clouds but also outperforms existing fully supervised scene flow estimation methods. The code is open-sourced at \href{https://github.com/FuJingyun/IterFlow}{https://github.com/FuJingyun/IterFlow}.

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="2605.18507")

Code

Syntology Ran 16 of 16 code samples harvested from 1 repository linked to this paper; 0 have no recorded run. Of those that ran: 16 ran with no contract checked.

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

FuJingyun/IterFlow 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

16 samples harvested; 16 ran; 0 honoured the contract we drafted; 0 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.

16ran

Licence: 16 of the 16 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 FuJingyun/IterFlow. “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.

cal_grid_index FuJingyun/IterFlow/dataprocess/preprocess/radar_filter.py found in paper text by Syntology ran no licence file found · pointer only · 29fb577bcd69f88c · report
collate_fn_pad FuJingyun/IterFlow/dataprocess/YOLOv11-DeepSort/src/dataset.py found in paper text by Syntology ran no licence file found · pointer only · ddb49ea432e34b03 · report
deflowLoss FuJingyun/IterFlow/dataprocess/YOLOv11-DeepSort/src/lossfuncs/supervise.py found in paper text by Syntology ran no licence file found · pointer only · c2f921dd8972e2cf · report
draw_box_2d_pic FuJingyun/IterFlow/dataprocess/yolo11_deepsort_segany.py found in paper text by Syntology ran no licence file found · pointer only · 6552ada07b5e79c7 · report
draw_seg_pic FuJingyun/IterFlow/dataprocess/yolo11_deepsort_segany.py found in paper text by Syntology ran no licence file found · pointer only · a0cdf0b697205bd7 · report
extract_flow_number FuJingyun/IterFlow/dataprocess/YOLOv11-DeepSort/src/dataset.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 4abd1169cca5f7bb · report
get_neighbor FuJingyun/IterFlow/dataprocess/preprocess/radar_filter.py found in paper text by Syntology ran no licence file found · pointer only · 1c1dab03a4e6feed · report
int_box_2d_pic FuJingyun/IterFlow/dataprocess/yolo11_deepsort_segany.py found in paper text by Syntology ran no licence file found · pointer only · cd1bab9729b5de67 · report
is_in_mesh FuJingyun/IterFlow/dataprocess/preprocess/radar_filter.py found in paper text by Syntology ran no licence file found · pointer only · 007ecca780d01f66 · report
mambaflowLoss FuJingyun/IterFlow/dataprocess/YOLOv11-DeepSort/src/lossfuncs/supervise.py found in paper text by Syntology ran no licence file found · pointer only · 021f720972b878d5 · report
nearest_neighbor_search FuJingyun/IterFlow/dataprocess/gen_ra_gt_flow.py found in paper text by Syntology ran no licence file found · pointer only · 7faad13e56028963 · report
rotation_3d_in_axis FuJingyun/IterFlow/dataprocess/gen_ra_gt_flow.py found in paper text by Syntology ran no licence file found · pointer only · bb7856ac0e9fe438 · report
seflow_auto FuJingyun/IterFlow/dataprocess/YOLOv11-DeepSort/src/autolabel.py found in paper text by Syntology ran no licence file found · pointer only · 812ab9b6fc56be4a · report
seflowpp_auto FuJingyun/IterFlow/dataprocess/YOLOv11-DeepSort/src/autolabel.py found in paper text by Syntology ran no licence file found · pointer only · 5ae115155beeafdd · report
shiftClusterid FuJingyun/IterFlow/dataprocess/YOLOv11-DeepSort/src/autolabel.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 84104dbc4df80761 · report
surface_equ_3d FuJingyun/IterFlow/dataprocess/gen_ra_gt_flow.py found in paper text by Syntology ran no licence file found · pointer only · b53ceecb7fafc29d · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.18507, was issued in May 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