Dynamic Point Cloud Coding with Multiple Reference Frames

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing point cloud compression technologies face challenges in efficiently processing large-scale dynamic point clouds due to the lack of temporal correspondence between frames, leading to computational inefficiencies and suboptimal motion analysis, particularly in learning-based methods.

Innovation Solution

A feature-based predictive coding framework with multiple reference frames is introduced, utilizing neural networks for motion estimation and compensation, which includes down-sampling, motion feature extraction, predictor generation, and feature merging to enhance compression performance.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If multiple reference frames are used for motion estimation, then coding efficiency and reconstruction accuracy are improved, but computational complexity increases

Engineering Contradiction:
Improvereconstruction accuracyVSAvoidcomputational complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent segments the motion estimation process by dividing the point cloud into multiple regions or blocks, each utilizing different reference frames. This allows selective application of multiple reference frames only where beneficial, rather than uniformly across the entire point cloud, thereby reducing overall computational complexity while maintaining reconstruction accuracy in critical areas.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent applies multiple reference frames selectively to specific regions or blocks of the point cloud rather than to the entire dataset. By identifying areas with high motion variation or importance and applying multi-reference frame prediction only there, the system achieves improved reconstruction accuracy where needed while avoiding the full computational cost of applying multiple reference frames universally.

Inventive Principle:
Principle #16Partial or excessive action

2Productivity

If feature-based predictive coding with multiple reference frames is implemented, then coding efficiency is improved, but processing time and computational resources increase

Engineering Contradiction:
Improvecoding efficiencyVSAvoidprocessing time
Core Design Contradiction:
ProductivityVSLoss of time

Solution Approach 1:

The patent performs preliminary downsampling and feature extraction on reference frames before the actual motion estimation and prediction processes. By pre-processing reference frames to extract essential features and reduce their complexity, the system prepares data that can be quickly processed during encoding/decoding, thereby improving coding efficiency while minimizing additional processing time during critical operations.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent replaces traditional geometric or intensity-based motion estimation methods with learning-based feature extraction and matching. Neural networks automatically learn relevant features from point cloud data and perform motion estimation in feature space, which is computationally more efficient than traditional pixel-wise or geometric approaches, thus improving coding efficiency without proportionally increasing processing time.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

3Measurement precision

If learning-based motion estimation is used, then motion analysis accuracy is improved, but computational complexity and resource requirements increase

Engineering Contradiction:
Improvemotion analysis accuracyVSAvoidcomputational complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent uses downsampling to create a simplified copy or representation of the full-resolution point cloud data. By performing motion estimation and feature extraction on this downsampled version, the system obtains accurate motion information at reduced computational cost. The results are then applied to the full-resolution data, achieving high motion analysis accuracy without the full computational burden of processing all detailed data directly.

Inventive Principle:
Principle #26Copying

Data Source

PatentUS20260052274A1Dynamic PCC with multiple reference frames
Publication Date: 2026.02.19 INTERDIGITAL VC HOLDINGS INC
  • US20260052274A1 patent drawing
  • US20260052274A1 patent drawing
  • US20260052274A1 patent drawing

AI summary

Some embodiments of a method may include: obtaining one or more motion bitstreams; decoding one or more motion features corresponding to the one or more motion bitstreams; obtaining one or more reference features corresponding to the one or more motion features; generating, via a set of neural network layers, one or more predicted features corresponding to the one or more motion features and the one or more reference features; merging, via another set of neural network layers, the one or more predicted features into a merged feature; and reconstructing a point cloud based on the merged feature.