mmLock: From Radar Sensing to Data Protection¶
mmLock studies a focused device-security problem: after a user leaves a device, the screen or application may remain accessible for a short time. The paper uses mmWave FMCW radar to sense the leaving process and trigger data-protection actions.
This site starts from radar intuition, then explains FMCW sensing, the mmLock paper, FFT-based radar processing, point-cloud generation, and the CNN + BiLSTM notebook workflow.
Reading Path¶
- Radar Basics: what radar measures and why it is not a camera.
- Wireless Sensing: how WiFi CSI, radar, and other signal-based sensing methods are related.
- FMCW Radar: chirps, beat frequency, range, velocity, and angle.
- mmLock Paper: system flow, threat model, and method boundaries.
- FFT Pipeline: how raw ADC samples become radar cubes.
- Point Cloud: what each radar point means.
- Notebooks: the three project notebooks and their roles.
- CNN + BiLSTM: point-cloud sequence classification.
Project Notebooks¶
| Notebook | Role |
|---|---|
mmlock_c61_paper_reading_en.ipynb |
English paper-reading notebook for mmLock. |
radar_fft_cube_progress_en.ipynb |
English radar FFT processing workflow. |
cnn_blstm_pointcloud_training_en.ipynb |
English point-cloud sequence modeling workflow. |
mmlock_c61_paper_reading_zh.ipynb |
Chinese paper-reading notebook for mmLock. |
radar_fft_cube_progress_zh.ipynb |
Chinese radar FFT processing workflow. |
cnn_blstm_pointcloud_training_zh.ipynb |
Chinese point-cloud sequence modeling workflow. |
Related Code Repositories¶
- Radar data-processing platform: mmwave-fmcw-cascade-mimo-sensing-platform
- MIMO FMCW radar simulator: MIMO-FMCW-Radar-Simulator-Multiprocess
The data-processing platform is closer to real mmWave FMCW radar pipelines. The simulator is useful for understanding chirps, MIMO, FFT, virtual antennas, and point-cloud generation in a controlled setting.
Paper¶
- Repository PDF:
C61.pdf - Title: mmLock: User Leaving Detection Against Data Theft via High-Quality mmWave Radar Imaging
- DOI: https://doi.org/10.1109/ICCCN58024.2023.10230151
- ASU record: https://asu.elsevierpure.com/en/publications/mmlock-user-leaving-detection-against-data-theft-via-high-quality/
- Public PDF source: ASU CNSG public PDF
