Papers › RadarMOSEVE: A Spatial-Temporal Transformer Network for Radar-Only Moving Object...

RadarMOSEVE: A Spatial-Temporal Transformer Network for Radar-Only Moving Object Segmentation and Ego-Velocity Estimation

22 Feb 2024arXiv:2402.14380links table onlyarchive 2025-07-28

Changsong Pang, Xieyuanli Chen, Yimin Liu, Huimin Lu, Yuwei Cheng

The archive published only this paper's code-link row. Authors, date and abstract are from arXiv's metadata (CC0), read from the Kaggle arXiv metadata snapshot of 2026-09-12 where its title matched the archive's; the title is the archive's.

Moving object segmentation (MOS) and Ego velocity estimation (EVE) are vital capabilities for mobile systems to achieve full autonomy. Several approaches have attempted to achieve MOSEVE using a LiDAR sensor. However, LiDAR sensors are typically expensive and susceptible to adverse weather conditions. Instead, millimeter-wave radar (MWR) has gained popularity in robotics and autonomous driving for real applications due to its cost-effectiveness and resilience to bad weather. Nonetheless, publicly available MOSEVE datasets and approaches using radar data are limited. Some existing methods adopt point convolutional networks from LiDAR-based approaches, ignoring the specific artifacts and the valuable radial velocity information of radar measurements, leading to suboptimal performance. In this paper, we propose a novel transformer network that effectively addresses the sparsity and noise issues and leverages the radial velocity measurements of radar points using our devised radar self- and cross-attention mechanisms. Based on that, our method achieves accurate EVE of the robot and performs MOS using only radar data simultaneously. To thoroughly evaluate the MOSEVE performance of our method, we annotated the radar points in the public View-of-Delft (VoD) dataset and additionally constructed a new radar dataset in various environments. The experimental results demonstrate the superiority of our approach over existing state-of-the-art methods. The code is available at https://github.com/ORCA-Uboat/RadarMOSEVE.

PaperPDFCodeCode 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="2402.14380")

Code

Syntology Ran 11 of 14 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 4 ran · fixture could not drive it; 5 ran with no contract checked.

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

orca-uboat/radarmoseve officialmentioned in paperpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

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

2ran · our draft was wrong
4ran · fixture could not drive it
5ran
3unverified

Licence: 14 of the 14 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 ORCA-Uboat/RadarMOSEVE. “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.

Cross_attention_block ORCA-Uboat/RadarMOSEVE/models/MOS/model.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · fd8d96ef4b86e508 · report
PointNetFeaturePropagation ORCA-Uboat/RadarMOSEVE/models/MOS/model.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · a7149928f441a509 · report
PointNetSetAbstraction ORCA-Uboat/RadarMOSEVE/models/MOS/model.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 44ec89e25a263b58 · report
Self_attention_block ORCA-Uboat/RadarMOSEVE/models/MOS/model.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 7ff47d027a625574 · report
TransitionUp ORCA-Uboat/RadarMOSEVE/models/MOS/model.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 388b926eaae1a090 · report
farthest_point_sample ORCA-Uboat/RadarMOSEVE/models/MOS/model.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 295c8424ac32f9cf · report
index_points ORCA-Uboat/RadarMOSEVE/models/MOS/model.py official repository ran · our draft was wrong no licence file found · pointer only · 5547bda8a763a5f4 · report
query_ball_point ORCA-Uboat/RadarMOSEVE/models/MOS/model.py official repository ran · fixture could not drive it no licence file found · pointer only · b6bfdc9d123ed9b5 · report
sample_and_group ORCA-Uboat/RadarMOSEVE/models/MOS/model.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · a2ecd00f36a343c1 · report
sample_and_group_all ORCA-Uboat/RadarMOSEVE/models/MOS/model.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 851a7e1fdd8b809a · report
square_distance ORCA-Uboat/RadarMOSEVE/models/MOS/model.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 74c3fe06cea2f553 · report
Encoder ORCA-Uboat/RadarMOSEVE/models/MOS/model.py official repository unverified no licence file found · pointer only · 524780a12eb5178c · report
MOS_module ORCA-Uboat/RadarMOSEVE/models/MOS/model.py official repository unverified no licence file found · pointer only · d0cb4a3286db60f8 · report
TransitionDown ORCA-Uboat/RadarMOSEVE/models/MOS/model.py official repository unverified no licence file found · pointer only · acb2388c6c7054cc · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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