Point Cloud Filtering for Feature-Preserving 3D Data Reduction

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

The challenge lies in efficiently processing and visualizing vast amounts of real-time 3D point cloud data collected from various sensors, such as LIDAR systems, which demands reduced processing requirements and memory consumption while maintaining data precision and feature preservation.

Innovation Solution

A point cloud filter method that smooths and resamples data, utilizing parameters like Sigma for Gaussian filtration, feature preservation, and caching to remove noise and redundant points, while preserving detailed features, and employs binary space partition trees for efficient data storage and processing.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If LIDAR systems collect vast amounts of real-time point cloud data at high scan rates, then measurement precision and data completeness are improved, but processing requirements and memory consumption increase significantly

Engineering Contradiction:
Improvepoint cloud data precisionVSAvoidprocessing requirements
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent divides the point cloud data into discrete points that can be independently processed and filtered. Each point is evaluated individually against filtering criteria (density, curvature, noise thresholds) rather than processing the entire dataset as a monolithic structure, thereby reducing computational complexity while maintaining precision.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent applies different filtering operations to different regions of the point cloud based on local characteristics. Areas with high curvature or feature interest undergo different processing compared to flat or low-density regions, optimizing processing requirements by avoiding uniform heavy processing across the entire dataset.

Inventive Principle:
Principle #3Local quality

2Measurement precision

If LIDAR systems collect vast amounts of real-time point cloud data at high scan rates, then measurement precision and data completeness are improved, but memory consumption increases significantly

Engineering Contradiction:
Improvepoint cloud data precisionVSAvoidmemory consumption
Core Design Contradiction:
Measurement precisionVSQuantity of substance

Solution Approach 1:

The patent extracts and removes redundant, noisy, and low-value points from the point cloud dataset through multiple filtering operations. By eliminating unnecessary data points (outliers, duplicate measurements, low-confidence points), the system reduces memory consumption while retaining the essential geometric and feature information needed for precise representation.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The patent discards low-quality or redundant points during processing while preserving the critical geometric features and surface characteristics. The filtering process selectively removes data that does not contribute to measurement precision, thereby reducing memory requirements without sacrificing the quality of the retained point cloud data.

Inventive Principle:
Principle #34Discarding and recovering

3Measurement precision

If filtering operations are applied to remove noise from point cloud data, then data precision is improved, but processing time increases

Engineering Contradiction:
Improvedata precisionVSAvoidprocessing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent performs preliminary filtering operations early in the processing pipeline to remove obvious noise and outliers before more computationally intensive analysis. By pre-processing the data to eliminate clearly erroneous points, subsequent filtering stages operate on a reduced dataset, reducing overall processing time while maintaining precision.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent adjusts filtering parameters (density thresholds, curvature thresholds, noise levels) based on the specific characteristics of the input data and processing requirements. By dynamically optimizing these parameters, the system achieves effective noise removal with minimal processing overhead, balancing precision improvement against time consumption.

Inventive Principle:
Principle #35Parameter changes

4Device complexity

If resampling is applied to reduce point density in dense areas, then processing requirements are reduced, but data detail may be lost

Engineering Contradiction:
Improveprocessing requirementsVSAvoiddata detail
Core Design Contradiction:
Device complexityVSLoss of information

Solution Approach 1:

The patent applies different resampling densities to different regions of the point cloud based on local feature importance. Areas with high curvature, edges, or feature interest retain higher point density, while flat or low-interest regions undergo more aggressive downsampling. This localized approach reduces overall processing requirements while preserving critical data details in important regions.

Inventive Principle:
Principle #3Local quality

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

This approach significantly reduces processing requirements, optimizes memory usage, and enhances data visualization by improving precision and feature preservation in point cloud data, facilitating faster and more efficient rendering of large datasets.

Implementation Method 1

Sigma (σ): defined as the size of the Gaussian filter aperture. All feature details smaller than Sigma will be treated as noise and removed.

Methodology Applied
Scientific EffectGaussian filtering:

Data Source

PatentUS10474524B2Point cloud filter method and apparatus
Publication Date: 2019.11.12 TOPCON POSITIONING SYSTEMS INC
  • US10474524B2 patent drawing
  • US10474524B2 patent drawing
  • US10474524B2 patent drawing

AI summary

A point cloud filter method and apparatus is provided for use in point cloud rendering from real-time point cloud data collection from a variety of sensor types is provided that delivers enhanced performance including reducing processing requirements, limiting local memory consumption and optimizing overall data visualization.