Home > On-Demand Archives > Talks >
AI in Radar Signal Processing
Nir Regev - Watch Now - DSP Online Conference 2025 - Duration: 49:32
This lecture offers a comprehensive overview of the evolution, principles, and cutting-edge applications of radar technology. We trace radar's development from its early days to modern advancements, emphasizing the integration of digital and statistical signal processing with artificial intelligence (AI). Key topics include the history of radar, modern techniques such as FMCW (Frequency Modulated Continuous Wave) and Pulse Doppler radars, and AI's transformative role in detection, tracking, classification, and decision-making.
We delve into the technical foundations of radar signal processing, explaining concepts like frequency modulation, signal mixing, and range-Doppler processing. The lecture also covers the significant AI applications in radar, such as clutter suppression, target classification, and adaptive waveform optimization. Challenges like the need for large training datasets, model interpretability, and robust AI systems are discussed alongside solutions like data augmentation and generative models.
Through detailed explanations and high-level block diagrams, the lecture aims to provide a solid understanding of radar systems' operational principles and AI's role in enhancing their capabilities. This foundational knowledge prepares participants for deeper exploration of these technologies in subsequent modules.
This guide was created with the help of AI, based on the presentation's transcript. Its goal is to give you useful context and background so you can get the most out of the session.
What this presentation is about and why it matters
This talk surveys modern radar signal processing with an emphasis on how artificial intelligence (AI) augments classic DSP-based radar chains. It starts from basic radar principles (how range and velocity are measured) and walks through common system blocks — FMCW transmitters, stretch/mixing, range and Doppler FFTs, CFAR detection, tracking and classification — then highlights concrete AI uses: clutter suppression, target classification (drones vs birds, bicyclist vs pedestrian), adaptive waveform selection, and cognitive radar behaviors that change to the environment.
Why it matters: radar is everywhere — from automotive and robotics to security and aviation — and AI is changing how we extract information from radar returns. For engineers, combining statistical signal processing knowledge with practical machine learning techniques can shorten design cycles, improve detection/classification performance in real environments, and enable new product capabilities (low-power human identification, robust drone detection, waveform optimization under jamming, etc.).
Who will benefit the most from this presentation
- Radar and RF engineers who want to see practical AI applications layered on top of traditional DSP pipelines.
- Signal processing students and researchers learning how statistical signal processing interfaces with machine learning.
- Machine learning practitioners curious about sensor-domain specifics (spectrograms, micro-Doppler) and dataset challenges in radar.
- System architects and product engineers deciding trade-offs between embedded compute (FPGA/ASIC) and higher-level AI inference (GPU/accelerator).
What you need to know
Prior familiarity with these topics will help you follow the talk and get the most out of the examples and case studies:
- Basic radar physics and timing: a transmitted pulse/chirp reflects off a target and returns after a delay τ. Range R relates to τ by R = c·τ/2 (c = speed of light).
- FMCW chirp and beat frequency: in FMCW systems the transmitted chirp has slope S (Hz/s). Mixing the received delayed chirp with the transmit copy produces a beat frequency f_b ≈ S·τ, which is proportional to range.
- Range and Doppler processing: apply a FFT across fast time (per chirp) to obtain range bins, then an FFT across slow time (across chirps) to form a range–Doppler map where targets appear as peaks.
- CFAR detection and tracking: constant false alarm rate detectors pick candidate peaks; data association and tracking algorithms maintain identities over time.
- Micro-Doppler: small motions (rotors, limbs, vibration) create characteristic spectral signatures around the bulk Doppler — these signatures are highly informative for classification.
- Feature extraction vs end-to-end learning: you can handcraft features (moments, cumulants, spectral centroids, entropy) and use classical ML (random forest, SVM), or feed images (spectrograms, range-Doppler maps) to CNNs with transfer learning.
- Training data and simulation: labeled radar datasets are scarce; synthetic data and digital twins, plus techniques like data augmentation or GANs, are commonly used to expand training sets.
- Interpretability and compute trade-offs: tree-based methods are interpretable and cheap at runtime; CNNs often need more compute but can learn complex features from images.
Glossary
- FMCW (Frequency-Modulated Continuous Wave): a radar waveform where frequency is swept linearly over time (chirp); used to measure range via beat frequency.
- Beat frequency (f_b): the difference frequency produced by mixing received delayed chirp with transmit copy; proportional to time delay and hence range.
- Range–Doppler map: a 2D representation with range on one axis and Doppler velocity on the other; peaks indicate potential targets.
- CFAR (Constant False Alarm Rate): adaptive thresholding algorithm used to detect peaks in noisy radar data while controlling false alarm rates.
- Micro-Doppler: secondary Doppler modulation caused by rotating or vibrating parts (blades, limbs) that produces rich signatures for classification.
- Spectrogram / STFT: short-time Fourier transform magnitude plotted versus time and frequency; commonly used as an image input to CNNs for radar classification.
- Cumulants / Moments: statistical descriptors (higher-order moments) useful as phase- and shift-invariant features for distinguishing signal classes.
- Transfer learning: starting from a neural network pretrained on large datasets and fine-tuning it on radar spectrogram images to save data and training time.
- Random forest: an ensemble of decision trees used for classification or regression; valued for interpretability and modest runtime cost.
- Generative models (GANs): neural networks that synthesize realistic examples (e.g., waveforms or ambiguity functions) to augment scarce radar training data.
Tip before you watch: when the talk discusses examples, try to map them onto the data pipeline above (mixing → range FFT → Doppler FFT → CFAR → feature extraction / image formation → classifier). Noting where AI replaces or augments each block will make the demonstrations easier to follow.
