Table of Contents
Fetching ...

Unfolding Target Detection with State Space Model

Luca Jiang-Tao Yu, Chenshu Wu

TL;DR

A novel method that combines signal processing and deep learning by unfolding the CFAR detector with a state space model architecture is introduced, achieving high detection performance without manual parameter tuning, while preserving model interpretability.

Abstract

Target detection is a fundamental task in radar sensing, serving as the precursor to any further processing for various applications. Numerous detection algorithms have been proposed. Classical methods based on signal processing, e.g., the most widely used CFAR, are challenging to tune and sensitive to environmental conditions. Deep learning-based methods can be more accurate and robust, yet usually lack interpretability and physical relevance. In this paper, we introduce a novel method that combines signal processing and deep learning by unfolding the CFAR detector with a state space model architecture. By reserving the CFAR pipeline yet turning its sophisticated configurations into trainable parameters, our method achieves high detection performance without manual parameter tuning, while preserving model interpretability. We implement a lightweight model of only 260K parameters and conduct real-world experiments for human target detection using FMCW radars. The results highlight the remarkable performance of the proposed method, outperforming CFAR and its variants by 10X in detection rate and false alarm rate. Our code is open-sourced here: https://github.com/aiot-lab/NeuroDet.

Unfolding Target Detection with State Space Model

TL;DR

A novel method that combines signal processing and deep learning by unfolding the CFAR detector with a state space model architecture is introduced, achieving high detection performance without manual parameter tuning, while preserving model interpretability.

Abstract

Target detection is a fundamental task in radar sensing, serving as the precursor to any further processing for various applications. Numerous detection algorithms have been proposed. Classical methods based on signal processing, e.g., the most widely used CFAR, are challenging to tune and sensitive to environmental conditions. Deep learning-based methods can be more accurate and robust, yet usually lack interpretability and physical relevance. In this paper, we introduce a novel method that combines signal processing and deep learning by unfolding the CFAR detector with a state space model architecture. By reserving the CFAR pipeline yet turning its sophisticated configurations into trainable parameters, our method achieves high detection performance without manual parameter tuning, while preserving model interpretability. We implement a lightweight model of only 260K parameters and conduct real-world experiments for human target detection using FMCW radars. The results highlight the remarkable performance of the proposed method, outperforming CFAR and its variants by 10X in detection rate and false alarm rate. Our code is open-sourced here: https://github.com/aiot-lab/NeuroDet.

Paper Structure

This paper contains 9 sections, 11 equations, 6 figures, 2 tables.

Figures (6)

  • Figure 1: Comparison of CFAR and continuous state space model. Colors show the correspondence relationship between them.
  • Figure 2: Model architecture.
  • Figure 3: Layout of the sensing node contains a TI FMCW mmWave radar and an Intel RealSense depth camera.
  • Figure 4: Data collection scenarios include activity room, corridor, and office.
  • Figure 5: ROC curves of CFAR methods compared to our proposed method.
  • ...and 1 more figures