Image Fusion Using Gradient-Guided LiDAR Point Cloud Upsampling

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Deep learning methods for edge information extraction in image fusion technologies result in high calculation amounts and low efficiency, particularly in applications like unmanned driving and SLAM, where image and LiDAR point cloud data are used.

Innovation Solution

An image fusion method that acquires a first image and sparse point cloud data with space and time synchronicity, determines target gradient values for non-edge pixels, and up-samples sparse point cloud data using these values to obtain dense point cloud data, thereby improving resolution and reducing computational burden.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If deep learning method is used to extract edge information, then the resolution of depth image is improved, but the calculation amount increases and efficiency decreases

Engineering Contradiction:
Improvedepth image resolutionVSAvoidcalculation efficiency
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The patent segments the image processing task by separately processing edge pixels and non-edge pixels. Edge pixels are processed using gradient calculation while non-edge pixels use interpolation based on gradient values. This segmentation allows each region to be processed with an appropriate method, reducing overall computational complexity while maintaining depth image resolution.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent extracts only the essential gradient information from images rather than using full deep learning models. By calculating gradients only at edge pixels and using these gradients to guide interpolation for non-edge pixels, the method extracts the minimum necessary information to achieve depth enhancement without the heavy computational burden of deep learning.

Inventive Principle:
Principle #2Taking out (Extraction)

2Measurement precision

If deep learning method is used to extract edge information, then the edge detection accuracy is improved, but the calculation time increases

Engineering Contradiction:
Improveedge detection accuracyVSAvoidcalculation time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent performs gradient calculation at edge pixels as a preliminary step before generating the depth map. By pre-calculating gradient values at edge locations, the method prepares essential information in advance that guides the subsequent interpolation process, reducing the overall calculation time compared to using deep learning methods that process the entire image sequentially.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent uses gradient values from edge pixels to create interpolated depth values for non-edge pixels through copying and extrapolation. Instead of using complex deep learning models to predict every pixel, the method copies gradient information from edge pixels and uses it to generate depth values for surrounding non-edge pixels, significantly reducing calculation time while maintaining accuracy.

Inventive Principle:
Principle #26Copying

Data Source

PatentUS11954835B2Methods, devices, apparatuses, and media for image fusion utilizing images and LiDAR point clouds
Publication Date: 2024.04.09 TANWAY TECH (BEIJING) CO LTD
  • US11954835B2 patent drawing
  • US11954835B2 patent drawing
  • US11954835B2 patent drawing

AI summary

An image fusion method based on image and LiDAR point cloud is provided. The method comprises: acquiring a first image and sparse point cloud data, point cloud data in each channel of the sparse point cloud data corresponding to pixels in the first image respectively, and the sparse point cloud data and the first image having space and time synchronicity; obtaining a target gradient value corresponding to at least one target pixel in the first image according to the first image, the target pixel being a non-edge pixel of the first image; up-sampling the sparse point cloud data based on at least one target gradient value to obtain dense point cloud data, the target gradient value being determined according to a corresponding target pixel between adjacent channels of the sparse point cloud data; and obtaining a target fusion image based on the first image and the dense point cloud data.