Vehicle Camera Object Detection Using Dynamic Grayscale Ranges

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional object detection systems in vehicles face challenges in accurately classifying objects due to variations in grayscale values caused by lighting and weather conditions, leading to inflexible learning and classification errors.

Innovation Solution

A device and method that uses a camera, storage, and processor to extract class confidences for each pixel, generate a distribution of grayscales, and determine a critical range for object classification, employing a segmentation model to dynamically adjust to environmental changes.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If a fixed threshold value is used for class classification, then the classification process is simple and fast, but the learning becomes inflexible and classification accuracy decreases under varying lighting and weather conditions

Engineering Contradiction:
Improveclassification speedVSAvoidclassification accuracy
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The patent applies dynamics by replacing the fixed threshold value with a dynamic critical range that is generated in real-time based on the distribution of grayscale values for each class. The critical range is determined using statistical parameters (mean and standard deviation) calculated from the actual image data, allowing the classification threshold to adapt automatically to changing lighting and weather conditions while maintaining both speed and accuracy.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The patent changes the parameter from a fixed threshold to a dynamically calculated critical range based on statistical parameters. By computing the mean and standard deviation of grayscale values for each class and using these to define a critical range (mean ± k×standard deviation), the system adapts to environmental variations without requiring manual threshold adjustment, thus resolving the contradiction between simplicity and accuracy.

Inventive Principle:
Principle #35Parameter changes

2Device complexity

If a fixed threshold value is used for object detection, then the detection system is simple to implement, but it cannot adapt to different environmental conditions such as lighting and weather changes

Engineering Contradiction:
Improvesystem simplicityVSAvoidenvironmental adaptability
Core Design Contradiction:
Device complexityVSAdaptability or versatility

Solution Approach 1:

The system performs self-service by automatically generating its own critical range parameters from the image data without external intervention. The processor calculates the distribution of grayscale values, determines statistical parameters (mean and standard deviation), and generates the critical range autonomously for each class, enabling the system to adapt to environmental changes independently without requiring manual reconfiguration.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The patent makes the detection system dynamic by replacing static fixed thresholds with dynamically generated critical ranges. The critical range is recomputed based on the actual distribution of grayscale values in the image, allowing the system to automatically adapt to different lighting and weather conditions while maintaining relative simplicity in implementation.

Inventive Principle:
Principle #15Dynamics

3Loss of time

If conventional threshold-based classification is used, then the processing time is short, but classification errors increase due to grayscale value variations caused by lighting and weather

Engineering Contradiction:
Improveprocessing timeVSAvoidclassification accuracy
Core Design Contradiction:
Loss of timeVSReliability

Solution Approach 1:

The patent changes the classification parameter from a fixed threshold to a dynamic critical range based on statistical parameters (mean and standard deviation) calculated from the image data. This allows the system to maintain short processing times while significantly improving accuracy by adapting to grayscale value variations caused by lighting and weather conditions through statistical characterization of each class.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The system incorporates feedback by using the actual distribution of grayscale values in the image to determine the critical range for classification. The processor analyzes the grayscale values, calculates statistical parameters, and uses these feedback results to generate the critical range, creating a closed-loop system that improves accuracy without substantially increasing processing time.

Inventive Principle:
Principle #23Feedback

Data Source

PatentUS12430884B2Device and method for detecting object
Publication Date: 2025.09.30 HYUNDAI MOTOR CO LTD
  • US12430884B2 patent drawing
  • US12430884B2 patent drawing
  • US12430884B2 patent drawing

AI summary

A device and a method for detecting an object includes a camera configured for obtaining an image frame for an external environment of a vehicle, storage configured for storing a class classification model of the image frame, and a processor. The processor extracts a class for distinguishing the object in the image frame, determines class confidences for each of pixels of the image frame, generates a distribution of confidences for grayscales of pixels belonging to a class of interest based on the class confidences, generates a critical range for determining a grayscale of the class of interest based on the distribution of the confidences for the grayscales, and generates a mask based on the critical range.