Object Distance Determination via Sensor Fusion

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current methods for autonomously driving vehicles lack efficient and reliable systems for determining the distance of objects around the vehicle, particularly in real-time, as they fail to accurately convert 2D camera image information into 3D positional data relative to the ego vehicle.

Innovation Solution

A computer-implemented method using machine learning models, such as SSD or YOLO neural networks, to classify objects and combine this classification with distance sensor data for accurate distance determination, employing a hash table for correction and reprojection onto a Bird's Eye View coordinate system, allowing for real-time detection and localization of objects in a 3D space.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If 2D camera image information is used to determine object distance, then the system can operate in real-time with low cost, but the measurement precision of distance is insufficient

Engineering Contradiction:
Improvereal-time detection speedVSAvoiddistance measurement precision
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The patent combines 2D camera images with 3D point cloud data from depth sensors (LiDAR, stereo cameras, or time-of-flight sensors) to create a fused representation that preserves both the real-time processing capability of 2D images and the accurate distance information from 3D sensors. This merging allows the system to maintain high detection speed while achieving precise distance measurement.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The patent introduces intermediate processing steps including reprojection of 2D detected objects onto 3D space, assignment of 3D coordinates to 2D detected objects, and use of intermediate data structures that bridge 2D image space and 3D physical space. These intermediaries enable accurate distance determination while maintaining real-time performance.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Measurement precision

If complex machine learning models are used for object classification, then the accuracy of object identification improves, but the computational complexity and processing time increase

Engineering Contradiction:
Improveobject classification accuracyVSAvoidcomputational complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent segments the object detection process into distinct stages: 2D object detection using simplified models, object classification, 3D reprojection, and distance calculation. This segmentation allows each stage to use appropriately complex methods, with the computationally intensive 3D reprojection only applied to detected objects rather than the entire scene, reducing overall complexity while maintaining accuracy.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent performs preliminary 2D object detection and classification before applying computationally intensive 3D reprojection operations. By pre-identifying objects of interest in 2D space, the system avoids performing complex 3D calculations on every pixel or region, significantly reducing computational complexity while maintaining high classification accuracy for relevant objects.

Inventive Principle:
Principle #10Preliminary action

3Reliability

If multiple sensor types are integrated for distance determination, then the reliability of distance measurement improves, but the device complexity increases

Engineering Contradiction:
Improvedistance determination reliabilityVSAvoidsensor system complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent designs a universal processing framework that can handle multiple sensor types (monocular cameras, stereo cameras, LiDAR, time-of-flight sensors) through a common 3D reprojection and coordinate assignment mechanism. This multi-functional approach allows the system to achieve high reliability through sensor fusion while avoiding the need for separate processing pipelines for each sensor type, thereby controlling device complexity.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Data Source

PatentUS12125281B2Determining distance of objects
Publication Date: 2024.10.22 APTIV TECHNOLOGIES AG
  • US12125281B2 patent drawing
  • US12125281B2 patent drawing
  • US12125281B2 patent drawing

AI summary

A computer implemented method for determining a distance of an object comprises the following steps carried out by computer hardware components: determining an image containing the object; determining a class of the object based on the image; determining a coarse estimation of the distance based on a distance sensor; and determining the distance of the object based on the coarse estimation and based on the class of the object.