Intersection Vehicle Detection Using Map Lane Data

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing methods for object detection and tracking in autonomous vehicles lack the range, processing speed, and high-level accuracy necessary for safe operation at intersections, particularly when combining camera images, lidar, or radar data.

Innovation Solution

A system that combines robust detection algorithms, persistent tracking algorithms, and map data including lane information to accurately detect the position of objects by projecting image data onto map data to determine candidate positions and calculate the actual position of detected objects with minimal error.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If existing object detection methods are used, then the system can detect objects, but the accuracy and processing speed are insufficient for safe autonomous operation at intersections

Engineering Contradiction:
Improveobject detection accuracyVSAvoidprocessing speed
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The patent segments the object detection process into multiple specialized components: detection algorithms for initial identification, tracking algorithms for persistent monitoring, and map data integration for position verification. This segmentation allows each component to be optimized independently, improving overall accuracy without proportionally increasing processing time.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system performs preliminary actions by pre-processing image data to identify candidate objects before full analysis, and by using persistent tracking to maintain object information across frames. This preliminary processing reduces the computational burden on subsequent accuracy-critical steps, enabling both speed and precision.

Inventive Principle:
Principle #10Preliminary action

2Reliability

If existing object detection methods are used, then the system can process data, but the range and accuracy are insufficient for intersection operations

Engineering Contradiction:
Improvedetection reliabilityVSAvoidsystem complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent merges multiple data sources and processing methods into a unified detection system. It combines detection algorithms, tracking algorithms, and map data (including lane information) to cross-validate object positions and improve reliability. This integration increases system complexity but is necessary to achieve the required detection reliability for safe autonomous operation at intersections.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The system introduces map data as an intermediary layer between raw sensor data and final object position determination. Map data including lane information serves as a reference framework that mediates between camera images/lidar/radar data and the actual road geometry, improving detection reliability by providing contextual constraints without requiring direct modification of the sensor systems.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Measurement precision

If map data integration is implemented, then the position accuracy improves, but the computational cost increases

Engineering Contradiction:
Improveposition accuracyVSAvoidcomputational energy
Core Design Contradiction:
Measurement precisionVSUse of energy by moving object

Solution Approach 1:

The patent applies local quality by using map data selectively - only integrating map information in regions where objects are detected or where the vehicle is currently located. Rather than processing entire map datasets globally, the system focuses computational resources on local areas of interest, improving position accuracy where needed while reducing overall computational energy consumption.

Inventive Principle:
Principle #3Local quality

Data Source

PatentUS9495602B2Image and map-based detection of vehicles at intersections
Publication Date: 2016.11.15 TOYOTA JIDOSHA KK
  • US9495602B2 patent drawing
  • US9495602B2 patent drawing
  • US9495602B2 patent drawing

AI summary

A system, device, and methods for image and map-based detection of vehicles at intersections. Once example computer-implemented method for detecting objects includes receiving, from the one or more sensors disposed on a vehicle, image data representative of an image and detecting an object on the image. The method further includes identifying a path extending from the vehicle to the detected object on the image and retrieving map data including lane information. The method further includes comparing the path to a representation of the lane information and determining the position of the detected object based on a comparison of the path, representation of the lane information, and the image.