Speckle Detection in Face Images Using Lab Color Space Conversion

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current speckle detection methods in face images can only detect skin speckles, leading to inaccurate results due to the inability to detect subcutaneous speckles, which affects the accuracy of speckle severity classification.

Innovation Solution

A method that converts images into Lab color space to extract both skin and subcutaneous speckle features, using channel differences and bilateral filtering to enhance feature extraction, and determines speckle regions based on average pixel values and variance, allowing for the detection of both skin and subcutaneous speckles.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If conventional speckle detection methods are used, then skin speckles can be detected, but subcutaneous speckles cannot be detected, resulting in inaccurate detection results

Engineering Contradiction:
Improvespeckle detection accuracyVSAvoiddetection coverage
Core Design Contradiction:
Measurement precisionVSAdaptability or versatility

Solution Approach 1:

The patent transforms the detection approach from analyzing spatial intensity variations in grayscale images to analyzing color distribution characteristics in the Lab color space. By converting to a different dimensional representation (color channels L, a, b), the method enables detection of subcutaneous speckles that are invisible in conventional grayscale analysis, thereby expanding detection coverage while maintaining precision.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

Solution Approach 2:

The patent changes the detection parameters by switching from grayscale intensity analysis to color space analysis. Specifically, it uses the Lab color space parameters (L for luminance, a for green-red opponent color, b for blue-yellow opponent color) instead of simple grayscale values. This parameter transformation allows the detection algorithm to identify subcutaneous speckles through their distinctive color characteristics, resolving the contradiction between detection accuracy and coverage.

Inventive Principle:
Principle #35Parameter changes

2Device complexity

If only skin speckles are detected, then the detection process is simple, but the speckle severity classification is inaccurate

Engineering Contradiction:
Improvedetection process complexityVSAvoidspeckle severity classification accuracy
Core Design Contradiction:
Device complexityVSMeasurement precision

Solution Approach 1:

The patent segments the speckle detection task into distinct processing stages: color space conversion, color distribution analysis, speckle region identification, and severity classification. By dividing the complex task of simultaneous skin and subcutaneous speckle detection into manageable segments, the method achieves comprehensive detection accuracy without overwhelming system complexity. Each segment handles a specific aspect of the detection process.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces the Lab color space as an intermediary representation between the original image and the final detection results. This intermediate color space analysis layer enables the system to extract both skin and subcutaneous speckle information without requiring complex direct processing of the original image, thus maintaining reasonable complexity while achieving high classification accuracy.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS11989885B2Speckle detection method and electronic device
Publication Date: 2024.05.21 HONOR DEVICE CO LTD
  • US11989885B2 patent drawing
  • US11989885B2 patent drawing
  • US11989885B2 patent drawing

AI summary

A speckle detection method includes: obtaining a to-be-detected image; converting the to-be-detected image into Lab color space to obtain a Lab image; extracting a speckle feature from the Lab image to obtain a speckle feature image, where the speckle feature image includes a skin speckle feature and a subcutaneous speckle feature; and determining a skin speckle and a subcutaneous speckle in the speckle feature image.