3D Bounding Box Fusion Using Radar Queries and Vision Attention

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Autonomous vehicles face challenges in accurately drawing 3D bounding boxes in real-time driving environments due to insufficient semantic and local information from individual cameras, and difficulties in capturing depth and velocity, as well as integrating radar and lidar data with vision data.

Innovation Solution

The system generates scene-dependent radar-based object queries from previous time steps, enriching them with image-based object queries to improve detection accuracy, using a vision transformer with self-attention and cross-attention to converge queries and generate bounding boxes.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If individual cameras are used for object detection, then the system is simple and easy to operate, but the detection accuracy and depth perception are insufficient

Engineering Contradiction:
Improveobject detection accuracyVSAvoidsensor integration complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent combines multiple sensor types (cameras, radar, lidar) into an integrated perception system that processes data from all sensors simultaneously. The sensor fusion architecture merges camera images with radar point clouds and lidar data to create a unified 3D bounding box detection system, improving measurement precision while distributing complexity across multiple specialized components.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The system transitions from 2D camera images to 3D spatial understanding by generating 3D bounding boxes that incorporate depth, height, and width dimensions. This dimensional transformation enables accurate depth perception and velocity estimation by mapping 2D image features into 3D space using radar and lidar data.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

2Loss of information

If radar and lidar data are integrated with vision data, then depth and velocity capture improve, but processing complexity and computational demands increase

Engineering Contradiction:
Improvedepth and velocity informationVSAvoiddata integration complexity
Core Design Contradiction:
Loss of informationVSDevice complexity

Solution Approach 1:

The perception system is divided into specialized processing modules: camera processing units for 2D image analysis, radar processing units for velocity and depth estimation, and lidar processing units for 3D spatial mapping. Each sensor type is processed independently through dedicated algorithms before being fused in a unified detection framework, reducing overall processing complexity.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces an intermediary sensor fusion module that acts as a mediator between individual sensor processing pipelines. This fusion module receives processed data from cameras, radar, and lidar, reconciles different data formats and coordinate systems, and generates unified 3D bounding box outputs, simplifying the integration of heterogeneous sensor data.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Speed

If 3D bounding boxes are generated in real-time, then navigation responsiveness improves, but computational processing demands increase

Engineering Contradiction:
Improvereal-time processing speedVSAvoidcomputational energy consumption
Core Design Contradiction:
SpeedVSUse of energy by moving object

Solution Approach 1:

The system performs preliminary processing of sensor data in parallel pipelines, pre-computing feature extractions, coordinate transformations, and candidate object detections before the final fusion stage. By preparing data structures and intermediate results in advance, the system reduces the computational burden during real-time inference, enabling faster 3D bounding box generation with lower peak energy consumption.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS20240127596A1Radar- and vision-based navigation using bounding boxes
Publication Date: 2024.04.18 MOTIONAL AD LLC
  • US20240127596A1 patent drawing
  • US20240127596A1 patent drawing
  • US20240127596A1 patent drawing

AI summary

A perception system may be used to generate bounding boxes for objects in a vehicle scene. The perception system may receive images and feature maps corresponding to the received images. The perception system may generate scene dependent radar-based object queries. The perception system may use the generated scene dependent radar-based object queries and scene independent object queries to generate one or more bounding boxes for objects in the vehicle scene.