Mobile Facial Recognition Using CNN Classification for Variable Conditions

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Face recognition systems on mobile platforms face challenges with variable conditions such as illumination, pose, and distance, leading to decreased accuracy when using low-quality images from cameras like cellphones, which are not adequately addressed by existing technologies.

Innovation Solution

A convolutional neural network (CNN) based, scenario-dependent and sensor-adaptable algorithm approach for classifying face images into specific categories like phone type, indoor vs. outdoor, and close vs. far distances, facilitating high-volume and accurate facial recognition by pre-processing and feature extraction.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Ease of operation

If facial recognition is conducted with low quality cameras in variable conditions, then device accessibility and ease of operation are improved, but recognition accuracy and reliability deteriorate

Engineering Contradiction:
Improvedevice accessibilityVSAvoidrecognition accuracy
Core Design Contradiction:
Ease of operationVSReliability

Solution Approach 1:

The system dynamically adjusts processing parameters based on image quality assessment. It modifies feature extraction sensitivity, normalization strength, and matching thresholds according to the specific conditions detected in each image, allowing optimal performance across varying camera qualities and environmental conditions

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The system performs preliminary image quality assessment and condition classification before executing the main recognition process. By pre-evaluating illumination, pose, and image quality metrics, it can select appropriate processing pipelines and preprocessing steps to compensate for anticipated challenges in the recognition stage

Inventive Principle:
Principle #10Preliminary action

2Reliability

If high quality image sensors and optics are used, then recognition accuracy is improved, but device cost and complexity increase

Engineering Contradiction:
Improverecognition accuracyVSAvoidsensor quality
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The system creates multiple processed versions or representations of the input image through different feature extraction methods and preprocessing pipelines. By generating multiple copies with different processing characteristics, it can select or combine results to achieve high accuracy without requiring a single high-quality sensor

Inventive Principle:
Principle #26Copying

Solution Approach 2:

The system designs a universal recognition framework that can handle multiple image qualities, camera types, and environmental conditions through a single algorithmic approach. The multi-functional processing pipeline adapts to various input conditions without requiring specialized hardware for each scenario

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

3Reliability

If comprehensive face recognition processing is performed, then recognition accuracy is improved, but processing time and computational resources increase

Engineering Contradiction:
Improverecognition accuracyVSAvoidprocessing time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The recognition process is divided into separate stages: quick initial screening using low-computational features, followed by detailed analysis only for candidates that pass the initial filter. This segmented approach maintains high accuracy by thoroughly analyzing promising candidates while quickly eliminating non-matches with minimal processing

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system applies full comprehensive processing to a subset of candidate faces that are most likely to be correct, while using reduced processing for other candidates. By focusing computational resources on the most probable matches, it achieves high accuracy for the final identification without unnecessarily processing all possible candidates at full detail

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS11087121B2High accuracy and volume facial recognition on mobile platforms
Publication Date: 2021.08.10 WEST VIRGINIA UNIVERSITY
  • US11087121B2 patent drawing
  • US11087121B2 patent drawing
  • US11087121B2 patent drawing

AI summary

Disclosed are systems and methods related to facial recognition. An image of a subject can be captured via a camera on a mobile device. The image can be classified according to a device type, whether the image is captured indoors or outdoors, and a standoff distance. Facial features can be extracted from the image based on the image category. The facial features can be compared with a predefined set of facial features in a database. An identification of the subject can be made in response to the comparison.