Driver Monitoring Alarm Logic Using AI Voting to Cut False Alerts

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing driver monitoring systems (DMS) face issues with false alarms, inaccurate detection due to varying driver positions and occlusions, and installation challenges, leading to reduced performance and reliability.

Innovation Solution

A method utilizing a deep learning model to analyze driver images, incorporating voting algorithms to enhance anomaly detection accuracy by considering previous prediction results and thresholds, and determining alarms based on continuous anomaly patterns.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Device complexity

If a separated alarm related algorithm is not added to a model used in the DMS, then the model complexity is reduced, but the alarm accuracy deteriorates causing false alarms during driving

Engineering Contradiction:
Improvemodel complexityVSAvoidalarm accuracy
Core Design Contradiction:
Device complexityVSReliability

Solution Approach 1:

The alarm detection system is segmented into multiple independent algorithms: a primary detection algorithm for initial anomaly identification, and separate alarm-related algorithms for secondary verification. This segmentation allows each algorithm to specialize in specific detection tasks, improving overall alarm accuracy while maintaining manageable model complexity through modular architecture.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

An intermediary verification mechanism is introduced between the primary detection algorithm and the final alarm output. The alarm-related algorithms act as intermediaries that cross-check primary detection results, filtering out false positives before generating final alarms. This intermediary layer enhances reliability without requiring complete redesign of the base model.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Measurement precision

If a sensitive driver detection algorithm is used, then the detection precision is improved, but the false alarm frequency increases

Engineering Contradiction:
Improvedetection precisionVSAvoidfalse alarm frequency
Core Design Contradiction:
Measurement precisionVSReliability

Solution Approach 1:

The system applies partial verification actions to detection results. Instead of fully verifying every detected anomaly, the system selectively applies alarm-related algorithms based on confidence levels and anomaly types. This partial verification approach maintains high detection precision while reducing false alarm frequency by avoiding over-verification of low-risk cases.

Inventive Principle:
Principle #16Partial or excessive action

Solution Approach 2:

A feedback mechanism is implemented where alarm-related algorithms provide corrective feedback to the primary detection algorithm. When false positives are identified through secondary verification, the system adjusts detection thresholds and parameters, creating a closed-loop system that continuously optimizes the balance between detection precision and false alarm frequency.

Inventive Principle:
Principle #23Feedback

3Measurement precision

If the DMS product is customized for each vehicle installation location, then the detection accuracy is improved, but the ease of manufacture deteriorates

Engineering Contradiction:
Improvedetection accuracyVSAvoidinstallation customization
Core Design Contradiction:
Measurement precisionVSEase of manufacture

Solution Approach 1:

The DMS product incorporates dynamic calibration capabilities that automatically adapt to different installation locations and vehicle types. Rather than requiring manual customization for each installation, the system dynamically adjusts detection parameters, camera angles, and sensor configurations based on real-time environmental feedback, maintaining high detection accuracy while simplifying the manufacturing and installation process.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system implements self-service calibration features that automatically optimize detection accuracy for each installation location without requiring manual customization. The DMS performs self-adjustment of detection parameters, focal points, and alarm thresholds based on initial scanning and environmental assessment, eliminating the need for complex customization while maintaining high detection precision.

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS12539878B2Apparatus and method for providing alarm according to behavior of driver in driving monitoring system
Publication Date: 2026.02.03 NOTA INC
  • US12539878B2 patent drawing
  • US12539878B2 patent drawing
  • US12539878B2 patent drawing

AI summary

Disclosed is a method for providing an alarm based on a behavior of a driver in a driver monitoring system. The method includes receiving a first image corresponding to the driver within a vehicle, generating first model output information which indicates possibility that an anomaly which compromises safety of the driver exists in the first image, from the first image, by using an artificial intelligence model. The method includes generating a first anomaly primary prediction result indicating whether the anomaly exists in the first image by comparing the first model output information with a first threshold, generating a first anomaly secondary prediction result by performing a first voting using the first anomaly primary prediction result and determining an anomaly alarm corresponding to the first image by performing a second voting using the first anomaly secondary prediction result.