Dataset Viewer
Auto-converted to Parquet Duplicate
clip_id
stringlengths
11
11
fault_type
stringclasses
7 values
severity
int64
0
3
device_id
stringclasses
2 values
session_id
stringclasses
2 values
scene_id
stringclasses
5 values
run_id
stringlengths
7
7
source
stringclasses
1 value
imu_rms_accel_ms2
float64
9.81
12.2
mean_yaw_deg
float64
-1.69
10.4
board_temp_c
float64
30.9
46.5
ambient_temp_c
float64
21.4
25.5
delta_temp_c
float64
6.51
24.2
gps_lat
float64
33.8
33.8
gps_lon
float64
-84.4
-84.39
platform_speed_mps
float64
0.04
1.85
clip_000000
healthy
0
mmwcas01
20260406_morning
lab_A
run_000
mmwcas
9.807613
-1.376022
35.993428
22.861736
13.131693
33.775919
-84.394721
0.041169
clip_000001
vibration
2
mmwcas02
20260406_afternoon
lab_B
run_001
mmwcas
10.244289
-1.266382
36.534869
22.530526
14.004344
33.775038
-84.397313
0.584289
clip_000002
misalignment
3
mmwcas01
20260406_morning
parking_lot
run_002
mmwcas
9.805732
10.424503
35.628495
24.465649
11.162846
33.775976
-84.396901
1.368466
clip_000003
blockage
1
mmwcas02
20260406_afternoon
campus_road
run_003
mmwcas
9.805207
1.637282
34.416613
22.986503
11.43011
33.775809
-84.39826
1.093421
clip_000004
rx_degradation
2
mmwcas01
20260406_morning
loading_dock
run_004
mmwcas
9.805375
-0.914604
36.476933
23.171368
13.305565
33.774017
-84.395956
0.281848
clip_000005
thermal_stress
3
mmwcas02
20260406_afternoon
lab_A
run_005
mmwcas
9.805118
1.261846
46.48386
22.323078
24.160782
33.775291
-84.395969
0.661796
clip_000006
rf_interference
1
mmwcas01
20260406_morning
lab_B
run_006
mmwcas
9.807604
0.55023
36.95109
21.893665
15.057425
33.775962
-84.396945
1.52157
clip_000007
healthy
0
mmwcas02
20260406_afternoon
parking_lot
run_007
mmwcas
9.806839
-1.568434
34.928348
24.564644
10.363704
33.775539
-84.396208
1.815133
clip_000008
vibration
3
mmwcas01
20260406_morning
campus_road
run_008
mmwcas
12.205331
-1.69208
31.024862
24.477894
6.546968
33.775929
-84.39683
1.785118
clip_000009
misalignment
1
mmwcas02
20260406_afternoon
loading_dock
run_009
mmwcas
9.805825
3.002557
36.026535
22.297947
13.728588
33.775365
-84.397715
0.239731
clip_000010
blockage
2
mmwcas01
20260406_morning
lab_A
run_010
mmwcas
9.806825
0.812076
34.158709
22.838714
11.319995
33.773681
-84.396327
0.569681
clip_000011
rx_degradation
3
mmwcas02
20260406_afternoon
lab_B
run_011
mmwcas
9.80526
-1.041752
35.12046
25.463242
9.657218
33.775341
-84.395157
0.475275
clip_000012
thermal_stress
1
mmwcas01
20260406_morning
parking_lot
run_012
mmwcas
9.807244
0.143099
30.912258
24.402794
6.509464
33.775034
-84.3962
1.355129
clip_000013
rf_interference
2
mmwcas02
20260406_afternoon
campus_road
run_013
mmwcas
9.807287
-1.302534
33.993049
21.449337
12.543712
33.774817
-84.396622
1.849387

Rad-R: A Real-World Raw-ADC Dataset and Benchmark for mmWave Radar Robustness

Webpage | Code | Paper | PyPI

This is a demo release with 20 clips. The full dataset (~5,000 clips) will be available upon paper acceptance at NeurIPS 2026 Evaluations & Datasets Track.

Overview

Rad-R is the first mmWave radar dataset combining:

  • Raw ADC captures from a TI MMWCAS-RF-EVM 77 GHz cascaded radar (12 TX × 16 Rx = 192 virtual channels)
  • Controlled hardware fault annotations across 6 fault types at 3 severity levels
  • Synchronized companion sensors: IMU (BNO055), temperature (DS18B20), GPS (NEO-M9N), camera
  • 4 out-of-distribution evaluation splits: device, day, scene, severity
  • RadRBench: standardized benchmarking system with 5 evaluation tasks

