Davon
Back to work
Project / 03RESEARCH

WiFi CSI Sensing

A research prototype studying WiFi Channel State Information as a privacy-aware sensing signal instead of direct camera-based input.

Problem

Camera-based sensing can expose sensitive visual information. Wireless signal-based sensing offers another path, but it needs careful experimentation and privacy-aware interpretation.

Role

Research / Experiments / Signal processing / ML

Stack

Python / WiFi CSI / ML / Data processing

Outcome / Learning

A technical research direction connecting sensing, machine learning, signal processing, and privacy constraints.

Visual Breakplaceholder / 2026
Monochrome WiFi CSI sensing diagram with transmitter, receiver, signal curves, and privacy-aware pipeline.

Monochrome WiFi CSI sensing diagram with transmitter, receiver, signal curves, and privacy-aware pipeline.

01

Problem

Camera-based sensing can expose sensitive visual information. Wireless signal-based sensing offers another path, but it needs careful experimentation and privacy-aware interpretation.

02

What I Built

Explore whether WiFi CSI signal patterns can support sensing tasks while avoiding direct visual capture and documenting privacy constraints.

  • CSI capture and controlled data collection workflow.
  • Preprocessing for noisy wireless signal data.
  • Feature extraction for model experiments.
  • Privacy-aware interpretation of sensing outputs.

03

System Design

The work is organized around the data flow: inputs, transformation steps, review points, and outputs. Keeping those boundaries explicit makes the system easier to test and iterate.

  • CSI capture
  • Preprocessing
  • Feature extraction
  • Model / analysis
  • Privacy evaluation

04

Technical Decisions

Decision / 01

Decision

Use WiFi CSI signals instead of camera-based sensing as the primary input.

Reason

Wireless signals can support sensing experiments without collecting direct imagery.

Tradeoff

Signal interpretation is less visually intuitive and requires stricter experimental controls.

Decision / 02

Decision

Separate preprocessing from feature extraction.

Reason

CSI data is noisy, and cleaning assumptions should be inspectable before model behavior is evaluated.

Tradeoff

The pipeline has more steps to document, but experiment changes become easier to isolate.

Decision / 03

Decision

Frame model outputs through privacy-aware interpretation.

Reason

The research question is not only whether sensing works, but what information the system exposes.

Tradeoff

Results need more careful explanation than a simple accuracy score.

05

Interface Decisions

Draft notes will be added as the project changes.

  • Present the work as a signal pipeline rather than a consumer product interface.
  • Use nodes, curves, and process blocks to make the invisible sensing workflow legible.
  • Avoid visual metaphors that imply camera-like observation.

06

Current Status

Research. A technical research direction connecting sensing, machine learning, signal processing, and privacy constraints.

  • Wireless signal data can vary with environment, hardware, and collection setup.
  • Privacy claims require careful boundaries and cannot be inferred from model accuracy alone.
  • The research artifact needs to communicate uncertainty clearly.

07

Next Iteration

Draft notes will be added as the project changes.

  • Refine controlled experiment design and data collection notes.
  • Compare model behavior across sensing conditions.
  • Document privacy assumptions and failure modes more explicitly.

Related Work

Other systems.

Work index