Point Cloud Attribute Coding with Parameterized Voxel Probabilities

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing learning-based point cloud attribute compression methods rely solely on top-down strategies using parent or sibling node information, leading to suboptimal probability estimation and compression performance due to lack of correlation between neighboring classes.

Innovation Solution

Implement a parameterized probability estimation approach by using predefined distributions (e.g., Gaussian or Laplace) to estimate distribution parameters, integrating them to obtain correlated probabilities, and applying these parameters for arithmetic encoding and decoding.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Ease of manufacture

If top-down strategy using parent or sibling node information is used for probability estimation, then the method is simple to implement, but the compression performance is suboptimal due to lack of correlation between neighboring classes

Engineering Contradiction:
Improveease of implementationVSAvoidcompression performance
Core Design Contradiction:
Ease of manufactureVSProductivity

Solution Approach 1:

The patent extends the probability estimation from the traditional top-down approach (using only parent/sibling nodes) to a multi-dimensional approach that incorporates neighbor nodes at the same level. This adds a new dimension of spatial correlation consideration, allowing the model to capture relationships between neighboring classes that were previously ignored, thereby improving compression performance while maintaining implementation feasibility through systematic integration into the existing octree framework

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

2Measurement precision

If parameterized probability distribution is used to model attribute correlations, then the accuracy of probability estimation improves, but the computational complexity increases

Engineering Contradiction:
Improveprobability estimation accuracyVSAvoidcomputational complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent employs parameterized probability distributions (such as Gaussian or Laplace distributions) to model attribute correlations between neighboring classes. Instead of using complex non-parametric methods or exhaustive enumeration, the approach uses a small set of distribution parameters (mean, variance, etc.) that can be efficiently estimated from the feature map. This parameterization strategy achieves high probability estimation accuracy while keeping computational complexity manageable, as the parameters can be computed through standard statistical operations on the voxel features

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS20260065104A1Parameterized arithmetic coding for point cloud attribute compression
Publication Date: 2026.03.05 INTERDIGITAL VC HOLDINGS INC
  • US20260065104A1 patent drawing
  • US20260065104A1 patent drawing
  • US20260065104A1 patent drawing

AI summary

In one implementation, a method of encoding or decoding point cloud data is provided, comprising: obtaining a feature map representing attributes of voxels in an octree structure; determining one or more probability distribution parameters for a probability density function associated with an attribute of a current voxel, based on the feature map; determining a probability mass function of the attribute of the current voxel based on the one or more probability distribution parameters for the probability density function for the current voxel; and encoding or decoding attribute information of the current voxel in the octree structure, based on the probability mass function of the attribute for the current voxel.