Point Cloud Attribute Prediction with Partitioned Reference Buffers

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

The transmission of large volumes of point cloud data poses challenges due to bandwidth limitations, and existing encoding methods like RAHT transform prediction perform poorly in attribute encoding and decoding.

Innovation Solution

A method involving determining a maximum number of reference points for buffering and using a prediction reference buffer to enhance attribute prediction in point cloud encoding and decoding processes.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If a large number of reference points are used for attribute prediction, then the prediction accuracy is improved, but the memory consumption and processing complexity increase

Engineering Contradiction:
Improveattribute prediction accuracyVSAvoidprocessing complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent segments the set of all reference points into two distinct groups: a first reference point set containing points at the same partition depth as the current node, and a second reference point set containing points at different partition depths. This segmentation allows the system to manage reference points in an organized manner, processing them in specific orders (same-depth first, then different-depth) to balance prediction accuracy with computational efficiency.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent applies partial action by selectively using reference points from the first reference point set (same partition depth) before resorting to the second reference point set (different partition depths). This partial approach ensures that the most relevant reference points are used first for prediction, reducing the need to process all available reference points and thus lowering overall processing complexity while maintaining adequate prediction accuracy.

Inventive Principle:
Principle #16Partial or excessive action

2Measurement precision

If the number of reference points to be buffered is increased, then the attribute prediction performance is improved, but the memory requirement increases

Engineering Contradiction:
Improveattribute prediction performanceVSAvoidmemory requirement
Core Design Contradiction:
Measurement precisionVSQuantity of substance

Solution Approach 1:

The patent segments reference points into two sets based on their partition depth relative to the current node. The first set contains reference points at the same partition depth, while the second set contains reference points at different partition depths. This segmentation enables the system to buffer and process reference points in a structured manner, optimizing memory usage by loading only the necessary reference points for prediction rather than all available points.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent performs preliminary action by pre-establishing the partition tree structure and pre-organizing reference points into the two sets before attribute prediction is needed. This preliminary organization allows the decoding device to efficiently access and buffer only the required reference points during prediction, reducing real-time memory requirements while maintaining prediction performance.

Inventive Principle:
Principle #10Preliminary action

3Quantity of substance

If point cloud data is compressed to reduce transmission size, then the transmission efficiency is improved, but the encoding and decoding performance deteriorates

Engineering Contradiction:
Improvedata transmission sizeVSAvoidencoding and decoding performance
Core Design Contradiction:
Quantity of substanceVSMeasurement precision

Solution Approach 1:

The patent segments the attribute prediction process into two stages: first using reference points from the same partition depth (first reference point set), then using reference points from different partition depths (second reference point set). This segmented approach enables efficient compression by processing reference points in a structured manner, achieving good compression ratios while maintaining decoding performance through systematic prediction.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces dynamic adaptability in the prediction process by allowing the decoding device to flexibly select which reference point sets to use based on the specific prediction requirements. This dynamic approach enables optimization of the compression-decoding performance trade-off by adapting the reference point selection strategy to different encoding scenarios.

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS20260039871A1Point cloud encoding and decoding method and apparatus, device and storage medium
Publication Date: 2026.02.05 GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP LTD
  • US20260039871A1 patent drawing
  • US20260039871A1 patent drawing
  • US20260039871A1 patent drawing

AI summary

The present application provides a point cloud encoding and decoding method, which includes: during attribute encoding or decoding, determining a first parameter, the first parameter being used to indicate a neighborhood search range; determining N neighborhood nodes of a current node based on the neighborhood search range; and performing attribute prediction encoding and decoding on the current node based on attribute information of the N neighborhood nodes.