Point Cloud Attribute Prediction Using Adaptive Neighbor Lists

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing methods for coding and decoding point cloud attribute information fail to consider scenario discontinuity and correlation between information types, leading to low prediction accuracy, large residuals, and frequent outliers.

Innovation Solution

Create an adaptive prediction list by selecting and updating points based on multiple types of information, including depth, spatial position, and azimuth, to optimize prediction modes and residuals, and design an entropy coding context model for improved efficiency.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If attribute information is predicted based on neighboring points in geometric space, then prediction can be performed, but prediction accuracy is low and residuals are large due to scenario discontinuity

Engineering Contradiction:
Improveprediction accuracyVSAvoidresidual size
Core Design Contradiction:
Measurement precisionVSLoss of information

Solution Approach 1:

The prediction list is dynamically updated by removing outliers and hop values based on statistical thresholds. The system adapts the composition of the prediction list during encoding, adjusting which neighboring points contribute to predictions based on their reliability, thereby improving accuracy while reducing residuals

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system uses feedback from residual analysis to identify and remove problematic points from the prediction list. By monitoring prediction errors and identifying outliers and hop values, the system continuously refines the prediction list to improve subsequent predictions and reduce information loss

Inventive Principle:
Principle #23Feedback

2Measurement precision

If multiple prediction modes are used to handle scenario discontinuity, then prediction accuracy improves, but coding complexity increases

Engineering Contradiction:
Improveprediction accuracyVSAvoidcoding complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The prediction process is segmented into distinct modes: standard prediction using the prediction list, outlier handling with alternative predictions, and hop value detection with special processing. This segmentation allows the system to apply appropriate complexity only where needed rather than uniformly across all points

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces intermediary structures including a refined prediction list that filters out problematic points, and intermediary processing steps that detect and handle outliers and hop values. These intermediaries simplify the overall coding process by pre-processing the prediction data before final encoding

Inventive Principle:
Principle #24Intermediary (Mediator)

3Productivity

If geometric-based prediction is used without considering information correlation, then coding process is simple, but coding efficiency is reduced

Engineering Contradiction:
Improvecoding efficiencyVSAvoidcoding process complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The patent merges geometric spatial relationships with attribute information correlation by combining multiple types of neighboring points (spatial neighbors, depth neighbors, azimuth neighbors) into a unified prediction list. This integration improves coding efficiency by leveraging multiple information sources simultaneously

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The prediction list is constructed as a composite structure combining points from different spatial relationships and attribute correlations. This composite approach integrates geometric proximity with attribute similarity, creating a more robust prediction foundation that improves coding efficiency

Inventive Principle:
Principle #40Composite materials

Data Source

PatentUS20250356534A1Method and apparatus for predictively coding and decoding attribute information of point cloud
Publication Date: 2025.11.20 HONOR DEVICE CO LTD
  • US20250356534A1 patent drawing
  • US20250356534A1 patent drawing
  • US20250356534A1 patent drawing

AI summary

A method for coding includes: obtaining original point cloud data; creating an adaptive prediction list of the attribute information of the point cloud; selecting a prediction mode from the adaptive prediction list and predicting the attribute information of the point cloud, to obtain a predicted residual; and coding the prediction mode and the predicted residual, to obtain codestream information.