Wi-Fi Fall Detection Using CSI and Deep Learning

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing Wi-Fi-based movement detection systems face challenges in accurately distinguishing between similar activities and adapting to varying environmental conditions, leading to reduced accuracy and increased false positives.

Innovation Solution

A system utilizing convolutional neural networks and gated recurrent units to analyze channel state information from Wi-Fi signals, combined with signal cleaning and object tracking, to identify motion patterns and trigger alerts for falls or distress.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Device complexity

If histogram-based algorithms are used to classify human activities using CSI data, then the system can operate with simple reference data comparison, but the system becomes highly sensitive to environmental dynamics and produces reduced accuracy with increased false positives

Engineering Contradiction:
Improvealgorithm complexityVSAvoidactivity classification accuracy
Core Design Contradiction:
Device complexityVSMeasurement precision

Solution Approach 1:

The patent transforms the classification approach from histogram-based statistical comparison to deep learning-based feature extraction. The system changes the parameter of algorithmic complexity by implementing CNNs for spatial feature extraction and LSTMs for temporal pattern recognition, which initially increases complexity but ultimately improves robustness to environmental changes through learned invariances.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The patent replaces the mechanical histogram-based statistical system with a neural network-based cognitive system. The CNN-LSTM architecture substitutes simple threshold comparisons with learned feature representations, enabling the system to distinguish between environmental variations and actual human activities more effectively.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

2Adaptability or versatility

If statistical approaches like SVM or HMM are used to identify patterns in CSI data, then the system can detect movement patterns, but the system fails to deal with intra-class variability and subtle inter-class differences under changing environmental conditions

Engineering Contradiction:
Improvepattern recognition capabilityVSAvoiddetection accuracy under varying conditions
Core Design Contradiction:
Adaptability or versatilityVSReliability

Solution Approach 1:

The patent introduces dynamic adaptability through deep learning models that can learn and adapt to changing environmental conditions. The LSTM component specifically handles temporal dynamics, allowing the system to adapt to varying patterns over time while maintaining reliable detection through learned invariances to environmental changes.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The patent adds temporal dimension processing by combining CNNs (spatial features) with LSTMs (temporal sequences). This dimensional expansion allows the system to capture both spatial patterns and temporal evolution of activities, improving reliability by considering multi-dimensional characteristics rather than static patterns.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

3Measurement precision

If deep learning architectures like CNN and LSTM are used to extract spatial and temporal features from CSI data, then the system achieves robust and accurate activity recognition, but the device complexity and computational requirements increase

Engineering Contradiction:
Improveactivity detection accuracyVSAvoidsystem complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent segments the complex deep learning task into distinct functional components: CNN modules for spatial feature extraction from amplitude and phase data, LSTM modules for temporal sequence modeling, and separate processing streams for different Wi-Fi channels. This segmentation manages complexity by organizing the system into modular, specialized units.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent creates a universal deep learning framework that can process multiple types of CSI data (amplitude, phase, different Wi-Fi channels) through a unified CNN-LSTM architecture. This multi-functional system handles various human activities and environmental conditions through a single integrated model, managing complexity through generalization rather than separate specialized systems.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Applied Scientific Principles

This section explains which scientific principles are used to turn an abstract innovation direction into a practical engineering solution.

Function Achieved in This Case

Enhances detection accuracy and resilience to environmental influences, enabling continuous, non-invasive monitoring of human activities with reduced false positives.

Implementation Method 1

the Channel State Information (CSI) of the Wi-Fi signal changes. CSI provides detailed information about the state of a wireless channel by capturing the amplitude and phase of transmitted signals across multiple subcarriers. When a person moves within a Wi-Fi-covered area, their movements cause fluctuations in the CSI data due to the reflection, scattering, and diffraction of Wi-Fi signals

Methodology Applied
Scientific EffectReflection: Reflection

Implementation Method 2

their movements cause fluctuations in the CSI data due to the reflection, scattering, and diffraction of Wi-Fi signals as the Wi-Fi signals propagates from a signal source to a signal receiver

Methodology Applied
Scientific EffectScattering: Scattering

Implementation Method 3

their movements cause fluctuations in the CSI data due to the reflection, scattering, and diffraction of Wi-Fi signals as the Wi-Fi signals propagates from a signal source to a signal receiver

Methodology Applied
Scientific EffectDiffraction: Diffraction

Data Source

PatentUS20260004648A1Smart Wireless Movement Detection and Security Alert System
Publication Date: 2026.01.01 MOTION AI LABS LLC
  • US20260004648A1 patent drawing
  • US20260004648A1 patent drawing
  • US20260004648A1 patent drawing

AI summary

A system and method of detecting if a person has fallen or is otherwise in distress within a defined region of interest. At least one Wi-Fi transmitter is provided that transmits Wi-Fi signals throughout a region of interest. Wi-Fi signals contain channel state information that is affected by motion patterns of objects within the region of interest. At least one Wi-Fi receiver is used for receiving the Wi-Fi signals that are propagating through the region of interest. The Wi-Fi receivers capture channel state information data streams that contain the changing channel state information of the Wi-Fi signals. The channel state information data streams are analyzed with convolutional neural networks and gated recurrent units to identify the motion patterns within the region of interest. An alarm condition is produced should the motion patterns match known motion patterns that correspond to a person falling or otherwise becoming compromised.