Point Cloud Codec Reconstruction Using Bounding Box Constraints

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

The relationship between the number of points and the size of the bounding box in existing point cloud encoding and decoding frameworks is not defined, leading to instability and reduced robustness of the codec.

Innovation Solution

A method is provided to determine the size of a bounding box and the number of points in a current node, ensuring they meet a preset condition before reconstruction or encoding, and include specific syntax elements in the bitstream to indicate these parameters.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If the relationship between the number of points and the size of the bounding box is not defined in existing encoding and decoding processes, then the encoding and decoding can be performed independently without constraints, but the robustness and stability of the codec cannot be ensured

Engineering Contradiction:
Improverobustness and stability of the codecVSAvoidcomplexity of defining relationship between points and bounding box
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent changes the parameter relationship by establishing a defined relationship between the number of points and the size of the bounding box. Specifically, it introduces a constraint where the number of points is determined based on the bounding box size, transforming an unconstrained parameter relationship into a constrained one, thereby ensuring codec robustness and stability while maintaining manageable complexity

Inventive Principle:
Principle #35Parameter changes

2Productivity

If coordinate transformation and preprocessing are performed on the point cloud before encoding, then the point cloud can be organized into a bounding box for structured encoding, but the processing time and computational complexity increase

Engineering Contradiction:
Improveencoding efficiencyVSAvoidprocessing time for coordinate transformation and preprocessing
Core Design Contradiction:
ProductivityVSLoss of time

Solution Approach 1:

The patent applies preliminary action by performing coordinate transformation and preprocessing operations before the main encoding process. The point cloud undergoes coordinate transformation to be organized into a bounding box, and duplicate points are removed in advance, so that the subsequent encoding process can operate on pre-organized data, improving overall encoding efficiency despite the initial processing time investment

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS20250373812A1Encoding method, decoding method and bitstream
Publication Date: 2025.12.04 GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP LTD
  • US20250373812A1 patent drawing
  • US20250373812A1 patent drawing
  • US20250373812A1 patent drawing

AI summary

The embodiments of the present application disclose an encoding/decoding method, a code stream, an encoder, a decoder, and a storage medium, the method includes: determining the bounding box volume of a current node, and determining the number of points of the current node; and when it is determined that the bounding box volume and the number of points of the current node meet a preset condition, reconstructing the current node to determine a reconstructed point cloud of the current node.