Non-rigid 3D Point Cloud Alignment for Urban Mapping

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current methods for aligning large-scale three-dimensional point cloud scans, such as those used in autonomous driving and urban mapping, face registration errors and non-rigid distortions that cannot be resolved by rigid transformations, especially in urban environments where internal scanner drift causes non-linear distortions.

Innovation Solution

The method involves extracting surface feature points from anchor and corresponding point cloud data sets, determining coordinates, matching and aligning these points using a non-rigid transformation that moves matched feature points and remaining points to correct for distortions, employing techniques like Laplacian coordinates and random sample consensus (RANSAC) to achieve accurate alignment.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If rigid transformation methods (ICP) are used to align point cloud scans, then the alignment process is simple and computationally efficient, but registration errors and non-rigid distortions cannot be resolved

Engineering Contradiction:
Improvealignment accuracyVSAvoidtransformation complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent divides the point cloud alignment into two stages: first applying rigid transformation for coarse alignment, then applying non-rigid transformation for fine adjustment. This segmentation allows the system to handle both simple and complex transformation requirements separately, improving overall alignment accuracy without overwhelming computational complexity.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent transitions from static rigid transformation to dynamic non-rigid transformation that can adapt to local distortions. The non-rigid transformation model allows each point to move independently based on its displacement vector, enabling the system to resolve non-linear distortions caused by scanner drift while maintaining computational efficiency through iterative optimization.

Inventive Principle:
Principle #15Dynamics

2Measurement precision

If non-rigid transformation is applied to correct non-linear distortions, then alignment accuracy improves, but computational complexity and processing time increase

Engineering Contradiction:
Improveregistration accuracyVSAvoidprocessing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent performs preliminary rigid transformation alignment before applying non-rigid transformation. This preliminary action establishes a coarse alignment framework that reduces the complexity of subsequent non-rigid optimization, as the points are already roughly positioned before the iterative distortion correction begins.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The non-rigid transformation uses an iterative optimization process with feedback mechanisms. The algorithm continuously adjusts transformation parameters based on the discrepancy between source and target point cloud features, converging on the optimal alignment. This feedback-driven approach ensures accurate resolution of non-linear distortions while automatically controlling processing time through convergence criteria.

Inventive Principle:
Principle #23Feedback

3Measurement precision

If feature point matching is performed between point cloud datasets, then alignment precision improves, but the complexity of detecting and measuring increases

Engineering Contradiction:
Improvefeature matching precisionVSAvoidfeature detection complexity
Core Design Contradiction:
Measurement precisionVSDifficulty of detecting and measuring

Solution Approach 1:

The patent uses feature descriptors that capture geometric and intensity characteristics of points, effectively treating them as 'colors' or signatures. By matching these descriptors between point clouds, the system achieves precise feature correspondence without complex geometric processing. The descriptor-based approach simplifies detection while maintaining high matching precision for alignment.

Inventive Principle:
Principle #32Color changes

Data Source

PatentUS9760996B2Non-rigid registration for large-scale space-time 3D point cloud alignment
Publication Date: 2017.09.12 NOKIA TECHNOLOGIES OY
  • US9760996B2 patent drawing
  • US9760996B2 patent drawing
  • US9760996B2 patent drawing

AI summary

Point cloud data sets representing overlapping physical areas are received. Surface feature points are extracted from the point cloud data sets and coordinates are determined for each point of the point cloud data sets. The point cloud data sets are aligned based on matching surface feature points between the point cloud data sets. Matched surface feature points are moved toward the coordinates of corresponding matched surface feature points and the remaining points are moved based on the moved matched surface feature points and the determined coordinates for each point.