Point Cloud to 2D Image Conversion for Object Detection

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing object detection methods using LiDAR point cloud data face challenges in designing suitable features for each object category, making it difficult to accurately identify and categorize objects.

Innovation Solution

Converting point cloud data into two-dimensional image data with distance as pixel values and using a convolutional neural network to classify objects, eliminating the need for feature design and enabling efficient processing of three-dimensional data as image data.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If pattern matching with hand-crafted features is used for object detection, then the approach is simple to implement, but it is difficult to design suitable features for each category and achieves low detection accuracy

Engineering Contradiction:
Improveobject detection accuracyVSAvoidfeature design complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent copies the successful 2D image processing pipeline into the 3D point cloud domain by converting point cloud data to 2D image representations. This allows leveraging existing mature CNN architectures and image processing techniques for 3D object detection, thereby achieving high accuracy without requiring entirely new feature design methodologies.

Inventive Principle:
Principle #26Copying

Solution Approach 2:

The patent replaces manual feature engineering (the mechanical process of designing features) with automated deep learning models (the neural network system). The CNN automatically learns optimal features from the converted 2D image data, eliminating the need for hand-crafted feature design while achieving superior detection performance.

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

2Productivity

If three-dimensional point cloud data is processed directly, then the data structure is preserved, but it is difficult to apply existing image classification models and reduces processing efficiency

Engineering Contradiction:
Improveprocessing efficiencyVSAvoiddata structure complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The patent transforms 3D point cloud data into 2D image representations through coordinate conversion and projection. This dimensional reduction enables the use of efficient 2D CNN architectures and image processing algorithms, significantly improving processing speed and computational efficiency while maintaining the essential spatial information needed for object detection.

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

Data Source

PatentUS11341604B2Processing device for object identification
Publication Date: 2022.05.24 KOITO MFG CO LTD
  • US11341604B2 patent drawing
  • US11341604B2 patent drawing
  • US11341604B2 patent drawing

AI summary

A two-dimensional conversion unit converts point cloud data D1 acquired by a three-dimensional sensor into two-dimensional data with the distance as the pixel value. A convolutional neural network receives the image data as its input, and judges the position of and the category of an object included in the point cloud data.