Machine Learning Iris Image Appropriateness Determination

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing iris authentication systems require iris detection from photograph images, making it difficult to determine if an image is appropriate for authentication unless an iris is detected.

Innovation Solution

A determination apparatus using a machine learning model to assess whether iris information can be extracted from a photograph image, reducing the need for explicit iris detection.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If iris detection is performed from photograph image, then iris authentication can be executed, but it is difficult to determine image appropriateness without detecting iris

Engineering Contradiction:
Improveimage quality determinationVSAvoidprocessing complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The system performs preliminary assessment of image quality using multiple detection models (eye detection, iris detection, face detection) before committing to full iris authentication processing. This allows the system to evaluate whether an image is suitable for authentication without completing the entire iris extraction pipeline, thereby determining image appropriateness efficiently.

Inventive Principle:
Principle #10Preliminary action

2Measurement precision

If multiple detection models are used to assess image quality, then determination accuracy is improved, but processing load increases

Engineering Contradiction:
Improveimage quality assessment accuracyVSAvoidprocessing efficiency
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The system dynamically adjusts the processing pipeline based on intermediate detection results. For example, if eye detection fails or the eye region is insufficient, the system terminates further processing early. If face detection succeeds but iris detection fails, the system can still determine image inadequacy without attempting full iris extraction. This dynamic adaptation maintains high assessment accuracy while optimizing processing efficiency by avoiding unnecessary computational steps.

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS12322208B2Determining whether or not iris information can be extracted from photograph image by using machine learning model
Publication Date: 2025.06.03 NEC CORP
  • US12322208B2 patent drawing
  • US12322208B2 patent drawing
  • US12322208B2 patent drawing

AI summary

A determination apparatus includes an acquisition unit that acquires a photograph image obtained by photographing a user, a storage unit that stores a first learning model constructed through machine learning using teacher data in which a plurality of images of eyes are associated with labels each indicating whether or not an iris can be extracted, and a first determination unit that inputs the photograph image into the first learning model and determines whether or not iris information can be extracted based on an output from the first learning model.