Camera-LiDAR Object Detection for Real-Time 3D Positioning

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing obstacle detection systems for autonomous vehicles face challenges in accurately and efficiently detecting and tracking objects in real-time using limited sensors, particularly in determining object sizes and trajectories, which is crucial for safe navigation.

Innovation Solution

A system and method that utilizes a combination of sensors, including cameras and LiDAR, with machine learning models for real-time object detection, semantic segmentation, and 3D positioning to determine object sizes and locations by filtering background pixels and associating bounding boxes with sensor data.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If two-stage detection is used to improve object detection accuracy, then measurement precision is improved, but processing time increases and productivity decreases

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

Solution Approach 1:

The system segments the detection task by separating object detection from semantic segmentation into two parallel processing streams. The object detection network identifies bounding boxes and object classes, while the semantic segmentation network independently segments pixels into foreground and background. This segmentation allows each network to specialize and operate efficiently without the sequential overhead of traditional two-stage detectors, resolving the contradiction between accuracy and speed.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system merges the outputs of the object detection network and semantic segmentation network at the pixel level. By combining the bounding box predictions with the segmented foreground pixels, the system achieves high measurement precision for object characteristics while maintaining real-time processing speeds through parallel computation architecture.

Inventive Principle:
Principle #5Merging (Combining)

2Measurement precision

If multiple sensors are used to improve detection accuracy, then measurement precision is improved, but device complexity increases

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

Solution Approach 1:

The system employs a universal processing framework that handles multiple sensor types (cameras, LiDAR, radar) through a single integrated architecture. The object detection network and semantic segmentation network process data from any sensor modality uniformly, reducing device complexity by eliminating the need for separate processing pipelines for each sensor type while maintaining high measurement precision.

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

3Productivity

If sensor data is processed in real-time to improve response speed, then productivity is improved, but measurement precision may deteriorate due to processing limitations

Engineering Contradiction:
Improvereal-time processing capabilityVSAvoidobject size and location accuracy
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The system replaces traditional mechanical/sequential processing methods with parallel neural network computation. Both object detection and semantic segmentation networks operate simultaneously on the same input data, enabling real-time processing without the sequential bottlenecks that would compromise measurement precision. The parallel architecture maintains high object size and location accuracy while achieving real-time response speeds.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

Applied Scientific Principles

This section explains which scientific principles are used to turn an abstract innovation direction into a practical engineering solution.

Function Achieved in This Case

Enables accurate and efficient real-time detection and tracking of objects in three-dimensional space, improving the safety and navigation capabilities of autonomous vehicles by enhancing obstacle avoidance.

Implementation Method 1

receiving point cloud data from a LiDAR sensor

Methodology Applied
Scientific EffectTime of flight: Time of Flight

Data Source

PatentUS12423987B2System and method for determining object characteristics in real-time
Publication Date: 2025.09.23 DEKA PRODUCTS LP
  • US12423987B2 patent drawing
  • US12423987B2 patent drawing
  • US12423987B2 patent drawing

AI summary

System and method for object detection. Images from cameras are provided to an inference engine to detect objects in real time, providing the images to an inference engine to detect the non-background and background pixels of the objects in the images, determining the position and size of the objects in the images based on contemporaneously gathered LiDAR data and the relationship of non-background to background pixels.