Identity-verified Gesture Recognition based on Time-of-Flight Sensors
A privacy-preserving, identity-verified gesture interface built on a single low-cost time-of-flight camera, designed and tested in real workspaces with Tridonic.
Download PDF · Code · Demo video

Why this work is interesting
Touch-free gesture control is attractive for smart buildings, but two problems keep it out of real deployments: ordinary cameras are privacy-invasive, and anyone in view can trigger a command. This thesis asks whether a single ceiling-mounted depth camera can both recognize a gesture and verify that the authorized person made it, without ever capturing a photograph or enrolling anyone’s biometrics.
Questions it investigates
- Can gestures be recognized reliably from depth alone, with no RGB image and no identifiable visual information?
- Can the system confirm the gesture came from the authorized user, using only a wrist-worn IMU as a passive identity token, with no biometric enrollment?
- Does identity-verified control still hold up when several people share the same space?
Highlight results
- 87% gesture-recognition accuracy (micro-F1 0.906), with near-perfect rejection of unintended movements (precision 0.997).
- 99.7% of authorized time correctly attributed in single-person scenes (F1 0.951).
- 88.7% correct attribution and 1.000 online precision even in multi-person scenes, at roughly 3 s end-to-end latency.
- All achieved with no RGB imagery and no prior biometric registration.
Abstract
Smart indoor environments increasingly rely on natural, touch-free interfaces to enable seamless Human-Computer Interaction (HCI). Gesture recognition has emerged as an intuitive approach for triggering actions in such spaces. However, conventional RGB-based systems raise two fundamental concerns: privacy, since color cameras capture personally identifiable visual information, and access control, since gesture commands can be issued by any person in the scene regardless of their authorization. This thesis proposes a privacy-conscious, identity-verified gesture recognition system for indoor smart environments. A single Time-of-Flight (ToF) depth camera mounted in an overhead position provides continuous depth sensing without capturing color or texture information. An Inertial Measurement Unit (IMU) worn on the wrist of the authorized person serves as a passive identity token. The system fuses depth-based person tracking with IMU motion signals to determine which tracked agent corresponds to the authorized user, enabling gesture commands to be accepted exclusively from that individual without requiring prior user enrollment or storing any kind of personal information of users. The processing pipeline encompasses depth-based foreground segmentation, morphological filtering, blob detection, Kalman filter tracking, confidence-based IMU-vision fusion for authorization, IMU-driven gesture segmentation, and Dynamic Time Warping (DTW) template matching for gesture classification. The system supports both single-agent and multi-agent scenarios. The system is evaluated on a dataset of 57 recorded scenarios across 11 participants. Offline gesture recognition achieves 87.0% overall accuracy with a micro F1-score of 0.906 and near-perfect precision of 0.997, confirming reliable rejection of out-of-distribution movements. In single-agent online scenarios, authorization achieves an F1-score of 0.951 (accuracy: 93.0%) with 99.7% of authorized time attributed to the correct agent. In multiagent scenarios, authorization achieves an F1-score of 0.723 (accuracy: 73.3%) and close to 80% of authorized time attributed to the correct agent, with the reduction attributed primarily to transient false authorizations caused by simultaneous motion of multiple tracked agents. Across all scenarios, 88.7% of total authorized time is correctly attributed to the ground-truth agent. Online gesture precision is 1.000 across all scenarios, with recognition latency averaging 2.97 s end-to-end. The results demonstrate the feasibility of privacy-preserving, identity-aware gesture interaction using a single ToF camera and a wearable IMU, without relying on RGB imagery or prior biometric registration.
Demo video
Player not loading? Watch on YouTube ↗
From the work


