Mobile Device Anomaly Detection via Classifier Confirmation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

There is a need for effective behavioral monitoring and assessment of vulnerable individuals, such as the elderly, disabled, and those recovering from surgery or trauma, to timely detect medical anomalies like disorientation, seizures, or physical injuries, especially when they are not under supervised care, as timely detection is critical to prevent injuries or fatalities.

Innovation Solution

A computer-implemented method using sensor data from mobile devices to predict user states, transmitting confirmation requests to users, and sending notifications to secondary users if the user fails to respond or confirms the predicted state, employing classifiers trained on sensor data and geographic conditions to identify states like falls, disorientation, or seizures, with features like GPS and accelerometer data analysis.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If active behavioral monitoring is implemented using mobile devices, then detection accuracy of medical anomalies is improved, but device complexity and power consumption increase

Engineering Contradiction:
Improvedetection accuracyVSAvoidsystem complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The monitoring system is divided into multiple independent components: sensor data collection module, classifier engine for anomaly detection, confirmation request module, and notification system. Each component operates independently but coordinates through standardized interfaces, reducing overall system complexity while maintaining high detection accuracy through specialized function distribution.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

A confirmation request mechanism serves as an intermediary between the classifier engine and the notification system. When the classifier detects a potential anomaly, it first issues a confirmation request to the user's device before triggering alerts to emergency contacts. This intermediary step filters false positives and reduces unnecessary notifications while maintaining high true positive detection rates.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Loss of time

If continuous monitoring is performed to ensure timely detection, then response time is reduced, but energy consumption increases

Engineering Contradiction:
Improveresponse timeVSAvoidpower consumption
Core Design Contradiction:
Loss of timeVSUse of energy by moving object

Solution Approach 1:

The system implements periodic monitoring at optimized intervals rather than continuous monitoring. The classifier engine processes sensor data at scheduled intervals, and the confirmation request mechanism is triggered periodically when anomalies are detected. This periodic approach maintains timely detection capability while significantly reducing power consumption compared to continuous operation.

Inventive Principle:
Principle #19Periodic action

Solution Approach 2:

The system uses the mobile device's existing sensors and processing capabilities to perform self-monitoring without requiring additional power-intensive hardware. The classifier engine leverages the device's own processor and memory resources, and the confirmation requests utilize existing communication channels, allowing continuous monitoring functionality with minimal additional energy consumption.

Inventive Principle:
Principle #25Self-service

3Reliability

If confirmation requests are sent to users before notifications, then false alarms are reduced, but detection time is extended

Engineering Contradiction:
Improvealarm accuracyVSAvoiddetection time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The system performs preliminary classification of sensor data before issuing full anomaly notifications. The classifier engine pre-processes sensor readings and identifies potential anomalies, then sends confirmation requests to verify these preliminary findings. This preliminary action filters out false positives early in the process, improving overall alarm accuracy while keeping the additional time required minimal through efficient processing.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The confirmation request mechanism implements a feedback loop where the user's response to the confirmation request validates or refutes the classifier's preliminary anomaly detection. This feedback immediately confirms true positives and dismisses false positives, improving alarm accuracy. The system optimizes this feedback process by setting reasonable timeout periods and using push notifications for rapid user response, minimizing the time extension while maximizing reliability.

Inventive Principle:
Principle #23Feedback

Data Source

PatentUS10445464B2System and method for detecting medical anomalies using a mobile communication device
Publication Date: 2019.10.15 SMITH MICRO SOFTWARE LLC
  • US10445464B2 patent drawing
  • US10445464B2 patent drawing
  • US10445464B2 patent drawing

AI summary

A computer-implemented method is provided including receiving sensor data from a mobile device corresponding to a first user. A user state of the first user is predicted based on the sensor data. A request is transmitted to the first user to confirm the predicted user state, and a notification is transmitted regarding the predicted user state to a second user responsive to the first user's confirmation of the predicted user state or the first user's failure to respond to the request. A computing system for monitoring and reporting activity of a mobile device is also provided.