Facial Recognition with Region Segmentation and Weighted Feature Extraction

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing facial recognition technologies face significant accuracy issues when the face is partially or fully covered, such as by sunglasses or masks, leading to decreased recognition performance.

Innovation Solution

A method that involves image segmentation to distinguish between covered and non-covered regions of a facial image, calculating weights for each region, and using pre-trained face feature extraction networks to generate feature vectors for comparison with template images, thereby improving recognition accuracy by reducing the impact of obstructions.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If traditional facial recognition methods are used on covered faces, then the recognition process can be completed, but the recognition accuracy decreases sharply

Engineering Contradiction:
Improvefacial recognition accuracyVSAvoidinterference from covers
Core Design Contradiction:
Measurement precisionVSObject-affected harmful factors

Solution Approach 1:

The patent divides the facial image into multiple regions based on coverage status. The image processing unit segments the face image into a first region (covered area) and a second region (uncovered area), allowing differential processing of different facial regions to improve recognition accuracy despite partial occlusion.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent applies different processing strategies to different regions of the face image. The feature extraction unit extracts features from both covered and uncovered regions using appropriate methods for each region type, and the determination unit combines these features with region-specific weights to achieve accurate recognition while accounting for local variations in quality and reliability.

Inventive Principle:
Principle #3Local quality

2Reliability

If the face is covered by a large area (sunglasses, masks), then the global feature information is interfered, but the facial recognition process must still be completed

Engineering Contradiction:
Improvefacial recognition performanceVSAvoidglobal feature information
Core Design Contradiction:
ReliabilityVSLoss of information

Solution Approach 1:

The patent segments the facial image into covered and uncovered regions, extracting features from each region separately. This allows the system to preserve useful local feature information from uncovered areas while appropriately handling the interfered global features from covered areas, thereby maintaining recognition reliability despite information loss.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces region-based weighting parameters to adjust the contribution of different facial regions to the overall recognition decision. By dynamically adjusting these parameters based on coverage status, the system compensates for information loss in covered regions and emphasizes reliable features from uncovered regions, maintaining recognition performance.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS10635890B2Facial recognition method and apparatus, electronic device, and storage medium
Publication Date: 2020.04.28 SHENZHEN INTELLIFUSION TECHNOLOGIES CO LTD
  • US10635890B2 patent drawing
  • US10635890B2 patent drawing
  • US10635890B2 patent drawing

AI summary

The present invention provides a facial recognition method, including: obtaining a target facial image; determining a covered region and a non-covered region of the target facial image; calculating the weight of the covered region, and calculating the weight of the non-covered region; extracting feature vectors of the covered region, and extracting feature vectors of the non-covered region; comparing the target facial image with each template facial image in a facial database according to the feature vectors of the covered region, the feature vectors of the non-covered region, the weight of the covered region, and the weight of the non-covered region, to calculate a facial similarity between each template facial image and the target facial image; and determining, when at least one of the facial similarities between the template facial images and the target facial image is greater than or equal to a similarity threshold, that facial recognition succeeds.