Vehicle Object Recognition Using Adaptive Candidate Regions

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current object recognition systems for vehicles face challenges in accurately recognizing objects at high speeds in various adverse environments, such as night, snow, or rain, due to errors in localization and camera parameters, which affect the size and placement of candidate regions in images.

Innovation Solution

The method involves determining a candidate region in an image based on vehicle localization information and object information, using adaptive detection thresholds and region-based convolutional neural networks (R-CNN) to recognize objects, and enhancing image quality within the candidate region for improved recognition rates.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If a default detection threshold is used for object recognition, then the recognition process is simple and fast, but the recognition accuracy decreases in adverse conditions

Engineering Contradiction:
Improveobject recognition accuracyVSAvoiddetection threshold adjustment complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The detection threshold is made dynamic rather than fixed. The system adaptively adjusts the detection threshold based on the candidate region determined from localization information and object information, allowing the threshold to vary with operating conditions and candidate region characteristics to maintain high recognition accuracy across different scenarios

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system changes the detection threshold parameter based on the determined candidate region. By modifying this key parameter according to the spatial and contextual information from localization and object data, the system optimizes recognition accuracy for adverse conditions without requiring complete system redesign

Inventive Principle:
Principle #35Parameter changes

2Reliability

If the candidate region size is increased to account for localization errors, then the object recognition coverage is improved, but the false detection rate increases

Engineering Contradiction:
Improveobject recognition coverageVSAvoidfalse detection rate
Core Design Contradiction:
ReliabilityVSLoss of information

Solution Approach 1:

The system applies different processing and detection strategies to different regions. Within the determined candidate region, it uses an adaptive detection threshold tailored to that specific region's characteristics, rather than applying a uniform threshold across the entire image, thus balancing coverage and false detection rate

Inventive Principle:
Principle #3Local quality

3Reliability

If image processing is applied to enhance candidate region quality, then the object recognition accuracy is improved, but the processing time increases

Engineering Contradiction:
Improveobject recognition accuracyVSAvoidimage processing time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The system segments the image processing task by applying enhancement operations only to the determined candidate region rather than the entire image. This localized processing approach maintains recognition accuracy for the region of interest while significantly reducing the overall processing time and computational burden

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system applies image processing partially - only to the necessary candidate region identified through localization and object information, rather than processing the complete image. This partial action achieves the required recognition accuracy with reduced processing overhead

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS10885787B2Method and apparatus for recognizing object
Publication Date: 2021.01.05 SAMSUNG ELECTRONICS CO LTD
  • US10885787B2 patent drawing
  • US10885787B2 patent drawing
  • US10885787B2 patent drawing

AI summary

An object recognition method and apparatus are provided. The object recognition apparatus acquires localization information of a vehicle, acquires object information about an object located in front of the vehicle, determines a candidate region in which the object is predicted to exist in an image in front of the vehicle, based on the localization information and the object information, and recognizes the object in the image based on the candidate region.