End-to-End AI Radar Signal Processing
For my master’s thesis, I extended T-FFTRadNet with a dense radial-velocity head, enabling joint detection, occupancy, and per-cell velocity prediction from range–Doppler radar data.
Motion-aware perception in one radar model.
The work added dense scene-level motion estimation to T-FFTRadNet, an existing multi-task radar perception architecture, while retaining detection and occupancy outputs.
Radar senses motion directly, but dense motion fields remain difficult.
Doppler makes radar inherently sensitive to motion, yet many learned pipelines stop at object detection or occupancy. The thesis explored whether the same bird’s-eye-view stack could also predict a dense radial-velocity field.
Range–Doppler input to joint perception heads.
The pipeline processes range–Doppler input with a hierarchical Swin Transformer, decodes features into range–angle space, and predicts detection, occupancy, and radial velocity through joint heads.
Doppler-aware augmentation across ego speeds.
Training used Doppler-axis shifts to simulate changing ego speed while correcting the velocity targets consistently. The simulation covered ±20.48 m/s, with a maximum shift of ±256 bins and target correction Δv = shift × 0.08 × cos(θ).
Controlled accuracy and highway occupancy improvement.
Low velocity error in a clean, structured scene
Across the evaluated airport speeds, the predicted velocity grid reached an average mean absolute error of approximately 0.21 m/s.

A harder scene with ego motion and moving traffic
The highway sequence was selected as a harder evaluation because ego motion, denser traffic, and moving vehicles create stronger relative velocities and more ambiguous scene structure than the controlled airport sequence.
What the result demonstrates—and where it remains difficult.
The thesis demonstrates that dense radial-velocity prediction can sit inside the same bird’s-eye-view radar stack as detection and occupancy, adding scene-level motion information without a separate object-level pipeline.