Point Cloud Decoding by Compression Unit Type Selection

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Point cloud media encoding and decoding face challenges due to large data volume and redundancy, necessitating improved flexibility and efficiency in encoding and decoding processes.

Innovation Solution

The method involves encoding and decoding point cloud media by identifying and selectively decoding compression units based on type information, such as geometry headers and attribute slices, using a TLV format to enhance flexibility and reduce computational resources.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If all compression units in point cloud media data are decoded, then complete point cloud data is obtained, but decoding computational cost and time increase significantly

Engineering Contradiction:
Improvecompleteness of point cloud dataVSAvoiddecoding time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The patent extracts and identifies specific compression units that need to be decoded based on type information in media file data boxes. By selectively extracting only necessary compression units (geometry headers, attribute slices, etc.) rather than decoding all compression units, the system reduces decoding time and computational cost while obtaining the required point cloud data for specific viewing regions or attributes.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The patent implements partial decoding by determining whether each compression unit needs to be decoded based on type information and specific application requirements. Instead of performing excessive full decoding of all compression units, the system performs only the necessary partial decoding of relevant compression units, thereby reducing computational overhead while maintaining the quality and completeness of required point cloud data.

Inventive Principle:
Principle #16Partial or excessive action

2Productivity

If point cloud media data is compressed and transmitted, then data transmission efficiency improves, but data redundancy and large transmitted data volume persist

Engineering Contradiction:
Improvedata transmission efficiencyVSAvoiddata volume
Core Design Contradiction:
ProductivityVSQuantity of substance

Solution Approach 1:

The patent segments point cloud data into multiple compression units with different types (geometry headers, attribute slices, point cloud slices) and organizes them in a hierarchical structure within media file data boxes. This segmentation allows the system to transmit only the necessary segments based on type information, reducing overall data volume while maintaining transmission efficiency by enabling selective decoding of required segments.

Inventive Principle:
Principle #1Segmentation

3Productivity

If flexible decoding of specific compression units is implemented, then decoding efficiency improves, but system complexity increases due to type information processing

Engineering Contradiction:
Improvedecoding efficiencyVSAvoidsystem complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The patent uses type information (acting as identifiers or 'colors') to categorize different compression units into distinct types such as geometry headers, attribute slices, and point cloud slices. This classification system enables the decoding system to quickly identify and process only the relevant compression unit types based on type information, improving decoding efficiency while managing system complexity through structured categorization rather than unstructured processing.

Inventive Principle:
Principle #32Color changes

Data Source

PatentUS20260019644A1Point cloud media encoding and decoding
Publication Date: 2026.01.15 TENCENT TECHNOLOGY (SHENZHEN) CO LTD
  • US20260019644A1 patent drawing
  • US20260019644A1 patent drawing
  • US20260019644A1 patent drawing

AI summary

In a method for decoding point cloud media, point cloud media data including a plurality of point cloud samples encapsulated in one or more tracks is received. A compression unit of a point cloud sample in the plurality of point cloud samples is obtained. A media file data box of the point cloud sample includes type information that indicates a type of the compression unit. The type of the compression unit is one of a geometry header indicating a parameter set of geometry information, an attribute header indicating a parameter set of attribute information, a geometry slice indicating point cloud slice data of the geometry information, and an attribute slice indicating point cloud slice data of the attribute information. Whether the compression unit is to be decoded is determined according to the type information. The compression unit is decoded to obtain point cloud data based on the determination.