Facial Landmark Classification via Weighted Feature Selection

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current methods for estimating demographic characteristics such as age, race, and gender from facial images lack accuracy, particularly in determining race and gender within several years, due to variations in facial dynamics and aging processes.

Innovation Solution

The use of machine learning techniques, specifically Support Vector Machines (SVM) and Support Vector Regression (SVR), combined with facial landmark representation and dimension reduction methods like PCA, LPP, and Random Forest, to classify and estimate demographic characteristics by selecting subsets of facial landmarks that are most indicative of age, race, and gender, and applying weighted comparisons to classify facial images.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If traditional facial recognition methods are used, then the system is simple to implement, but the accuracy in determining race, gender, and age is poor

Engineering Contradiction:
Improveaccuracy of demographic estimationVSAvoidcomplexity of feature selection and classification system
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent segments the facial image analysis into distinct components by selecting specific subsets of facial landmarks for different demographic attributes. Different feature vectors are created for age, gender, and race classification, each optimized for its specific task. This segmentation allows the system to achieve high accuracy in each demographic category without requiring a single overly complex model.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent applies local quality by selecting specific facial landmarks that are most relevant for each demographic attribute. For example, certain landmarks are more important for age estimation while others are more critical for gender classification. The system assigns different weights to different landmarks based on their local importance to each specific demographic task, rather than treating all landmarks equally.

Inventive Principle:
Principle #3Local quality

2Loss of information

If all facial landmarks are used for classification, then more information is available, but the computational complexity and processing time increase

Engineering Contradiction:
Improveinformation retention in feature vectorVSAvoidprocessing time for demographic classification
Core Design Contradiction:
Loss of informationVSLoss of time

Solution Approach 1:

The patent extracts only the most relevant facial landmarks for each demographic classification task, discarding unnecessary features. Through feature selection techniques, the system identifies and extracts specific subsets of landmarks that contribute most to accurate classification, reducing the dimensionality of the input data while preserving critical information for age, gender, and race determination.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The patent applies partial action by using only the necessary subset of facial landmarks required for each classification task rather than processing all possible landmarks. This selective approach provides sufficient information for accurate demographic estimation without the computational overhead of analyzing every available facial feature, achieving an optimal balance between information retention and processing efficiency.

Inventive Principle:
Principle #16Partial or excessive action

3Measurement precision

If simple classification methods are used, then the system is computationally efficient, but the accuracy within several years for age and gender determination is insufficient

Engineering Contradiction:
Improveaccuracy of age and gender classificationVSAvoidcomputational efficiency of classification process
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The patent changes the parameters of the classification system by using weighted feature vectors with optimized weights for each landmark. Instead of simple equal-weight classification, the system adjusts the parameters (weights) of individual landmarks based on their importance to each demographic attribute. This parameter optimization enables high accuracy in age and gender classification while maintaining reasonable computational efficiency through the use of standardized machine learning algorithms.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS9317740B2Demographic analysis of facial landmarks
Publication Date: 2016.04.19 THE UNIV OF NORTH CAROLINA AT WILMINGTON
  • US9317740B2 patent drawing
  • US9317740B2 patent drawing
  • US9317740B2 patent drawing

AI summary

A set of training vectors may be identified. Each training vector may be mapped to either a male gender or a female gender, and each training vector may represent facial landmarks derived from a respective facial image. An input vector of facial landmarks may also be identified. The facial landmarks of the input vector may be derived from a particular facial image. A feature vector may containing a subset of the facial landmarks may be selected from the input vector. A weighted comparison may be performed between the feature vector and each of the training vectors. Based on a result of the weighted comparison, the particular facial image may be classified as either the male gender or the female gender.