Fault Taxonomy

Fault Type S0 (Healthy) S1 (Mild) S2 (Moderate) S3 (Severe)
healthy ✓ baseline
vibration <2 m/s² RMS 2-5 m/s² >5 m/s²
misalignment 2-4° yaw 5-8° >9°
blockage <30% coverage 30-70% >70%
rx_degradation <3 dB drop 3-8 dB >8 dB
thermal_stress ΔT 5-10°C 10-20°C >20°C
rf_interference Far/off-axis Partial align Near boresight

Data Format

Metadata (viewable above)

Each row in the dataset viewer shows per-clip metadata including fault type, severity, sensor readings (IMU, temperature, GPS), device ID, and scene ID.

HDF5 Files (downloadable)

Each clip in the HDF5 files contains:

Field Shape Type Description
iq (1, 64, 256, 16) complex64 Raw IQ tensor (frames, chirps, samples, rx)
rd (224, 224) float32 Range-Doppler map (log-normalized)
ra (224, 224) float32 Range-Azimuth map (beamformed)
microdoppler (224, 224) float32 Micro-Doppler spectrogram

Plus per-clip attributes: fault_type, severity, device_id, scene_id, session_id, run_id, sha256, and all sensor context values.

File Structure

radr.h5        — Full dataset (per-clip HDF5 groups, gzip compressed)
train.h5       — Pre-split flat arrays for fast training (14 clips)
val.h5         — Validation split (3 clips)
test.h5        — Test split (3 clips)
index.json     — Lightweight metadata sidecar
splits.json    — Split definitions
data/          — CSV metadata for HuggingFace viewer

Quick Start

Option 1: radr Python package

pip install radr
from radr import RadRDataset, RadRBench, build_model

# Load dataset
ds = RadRDataset("path/to/data", representation="rd")
sample = ds[0]  # {"input": (1, 224, 224), "fault_label": int, "severity_label": int}

# Build and benchmark a model
model = build_model("resnet18")
results = RadRBench.evaluate(model, "path/to/data", representation="rd")
RadRBench.print_summary(results)

Option 2: HuggingFace datasets

from datasets import load_dataset
ds = load_dataset("gtaxcenter/radr", split="train")

Available Models (via build_model())

Model Input Type
resnet18 RD/RA/μD maps Traditional CNN
vit_small RD/RA/μD maps Vision Transformer
iqcnn Raw IQ 1D CNN
radrnet Raw IQ Hierarchical Mamba (ours)
clip RD maps (RGB) CLIP ViT-B/32 fine-tune
openclip RD maps (RGB) OpenCLIP ViT-L/14 LoRA
llava_lite RD maps LLaVA vision encoder
qwen2vl RD maps Qwen2-VL vision encoder
paligemma RD maps PaliGemma SigLIP
resnet18_fused RD+RA+μD Multi-rep gated fusion

Radar Configuration

Parameter Value
Hardware TI MMWCAS-RF-EVM (AWR1243 4-chip cascade)
Frequency 77 GHz
Bandwidth 2.53 GHz
ADC samples 256 per chirp
Loops 64 (Doppler dimension)
TDM-MIMO 12 TX × 16 Rx = 192 virtual channels
Range 0–15.2 m, resolution 0.059 m
Velocity ±21.3 m/s

Sensor Suite

Sensor Model Sample Rate Measurements
IMU Bosch BNO055 100 Hz 3-axis accel, gyro, magnetometer, euler angles
Temperature 2× DS18B20 1 Hz Board temp (PCB-DSP gap), ambient
GPS u-blox NEO-M9N 10 Hz Lat, lon, altitude, speed
Camera RPi Camera v3 10 fps 1280×720 RGB

Citation

@inproceedings{mallick2026radr,
  title={Rad-R: A Real-World Raw-ADC Dataset and Benchmark for mmWave Radar Robustness},
  author={Mallick, Mainak and Yim, Junghwan and Choi, Seung-Kyum},
  booktitle={NeurIPS Evaluations \& Datasets Track},
  year={2026}
}

License

CC BY-NC-SA 4.0

Links

Downloads last month
-