Abstract
Indoor scene understanding is fundamental to numerous applications, yet existing approaches rely on optical sensors that face challenges with occlusions and raise privacy concerns. Millimeter-wave (mmWave) radar offers a compelling privacy-preserving alternative—it can penetrate obstacles and operate regardless of lighting conditions. However, the inherently low spatial resolution of radar and complex multipath propagation in indoor environments make accurate scene understanding challenging.
We introduce RISE, a system that jointly performs indoor layout reconstruction and object detection from a single static mmWave radar. Our key insight is to leverage multipath reflections as geometric information rather than suppress them as noise. RISE employs Bi-Angular Multipath Enhancement (BAME), which explicitly models both the Angle-of-Arrival (AoA) and Angle-of-Departure (AoD) to recover secondary reflections and reveal hidden structures, paired with a Sim2Real Hierarchical Diffusion (SRHD) framework that transforms fragmented observations into complete scene representations.
We introduce the first large-scale radar dataset for this task (50,000 frames across 100 real indoor trajectories). RISE achieves a 60% reduction in Chamfer Distance over prior work, reaching 16 cm accuracy, and delivers the first mmWave-based object detection at 58% IoU.
The Multipath Problem — Turned Advantage
Conventional radar systems suppress multipath reflections (signals bouncing off walls) as noise. RISE treats them as a rich geometric signal.
Method
RISE consists of two tightly integrated components that transform raw mmWave radar signals into complete indoor scene representations.
Bi-Angular Multipath Enhancement (BAME)
Standard radar only measures the Angle-of-Arrival (AoA). BAME additionally models the Angle-of-Departure (AoD)—the direction a signal left the radar before reflecting. By jointly reasoning over both angles, RISE pinpoints the exact wall or surface a signal bounced off, effectively using reflections as virtual mirrors to see occluded regions.
- Models AoA and AoD jointly per radar return
- Recovers structures invisible to direct-path sensing
- Converts multipath from noise into geometric signal
Sim2Real Hierarchical Diffusion (SRHD)
Even after multipath recovery, radar observations remain sparse and incomplete. SRHD is a diffusion-based generative model that progressively denoises radar heatmaps into dense layout reconstructions and object detections. A physics-based simulator generates abundant training data; domain adaptation bridges the gap to the real world.
- Two-stage hierarchical diffusion: layout then objects
- Sim-to-real transfer reduces annotation burden
- Joint output: room floorplan + object bounding boxes
Multipath Inversion
Given an apparent ghost target location, RISE computes the geometric relationship between the ghost and the reflecting wall to recover the true object position. This inversion is closed-form and uses the bi-angular measurements from BAME.
Results
RISE outperforms prior work across all metrics, evaluated on 100 real indoor trajectories.
Dataset
The first large-scale benchmark for radar-based indoor scene understanding.
The dataset covers diverse indoor environments (offices, living rooms, corridors) with paired ground truth for room layout and object locations. Each trajectory provides a sequence of radar snapshots from a single static mmWave sensor, annotated with floorplan geometry and object bounding boxes.
View Paper for Dataset AccessWhy mmWave Radar?
Radar offers unique advantages over optical sensors for privacy-sensitive, challenging-condition deployments.
| Capability | RGB Camera | LiDAR | mmWave Radar (RISE) |
|---|---|---|---|
| Low-light operation | ✗ | ✓ | ✓ |
| Privacy preserving | ✗ | ✗ | ✓ |
| Penetrates obstacles | ✗ | ✗ | ✓ |
| Low hardware cost | ✓ | ✗ | ✓ |
| Layout reconstruction | Limited | Limited | ✓ (RISE) |
| Object detection | ✓ | ✓ | ✓ (RISE — first) |
BibTeX
@article{zhou2025rise,
title = {RISE: Single Static Radar-based Indoor Scene Understanding},
author = {Zhou, Kaichen and Dodds, Laura and Afzal, Sayed Saad and Adib, Fadel},
journal = {arXiv preprint arXiv:2511.14019},
year = {2025}
}