Skip to content

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

  1. Radar Basics: what radar measures and why it is not a camera.
  2. Wireless Sensing: how WiFi CSI, radar, and other signal-based sensing methods are related.
  3. FMCW Radar: chirps, beat frequency, range, velocity, and angle.
  4. mmLock Paper: system flow, threat model, and method boundaries.
  5. FFT Pipeline: how raw ADC samples become radar cubes.
  6. Point Cloud: what each radar point means.
  7. Notebooks: the three project notebooks and their roles.
  8. 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.

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

mmLock paper figure