Pedestrian Recognition Apparatus for Vehicle Collision Avoidance

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current around view monitoring systems do not effectively recognize pedestrians or determine collision possibilities with vehicles, lacking the ability to provide visual guidance and autonomous emergency braking.

Innovation Solution

A pedestrian recognition apparatus that uses image processing to detect and classify pedestrians based on mobility and distance from a vehicle, performing HOG and SVM operations to determine collision risks and overlay visual guidance, while controlling vehicle velocity or generating warning sounds.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If pedestrian recognition is added to around view monitoring system, then safety is improved, but device complexity increases

Engineering Contradiction:
Improvepedestrian recognition accuracyVSAvoidsystem complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The pedestrian recognition process is divided into distinct modules: object extraction unit, pedestrian candidate detection unit, and pedestrian possibility determination unit. Each module performs a specific function (extracting objects from images, detecting pedestrian candidates based on vertical components, determining pedestrian possibility using HOG and SVM), allowing the complex recognition task to be managed through modular, independent components that can be developed and optimized separately.

Inventive Principle:
Principle #1Segmentation

2Reliability

If real-time pedestrian detection is implemented, then collision prevention is improved, but processing time increases

Engineering Contradiction:
Improvecollision prevention capabilityVSAvoidimage processing time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The object extraction unit isolates potential pedestrian regions from the entire camera image by identifying and extracting objects based on vertical components. This extraction step reduces the amount of data that needs to be processed by subsequent pedestrian detection algorithms, focusing computational resources only on relevant regions rather than analyzing the complete image, thereby reducing overall processing time.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The system applies simplified detection methods (vertical component analysis) for initial pedestrian candidate identification, and then applies more computationally intensive methods (HOG and SVM) only to the extracted candidate regions rather than the entire image. This partial application of processing steps reduces overall computational load while maintaining detection accuracy.

Inventive Principle:
Principle #16Partial or excessive action

3Measurement precision

If multiple image processing operations (HOG, SVM) are performed, then pedestrian detection accuracy is improved, but computational load increases

Engineering Contradiction:
Improvepedestrian detection accuracyVSAvoidcomputational energy consumption
Core Design Contradiction:
Measurement precisionVSUse of energy by moving object

Solution Approach 1:

The object extraction unit performs preliminary processing by identifying and extracting potential pedestrian regions before applying the computationally intensive HOG and SVM operations. This preliminary action filters out non-pedestrian regions, ensuring that expensive computational operations are applied only to relevant candidate regions, thereby reducing overall energy consumption while maintaining high detection accuracy.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS10522039B2Pedestrian recognition apparatus and method
Publication Date: 2019.12.31 PLK TECH
  • US10522039B2 patent drawing
  • US10522039B2 patent drawing
  • US10522039B2 patent drawing

AI summary

The present invention relates to a pedestrian recognition apparatus. A pedestrian recognition apparatus may comprises: an image receiving unit configured to sequentially receive a plurality of images from a camera; and a pedestrian determination unit configured to perform a pedestrian candidate object detection process of detecting a pedestrian candidate object from one or more objects in the images, a mobility determination process of determining whether the pedestrian candidate object is moving, using the plurality of images, and setting the pedestrian candidate object to a moving pedestrian candidate object, and a pedestrian possibility determination process of performing a predefined operation on the moving pedestrian candidate object, and setting the moving pedestrian candidate object to a pedestrian when a value calculated through the predefined operation is equal to or more than a threshold value.