RETR: Multi-View Radar Detection Transformer for Indoor Perception
Ryoma Yataka, Adriano Cardace, Pu Perry Wang, Petros Boufounos, Ryuhei Takahashi
TL;DR
RETR addresses indoor perception with multi-view radar by adapting the DETR transformer framework to fuse horizontal and vertical radar heatmaps. It introduces depth-prioritized tunable positional encoding, a tri-plane set-prediction loss that jointly supervises radar and image planes, and a learnable radar-to-camera transformation constrained to the SO(3) group via a Lie-algebra-based reparameterization. The architecture uses Top-K feature selection to manage complexity, and a cross-view encoder plus decoder learns 3D spatial embeddings for objects, projecting 3D radar boxes into the image plane for detection and segmentation. Empirical results on MMVR and HIBER show substantial improvements over RFMask and DETR baselines, with notable gains from incorporating TPE and tri-plane supervision, validating RETR as a strong, end-to-end approach for indoor radar perception with practical inference times. The work also discusses limitations (e.g., arm-position accuracy and ghost targets) and broader implications for privacy-preserving yet potentially privacy-invasive indoor sensing.
Abstract
Indoor radar perception has seen rising interest due to affordable costs driven by emerging automotive imaging radar developments and the benefits of reduced privacy concerns and reliability under hazardous conditions (e.g., fire and smoke). However, existing radar perception pipelines fail to account for distinctive characteristics of the multi-view radar setting. In this paper, we propose Radar dEtection TRansformer (RETR), an extension of the popular DETR architecture, tailored for multi-view radar perception. RETR inherits the advantages of DETR, eliminating the need for hand-crafted components for object detection and segmentation in the image plane. More importantly, RETR incorporates carefully designed modifications such as 1) depth-prioritized feature similarity via a tunable positional encoding (TPE); 2) a tri-plane loss from both radar and camera coordinates; and 3) a learnable radar-to-camera transformation via reparameterization, to account for the unique multi-view radar setting. Evaluated on two indoor radar perception datasets, our approach outperforms existing state-of-the-art methods by a margin of 15.38+ AP for object detection and 11.91+ IoU for instance segmentation, respectively. Our implementation is available at https://github.com/merlresearch/radar-detection-transformer.
