Pedestrian Collision Warning System Using Optical Flow Analysis

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current driver assistance systems face challenges in accurately predicting collisions with pedestrians, particularly in complex environments with changing lighting conditions and multiple objects, leading to potential false warnings and reduced detection efficiency.

Innovation Solution

A camera and processor-based system that captures multiple image frames to detect pedestrians by analyzing optical flow, fitting image points to models of road and vertical surfaces, and calculating time-to-collision, while validating potential collisions through lane marking analysis and pedestrian motion prediction to minimize false warnings.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If optical flow analysis and model fitting are used to detect pedestrians, then pedestrian detection accuracy is improved, but false collision warnings may still occur in complex environments

Engineering Contradiction:
Improvepedestrian detection accuracyVSAvoidfalse warning rate
Core Design Contradiction:
Measurement precisionVSReliability

Solution Approach 1:

The system segments the detection process into multiple independent analysis stages: optical flow computation, model fitting (road surface vs. vertical surface), collision course determination, and validation. Each stage processes specific features independently and combines results to achieve accurate detection while minimizing false warnings through progressive filtering.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system implements feedback mechanisms where detection results from each stage inform subsequent processing. The optical flow analysis feeds into model fitting, which feeds into collision course determination, with each stage providing feedback that validates or refines previous results, enabling the system to distinguish true pedestrians from false targets in complex environments.

Inventive Principle:
Principle #23Feedback

2Reliability

If multiple image frames are captured and analyzed, then detection reliability is improved, but processing time and computational complexity increase

Engineering Contradiction:
Improvecollision prediction accuracyVSAvoidprocessing time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The system performs preliminary optical flow computation and model fitting on multiple image frames before final collision determination. By pre-processing and analyzing temporal sequences in advance, the system prepares detection data structure and identifies potential pedestrians early, enabling faster real-time collision course determination when needed.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system dynamically adjusts processing based on detected motion patterns. Optical flow analysis identifies moving objects, and the system focuses computational resources on regions with significant motion, adapting the analysis depth to the actual detection needs rather than uniformly processing all frames at maximum complexity.

Inventive Principle:
Principle #15Dynamics

3Measurement precision

If optical flow analysis is performed on multiple image points, then pedestrian detection accuracy is improved, but computational complexity and processing load increase

Engineering Contradiction:
Improvepedestrian detection accuracyVSAvoidprocessing complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The system segments image processing into discrete patches and analyzes optical flow independently for each patch. By dividing the image into manageable segments rather than processing all pixels globally, the system achieves accurate local motion analysis while reducing overall computational complexity through parallelizable independent processing units.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system performs optical flow analysis on selected image patches rather than all image points. It focuses computational effort on regions containing motion or potential pedestrians, applying partial action to critical areas while reducing processing on static or less relevant regions, thereby balancing accuracy with computational feasibility.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS10940818B2Pedestrian collision warning system
Publication Date: 2021.03.09 MOBILEYE VISION TECH LTD
  • US10940818B2 patent drawing
  • US10940818B2 patent drawing
  • US10940818B2 patent drawing

AI summary

A method is provided for preventing a collision between a motor vehicle and a pedestrian. The method uses a camera and a processor mountable in the motor vehicle. A candidate image is detected. Based on a change of scale of the candidate image, it may be determined that the motor vehicle and the pedestrian are expected to collide, thereby producing a potential collision warning. Further information from the image frames may be used to validate the potential collision warning. The validation may include an analysis of the optical flow of the candidate image, that lane markings prediction of a straight road, a calculation of the lateral motion of the pedestrian, if the pedestrian is crossing a lane mark or curb and/or if the vehicle is changing lanes.