Image Classifier for Face Detection in Low-Quality Images

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing face detection methods struggle with low-quality images, particularly those affected by light conditions and motion artifacts, leading to reduced recognition rates and incorrect detections, such as mistaking backgrounds for faces or failing to detect faces in low-light or blurred images.

Innovation Solution

An image processing apparatus utilizing convolutional neural networks (CNNs) to classify images as high-quality or low-quality, identify the clearest images among low-quality ones, and perform face detection on the clearest images, while also classifying and evaluating blurred face images to improve detection accuracy.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If existing face detection methods use high-quality images for training, then detection accuracy is improved, but detection rate for low-quality images significantly decreases

Engineering Contradiction:
Improveface detection accuracyVSAvoidface detection rate
Core Design Contradiction:
Measurement precisionVSReliability

Solution Approach 1:

The patent applies preliminary action by performing image quality classification and evaluation before face detection. The system first classifies images as high-quality or low-quality using a CNN classifier, then evaluates low-quality images to identify the clearest ones. This preliminary sorting enables the face detection algorithm to process images in an optimal sequence, improving both accuracy and detection rate by ensuring that the most detectable images are processed first.

Inventive Principle:
Principle #10Preliminary action

2Reliability

If preprocessing is performed to eliminate interferences in low-quality images, then detection rate is improved, but device complexity increases due to multiple preprocessing types required

Engineering Contradiction:
Improveface detection rateVSAvoidpreprocessing system complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent implements universality by creating a unified image processing framework that handles multiple types of low-quality images (backlight, low-light, blurred, motion artifacts) through a single integrated system. The CNN-based image quality classifier and evaluator provide a universal preprocessing approach that automatically adapts to different image quality issues without requiring separate preprocessing pipelines for each image type, thereby reducing device complexity while maintaining improved detection rates.

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

Data Source

PatentUS10963676B2Image processing method and apparatus
Publication Date: 2021.03.30 SAMSUNG ELECTRONICS CO LTD
  • US10963676B2 patent drawing
  • US10963676B2 patent drawing
  • US10963676B2 patent drawing

AI summary

An image processing apparatus, includes an image classifier configured to determine whether an input image is a low-quality image or a high-quality image; and an image evaluator configured to determine a first predetermined number of clearest images from a plurality of low-quality images determined by the image classifier.