Image Analyzer Mask Detection Segmentation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing image processing techniques, such as template matching, struggle to accurately detect subjects wearing masks due to limitations in training machine learning systems for all face patterns, leading to potential erroneous detection.

Innovation Solution

An image analyzer is developed with multiple detectors and a determination unit that evaluates detection results from both face-without-mask and face-with-mask detectors, using past determination results to improve accuracy and reliability, and reduces computational complexity by narrowing the search area based on coarse candidate detection.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If separate machine learning systems are used for subjects with and without masks, then detection capability for different states is improved, but training completeness for all face patterns deteriorates leading to erroneous detection

Engineering Contradiction:
Improvedetection capability for different face statesVSAvoiddetection accuracy
Core Design Contradiction:
Adaptability or versatilityVSReliability

Solution Approach 1:

The detection system is segmented into multiple specialized detectors: a first detector for subjects without masks and a second detector for subjects with masks. Each detector is trained on specific face patterns, allowing them to specialize in their respective domains while the overall system maintains comprehensive coverage through the combination of these specialized components.

Inventive Principle:
Principle #1Segmentation

2Reliability

If multiple detectors are used to improve detection accuracy, then reliability of mask determination is improved, but device complexity increases

Engineering Contradiction:
Improvemask determination accuracyVSAvoiddetector system complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

Multiple detectors (first detector for maskless subjects and second detector for masked subjects) are merged into a unified determination unit that integrates their outputs. The determination unit combines the detection results from both detectors and uses past determination results to evaluate reliability, achieving accurate mask determination while managing system complexity through coordinated integration.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The determination unit utilizes past determination results as feedback to evaluate the reliability of current detection results. This feedback mechanism allows the system to learn from previous detections and adjust its assessment, improving accuracy while providing a structured approach to managing complexity through iterative refinement.

Inventive Principle:
Principle #23Feedback

3Reliability

If comprehensive search for subject areas is performed, then detection coverage is improved, but computational load increases

Engineering Contradiction:
Improvedetection coverageVSAvoidcomputational load
Core Design Contradiction:
ReliabilityVSUse of energy by moving object

Solution Approach 1:

A coarse detector performs preliminary detection to identify candidate areas before the more computationally intensive first and second detectors are activated. This preliminary action filters out unlikely regions, allowing the specialized detectors to focus only on promising areas, thereby reducing overall computational load while maintaining comprehensive coverage.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The search process is segmented into multiple stages: coarse detection to identify candidate areas, followed by selective fine detection using the first and second detectors only in relevant regions. This segmentation of the search process enables comprehensive coverage while significantly reducing computational requirements by avoiding unnecessary processing in all image regions.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS11188781B2Image analyzer, image analysis method, and image analysis program
Publication Date: 2021.11.30 OMRON CORP
  • US11188781B2 patent drawing
  • US11188781B2 patent drawing
  • US11188781B2 patent drawing

AI summary

An image analyzer repeatedly obtains a captured image including a subject to be detected, and detects, in the captured image, a first area likely to include the subject without a cover, detects, in the captured image, a second area likely to include the subject with a cover, and determines whether the subject is covered by the cover based on a detection result of the first area and a detection result of the second area and a determination result for the captured image obtained previously.