Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
IMPLICIT QUADTREE OR BINARY-TREE GEOMETRY PARTITION FOR POINT CLOUD CODING
Document Type and Number:
WIPO Patent Application WO/2020/264553
Kind Code:
A1
Abstract:
A method of point cloud geometry decoding in a point cloud decoder can include receiving a bitstream including a slice of a coded point cloud frame, and reconstructing an octree representing a geometry of points in a bounding box of the slice where a current node of the octree is partitioned with a quadtree (QT) partition or a binary tree (BT) partition.

Inventors:
ZHANG XIANG (US)
GAO WEN (US)
YEA SEHOON (US)
LIU SHAN (US)
Application Number:
PCT/US2020/070167
Publication Date:
December 30, 2020
Filing Date:
June 23, 2020
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
TENCENT AMERICA LLC (US)
International Classes:
H03M5/00; H04N19/40
Domestic Patent References:
WO2017209961A12017-12-07
Foreign References:
US9035807B22015-05-19
US20130077684A12013-03-28
US20160086353A12016-03-24
US20150146794A12015-05-28
Other References:
RANGER S.: "Icosatree Data Partitioning of Massive Geospatial Point Clouds with User-Selectable Entities and Surface Modeling", COMPUTER SCIENCE, 2016, pages 1 - 50, XP055780327, Retrieved from the Internet [retrieved on 20200824]
See also references of EP 3991300A4
Attorney, Agent or Firm:
MA, Johnny et al. (US)
Download PDF:
Claims:
WHAT IS CLAIMED IS:

1. A method of point cloud geometry decoding in a point cloud decoder, comprising: receiving a bitstream including a slice of a coded point cloud frame; and

reconstructing an octree representing a geometry of points in a bounding box of the slice where a current node of the octree is partitioned with a quadtree (QT) partition or a binary tree (BT) partition.

2. The method of claim l, wherein the reconstructing the octree includes:

determining how to partition the current node of the octree using one of the QT partition, the BT partition, or an octree (OT) partition based on a predefined condition.

3. The method of claim 1, wherein the reconstructing the octree includes:

determining how to partition the current node of the octree using one of the QT parti tion, the BT partition, or an OT partition based on one or more parameters, one of the one or more parameters being signaled in the bitstream or using a locally preconfigured value.

4. The method of claim 1, wherein the reconstructing the octree includes:

receiving occupancy bins belonging to an 8-bins occupancy code of the current node of the octree from the bitstream,

where each occupancy bin corresponds to an occupied child node of the current node of the octree,

4 bins belonging to the 8-bins occupancy code are not signaled in the bit stream when the current node of the octree is partitioned with the QT partition, and

6 bins belonging to the 8-bins occupancy code are not signaled in the bitstream when the current node of the octree is partitioned with the BT partition.

5. The method of claim 1, wherein the reconstructing the octree includes:

receiving one or more syntax elements indicating three-dimension (3D) sizes of the bounding box of the slice of the coded point cloud frame from the bitstream.

6. The method of claim l, wherein the reconstructing the octree includes: determining a value of a variable, denoted by partitionSkip, specifying a partition type and a partition direction of the current node of the octree

7. The method of claim 6, wherein the variable partitionSkip is represented in binary form with three bits corresponding to x, y, and z directions, respectively, and each bit indicates whether a partition is performed along the respective x, y, or z direction.

8. The method of claim 6, wherein the reconstructing the octree further includes:

updating a depth in an x, y, or z dimension for a child node of the current node of the octree based on the variable partitionSkip.

9. The method of claim 6, wherein the reconstructing the octree further includes:

receiving a syntax element indicating the current node of the octree has a single occupied child node;

receiving 1 bin if the variable partitionSkip indicates the BT partition, or 2 bins if the variable partitionSkip indicates the QT partition; and

determining an occupancy map identifying occupied child nodes of the current node of the octree based on the received 1 or 2 bins

10. The method of claim 6, wherein the reconstructing the octree further includes:

during a parsing process over the bitstream to determine a syntax element of an occupancy map identifying occupied child nodes of the current node of the octree, determining a bin of the syntax element of the occupancy map is skipped based on the variable partitionSkip.

11. The method of claim 6, wherein reconstructing the octree further includes:

for a child node of the current node of the octree coded in a direct mode, determining a log2 size for each of x, y, and z directions, denoted dx, dy, and dz, respectively, for the child node based on the variable partitionSkip, wherein positions of points in the child node are coded by fixed-length coding with (dx, dy, dz) bits, respectively.

12. The method of claim l, wherein reconstructing the octree further includes: receiving a syntax element from the bitstream indicating one of the following parameters: a maximal number of implicit QT and BT partitions performed before OT partitions, a minimal size of implicit QT and BT partitions that prevents implicit QT and BT partitions of a node when all dimensions of the node are smaller than or equal to the minimal size, or

a priority indicating which of impli cit QT or BT partiti on is performed first when both QT and BT partitions are allowed.

13. The method of claim 1, wherein the reconstructing the octree further includes:

in response to that an octree depth of the current node is smaller than a parameter K, or a smallest log2 size among !og2 sizes in x, y, and z directions of the current node is equal to a parameter M, determining a partition type and a partition direction for partitioning the current node according to conditions in the following table:

, where:

the parameter K is an integer in a range of 0 < K < max (dx,dy,dz)—min (dx,dy,dz), and defines maximum times of implicit QT and BT partitions that are allowed before OT partitions, the parameter M is an integer in a range of 0 < M < min (dx,dy.,dz), defines a minimal size of implicit QT and BT partitions, and prevents implicit QT and BT partitions of a node when all dimensions of the node are smaller than or equal to M, and

dx, dy, and dz are the log2 sizes of the current node in x, y, and z directions, respectively.

14. The method of claim 1, wherein the reconstructing the octree further includes:

in response to that an octree depth of the current node is smaller than a parameter K, or a smallest log2 size among log2 sizes in x, y, and z directions of the current node is equal to a parameter M, determining a variable partitionSkip as follows,

if (dx < MaxNodeDimLog2), partitionSkip j= 4;

if (dy < MaxNodeDimLog2),

partitionSkip |= 2;

if (dz < MaxNodeDiniL,og2),

partitionSkip |= 1

where:

the variable partitionSkip is represented in binary form with three bits, and specifies the partition type and the partition direction of the current node of the octree,

the parameter K is an integer in a range of 0 < K < max (dx,dy,dz)—min (dx,dy,dz), and defines maximum times of implicit QT and BT partitions that are alowed before OT partitions, the parameter M is an integer in a range of 0 < M < min (dx,dv,dz), defines a minimal size of implicit QT and BT partitions, and prevents implicit QT and BT partitions of a node when all dimensions of the node are smaller than or equal to M,

dx, dy, and dz are log2 sizes of the current node in x, y, and z directions, respectively, MaxNodeDimLog2 represents the maximum log2 size among dx, dy, and dz, and the operator j= represents a compound bitwise OR operation.

15. The method of claim 1, wherein reconstructing the octree further includes:

receiving from the bitstream a flag indicating whether implicit geometry partition is enabled for a sequence of point cloud frames or the slice of the coded point cloud frame.

16. The method of claim 1, wherein the reconstructing the octree includes:

determining a planar mode is ineligible at an x, y, or z direction where a partition is not performed for the current node.

17. The method of claim 1, wherein the reconstructing the octree includes:

performing a geometry octree occupancy parsing process, where for a bin having an index of binldx in an occupancy code, a variable binlslnf erred is set according to the following: if either of the following conditions are true, binlslnferred is set equal to 1 :

(1) a variable NeighbourPattem is equal to 0 and a number of previously decoded 1 -valued bins is less than or equal to (binldx + minOccupied - maxOccupied), or (2) the variable NeighbourPattem is not equal to 0, binldx is equal to maxOccupied-1 and values of all previous decoded bins are zero,

where minOccupied=2, and maxOccupied=8 if an OT partition is applied, maxOccupied=4 if the QT partition is applied, maxOccupied=2 if the BT partition is applied, and otherwise, if neither of the above conditions are true, binlslnferred is set equal to 0.

18. The method of claim 1, wherein reconstructing the octree further includes:

updating a parameter K indicating a maximal number of implicit QT and BT partitions before OT partitions, and a parameter M indicating a minimal size of implicit QT and BT partitions that prevents implicit QT and BT partitions of a node when all dimensions of the node are smaller than or equal to the minimal size according to:

if K is greater than a difference between a maximum root node log2 dimension and a minimum root node !og2 dimension of the slice, K is changed to a difference between the maximum root node log2 dimension and the minimum root node log2 dimension of the slice; if M is greater than the minimum root node log2 dimension of the slice, M is changed to the minimum root node log2 dimension of the slice;

if the maximum root node !og2 dimension and the minimum root node log2 dimension of the slice are equal, M is changed to 0; and

if a trisoup mode is enabled, K is changed to the difference between the maximum root node log2 dimension and the minimum root node log2 dimension of the slice, and M is changed to the minimum root node log2 dimension of the slice.

19. An apparatus of point cloud geometry decoding, comprising circuitry configured to: receive a bitstream including a slice of a coded point cloud frame; and

reconstruct an octree representing a geometry of points in a bounding box of the slice where a current node of the octree is partitioned with a quadtree (QT) partition, or a binary tree (BT) partition.

20. A non-transitory computer-readable medium storing instructions that, when executed by a processor, cause the processor to perform a method of point cloud geometry decoding, the method comprising: receiving a bitstream including a slice of a coded point cloud frame; and reconstructing an octree representing a geometry of points in a bounding box of the slice where a current node of the octree is partitioned with a quadtree (QT) partition, or a binary tree (BΪ) partition.

Description:
IMPLICIT QUADTREE OR BINARY-TREE GEOMETRY PARTITION FOR POINT CLOUD

CODING

INCORPORATION BY REFERENCE

[0001] This present application claims the benefit of U.S. Patent Application No.

16/909,142,“Implicit Quadtree or Binary-Tree Geometry Partition for Point Cloud Coding” filed on June 23, 2020, which claims the benefit of a series of U.S. Provisional Application Nos.

62/867,063,“Implicit Geometry Partition for Point Cloud Coding” filed on June 26, 2019, 62/904,384,“On Geometry Coding for Point Clouds” filed on September 23, 2019, and

62/910,387,“Additional Information on Adaptive Geometry Quantization and Implicit Geometry Partition for Point Cloud Coding” filed on October 3, 2019. The disclosures of the prior applications are hereby incorporated by reference in their entirety.

TECHNICAL FIELD

[0002] The present disclosure relates to point cloud coding.

BACKGROUND

[0003] The background description provided herein is for the purpose of generally presenting the context of the disclosure. Work of the presently named inventors, to the extent the work is described in this background section, as well as aspects of the description that may not otherwise qualify as prior art at the time of filing, are neither expressly nor impliedly admitted as prior art against the present disclosure.

[0004] Point cloud has been widely used in recent years. For example, point cloud can be used in autonomous driving vehicles for object detection and localization. Point cloud is also used in geographic information systems (GIS) for mapping, and in cultural heritage to visualize and archive cultural heritage objects and collections, etc.

[0005] A point cloud frame contains a set of high dimensional points, typically of three dimensional (3D), each including 3D position information and additional attributes such as color, reflectance, etc. They can be captured using multiple cameras and depth sensors, or Lidar in various setups, and may be made up of thousands up to billions of points in order to realistically represent the original scenes. [0006] Compression technologies are needed to reduce the amount of data required to represent a point cloud for faster transmission or reduction of storage. ISO/IEC MPEG (JTC 1/SC 29/WG 11) has created an ad-hoc group (MPEG-PCC) to standardize the compression techniques for static or dynamic point clouds.

SUMMARY

[0007] Aspects of the disclosure provide a method of point cloud geometry decoding in a point cloud decoder. The method can include receiving a bitstream including a slice of a coded point cloud frame, and reconstructing an octree representing a geometry of points in a bounding box of the slice using implicit geometry partition where a current node of the octree is partitioned with a quadtree (QT) partition or a binary tree (BT) partition.

[0008] In an embodiment, how to partition the current node of the octree using one of the QT partition, the BT partition, or an octree (OT) partition is determined based on a predefined condition. In an embodiment, how to partition the current node of the octree using one of the QT partition, the BT partition, or an OT partition is determined based on one or more parameters. One of the one or more parameters can be signaled in the bitstream or using a locally

preconfigured value.

[0009] In an embodiment, occupancy information belonging to an 8-bins occupancy code of the current node of the octree are received from the bitstream. Each occupancy bit corresponds to an occupied child node of the curren t node of the octree 4 bins belonging to the 8-bins occupancy code are not signaled in the bit stream when the current node of the octree is partitioned with the QT partition, and 6 bins belonging to the 8-bins occupancy code are not signaled in the bitstream when the current node of the octree is partitioned with the BT partition. In the present application, we may also refer 8-bins occupancy code as 8-bits occupancy code or each bin of the 8-bins occupancy code as a bit.

[0010] In an embodiment, one or more syntax elements indicating three-dimension (3D) sizes of the bounding box of the slice of the coded point cloud frame are received from the bitstream. In an embodiment, a value of a variable, denoted by partitionSkip, specifying a partition type and a partition direction of the current node of the octree is determined. In an example, the variable partitionSkip is represented in binary form with three bits corresponding to x, y, and z directions, respectively, and each bit indicates whether a partition is performed along the respective x, y, or z direction. In an example, a depth in an x, y, or z dimension for a child node of the current node of the octree is updated based on the variable partitionSkip.

[0011] In an embodiment, the reconstructing the octree further includes receiving a syntax element indicating the current node of the octree has a single occupied child node, receiving 1 bin if the variable partitionSkip indicates the BT partition, or 2 bins if the variable partitionSkip indicates the QT partition, and determining an occupancy map identifying occupied child nodes of the current node of the octree based on the received 1 or 2 bins.

[0012] In an embodiment, during a parsing process over the bitstream to determine a syntax element of an occupancy map identifying occupied child nodes of the current node of the octree, a bin or multiple bins of the syntax element of the occupancy map can be skipped based on the variable partitionSkip.

[0013] In an embodiment, for a child node of the current node of the octree coded in a direct mode, a log2 size for each of x, y, and z directions, denoted dx, dy, and dz, respectively, for the child node is determined based on the variable partitionSkip. Positions of points in the child node are coded by fixed-length coding with (dx, dy, dz) bits, respectively.

[0014] In an embodiment, a syntax element is received from the bitstream indicating one of the following parameters: a maximal number of implicit QT and BT partitions performed before OT partitions, a minimal size of implicit QT and BT partitions that prevents implicit QT and BT partitions of a node when all dimensions of the node are smaller than or equal to the minimal size, or a priority indicating which of implicit QT or BT partition is performed first when both QT and BT partitions are allowed.

[0015] In an embodiment, when an octree depth of the current node is smaller than a parameter K, or when a smallest log2 size among log2 sizes in x, y, and z directions of the current node is equal to a parameter M, a partition type and a partition direction for partitioning the current node can be determined according to conditions in the following table:

where the parameter K is an integer in a range of 0 < K < max (d x ,d y ,d z )—min (d x ,d y ,d z ), and defines maximum times of implicit QT and BT partitions that are allowed before OT partitions, the parameter M is an integer in a range of 0 < M < min ( d x ,d y ,d z ), defines a minimal size of implicit QT and BT partitions, and prevents implicit QT and BT partitions of a node when ail dimensions of the node are smaller than or equal to M, and dx, dy, and dz are the log2 sizes of the current node in x, y, and z directions, respectively dx, dy, and dz correspond to d x , d y , and d z in the above table, respectively. The two notations are used interchangeably in this disclosure.

[0016] In an embodiment, when an octree depth of the current node is smaller than a parameter K, or when a smallest log2 size among log2 sizes in x, y, and z directions of the current node is equal to a parameter M, a variable partitionSkip can be determined as follows, if (dx < MaxNodeDimLog2),

partitionSkip j== 4,

if (dy < MaxNodeDimLog2),

partitionSkip |= 2;

if (dz < MaxNodeDimLog2),

partitionSkip |= 1.

The variable partitionSkip is represented in binary form with three bits, and specifies the partition type and the partition direction of the current node of the octree. The parameter K is an integer in a range of 0 < K < max (d x ,d y ,d z )—min (d x., d y, d z ), and defines maximum times of implicit QT and BT partitions that are allowed before OT partitions. The parameter M is an integer in a range of 0 < M £ min (d X d y ,d z ), defines a minimal size of implicit QT and BT partitions, and prevents implicit QT and BT partitions of a node when ail dimensions of the node are smaller than or equal to M. The dx, dy, and dz are log2 sizes of the current node in x, y, and z directions, respectively. The MaxNodeDimLog2 represents the maximum !og2 size among dx, dy, and dz. The operator j= represents a compound bitwise OR operation.

[0017] In an embodiment, a flag can be received from the bitstream indicating whether implicit geometry partition is enabled for a sequence of point cloud frames or the slice of the coded point cloud frame. In an embodiment, a planar mode is determined to be ineligible at an x, y, or z direction where a partition is not performed for the current node. In an embodiment, a geometry' octree occupancy parsing process is performed in which for a bin having an index of binldx in an occupancy code, a vari ble binlslnferred is set according to the following; (a) if either of the following conditions are true, binlslnferred is set equal to I : (1) a variable NeighbourPattem is equal to 0 and a number of previously decoded 1 -valued bins is less than or equal to (binldx + minOccupied --- maxOccupied), or (2) the variable NeighbourPattem is not equal to 0, binldx is equal to maxOccupied- 1 and values of ail previous decoded bins are zero, where minOccupied=2, and maxOccupied=8 if an OT partition is applied, maxOccupied=4 if the QT partition is applied, maxOccupied=2 if the BT partition is applied, and (b) otherwise, if neither of the above conditions are true, binlslnferred is set equal to 0.

[0018] In an embodiment, a parameter K and a parameter M are used. The parameter K indicates a maximal number of implicit QT and BT partitions before OT partiti ons, and the parameter M indicates a minimal size of implicit QT and BT partitions that prevents implicit QT and BT partitions of a node when ail dimensions of the node are smaller than or equal to the minimal size. The parameters K and M can be updated according to: (a) if K is greater than a difference between a maximum root node log2 dimension and a minimum root node log2 dimension of the slice, K is changed to a difference between the maximum root node log2 dimension and the minimum root node log2 dimension of the slice; (b) if M is greater than the minimum root node log2 dimension of the slice, M is changed to the minimum root node log2 dimension of the slice; (c) if the maximum root node log2 dimension and the minimum root node log2 dimension of the slice are equal, M is changed to 0; and (d) if a trisoup mode is enabled, K is changed to the difference between the maximum root node !og2 dimension and the minimum root node log2 dimension of the slice, and M is changed to the minimum root node log2 dimension of the slice. Note that trisoup node log2 dimension needs to be no greater than the minimum root node !og:2 dimension of the siice

[0019] Aspects of the disclosure provide an apparatus of point cloud geometry decoding. The apparatus can include circuitry configured to receive a bitstream including a siice of a coded point cloud frame, and reconstruct an octree representing a geometry of points in a bounding box of the slice using implicit geometry partition where a current node of the octree is partitioned with a quadtree (QT) partition, or a binary tree (BT) partition.

[0020] Aspects of the disclosure provide a non-transitory computer-readable medium storing instructions that, when executed by a processor, cause the processor to perform the method of point cloud geometry decoding.

BRIEF DESCRIPTION OF THE DRAWINGS [0021] Various embodiments of this disclosure that are proposed as examples will be described in detail with reference to the following figures, wherein like numerals reference like elements, and wherein:

[0022] FIG. 1 shows a recursive subdivision process in accordance with an embodiment.

[0023] FIG. 2 shows a level of detail (LOD) generation process in accordance with an embodiment.

[0024] FIG. 3 show's an exemplary encoder in accordance with an embodiment.

[0025] FIG. 4 shows an exemplary decoder in accordance with an embodiment.

[0026] FIG. 5 shows an octree partition in three-dimensional (3D) space.

[0027] FIG. 6 show's an example of two-level octree (OT) partition and corresponding occupancy codes.

[0028] FIG. 7 shows a point cloud sequence having principle components in x and y directions.

[0029] FIG. 8 shows examples of quadtree (QT) partitions in 3D space in accordance with an embodiment.

[0030] FIG. 9 show's examples of binary-tree (BT) partitions in 3D space in accordance with an embodiment.

[0031] FIGs. 10-13 show' two-dimensional (2D) blocks for demonstrating four different partition processes based on implicit QT and BT partitions.

[0032] FIG. 14 shows 2D blocks for demonstrating a Testing Model 13 (TMC13) scheme where OT partitions are performed from an extended cubic bounding box.

[0033] FIG. 15 show's a flow chart of a QT/BT-partiti on-based geometry decoding process for point cloud decoding in accordance with an embodiment of the disclosure.

[0034] FIG 16 shows a computer system for implementing geometry decoding techniques in various embodiments.

DETAILED DESCRIPTION OF EMBODIMENTS

[0035] This disclosure is related to geometry based point cloud compression (G-PCC). Techniques of implicit quadtree (QT) or binary -tree (BT) partition are described. When implicit QT or BT partition is applied, geometry of a point cloud can be partitioned along a subset of all dimensions implicitly when certain criteria are met, instead of partitioning along all dimensions all the time.

[0036] L Point Cloud Coding Encoder and Decoder

[0037] L Point Cloud Data

[0038] Point cloud data (or point cloud) is used to represent a three-dimensional (3D) scene or object in some emerging applications such as immersive virtual reality (VR)/augmented reality (AR)/mixed reality (MR), automotive/robotic navigation, medical imaging, and the like.

A point cloud can include a collection of individual 3D points. Each point is associated with a set of 3D coordinates indicating a 3D position of the respective point and a number of other attributes such as color, surface normal, opaque, reflectance, etc. In various embodiments, input point cloud data can be quantized and subsequently organized into a 3D grid of cubic voxels that can be described using an octree data structure. A resulting voxelized octree facilitates the traversal, search, and access of the quantized point cloud data.

[0039] A point cloud frame can include a set of 3 D points at a particular time instance. Point cloud frames can be used to reconstruct an object or a scene as a composition of such points. They can be captured using multiple cameras and depth sensors in various setups, and may be made up of thousands and even billions of points in order to realistically represent reconstructed scenes. A sequence of point cloud frames can be referred to as a point cloud. A set of Cartesian co-ordinates associated with 3D points of a point cloud frame can be referred to as a geometry of those 3D points.

[0040] Compression technologies are needed to reduce the amount of data required to represent a point cloud (e.g , a sequence of point cloud frames). As such, technologies are needed for lossy compression of point clouds for use in real-time communications and six Degrees of Freedom (6 DoF) virtual reality. In addition, technologies are sought for lossless point cloud compression in the context of dynamic mapping for autonomous driving and cultural heritage applications, etc. Further, standards are needed to address compression of geometry and attributes (e.g., colors and reflectance), scalable/progressive coding, coding of sequences of point clouds captured over time, and random access to subsets of the point cloud.

[0041] 2. Coordinates Quantization

[0042] In an embodiment, coordinates of points in the input cloud data can first be quantized. For example, real number values of the coordinates may be quantized into integer values. After the quantization, more than one point may share a same position in some voxels. Those duplicate points optionally can be merged into a single point.

[0043] 3. Geometry Coding Based on an Octree

[0044] FIG. 1 shows a recursive subdivision process (100) in accordance with an embodiment. The process (100) can be performed to generate an octree structure to represent positions of a set of points in a point cloud. As shown, a cubical axis-aligned bounding box (101) containing the set of points is first defined. Then, the bounding box (101) is recursively subdivided to build the octree structure. As shown, at each stage, a current cube can be subdivided into 8 sub-cubes. An 8-bit code, referred to as an occupancy code, can be generated to indicate whether each of the 8 sub-cubes contains points. For example, each sub-cube is associated with a 1 -bit value. If the sub-cube is occupied, the respective sub-cube has a bit value of 1; otherwise, the respective sub-cube has a bit value of 0. Occupied sub-cubes can be divided until a predefined minimum size of the sub-cubes is reached. A sub-cube of the minimum size is a voxel corresponding to the octree structure. A sequence of occupancy codes can thus be generated, and subsequently be compressed and transmitted from an encoder to a decoder. By- decoding the occupancy codes (e.g., performing an octree decoding process), the decoder can obtain a same octree structure as the encoder, or an estimation of the octree structure.

[0045] 4. Attribute Transfer

[0046] As a result of the octree generation or coding process, at the encoder side, a sub cube with the minimum size may contain more than one point. Thus, a position corresponding to a voxel (e.g., a center of the respective sub-cube) may correspond to multiple sets of attributes from multiple points. In such a scenario, in an embodiment, an attribute transfer process can be performed to determine one set of attributes based on the multiple sets of attributes for the respective voxel. For example, an averaged attribute of a subset of nearest neighboring points can be used as an attribute of the respective voxel. Different methods may be employed in various embodiments for attribute transfer purposes.

[0047] 5. Level of Detail (LOD) Generation

[0048] FIG. 2 shows a level of detail (LOD) generation process (200) in accordance with an embodiment. The process (200) can be performed on the quantized positions (e.g., voxel positions) ordered according to the octree decoding process. As a result of the process (200), the points can be re-organized or re-ordered into a set of refinement levels. The process (200) can be performed identically at the encoder and decoder. A subsequent attribute coding process can be performed at the encoder or decoder according to the order defined by the process (200) (referred to as the LOD-based order).

[0049] Specifically, FIG. 2 shows three LODs: L.OD0, LODI, and LOD2. A Euclidean distance, dO, dl, or d2, can be specified for LODO, LODI, and LOD2, respectively. A subset of points P0-P9 is included in each LOD The distances between each pair of points in the respective LOD is larger than or equal to the respective Euclidean distance. The Euclidean distances can be arranged in a manner that d0>dl>d2. Under such arrangement, a higher refinement level includes fewer points that are farther from each other, and provides a coarser representation of the point cloud, while a lower refinement level includes more points closer to each other, and provides a finer representation of the point cloud

[0050] As a result of the above LOD generation process (200), the points in an original order (octree decoding order) from P0 to P9 can be re-organized into an LOD-based order: P0, P5, P4, P2, PI, P6, P3, P9, P8, and P7.

[0051] 6. Attributes Prediction

[0052] The attributes associated with the point cloud can be encoded and decoded in the order defined by the LOD generation process. For example, point by point, in the LOD-based order, an attribute prediction of each current point (a point currently under processing) can be determined by performing an attribute prediction process at the encoder and/or decoder. A similar attri bute prediction process can be performed at the encoder and the decoder.

[0053] With the obtained attribute prediction, at the encoder, a residual signal can be generated by subtracting the attribute prediction value from a respective original attribute value of the current point. The residual signal can then, individually or in combination with other residual signals, be further compressed. For example, transform and/or quantization operations may be performed, and followed by entropy coding of resulting signals. The compressed residual signal can be transmitted to the encoder in a bit stream.

[0054] A t the decoder, a residual signal can be recovered by performing an inverse of the coding process at the encoder for coding a residual signal. With the obtained attribute prediction and the recovered residual signal corresponding to the current point, a reconstructed attribute of the current point can be obtained. In a similar way, this reconstruction operation may take place at the encoder to obtain a reconstructed atribute. [0055] Various attribute prediction techniques can be employed in various embodiments to determine the attribute prediction. Typically, the attribute prediction of the current point is performed using previously reconstructed attributes of points neighboring the current point. When the attribute prediction process is started, based on the LOD-based order, reconstructed attribute values of points prior to the current point are already available. In addition, from the octree coding or decoding process, positions (3D coordinates) of the points in the point cloud are also available. Accordingly, the attribute prediction process can be performed with the knowledge of the reconstructed attributes and 3D coordinates of the neighboring points of the current point

[0056] For example, a set of neighboring points of the current point can first be determined using various algorithms. In one example, a k-d tree structure based searching process can be performed to determine a set of points nearest to the current point.

[0057] For example, a geometric distance and/or attribute distance based approach is used to determine the attribute prediction. The prediction attribute can be determined based on a weighted su (or weighted average) of reconstructed attributes of a set of determined neighboring points at the encoder or decoder. For example, with the set of determined neighboring points, the weighted sum (or weighted average) of the reconstructed attributes of the determined neighboring points can be determined to be the prediction attribute at the encoder or decoder. For example, a weight used in the weighted sum based technique (also referred to as an interpolation based technique) can be an inverse of (or inversely proportional to) a geometric distance, or an attribute distance. Alternatively, the weight can be a bilateral weight derived from a combination of a geometric distance based weight (a geometric eight) and an attribute - distance based weight (an attribute weight).

[0058] For example, a rate-distortion (RD) based approach is used to determine the attribute prediction. For example, a candidate index may be associated with each reconstructed attribute value of the set of neighboring points at the encoder or decoder. At the encoder, an RD optimization based process can be performed to evaluate which one of the candidate

reconstructed attribute values of the neighboring points is the best choice to be used as the atribute prediction. For example, a distortion can be measured by a difference between the original (or true) attribute value of the current point and a candidate prediction (candidate reconstructed attribute value). A rate can be a cost of encoding the index of the selected candidate prediction. A Lagrangian RD-cost function can be defined to determine the best prediction signal candidate. A candidate index of the selected candidate prediction can thus be signaled to the decoder.

[0059] Accordingly, the decoder may first determine a same set of neighboring points of a respective current point, and associate indices to the reconstructed attribute values of the same set of neighboring points in a similar way as the encoder side. Then, the decoder can determine an attribute prediction from the reconstructed attribute values of the neighboring points using the signaled candidate index.

[0060] 7. Coding System Examples of Point Cloud Compression

[0061] FIG. 3 shows an exemplary encoder (300) in accordance with an embodiment. The encoder can be configured to receive point cloud data and compress the point cloud data to generate a bit stream carrying compressed point cloud data. In an embodiment, the encoder (300) can include a position quantization module (310), a duplicated points removal module (312), an octree encoding module (330), an attribute transfer module (320), an LOD generation module (340), an attribute prediction module (350), a residual quantization module (360), an arithmetic coding module (370), an inverse residual quantization module (380), an addition module (381), and a memory (390) to store reconstructed attribute values.

[0062] As shown, an input point cloud (301) can be received at the encoder (300).

Positions (3D coordinates) of the point cloud (301) are provided to the quantization module (310). The quantization module (310) is configured to quantize the coordinates to generate quantized positions. The optional duplicated points removal module (312) is configured to receive the quantized positions and perform a filter process to identify and remove duplicated points. The octree encoding module (330) is configured to receive filtered positions from the duplicated points removal module, and perform an octree-based encoding process to generate a sequence of occupancy codes that describe a 3D grid of voxels. The occupancy codes are provided to the arithmetic coding module (370).

[0063] The attribute transfer module (320) is configured to receive attributes of the input point cloud, and perform an attribute transfer process to determine an attribute value for each voxel when multiple atribute values are associated with the respective voxel. The atribute transfer process can be performed on the re-ordered points output from the octree encoding module (330). The attributes after the transfer operations are provided to the attribute prediction module (350). The LOD generation module (340) is configured to operate on the re-ordered points output from the octree encoding module (330), and re-organize the points into different LODs. LOD information is supplied to the attribute prediction module (350).

[0064] The attribute prediction module (350) processes the points according to an LOD- based order indicated by the LOD information from the LOD generation module (340). The attribute prediction module (350) generates an attribute prediction for a current point based on reconstructed attributes of a set of neighboring points of the current point stored in the memory (390). Prediction residuals can subsequently be obtained based on original attribute values received from the attribute transfer module (320) and locally generated attribute predictions. When candidate indices are used in the respective attribute prediction process, an index corresponding to a selected prediction candidate may be provided to the arithmetic coding module (370).

[0065] The residual quantization module (360) is configured to receive the prediction residuals from the attribute prediction module (350), and perform quantization to generate quantized residuals. The quantized residuals are provided to the arithmetic coding module (370)

[0066] The inverse residual quantization module (380) is configured to receive the quantized residuals from the residual quantization module (360), and generate reconstructed prediction residuals by performing an inverse of the quantization operations performed at the residual quantization module (360). The addition module (381) is configured to receive the reconstructed prediction residuals from the inverse residual quantization module (380), and the respective attribute predictions from the attribute prediction module (350). By combining the reconstructed prediction residuals and the attribute predictions, the reconstructed attribute values are generated and stored to the memory (390).

[0067] The arithmetic coding module (370) is configured to receive the occupancy codes, the candidate indices (if used), the quantized residuals (if generated), and other information, and perform entropy encoding to further compress the received values or information. As a result, a compressed bitstream (302) carrying the compressed information can be generated. The bitstream (302) may be transmited, or otherwise provided, to a decoder that decodes the compressed bitstream, or may be stored in a storage device. A bitstream can refer to a sequence of hits that forms a representation of coded point cloud frames. A coded point cloud frame can refer to a coded representation of a point cloud frame. [0068] FIG. 4 shows an exemplary decoder (400) in accordance with an embodiment.

The decoder (400) can be configured to receive a compressed bitstream and perform point cloud data decompression to decompress the bitstream to generate decoded point cloud data. In an embodiment, the decoder (400) can include an arithmetic decoding module (410), an inverse residual quantization module (420), an octree decoding module (430), an LOD generation module (440), an attribute prediction module (450), and a memory (460) to store reconstructed attribute values.

[0069] As shown, a compressed bitstream (401 ) can be received at the arithmetic decoding module (410). The arithmetic decoding module (410) is configured to decode the compressed bitstream (401) to obtain quantized residuals (if generated) and occupancy codes of a point cloud. The octree decoding module (430) is configured to determine reconstructed positions of points in the point cloud according to the occupancy codes. The LOD generation module (440) is configured to re-organize the points into different LQDs based on the reconstructed positions, and determine an LOD-based order. The inverse residual quantization module (420) is configured to generate reconstructed residual s based on the quantized residuals received from the arithmetic decoding module (410).

[0070] The attribute prediction module (450) is configured to perform an attribute prediction process to determine attribute predictions for the points according to the LOD-based order. For example, an attribute prediction of a current point can be determined based on reconstructed attribute values of neighboring points of the curren t point stored in the memory (460). The attribute prediction module (450) can combine the attribute prediction with a respective reconstructed residual to generate a reconstructed attribute for the current point.

[0071] A sequence of reconstructed attributes generated from the attribute prediction module (450) together with the reconstructed positions generated from the octree decoding module (430) corresponds to a decoded point cloud (402) that is output from the decoder (400) in one example. In addition, the reconstructed attributes are also stored into the memory (460) and can be subsequently used for deriving attribute predictions for subsequent points.

[0072] In various embodiments, the encoder (300) and decoder (400) can be

implemented with hardware, software, or combination thereof. For example, the encoder (300) and decoder (400) can be implemented with processing circuitry such as one or more integrated circuits (ICs) that operate with or without software, such as an application specific integrated circuit (ASIC), field programmable gate array (FPGA), and the like. For another example, the encoder (300) and decoder (400) can be implemented as software or firmware including instructions stored in a non-volatile (or non-transitory) computer-readable storage medium. The instructions, when executed by processing circuitry, such as one or more processors, causing the processing circuitry to perform functions of the encoder (300) and decoder (400).

[0073] It is noted that the elements in the encoder (300) and decoder (400) configured to implement various techniques disclosed herein can be included in other decoders or encoders that may have similar or different structures from what is shown in FIG. 3 and FIG. 4. In addition, the encoder (300) and decoder (400) can be included in a same device, or separate devices in various examples.

[0074] IL G-PCC in Test Model 13 (TMC13)

[0075] G-PCC addresses the compression of point clouds in both Category 1 (static point clouds) and Category 3 (dynamically acquired point clouds) A test model called TMC13 has been developed by the Moving Picture Experts Group (MPEG) as a basis for studying potential pint cloud coding technologies. The TMC13 model separately compresses geometry and associated attributes such as color or reflectance. The geometry, which is the 3D coordinates of the point clouds, is coded by octree partition. The attributes are then compressed based on reconstructed geometry using prediction and lifting techniques.

[0076] 1. Octree partition and Coding Occupancy Information in Current TMC13

Design

[0077] Evenly partitioning of a 3D cube would generate eight sub-cubes, which is known as the octree (OT) partition in point cloud compression (PCC). The OT partition resembles a binary -tree (BT) partition in one-dimensional and a quadtree (QT) partition in two-dimensional space. The OT partition is illustrated in FIG 5, where a 3D cube (501) in solid line is partitioned into eight smaller equal-sized cubes in dashed line. The left side 4 cubes are associated with indices of 0-3, while the right side 4 cubes are associated with indices of 4-7.

[0078] In TMC13, if an Octree geometry codec is used, a geometry encoding proceeds as follows. First, a cubical axis-aligned bounding box B is defined by the two points (0,0,0) and ( 2 d ,2 d ,2 d ), where 2 d defines the size of B and d is encoded in the bitstream. It assumes all the points need to be compressed are inside the defined bounding box B [0079] An octree structure is then built by recursively subdividing B. At each stage, a cube is subdivided into 8 sub-cubes. The size of a sub-cube after iterative subdivision k (k < d) times would be (2 a k ,2 d K ,2 d k" ) . An 8-bit code, namely an occupancy code, is then generated by associating a 1-bit value with each sub-cube in order to indicate whether it contains points (i.e., full and has value 1) or not (i.e., empty and has value 0). Only full sub-cubes with a size greater than 1 (i.e., non-voxels) are further subdivided. The occupancy code for each cube can be then compressed by an arithmetic encoder.

[0080] The decoding process starts by reading from a bitstream the dimensions of the bounding box B. The same octree structure is then built by subdividing B according to the decoded occupancy codes. An example of two-level OT partition and corresponding occupancy codes is shown in FIG. 6, where cubes and nodes in dark indicate they are occupied by points.

[0081] As showm, a cube (601) is partitioned into 8 sub-cubes. With the same indexing method used in FIG. 5, the 0-th and 7-th sub-cubes are each further partitioned into 8 sub-cubes. An octree (610) corresponding to the partitions to the cube (601) includes a root node (61 1) at the first level. The root node (611) is partitioned into 8 child nodes that can be indexed from 0 to 7. The O-th and 7-th nodes (612-613) at the second level are further partitioned into 16 child nodes. The level of a node in the octree (610) can correspond to a number of hops from the root to the respective node, and can be referred to as depths of the octree (610). The depths 0-2 corresponding to the first to the third levels of the octree (610) are indicated in FIG. 6.

[0082] 2. Encoding of Occupancy Codes

[0083] The occupancy code of each node can be compressed by an arithmetic encoder. The occupancy code can be denoted as S which is an 8-bin integer, and each bin in S indicates the occupancy status of each child node. Two encoding methods for occupancy code exist in TMC13, i.e., the bit-wise encoding and the byte-wise encoding methods, and the bit-wise encoding is enabled by default. Either way performs arithmetic coding with context modeling to encode the occupancy code, where the context status is initialized at the beginning of the whole coding process and is updated during the coding process.

[0084] For bit-wise encoding, eight bins in S are encoded in a certain order where each bin is encoded by referring to the occupancy status of neighboring nodes and child nodes of the neighboring nodes, where the neighboring nodes are at the same level of current node. [0085] For byte-wise encoding, S is encoded by referring to an adaptive look up table (A- LUT), which keeps track of the N (e.g., 32) most frequent occupancy codes, and a cache which keeps track of the last different observed M (e.g., 16) occupancy codes.

[0086] A binary flag indicating whether S is in the A-LUT or not is encoded. If S is in the A-LUT, the index in the A-LUT is encoded by using a binary' arithmetic encoder. If S is not in the A-LUT, then a binary flag indicating whether S is in the cache or not is encoded. If S is in the cache, then the binary representation of its index in the cache is encoded by using a binary arithmetic encoder. Otherwise, if S is not in the cache, then the binary representation of S is encoded by using a binary arithmetic encoder.

[0087] The decoding process starts by parsing the dimensions of the bounding box B from a bitstream. The same octree structure is then built by subdividing B according to the decoded occupancy codes.

[0088] III, Implicit Geometry Partition for Point Cloud Coding

[0089] 1. The Problem

[0090] In the TMC13 design, the bounding box is restricted to be a cube B that has a same size for all dimensions, and QT partition is performed for full sub-cubes at each node by which the sub-cubes are halved in size of all dimensions. OT partition is performed recursively until a size of sub-cubes reaches one or there is no point contained in sub-cubes. However, this manner is not efficient for all cases, especially when the points are nonuniformly distributed in a 3D scene. One extreme case would be a 2D plane in 3D space, in which all the points locate on an x-y plane and variation in z-axis is zero. In this case, OT partition performed on the cube B as a starting point would waste a large number of bits to represent occupancy information in z- direction, which is redundant and useless. In real applications, the worst case may not occur often, however, it is typical to have a point cloud that has asymmetric bounding box, which has shorter lengths in some dimensions.

[0091] As shown in FIG. 7, a point cloud sequence named“ford_01_voxlmm” used for testing in MPEG-PCC has its principle components in x and y directions. In fact, many point cloud data generated from a Lidar sensor have the same characteristics.

[0092] 2. Implicit QT and BT Partitions

[0093] Aspects of the disclosure provide embodiments addressing partition of a rectangular-cuboid bounding box, where a cube or a node during partitioning can be implicitly determined to be QT or BT partitioned, instead of OT always. Occupancy bits indicating occupancy information can be saved from implicit QT and BT partitions.

[0094] For a bounding box that may not be a perfect cube, in some cases nodes in different levels may not be (or unable to be) partitioned along all directions. If a partition is performed on all three directions, the partition is a typical OT partition. If a partition is performed on two directions out of three, the partition is a QT partition in 3D space. If a partition is performed on one direction only, the partition is then a BT partition in 3D space. Examples of QT and BT partitions in 3D space are shown in FIG. 8 and FIG. 9, respectively.

For demonstration, the figures show QT and BT partitions from a perfect cube, but it should be noted that it can be partitioned from any general rectangular cuboid forming a bounding box.

[0095] FIG. 8 show's three cubes (801-803) partitioned along x-y, x-z, and y-z axes (or directions), respectively. Sub-nodes in each cube (801-803) are assigned indices that is a subset of the 8 indices for indexing the 8 child nodes in OT partition in the FIG. 5 example. With the assigned indices, the QT partitions with three different directions can be represented using occupancy codes in an octree structure. For example, an occupancy code representing the QT partition along x-y axes to the cube (801) can take the form of xOxOxOxO, where a bit at position of x can be used to indicate an occupancy status (e.g., can take a value of 1 or 0). Similarly, an occupancy code representing the QT partition along x-z axes to the cube (802) can take the form of xxOOxxOO, while an occupancy code representing the QT partition along y-z axes to the cube (803) can take the form of xxxxOOOO. As shown, those indices assigned to the sub-cubes also indicate positions of bits corresponding to the resulting sub-nodes in an 8-bits occupancy code.

[0096] FIG. 9 show three cubes (901-903) partitioned along x, y, and z axis, respectively. In a similar manner to FIG. 8, sub-nodes in each cube (901-903) are assigned indices

corresponding to positions in an occupancy code.

[0097] When pre-defmed conditions are met, QT and BT partitions can be performed implicitly. “Implicitly” implies that no additional signaling bits are needed to indicate a QT or BT partition is used instead of an OT partition. A decoder can determine the type (e.g., QT or BT partition) and direction of the partition in the same way as the encoder based on the pre- defmed conditions. Moreover, bits can be saved from an implicit QT or BT partition compared to an OT partition when signaling the occupancy information of each sub-node. A QT requires four bits, reducing from eight, to represent the occupancy status of four sub-nodes, while a BT only requires two bits. For example, as in the FIGs. 8-9 examples, bits in an occupancy code corresponding to the indices assigned to the sub-nodes can be signaled, while the other bits in the occupancy code irrelevant with the sub-nodes can be skipped (not signaled). Thus, an occupancy code can include skipped bits and signaled bits when QT and BT partitions are introduced.

[0098] It is noted that QT and BT partitions can be implemented in the same structure of OT partition. The context selection based on neighboring coded cubes and entropy encoder can be applied in similar ways. The context modeling of the occupancy code from a QT or BT may be changed according to the asymmetric shape of sub-nodes.

[0099] The encoding of occupancy codes of implicit QT and BT partitions can be described as in the following examples. First, one can assume that the occupancy code of an OT is encoded in the order of indices as shown in FIG. 5. Then, the occupancy code of a QT partition along x-y axes, as shown in the leftmost graph of FIG. 8 (cube (801)), can be coded by omitting the bits in positions I, 3, 5, 7, as they can be inferred to be zeros at a decoder, and only the bits in positions 0, 2, 4, 6 are signaled. Similarly, for a BT along x axis, as shown in the leftmost graph of FIG 9 (cube (901)), occupancy information in positions 0 and 4 can be signaled, and the other six bits can be inferred to be zeros.

[00100] In addition, the current TMC13 has a special mode for geometry coding, which is the direct mode (DM), and allows coding (x,y,z) positions in a sub-node directly without further partitions. For example, the positions are relative positions to the origin of current sub-node with fixed-length coding, where the bit length is determined by the dimension of current sub-node. Since the implicit partition may lead to sub-nodes with unequal sizes in (c,n,z) dimensions, the DM mode can be changed accordingly. For example, if a sub-node with the size of (2 dx ,2 dy ,2 dz ) is to be coded in DM mode, the relative positions of each point in the sub-nodes are coded by fixed-length coding with (d x ,d y ,d z ) bits, respectively.

[00101] 3. Signaling Rectangular Cuboid Bounding Box

[00102] First of ail, a bounding box B is not restricted to be with a same size in all directions, instead the bounding box can be arbitrary-size rectangular cuboid to beter fit the shape of a 3D scene or objects. In various embodiments, a size of the bounding box B can be represented as a power of two, i.e., (2 dx ,2 dy ,2 c, Q. The d x, d y, and d z are referred to as log2 sizes of the bounding box. It is noted that d x ,d y ,d z are not assumed to be equal, and may be signaled separately in a sequence header (e.g., a sequence parameter set (SPS)) or a slice header of a bitstream.

[00103] In addition, it is worth noting that the size of the bounding box B can be any positive numbers without the limitation of being a power of two. FIG. 7 shows an example of a rectangular cuboid hounding box to wrap up the scene, where the z-direction has a smallest size.

[00104] In Section III of the detailed descri ption of embodiments, some embodiments are shown to be changes to standard specifications of the draft for Geometry-based Point Cloud Compression, ISG/IEC 23090-9:2019(E),WD stage, ISG/IEC JTC 1/SC 29/WG 1 1 W18179, March 2019.

[00105] Embodiment A

[00106] In one embodiment, the bounding box sizes of three dimensions may be signaled in a geometry slice header in the form of !og2 as shown in Table 1. The geometry slice header can include syntax elements applied to a slice. Generally, a slice can refer to a series of syntax elements representing a part of or entire coded point cloud frame. Points of a slice can he contained in a bounding box corresponding to the slice.

Table 1

following syntax elements at rows 10-12:

[00108] gsh_log2_max_nodesize_x specifies the bounding box size in x dimension, i.e , MaxNodesizeX that is used in the decoding process as follows: MaxNodeSizeX = 2 8sh lo82 max nodesize x .

MaxNodeSizeLog2X = gsh_log2_max_nodesize_x.

[00109] gsh_!og2_max_nodesize_y specifies the bounding box size in y dimension, i.e., MaxNodesizeY that is used in the decoding process as follows:

MaxNodeSizeY = 2gsh-iog 2 max j odesize

MaxNodeSizeLog2Y = gsh_log2_max_nodesize_y.

[00110] gsh_Sog2__max_siodesize_z specifies the bounding box size in z dimension, i.e., MaxNodesizeZ that is used in the decoding process as follows:

MaxNodeSizeZ = 2 gsh ¾ ° g2 max nodesize z .

MaxNodeSizeLog2Z = gsh_log2_max_nodesize_z.

[00111] Embodiment B

[00112] In another embodiment, the sizes of three dimensions may be signaled in a geometry slice header in the form of fog2. Instead of signaling the three values independently, one can signal by their differences as follows.

Table 2

following syntax elements at rows 10-12:

[00114] gsh_log2_max_nodesize_x specifies the bounding box size in x dimension, i.e , MaxNodesizeX that is used in the decoding process as follows:

MaxNodeSizeX = 2 gsh g2 - max - nodesize - x MaxNodeSizeLog2X ----- gsh_log2_max_nodesize_x.

[00115] gsh_log2_max_nodesize_y_minus_x specifies the bounding box size in y

dimension, i.e., MaxNodesizeY that is used in the decoding process as follows:

MaxNodeSizeY _ 28 s J°82jraaxjiodesize_y_rninus_x + gsh_log2_max_nodesize_x

MaxNodeSizeLog2Y = gshJog2_max_nodesize_y_minus_x + gsh_log2_max_nodesize_x

[00116] gsh_iog2_max_nodesize_z_minus_y specifies the bounding box size in z

dimension, i.e., MaxNodesizeZ that is used in the decoding process as follows:

MaxNodeSlzeZ _ 28 s hJ°g2_max nodesize_zjrninus_y + MaxNodeSizeLog2Y

MaxNodeSizeLog2Z = gsh_log2_max_nodesize_z_minus_y 4- MaxNodeSizeLog2Y

[00117] Embodiment C

[00118] In another embodiment, the sizes of three dimensions may be signaled in a

geometry slice header by their Cartesian positions as follows.

Table 3

following syntax elements at rows 10-12:

[00120] gsh_max_nodesize_x specifies the bounding box size in x dimension, i.e.,

MaxNodeSizeX that is used in the decoding process as follows:

MaxNodeSizeX = gsh_max_nodesize_x. MaxNodeSizeLog2X = ilog2(MaxNodeSizeX).

where ilog2(v) calculates the smallest integer that is larger than or equal to the log2 of v.

[00121] gsh_max j nodesize__y specifies the bounding box size in y dimension, i.e., MaxNodeSizeY that is used in the decoding process as follows:

MaxNodeSizeY = gsh .. max . nodesize .. y.

MaxNodeSizeLog2Y = ilog2(MaxNodeSizeY).

[00122] gsh_max_nodesize_z specifies the bounding box size in z dimension, i.e., MaxNodeSizeZ that is used in the decoding process as follows:

MaxNodeSizeZ = gsh_max_nodesize_z.

MaxNodeS!zeLog2Z = Hog2(MaxNodeSizeZ).

[00123] Embodiment D

[00124] In another embodiment, the sizes of three dimensions may be signaled in a geometry slice header by their Cartesian positions minus one as follows.

Table 4

following syntax elements at rows 10-12:

[00126] gsh . max nodesize _x minus . one specifies the bounding box size in x dimension, i.e., MaxNodeSizeX that is used in the decoding process as follows:

MaxNodeSizeX = gsh_max_nodesize_x_minus_one + 1.

MaxNodeSizeLog2X = ilog2 (MaxNodeSizeX). [00127] gsh_max_nodesize_y_minus_one specifies the bounding box size in y dimension, i.e., MaxNodeSizeY that is used in the decoding process as follows:

MaxNodeSizeY = gsh_max nodesize_ _minus_one + 1.

MaxNodeSizeLog2Y = ilog2 (MaxNodeSizeY).

[00128] gsh_max__iiodes5ze__z__mim s__one specifies the bounding box size in z dimension, i.e., MaxNodeSizeZ that is used in the decoding process as follows:

MaxNodeSizeZ ----- gsh_max_nodesize_zj:ninus_one + 1.

MaxNodeSizeLog2Z = Hog2(MaxNodeSizeZ).

[00129] Embodiment E

[00130] In another embodiment, only one dimension out of three allows to have different sizes. In this ease, the sizes of x and y dimensions are same, and z dimension can be different, therefore two values are signaled in the geometry slice header in the form of log:2 as follows.

following syntax elements at rows 10-11 :

[00132] gshJog2_max_siodesize_x_y specifies the bounding box size in x and y dimensions, i.e., MaxNodesizeX and MaxNodesizeY that are used in the decoding process as follows:

MaxNodeSizeX = MaxNodeSizeY = 2 gshJog ^ max nociesize x y . MaxNodeSizeLog2X = MaxNodeSizeLog2Y = gsh jog2 . max .. nodesize .. x . .

[00133] gsh Iog2 max nodesize z specifies the bounding box size in z dimension, i.e., MaxNodesizeZ that is used in the decoding process as follows:

MaxNodeSizeZ

MaxNodeSizeLog2Z = gsh_log2_max_nodesize_z.

[00134] Embodiment F

[00135] In another embodiment, only one dimension out of three allows to have different sizes. In this case, the sizes of x and y dimensions are same, and z dimension ca be different, therefore two values are signaled in a geometry slice header in the form of log2.

Instead of signaling the two values independently, one can signal by their differences as follows.

Table 6

[00136] The geometry slice header syntax in Table 6 is modified by adding the following syntax elements at row's 10-11 :

[00137] gsh_log2_max_nodesize_x_y specifies the bounding box size in x and y dimensions, i.e., MaxNodesizeX and MaxNodesizeY that are used in the decoding process as follows:

MaxNodeSizeX = MaxNodeSizeY = 2« sh lo s 2 nodesize x Y

MaxNodeSizeLog2X = MaxNodeSizeLog2Y = gshJog2_max_ . nodesize_x . _y.

[00138] gsh_log2_max_nodesize_z_minus_xy specifies the bounding box size in z dimension, i.e., MaxNodesizeZ that is used in the decoding process as follows: MaxNodeSizeZ --- 2® s ^ I°g2 max nodesize z inus xy + gsh log2 max nodesize x y

MaxNodeSizeLog2Z ----- gsh_]og2_max .. nodesize .. z_minus .. xy + gsh_log2_max_ nodesize .. x .

[00139] Embodiment G

[00140] In another embodiment, only one dimension out of three allows to have

different sizes. In this case, the sizes of x and y dimensions are same, and z dimension can be

different, therefore two values are signaled in a geometry slice header by their Cartesian

positions as follows.

Table 7

following syntax elements at rows 10-1 1 :

[00142] gsh_max_nodesize_x_y specifies the bounding box size in x and y

dimensions, i.e., MaxNodesizeX and MaxNodesizeY that are used in the decoding process as

follows:

MaxNodeSizeX = MaxNodeSizeY = gsh_max_ . nodesize_ . x_y,

MaxNodeSizeLog2X = MaxNodeSizeLog2Y = ilog2(gsh_max_nodesize_x_y).

[00143] gsh_max_nodesize_z specifies the bounding box size in z dimension, i.e.,

MaxNodeSizeZ that is used in the decoding process as follows:

MaxNodeSizeZ = gsh_max_nodesize_z.

MaxNodeSizeLog2Z = ilog2(gsh_max_nodesize_z).

[00144] Embodiment H [00145] In another embodiment, only one dimension out of three allows to have different sizes. In this case, the sizes of x and y dimensions are same, and z dimension can be different, therefore two values are signaled in the geometry slice header by their Cartesian

positions minus one as follows.

Table 8

following syntax elements at rows 10-1 1 :

[00147] gsh_max_nodesize_x_y_minus_one specifies the bounding box size in x and y dimensions, i.e., MaxNodesizeX and MaxNodesizeY that are used in the decoding process as follows:

MaxNodeSizeX = MaxNodeSizeY = gsh_max_nodesize_x_y_minus_one + 1.

MaxNodeSizeLog2X ------ MaxNodeSizeLog2Y = ilog2(gsh_max_nodesize_x_y_minus_one

[00148] gsh_max_nodesize_z_minus_one specifies the bounding box size in z

dimension, i.e., MaxNodeSizeZ that is used in the decoding process as follows:

MaxNodeSlzeZ ----- gsh_max_nodesize_z_minus_one + 1.

MaxNodeSizeLog2Z = ilog2(gsh_max_nodesize_z_minus_one + 1).

[00149] 4. Signaling of Implicit QT and BT Partition

[00150] Embodiment A

[00151] In one embodiment, the geometry coding syntax is as follows. Table 9

[00152] The geometry slice data syntax in Table 9 is modified by adding or changing syntax elements at rows 3-14. At row 14, new variables depthX, depth Y, depthZ, and partitionSkip are added as input to the geometry _node function.

[00153] The variables NodeX[ depthX ][ nodeldx ], NodeY[ depth Y ][ nodeldx ], and NodeZ[ depthZ ] [nodeldx ] represent the x, y, and z coordinates of the nodeldx-th node in decoding order at the given depth. The variable NumNodesAtDepth[ depth ] represents the number of nodes to be decoded at the given depth. The variables depthX, depth Y, and depthZ specify the depth in x, y and z dimensions, respectively.

[00154] The variable partitionSkip specifies the partition type and direction by the table below (Table 10). Table 10

The variable partitionSkip is represented in binary form with three bits b x b y b / Z which specify whether to skip partition along x, y and z dimension, respectively. For example, b x — 1 indicates no partition along x dimension (partition is skipped). The partition type and direction can be determined by certain conditions.

Table 11

[00156] The geometry node syntax in Table 1 1 is modified by adding or changing rows 0, 4, 8, 11-12, and 24-33. At row 0, new input variables depthX, depth Y, depthZ, partitionSkip are introduced to facilitate QT and BΪ partitions. At row 12, the condition of verifying whether a minimum node size has been reached are modified to be based on evaluation of three dimensions because node sizes at different dimensions can be different when QT and BT partitions are applied

[00157] The syntax structure at rows 24-33 describes syntax elements of 3D point coordinates within a child node processed with the DM. The variables ChildNodeSizeLog2X, ChildNodeSizeLog2Y and ChildNodeSizeLog2Z specify the child node size for each dimension, and can be determined by implicit QT and BT partitions as follows:

NodeSizeLog2X = MaxNodeSizeXLog2 - depthX;

NodeSizeLog2Y = MaxNodeSizeYLog2 - depth Y,

NodeSizeLog2Z = MaxNodeSizeZLog2 --- depthZ,

if( partitionSkip==b001 j| partitionSkip==b010 j| partitionSkip==b011 |j partiti onSkip==b000 )

ChiidNodeSizeLog2X = NodeSizeLog2X - 1;

else

ChildNodeSizeLog2X = NodeSizeLog2X;

if( partitionSkip==bl00 j| partitionSkip==b001 j| partiti onSkip==b 10! |j partitionSkip==b000 )

ChildNodeSizeLog2Y = NodeSizeLog2Y - 1;

else

ChildNodeSizeLog2Y = NodeSizeLog2Y;

if( partitionSkip==b010 j| partitionSkip= :: ==bl00 j| partitionSkip==bl lO |j partitionSkip==b000 )

ChildNodeSizeLog2Z ::: NodeSizeLog2Z - 1;

else

ChildNodeSizeLog2Z ::: NodeSizeLog2Z.

[00158] In the above process, if a partition takes place at a dimension, the child node log2 size at that dimension would be the node log2 size at that dimension minus 1.

[00159] At row 4, the syntax element occupancy_idx identifies index of the single occupied child of the current node in the geometry octree child node traversal order. When present, a variable OccupancyMap can be derived as follows:

OccupancyMap = 1 « occupancy _idx. [00160] A corresponding parsing process of occupancy idx can be described as follows:

Input to this process is the variable partitionSkip of the current node.

Output from this process is the syntax element value of occupancy _idx, constructed as follows:

occupancy idx ::: 0;

if( ! (partitionSkip & 1) )

occupancy idx = :: readBinEq();

if( ((partitionSkip & 2) )

occupancy idx ]= readBinEqQ « 1;

if( ((partitionSkip & 4) )

occupancy idx |= readBinEqQ « 2;

[00161] In the above process, for QT or BT partition, only bit(s) related with the dimension(s) where a partition has taken place are signaled. Thus, fewer bits are signaled than OT partition to indicate the single child node position in the occupancy code. The compound bitwise OR operator |=“set” (set to 1) particular bits in the variable occupancy _idx.

[00162] At row 8, the syntax element occupancy_map is a bitmap that identifies the occupied child nodes of the current node. When present, the variable OccupancyMap is set equal to the output of the geometry occupancy map permutation process when invoked with variables NeighbourPattern and occupancy _map as inputs. NeighbourPattern (neighbour pattern) is a neighbourhood occupancy pattern for context modeling. As described with reference to FIGs. 8-9, bins in an occupancy code can be skipped for signaling for a QT or BT partition. Four bins can be skipped for a QT partition, while 6 bins can be skipped for a BT partition. Accordingly, bits at those skipped-bit positions in an occupancy code can be inferred to be 0 at a decoder.

[00163] The corresponding geometry octree occupancy parsing process can be described as follows where some bits are inferred to be zero based on the variable partitionSkip that indicates a partition type and a partition direction using a variable binIsSkiped[binIdx]

This process reconstructs the syntax element occupaneyjnap.

Input to this process is the NeighbourPattern, binlsSkiped and binlslnferred of the current node. Output from this process is the syntax element value, constructed as follows: value = 0;

for (binldx = 0; binldx < 8; binldx++) {

if( binlsSkipedfbinldx] )

bin = 0;

else if( binlslnferred )

bin = 1 ;

else

bin = readBinfbinldx)

value = value | (bin « bitCodingOrderf binldx ]);

}

where the variable binlsSkipedfbinldx] is set according to the following, if( (partitionSkip&l) &&

( inverseMap[NeighbourPattem][bitCodingOrder[binIdx]]==l II inverseMap[NeighbourPattern][bitCodingOrder[binIdx]]==3 II inverseMap[NeighbourPattem][bitCodingOrder[binIdx]]==5 II inverseMap[NeighbourPattem][bitCodingOrder[binIdx]]==7 ) binIsSkiped[binIdx]=l;

else if( (partitionSkip&2) &&

( inverseMap[NeighbourPa†tem][bitCodingOrder[binIdx]] =: =2 II inverseMap[NeighbourPattem][bitCodingOrder[binIdx]]==3 II inverseMap[NeighbourPattem][bitCodingOrder[binIdx]]==6 II inverseMap[NeighbourPattem][bitCodingOrder[binIdx]]==7 ) binIsSkiped[binIdx]=l;

else if( (partitionSkip&4) &&

( inverseMap[NeighbourPattem][bitCodingOrder[binIdx]]==4 II inverseMap[NeighbourPattem][bitCodingOrder[binIdx]]==5 II inverseMap[NeighbourPattern][bitCodingOrder[binIdx]]==6 II inverseMap[NeighbourPattern][bitCodingOrder[binIdx]]==7 ) binIsSkiped[binIdx]=l;

else binIsSkiped[binIdx]=0.

bitCodingOrderf i ] is defined by the table below:

Table 12

inverseMap[ i ][ j ] is defined by the tables below (Tables 13-14):

Table 13

Table 14 (Continue from Table 13)

[00164] Embodiment B

[00165] In another embodiment, only one dimension out of three allows to have different sizes. In this case, if this dimension has larger size than the other two, only implicit BT partitions along this dimension are perfomied. If this dimension has smaller size than the other two, only implicit QT partitions along the other two dimensions are performed. The signaling of implicit BT or implicit QT in this embodiment is similar as described in previous embodiment. [00166] Embodiment C

[00167] Parameters can be defined for specifying certain conditions of implicit QT and BT partitions. These parameters can be either fixed for encoder and decoder (taking a locally preconfigured value, such as a defaul t value), or they can be signaled at a header of the bitstream to enable sequence-level or slice-level optimizations. Embodiments C-G are described below to shown how parameters useful for defining conditions of implicit QT and BT partitions are signaled or configured.

[00168] In Embodiment C, parameters are signaled, which can be in either a sequence or slice header, as follows.

Table 15

[00169] The geometry parameter set syntax in Table 15 is modified by adding syntax elements for signaling parameters for control QT and BT partitions at rows 13-15.

[00170] gps_max_num_implicit_qtbt_before_ot specifies a maximal number of implicit QT and BT partitions before OT partitions, which is denoted by K. [00171] gps mm _size implicit qtbt specifies a minimal size of implicit QT and BT partitions, which is denoted by M This parameter prevents implicit QT and BT partitions when all dimensions of a current node are smaller than or equal to M.

[00172] gps_implicit_bt_before_implicit_qt_flag specifies a priority of implicit QT and BT partitions, which is denoted by BTFirst. If BT First = 1, implicit BT partitions are performed before implicit QT partitions. If BTFirst = 0, implicit QT partitions are performed before implicit BT partitions.

[00173] Embodiment D

[00174] In another embodiment, partial parameters are signaled in either a sequence or slice header, while the rest are fixed. The following example fixes M and BTFirst, and signals K by gps_max_num_implicit_qtbt_before_ot.

Table 16

[00175] The geometry parameter set syntax in Table 16 is modified by adding a syntax element for signaling a parameter for control QT and BT partitions at rows 13.

[00176] gps max num i plicit qtbt before ot specifies the maximal number of implicit QT and BT partitions before OT partitions. In this case, other parameters are fixed and therefore not signaled in bitstream, for instance, M is always 0, and BTFirst is always 1. [00177] Embodiment E

[00178] In another embodiment, K and BTFirst are fixed, and M is signaled by gps min size implicit qtbt, as follows.

Table 17

[00179] The geometry parameter set syntax in Table 17 is modified by adding a syntax element for signaling a parameter for control QT and BT partitions at rows 13.

[00180] gps n in size mt pbeif q tbt specifies a minimal size of implicit QT and BT partitions, which is M. This parameter prevents implicit QT and BT partitions when all dimensions are smaller than or equal to M. In this case, other parameters are fixed and therefore not signaled in bitstream, for instance, K is always 0, and BTFirst is always 1.

[00181] Embodiment F

[00182] In another embodiment, the signaling of parameters for implicit partition is dependent on other syntaxes. In the example below, the signaling of parameters for implicit partition depends on !og2__trisoup__node__size as follows. Table 18

[00183] The geometry parameter set syntax in Table 18 is modified by adding a syntax structure for signaling a parameter for control QT and BT partitions at rows 13-15.

[00184] gps_max_num_implicit_qtbt_before_ot specifies a maximal number of implicit QT and BT partitions before OT partitions, which is K. In this case,

gps max ninn implicit qtbt before ot is signaled only if log2 .. trisoup .. node ... size is zero. If log2 .. trisoupjiode .. size is non-zero, K will be set to its maximum value by default. Other parameters are fixed and therefore not signaled in bitstream, for instance, M is always 0, and BT First is always 1.

[00185] Embodiment G

[00186] In another embodiment, none of these parameters for implicit partition is signaled, and the parameters can be all fixed. For example, they are fixed to be K=3, M=0, and BTFirst :=: l .

[00187] 5. Conditions for implicit QT and BT partitions [00188] Embodiments of different conditions for implicit QT and BT partitions are described in the following sub-sections. By using different controlling parameters and setting different conditions, different geometry partition processes or schemes can be carried out.

[00189] 5.1 Performing Implicit QT and BT Partitions after OT

[00190] In a first scheme, OT partitions are performed all the way until some dimensions cannot be further partitioned. Therefore, the condition to perform implicit QT and BT partitions in this scheme is when one or two dimensions reach the smallest partition unit (i.e., one voxel).

[00191] Specifically, the partition type and direction can be determined according to Table 19 or Table 20. The priority parameter BTFirst is either fixed or specified by

gps_implicit_bt_before_implicit_qt_flag. If BTFirst ----- 1, implicit BT partitions have higher priority and will be performed before implicit QT partitions, and Table 19 applies in this case. If BTFirst = 0, implicit QT partitions have higher priority and will be performed before implicit BT partitions, and Table 20 applies in this case. If none of the conditions listed in tables are met, an QT partition is performed.

Table 19 Conditions to perform implicit partition when BTFirst=l

Table 20 Conditions to perform implicit partition when BTFirst=0

[00192] Let a bounding box B have the size of (2 dx ,2 dy ,2 dz ). Without loss of generality, one can assume that 0 < d x < d v < d z. Two embodiments are described below.

[00193] In one embodiment, BTFirst = 1 is either fixed or specified by

gps implicit bt before implicit qt flag, indicating that implicit BT partitions have higher priority and will be performed before implicit QT partitions, and Table 19 applies. In this embodiment, OT partitions can be performed at first d x partition depths. After OTs, the sub nodes will have the shape of 2^°' dy dx ' d ' dx '. Implicit BT partitions will then be performed along z-axis at next d z — d y depths. After implicit BT partitions, the shape of the sub-nodes would be then implicit QT partitions are performed along y-z axes at last d y — d x depths until reaching the leaf nodes.

[00194] In another embodiment, BTFirst = 0 is either fixed or specified by gps implicit bt before implicit qt _flag, indicating that implicit QT partitions have higher priority and will be performed before implicit BT partitions, and Table 20 applies. In this embodiment, OT partitions will be performed at first d x partition depths. After OTs, the sub nodes will have the shape of Implicit QT partitions can then be performed along y-z axes at next d y — d x depths. After implicit QT partitions, the shape of the sub-nodes would be 2 < - u '°' dz dy ', and then implicit BT partitions are performed along z-axis at last d z — d y depths until reaching the leaf nodes.

[00195] 5.2 Performing Implicit QT and BT Partitions before OT

[00196] A second scheme is to perform implicit QT and BT partitions before any OT partition to make the sub-nodes having the cubic shape. Therefore, in this case, the condition is that one or two dimensions have smaller sizes than the largest dimension.

[00197] Specifically, the partition type and direction can be determined according to Table 21 or Table 22. The priority parameter BTFirst is either fixed or specified by

gps_implicit_bt_before_implicit_qt_flag. If BTFirst ------ 1, implicit BT partitions have higher priority and will be performed before implicit QT partitions, and Table 21 applies. If

BTFirst = 0, implicit QT partitions have higher priority and will be performed before implicit BT partitions, and Table 22 applies. If none of the conditions listed in tables are met, an OT partition is performed.

Table 21 Conditions to perform implicit partition when BTFirst=I

Table 22 Conditions to perform implicit partition when BTFirst=0

[00198] Let a bounding box B have the size of \ 2 dx ,2 dy ,2 az ) . Without loss of generality, one can assume that 0 < d x < d y < d z . Two embodiments are described below.

[00199] In one embodiment, BTFirst = 1 is either fixed or specified by

gps_implicit_bt_before_implicit_qt_flag, indicating that implicit BT partitions have higher priority and will be performed before implicit QT partitions, and Table 21 applies. In this embodiment, implicit BT partitions will be performed along z-axis at first d z — d y depths, and then implicit QT partitions are performed along y-z axes at next d y — d x depths. After implicit QT and BT partitions, the size of all sub-nodes would be 2^ dx dx dx the OT partitions are performed d x times to reach the leaf nodes.

[00200] In another embodiment, BTFirst - 0 is either fixed or specified by

gps implicit bt before implicit qt flag, indicating that implicit QT partitions have higher priority and will be performed before implicit BT partitions, and Table 22 applies. In this embodiment, implicit QT partitions will be performed along y-z axes at first d y — d x depths, and then implicit BT partitions are performed along z-axis at next d z — d y depths. After implicit QT and BT partitions, the size of all sub-nodes would be 2 < - dx dx,d¾) , the OT partitions are performed d x times to reach the leaf nodes.

[00201] 5,3 Hybrid Scheme of Implicit QT and BT Partitions

[00202] A third scheme is a combination of scheme of sections III.5.1 and III.5.3. In this case, a threshold K (0 < K < max (d x ,d v ,d z ) --min (d x ,d y ,d z )) defines the maximum times of implicit QT and BT partitions that can be performed before OT partitions. This scheme is a generalization of the first two schemes, it degrades to scheme of section III 5.1 when K = 0, and it degrades to scheme of section III.5.2 when K = max (d x ,d y ,d z )—min (d x ,d y ,d z ).

[00203] Specifically, at the first K partition depths, decisions for partition type and direction follow the conditions defined in Table 21 or 22, after that follow Table 19 or 20. K is either fixed or specified by gps max jium implicit qt!ht before ot. The priority parameter BTFirst is either fixed or specified by gps_implicit_bt_before_implicit_qt_flag. If

BTFirst = 1, implicit BT partitions have higher priority and will be performed before implicit QT partitions, and Table 19 and Table 21 apply. If BTFirst = 0, implicit QT partitions have higher priority and will be performed before implicit BT partitions, and Table 20 and Table 22 apply. If none of the conditions listed in tables are met, an OT partition is performed.

[00204] Let a bounding box B have the size of (2 dx ,2 dy ,2 dz ). Without loss of generality, one can assume that 0 < d x < d v < d z.

[00205] In one embodiment, K is either fixed or specified by

gps max _num implicit _qtbt before ot, indicating that K times implicit BT and QT partitions will be performed first. BTFirst = 1 is either fixed or specified by

gps_implicit_bt_before_implicit_qt_flag, indicating that implicit BT partitions have higher priority and will be performed before implicit QT partitions, and Table 19 and Table 21 apply.

In this embodiment, at first K (K < d z — d x ) depths, implicit BT partitions are performed along z~ axis and implicit QT partitions are then performed along y-z axes according to Table 21. After that, the size of sub-nodes is 2^ dx ' dx + 6y,dx + where the values of 6 y and d z (6 Z > 6 y > 0) are dependent on the value of K. Then, OT partitions are performed d x times making the remaining sub-nodes have the size of 2 ,: 0 d " 6,; . Last, according to Table 19, implicit BT partitions are performed along z-axis d z — 6 y times, and implicit QT partitions are then performed along y-z axes 6 y times.

[00206] In another embodiment, K is either fixed or specified by

gps max uism implicit qt!ht before ot, indicating that K times implicit BT and QT partitions will be performed first. BTFirst --- 0 i s either fixed or specified by

gps_implicit_bt_before_implicit_qt_flag, indicating that implicit QT partitions have higher priority and will be performed before implicit BT partitions, and Table 20 and Table 22 apply.

In this embodiment, at first K (K < d z — d x ) depths, implicit QT partitions are performed along y- z axes and implicit BT partitions are then performed along z axis according to Table 22. After that, the size of sub-nodes is where the values of 6 y and d z (d z > 6 y > 0) are dependent on the value of K. Then, OT partitions are performed d x times making the remaining sub-nodes have the size of 2 G' 6 ' d,:' . Last, according to Table 20, implicit QT partitions are performed along y-z axes 6 y times, and implicit BT partitions are then performed along z-axis d z — 6 y times.

[00207] 5.4 Hybrid Scheme with a Minimum Size of Implicit QT and BT

Partitions

[00208] The fourth scheme imposes extra constraint to previous schemes. In this case, a threshold K (0 < K < max (d x ,d y ,d z )— min(d x ,d y ,d z )) defines the maximum times of implicit QT and BT partitions that can be performed before QT partitions. Another parameter

M (0 < M < min (d x ,d y ,d z )) defines the minimal size of implicit QT and BT partitions, and prevents implicit QT and BT partitions when all dimensions are smaller than or equal to M. The fourth scheme is a generalization of the first three schemes. The fourth degrades to the scheme of section III.5.1 when K = M = 0, and degrades to the scheme of section III.5.2 when K = max (d x ,d y ,d z ) min (d x ,d y ,d z ),M = 0, and it degrades to the scheme of section III.5.3 when 0 < K < max (d x ,d y ,d z )— min (d x ,d y ,d z ),M = 0.

[00209] Specifically, at the first K partition levels, decisions for partition type and direction follow the conditions defined in Table 21 or 22, after that follow Table 23 or 24. Table 23 and 24 resemble Table 19 and 20 by replacing 0 with M. K is either fixed or specified by gps_max_num_implicit_qtbt_before_ot. M is either fixed or specified by

gpsjmlnjsize_implicit_qtbt The priority parameter BTFirst is either fixed or specified by gps_implicit_bt_before_imp1icit_qt_flag. If BTFirst ----- 1, implicit BT partitions have higher priority and will be performed before implicit QT partitions, and Table 21 and Table 23 apply. If BTFirst = 0, implicit QT partitions have higher priority and will be performed before implicit BT partitions, and Table 22 and Table 24 apply. If none of the conditions listed in tables are met, an OT partition is performed.

Table 23 Conditions to perform implicit QT or BT partition when BTFirst=T

Table 24 Conditions to perform implicit QT or BT partition when BTFirst=0

[00210] Let the bounding box B have the size of . Without loss of generality, one can assume that 0 < d x < d v < d z .

[00211] In one embodiment, K is either fixed or specified by

gps max _num implicit qtbt before ot, indicating that K times implicit BT and QT partitions will be performed first. M is either fixed or specified by gps_mm_stee_implidt_qtbt,

indicating that the minimal size of implicit QT and BT partitions. BTFirst = 1 is either fixed or specified by gps_implicit_bt_before_implkit_qt_flag, indicating that implicit BT partitions have higher priority and will be perfomied before implicit QT partitions, and Table 21 and Table 22 apply. In this embodiment, at first K (K < d z — d x ) depths, implicit BT partitions are performed along z axis and implicit QT partitions are then performed along y-z axes based on Table 21. The size of sub-nodes then becomes 2 < - dx,dx + where the value of 6 y and d z (d z > d g > 0) depend on the value of K. Then, OT partitions are performed d x — M times making the remaining sub-nodes have the size of 2 M,M + 6y,M " d Next, according to Tables 23, implicit BT partitions are performed along z-axis d z — 6 y times, and implicit QT partitions are then performed along y-z axes 5 y times. The rest nodes are with the size of 2^ M M ' M therefore OT partitions are performed M times to reach the smallest units.

[00212] In another embodiment, K is either fixed or specified by

gps_max_num_implkit__qtbt_before_ot, indicating thatK times implicit BT and QT partitions will be performed first. M is either fixed or specified by gps_nfinjsize_jinplieit_qtbi, indicating the minimal size of implicit QT and BT partitions. BTFirst = 0 is either fixed or specified by gps_implicit_bt_before_implicit_qt_flag, indicating implicit QT partitions have higher priority and will be performed before implicit BT partitions, and Table 22 and Table 24 apply. In this embodiment, at first K (K < d z d x ) depths, implicit BT partitions are performed along z axis and implicit QT partitions are then performed along y-z axes based on Table 22.

The size of sub-nodes then becomes the value of 5 y and d z (d z > 6 y > 0) depend on the value of K. Then, OT partitions are performed d x — M times making the remaining sub-nodes have the size of 2^ M,M ~ 6y,M + dz) . Next, according to Table 24, implicit QT partitions are performed along y-z axes d n times, and implicit BT partitions are then performed along z- axis d z — 6 y times. The rest nodes are with the size of therefore OT partitions are performed M times to reach the smallest units.

[00213] 5.5 2D block Demonstration for Different Partition Schemes of QT and

BT Partition

[00214] The abovementioned four partition schemes can be demonstrated in 2D block as shown in FIGs. 10-13, respectively, where a 16x4 rectangular bounding box B is partitioned by 4-level iterative partitions to a smallest unit. In addition, a TMC13 scheme, where OT partitions are performed from an extended cubic bounding box, is illustrated in Figure 10 for 2D cases. In 2D illustrations, a BT resembles a BT or QT in 3D, and a QT resembles an OT in 3D.

[00215] Example of scheme of section IIL5.1

[00216] In FIG. 10, BT is performed after QT, which is equivalent to performing QT and BT after OT in 3D. As shown, B is first partitioned into four 4 c 1 sub-blocks by two-level QT partition and the remaining sub-block is then partitioned by two-level BT partition along x- axis. The partition order is implicitly QT, QT, BT, BT.

[00217] Example of scheme of section TTT.5.2

[00218] In FIG. 11, BT is performed before QT, which is equivalent to performing QT and BT before OT in 3D. As shown, B is first divided by two-level BT partitions along x-axis to form four 4x4 sub-blocks, and each sub-block is then divided by QT partitions. The partition order is implicitly BT, BT, QT, QT.

[00219] Example of scheme of section IP.5.3

[00220] In FIG. 12, partition is done by the order of BT, QT, BT, wdiich is equivalent to the hybrid scheme in 3D. The hybrid scheme with K=1 is shown in FIG. 12, where B is partitioned by BT partition once to get two 8x4 sub-blocks and each sub-block is then partitioned by two-level QT partitions to obtain multiple 2x 1 smaller sub-blocks which are finally divided into smallest unit by another BT partition along x-axis. The partition order is implicitly BT, QT, QT, BT.

[00221] Example of scheme of section III.5.4

[00222] In FIG. 13, partition is done by the order of BT, QT, BT, QT, wdiich is equivalent to the hybrid scheme with minimal size constraint in 3D. The hybrid scheme with minimal BT size constraint is shown in FIG. 13, where K=M=1. First, a BT partition is performed before QT partition because K=l, then QT partition performs until the shorter dimension reaches 2 L M=2, i.e., 4x2 sub-blocks. Next, a BT partition is required because of the minimal BT size constraint, as a result the remaining sub-blocks are with the size of 2x2, and finally a QT partition is performed. The partition order is implicitly BT, QT, BT, QT.

[00223] Example of TMC13 design

[00224] FIG. 14 shows a QT scheme from an extended bounding box in 2D, which is equivalent to the OT partition scheme of a TMC13 design in 3D .As shown, recursive QT partitions start from an extended 16x 16 rectangular bounding box, which is shown by dashed lines in the figure.

[00225] Assuming that the points are located on positions as marked by crosses in FIG. 10-14, one can calculate the bits required by each scheme. As summarized in the first column of Table 25, from which one can observe that the four schemes cost less bits than the TMC13 scheme. The schemes of section III 5.3 and III.5.4 perform the best. The second column in Table 25 calculates the required bits at the worst case where ail the positions are occupied. From this simulation one can see least bits from scheme of section III.5.2, and schemes of sections III.5.2 and III.5.4 perform better than the TMC13 scheme. Thus, by suitably selecting controlling parameters (K and M) and conditions, favorable geometry' coding results can be achieved.

Table 25 Comparison of required bits by different partition schemes

[00226] IV, Interaction with Planar Mode [00227] 1. Planar Mode

[00228] In some embodiments, planar modes in three directions x, y, and z are introduced for point cloud geometry coding. The planar modes can be activated at eligible node level through a planar mode activation flag coded in a bitstream. Also, an extra syntax is added to the bitstream to indicate a position of the plane associated with activated planar modes.

[00229] The predication of both the flag and the plane position are also introduced to ensure good compression of the new syntax element. Finally, local eligibility criteria can be used to avoid using planar modes in adverse regions of the point cloud and thus avoiding worse compression performance, particularly on dense point clouds.

[00230] 2. Problems

[00231] Implicit QT/BT partition and planar modes are based on different observations and have similar coding gains on sparse point clouds. In general, implicit geometry partition is with low complexity and planar mode is more complex but more adaptive. Performance-wise, the two coding techniques achieve similar performance on sparse data, and planar mode can handle point clouds with many plane patterns better.

[00232] First of all, the two coding techniques share some similar concepts and coding schemes in occupancy coding the two coding techniques both changed the occupancy coding scheme, where at certain conditions only partial of occupancy code is encoded while the rest part of occupancy code can be skipped and inferred at decoder side. For implicit geometry partition, the condition is determined implicitly by some predefined parameters. While for planar mode, the condition is determined by encoder and a flag and an index are explicit signaled to indicate which part of occupancy code is skipped.

[00233] Besides, the implicit geometry partition may start octree partition from a non- cubic bounding box and the shape of octree nodes may be asymmetric as well, while planar mode always assumes symmetric shapes of octree nodes.

[00234] These two techniques are not directly conflicting in concept. They have similarities/overlapping and differences as well. In various embodiments, the two techniques can be merged together.

[00235] In sections below, embodiments of combining the implicit geometry partition and the planar mode are described. In the following descriptions, some embodiments are shown to be changes to standard specifications of the draft for Geometry -based Point Cloud Compression, ISG/IEC 23090-9:2019(E),CD stage, ISO/IEC JTC 1/SC 29/WG 11 W18478, June 2019..

[00236] 3. Implicit Geometry Partition Only or Planar Mode Only

[00237] In some embodiments, one of the two techniques is enabled when encoding geometry of a point cloud, i.e., either enabling implicit geometry partition (while disabling planar mode) or enabling planar mode (while disabling implicit geometry partition)

[00238] 3.1 Signaling Controlling Flag in High Level Syntax for Implicit

Geometry Partition

[00239] To enable and disable implicit geometry partition, one flag can be signaled in high level syntax. The flag can be specified in sequence parameter set or slice header or geometry parameter set of the bitstream.

[00240] Embodiment A

[00241] In one embodiment, a flag of implicit geometry ' partition is specified in a geometry parameter set as follows.

Table 26

[00242] The geometry parameter set syntax in Table 26 is modified by adding a syntax element at row 17.

[00243] gps_implicit_geom_partition_flag equal to 1 specifies that the implicit geometry partition is enabled for the sequence or slice. gps_impIkit_geomjpartition_flag equal to 0 specifies that the implicit geometry partition is disabled for the sequence or slice.

[00244] Embodiment B

[00245] In another embodiment, the flag is specified when a Trisoup scheme is disabled, in which case changes to a geometry parameter set are shown at rows 6-8 in Table 27. Table 27

gps_implicit_geom_partition_flag can be inferred as 0 without explicit signaling.

[00247] Embodiment C

[00248] In another embodiment, in addition to the flag, other parameters that related to implicit geometry partition may be specified in high level syntax when the flag

gps_implicit_geom_partiti°n_flag equals to 1. A geometry parameter set syntax in Table 28 is modified at rows 6-10.

Table 28

[00249] gps_max_num_implicit_qtbt_before_ot specifies the maximal number of implicit QT and BT partitions before OT partitions. gps_min_size_implicit_qtbt specifies the minimal size of implicit QT and BT partitions.

[00250] Embodiment I) [00251] In another embodiment, the signaling of the bounding box of the geometry could be dependent on the value of gps_implicit_geom_partition_flag as follows. A geometry' slice header syntax in Table 29 is changed by adding a syntax structure at rows 10-16.

Table 29

[00252] gsh_log2_max_nodesize_x, gsh_log2_max_nodesize_y, and

gsh_Iog2_ max j nodesize_z specifies the bounding box size of x, y, z dimensions in log2 scale, respectively. They are specified only when gps__implicit_geom__partition__flag equals to 1. When gps_impIicit_geom_partition_flag equals to 0, only one size is specified by

gsh_log2_max_nodesize, and in this case, three dimensions are assumed to have the same size

[00253] Embodiment E

[00254] In another embodiment, the bounding box sizes are specified by their differences. A geometry' slice header syntax in Table 30 is modified at rows 10-16. Table 30

[00255] 3.2 Signaling Controlling Flags in High Level Syntax Considering the

Combination Scheme

[00256] In this subsection, several embodiments are described as examples to show how to signal controlling flags in high level syntax when considering the combination of the implicit geometry partition and the planar mode.

[00257] Embodiment A

[00258] In one embodiment, two controlling flags are specified independently in a geometry parameter set as follows. A geometry parameter set syntax in Table 31 is modified at rows 6-7. Table 31

gps_pSasiar_mode__flag equal to 1 specifies that the planar mode is enabled for the sequence or slice gps planar mode flag equal to 0 specifies that the planar mode is disabled for the sequence or slice

[00260] However, in this combination scheme, it is assumed that only one of these two methods is enabled. For example, gps__implicitjgeom_j>artition_flag and

p s j I a n a r m o d e ft a g cannot both equal to 1.

Embodiment B

[00262] In another embodiment, the controlling flag gps_planar_mode_flag is specified depending on the value of gps implicit geom partition flag in a geometry parameter set as follows. A geometry' parameter set syntax in Table 32 is modified at rows 6-8.

Table 32

[00263] In this case, gp§ j pIanar_modeJflag is specified only when

gpsjimp!kitjseomjartitinnjniag equals to 0. When gps_implicit_geom_partition_flag equals to 1, gps_pIanar_mode_flag can be inferred as 0. [00264] Embodiment C

[00265] In another embodiment, the controlling flag

gps_impIicit_geom_partition_flag is specified depending on the value of

gps__pIanar_mode__flag in a geometry parameter set as follows. A geometry parameter set syntax in Table 33 is modified at rows 6-8.

Table 33

[00266] In this ease, gps implicit geom partition flag is specified only when gpsjplanarjrnodejllag equals to 0. When gpsjplanarjrnodejllag equals to 1 ,

gps_implicit_geom_partition_flag can be inferred as 0.

[00267] Embodiment D

[00268] In another embodiment, the controlling flag

gps_implicit_geom_partition_flag is specified depending on the value of

g p s p I a n a r m o d e ll a g and the value of I o g 2 t r i s o u p n o d e s i z e in a geometry parameter set as follows. A geometry parameter set syntax in Table 34 is modified at row's 6-8.

Table 34

[00269] In this case, gps_impIicit_geom_partition_flag is specified only when both gps planar mode flag and log2 trisoup ... node . size equal to 0. Otherwise,

gps_implicit_geom_partition_flag can be inferred as 0. In other words, implicit geometry partition can be enabled only when both Trisoup and planar mode are disabled.

[00270] 4. Planar Mode is Eligible Only When Current Octree Node is a Cube

[00271] A second combination scheme can enable implicit geometry partition and planar mode at the same time. But some constraints are involved for planar mode. If implicit geometry partition is enabled, the bounding box and octree nodes may not be a cube. In this scheme, the constraint for applying planar mode is that the planar mode is eligible only when the current octree node is a cube, indicating d x = d y = d z .

[00272] In one embodiment, a geometry coding syntax is shown in Table 35, which can be similar to that in Table 9.

Table 35

[00273] The variables ChildNodeSizeXLog2, ChildNodeSizeYLog2 and

ChildNodeSizeZLog2 specify the child node size for each dimension, and can be determined by implicit QT and BT partitions as follows,

NodeSizeXLog2 = MaxNodeSizeXLog2 - depthX;

NodeSize YLog2 = MaxNodeSizeYLog2 - depth Y;

NodeSizeZLog2 = MaxNodeSizeZLog2 - depthZ;

if( !(partitionSkip & 4) )

ChildNodeSizeXLog2 = NodeSizeXLog2 - 1;

else

ChildNodeSizeXLog2 = NodeSizeXLog2,

iff !(partitionSkip & 2 )

ChildNodeSizeYLog2 = NodeSize YLog2 - 1;

else

ChildNodeSizeYLog2 = NodeSizeYLog2;

if( !(partitionSkip & 1 )

ChildNodeSizeZLog2 = NodeSizeZLog2 - 1; else

Chi !dNodeSizeZLog2 = : NodeSizeZLog2.

[00274] In this embodiment, the planar mode is ineligible when NodeSizeLog2X, NodeSizeLog2Y and NodeSizeLog2Z are not equal as follows,

if ((NodeSizeXLog2 != NodeSize YLog2) jj (NodeSizeXLog2 != NodeSizeZLog2) |j (NodeSizeYLog2!= NodeSizeZLog2)) {

planarModeEligibilityX = 0;

planarModeEligibility Y = 0;

pla arModeEligibilityZ :=: 0;

}

where planarModeEligibilityX, pla arModeEligibilityY and planarModeEligibilityZ specify whether the planar mode is eligible for X, Y, Z dimensions, respectively, in current coded node.

[00275] 5. Planar Mode is Ineligible at Certain Dimensions That Are Not

Partitioned

[00276] A third combination scheme further relaxes the constraint of planar mode, where the planar mode is eligible even when current octree node is not a cube. If one or two dimensions are not partitioned at one depth, the planar mode is ineligible at those dimensions while it is eligible at the rest of the dimensions. For example, if implicit geometry partition decides to perform partition along x and y dimensions but not z at a certain partition depth, then the planar mode is only eligible for x and y dimensions.

[00277] In this embodiment, the planar mode is ineligible at certain dimensions where partition is skipped by implicit geometry partition method as follows,

if( partitionSkip & 4 )

planarModeEligibilityX = 0;

if( partitionSkip & 2 )

planarModeEligibilityY = 0;

if( partitionSkip & 1 )

planarModeEligibilityZ = 0.

[00278] It is noted that in other examples the planar mode may be changed in other aspects and in more complex way to align with the fact that the octree node can now be a rectangular cuboid. [00279] V. Additional Embodiments of Implicit Geometry Partition

[00280] Embodiment A

[00281] Embodiment A provide an improvement on implicit geometry partition, and saves more bits when coding the occupancy code with implicit geometry' partition. Specifically, the geometry octree occupancy parsing process described in Section III can be modified by introducing a process for determi ning the variable binlslnferred at the end of the geometry' octree occupancy parsing process:

This process reconstructs the syntax element occupancy map.

Input to this process is the NeighbourPattem, binlsSkiped and binlslnferred of the

current node.

Output from this process is the syntax element value, constructed as follows:

value = 0;

for (binldx ::: 0; binldx < 8; binldx++) {

if( binIsSkiped[binIdx] )

bin = 0;

else if( binlslnferred )

bin = 1 ;

else

bin = readBin(binldx)

value : = value | (bin « bitCodingOrder[ binldx ]);

I

i

where the variable binIsSkiped[binIdx] is set according to the following

if( (partitionSkip & 1) && ( inverseMap[NeighbourPattem][bitCodingOrder[binIdx]]

& ! ) )

binIsSkiped[binIdx]=l ;

else if( (partitionSkip & 2) && (

inverseMap[NeighbourPattem][bitCodingOrder[binIdx]] & 2) )

binIsSkiped[binIdx]=l;

else if( (partitionSkip & 4) && (

inverseMap[NeighbourPattern][bitCodingOrder[binIdx]] & 4 ) )

binlsSkiped [binIdx]=T ; else

bmIsSkiped[binidx] =0;

and where, for each bin, the variable binlslnferred is set according to the following:

- If either of the following conditions are true, binlslnferred is set equal to 1 :

- NeighbourPattem is equal to 0 and the number of previously decoded 1- valued bins is less than or equal to (binldx + minOccupied - maxOccupied).

- NeighbourPattem is not equal to 0, binldx is equal to maxOccupied- 1 and values of all previous decoded bins are zero.

where minOccupied=2, and maxOccupied=8 (if OT is applied), maxOccupied=4 (if QT is applied), maxOccupied=2 (if BT is applied).

- Otherwise, if neither of the above conditions are true, binlslnferred is set equal to 0.

[00282] Embodiment B

[00283] In one embodiment, a controlling flag gps_implicit_geom_partition_flag and two parameters K and M are specified at a geometry parameter set as follows,

Table 36

geometry partition is enabled for the sequence or slice. gps_implicit_geom_partition_flag equal to 0 specifies that the implicit geometry partition is disabled for the sequence or slice. If gps_impIicit_geom_partition_flag equals to 1, the following two parameters are signaled:

[00285] (I) gps_max_mim_implicit_qtbtJbef6re_ot specifies the maximal number of implicit QT and BT partitions before OT partitions, i.e., K =

gps jm ax n umjm pIicit_qtbt_before_ot . [00286] (2) gps_min_size_implicit_qtbt specifies the minimal size of implicit QT and

BT partitions, i.e., M = gpsjrom_sizejmplfcit_qtbt This parameter M prevents implicit QT and BT partitions when all dimensions are smaller than or equal to M.

[00287] Embodiment C

[00288] In one embodiment, if the implicit QTBT is enabled, the size of bounding box is specified by three values in geometry slice header as follows,

[00289] gsh_log2_max_nodesize_x specifies the bounding box size in x dimension, i.e , MaxNodesizeXLog2 that is used in the decoding process as follows:

MaxNodeSizeXLog2 = gsh Jog2 max nodesize x.

MaxNodeSizeX ::: 1 « MaxNodeSizeXLog2.

[00290] gsh_log2_max_nodesize_y_minus_x specifies the bounding box size in y dimension, i.e., MaxNodesizeYLog2 that is used in the decoding process as follows:

MaxNodeSizeYLog2 = gsh_log2_max_nodesize_y_minus_x +

MaxNodeSizeXLog2.

MaxNodeSizeY : = 1 « MaxNodeSizeYLog2. [00291] gsh Iog2 max nodesize z minus y specifies the bounding box size in z dimension, i.e., MaxNodesizeZLog2 that is used in the decoding process as follows:

MaxNodeSizeZLog2 = gsh log2 max nodesize z minus y +

MaxNodeSizeYLog2.

MaxNodeSizeZ = 1 « MaxNodeSizeZLog2.

[00292] The parameters K and M are then updated as follows,

gsh_log2__max_nodesize = max{ MaxNodeSizeXLog2, MaxNodeSizeYLog2, MaxNodeSizeZLog2 }

gsh__log2__min__nodesize : = min{ MaxNodeSizeXLog2, MaxNodeSizeYLog2, MaxNodeSizeZLog2 }

if (K > (gsh og2__rnax__nodesize - gsh og2__rnin__nodesize))

K = gsh log2 max nodesize - gsh log2 min nodesize;

if (M > gsh log2 min nodesize)

M = gshJog2__mm__nodesize;

if (gsh !og2 max nodesize :::::: gsh !og2 min nodesize)

M = 0;

if (log2 trisoup node size 1= 0) (

K = gsh_log2__max__nodesize - gsh_log2__min__nodesize;

M = 0;

}

In an embodiment, when a trisoup mode is enabled (log2 trisoup node size ! = 0 is true), M is changed to the minimum root node !og2 dimension of the slice. It is noted that trisoup node log2 dimension needs to be no greater than the minimum root node log2 dimension of the slice.

[00293] Embodiment D

[00294] In an embodiment, a geometry slice data syntax in Table 37 is used in place of the syntax structure in Table 35 or Table 9. An implicit QT/BT decision function is newly introduced at row 3 of the Table 37. The Syntax of the implicit QT/BT decision function is shown in Table 38 where the variable partitionSkip is determined at rows 9-16, and depths in x, y, and z directions are updated at rows 17-23. Table 37

Table 38

[00295] VI. Geometry Decoding Process Examples

[00296] FIG. 15 shows a flow chart outlining a process (1500) according to an embodiment of the disclosure. For example, the process (1500) can be used for point cloud decoding. The process (1500) can be used to generate an octree structure for representing a geometry of points in a bounding box of a slice at a point cloud decoder. In various

embodiments, the process (1500) can be executed by processing circuitry', such as the processing circuitry performing functions of the arithmetic decoding module (410) and the octree decoding module (430) at the decoder (400). In some embodiments, the process (1500) is implemented in software instructions, thus when the processing circuitry executes the software instructions, the processing circuitry' performs the process (1500). The process starts at (SI 501) and proceeds to (Si 510).

[00297] At (S1510), a bitstream including a slice of a coded point cloud frame can be received. For example, the slice can include a series of syntax elements and bins representing a part of or entire coded point cloud frame.

[00298] At (S i 520), an octree representing a geometry' of points in a bounding box of the slice can be reconstructed. During the octree construction process, a current node of the octree can be partitioned with a quadtree (QT) partition, or a binary tree (BT) partition. For example, how to partiti on the current node of the octree using one of the QT partition, the BT partition or an octree (QT) partition can be determined based on predefined conditions. How to partition the current node of the octree using one of the QT partition, the BT partition or an OT partition can be determined also based on one or more parameters that each can be signaled in the bitstream, or use a locally preconfigured value.

[00299] During the construction of the octree, a value of a variable, denoted by partitionSkip, specifying a partition type and a partition direction of the current node of the octree can be determined. For example, the variable partitionSkip can be represented in binary form with three bits corresponding to x, y, and z directions, respectively, and each bit indicates whether a partition is performed along the respective x, y, or z direction. Based on the variable partitionSkip, a depth in an x, y, or z dimension for a child node of the current node of the octree can be updated.

[00300] During the construction of the octree, occupancy bits belonging to an 8-bins occupancy code of the current node of the octree can be received (or parsed) from the bitstream. Each occupancy bit corresponds to an occupied child node of the current node of the octree. 4 bins belonging to the 8-bins occupancy code are not signaled in the bit stream when the current node of the octree is partitioned with the QT partition, and 6 bins belonging to the 8-bins occupancy code are not signaled in the bitstream when the current node of the octree is partitioned with the BT partition.

[00301] Further, one or more syntax elements indicating three-dimension (3D) sizes of the hounding box of the slice of the coded point cloud frame can be received from the bitstream. For example, the bounding box of the slice can have a shape of a rectangular cuboid.

[00302] During the construction of the octree, after receiving a syntax element indicating the current node of the octree has a single occupied child node, 1 bin can be received if the variable partitionSkip indicates the BT parti tion, or 2 bins can be received if the variable partitionSkip indicates the QT partition. An occupancy map identifying occupied child nodes of the current node of the octree can be determined based on the received 1 or 2 bins.

[00303] During the construction of the octree, a parsing process can be performed over the bitstream to determine a syntax element of an occupancy map identifying occupied child nodes of the current node of the octree. During the parsing process, a bin of the syntax element of the occupancy map can be determined to be skipped based on the variable partitionSkip.

[00304] During the construction of the octree, for a child node of the current node of the octree coded in a direct mode, a log2 size for each of x, y, and z directions, denoted dx, dy, and dz, respectively, can be determined for the child node based on the variable partitionSkip. It can be determined positions of points in the child node is coded by fixed-length coding with (dx, dy, dz) bits, respectively. Accordingly, bins corresponding to co-ordinates of points in the child node can be received based on the known coding lengths.

[00305] In an example, a syntax element indicating one of the following parameters can be received in the bitstrea for reconstructing the octree: a maximal number of implicit QT and BT partitions performed before OT partitions, a minimal size of implicit QT and BT partitions that prevents implicit QT and BT partitions of a node when all dimensions of the node are smaller than or equal to the minimal size, or a priority indicating which of implicit QT or BT partition is performed first when both QT and BT partitions are allowed.

[00306] In an example, during the construction of the octree, when an octree depth of the current node is smaller than a parameter K, or when a smallest log2 size among log2 sizes in x, y, and z directions of the current node is equal to a parameter M, a partition type and a partition direction for partitioning the current node can be determined according to conditions in the following table: Table 39

[00307] The parameter K can be an integer in a range of 0 < K < max (d x ,d y ,ii) min (d x ,d y ,d z ), and defines maximum times of implicit QT and BT partitions that are allowed before OT partitions. The parameter M can be an integer in a range of 0 < M < min (d x ,d y ,d z ), and defines a minimal size of implicit QT and BT partitions that prevents implicit QT and BT partitions of a node when ail dimensions of the node are smaller than or equal to M. The sizes dx, dy, and dz can be the log2 sizes of the current node in x, y, and z directions, respectively. In an example, the above partition type and partition direction for partitioning the current node can be represented by the variable partitionSkip.

[00308] In an example, the parameters K and M can each be signaled to the decoder, or take preconfigured value(s), and later updated, for example, based on 3D sizes of a root node of the slice, or whether a trisoup mode is enabled.

[00309] It is noted that the parameters K or M, or other parameters used for controlling or implementing implicit QT/BT partition are merely described as examples to illustrate some embodiments of the disclosure. There can be various forms of parameters signaled in a bitstream and used for conducting QT/BT partitions at a decoder. Those parameters may or may not be similar to K or M, but can be similarly used to control how QT/BT partitions are to be conducted such that a better point cloud compression performance can be achieved.

[00310] After (SI 520), the process (1500) can terminate at (S1599).

[00311] VII. Computer System

[00312] The techniques described above, can be implemented as computer software using computer-readable instructions and physically stored in one or more computer-readable media. For example, FIG. 16 shows a computer system (1600) suitable for implementing certain embodiments of the disclosed subject matter.

[00313] The computer software can be coded using any suitable machine code or computer language, that may be subject to assembly, compilation, linking, or like mechanisms to create code comprising instructions that can be executed directly, or through interpretation, micro-code execution, and the like, by one or more computer central processing units (CPUs), Graphics Processing Units (GPUs), and the like.

[00314] The instructions can be executed on various types of computers or

components thereof, including, for example, personal computers, tablet computers, servers, smartphones, gaming devices, internet of things devices, and the like.

[00315] The components shown in FIG. 16 for computer system (1600) are exemplary in nature and are not intended to suggest any limitation as to the scope of use or functionality of the computer software implementing embodiments of the present disclosure. Neither should the configuration of components be interpreted as having any dependency or requirement relating to any one or combination of components illustrated in the exemplary embodiment of a computer system (1600)

[00316] Computer system (1600) may include certain human interface input devices. Such a human interface input device may be responsive to input by one or more human users through, for example, tactile input (such as: keystrokes, swipes, data glove movements), audio input (such as: voice, clapping), visual input (such as: gestures), olfactory input (not depicted). The human interface devices can also be used to capture certain media not necessarily directly related to conscious input by a human, such as audio (such as: speech, music, ambient sound), images (such as: scanned images, photographic images obtain from a still image camera), video (such as two-dimensional video, three-dimensional video including stereoscopic video).

[00317] Input human interface devices may include one or more of (only one of each depicted): keyboard (1601), mouse (1602), trackpad (1603), touch screen (1610), data-glove (not shown), joystick (1605), microphone (1606), scanner (1607), camera (1608).

[00318] Computer system (1600) may also include certain human interface output devices. Such human interface output devices may be stimulating the senses of one or more human users through, for example, tactile output, sound, light, and smell/taste. Such human interface output devices may include tactile output devices (for example tactile feedback by the touch-screen (1610), data-glove (not shown), or joystick (1605), but there can also be tactile feedback devices that do not serve as input devices), audio output devices (such as: speakers (1609), headphones (not depicted)), visual output devices (such as screens (1610) to include CRT screens, LCD screens, plasma screens, OLED screens, each with or without touch-screen input capability, each with or without tactile feedback capability— some of which may be capable to output two dimensional visual output or more than three dimensional output through means such as stereographic output; virtual-reality glasses (not depicted), holographic displays and smoke tanks (not depicted)), and printers (not depicted).

[00319] Computer system (1600) can also include human accessible storage devices and their associated media such as optical media including CD/DVD ROM/RW (1620) with CD/DVD or the like media (1621), thumb-drive (1622), removable hard drive or solid state drive (1623), legacy magnetic media such as tape and floppy disc (not depicted), specialized

ROM/ASIC/PLD based devices such as security dongles (not depicted), and the like.

[00320] Those skilled in the art should also understand that term“computer readable media” as used in connection with the presently disclosed subject matter does not encompass transmission media, carrier waves, or other transitory signals.

[00321] Computer system (1600) can also include an interface (1654) to one or more communication networks (1655). Networks can for example be wireless, wireline, optical.

Networks can further be local, wide-area, metropolitan, vehicular and industrial, real-time, delay- tolerant, and so on. Examples of networks include local area networks such as Ethernet, wireless LANs, cellular networks to include GSM, 3G, 4G, 5G, LIE and the like, TV wireline or wireless wide area digital networks to include cable TV, satellite TV, and terrestrial broadcast TV, vehicular and industrial to include CANBus, and so forth. Certain networks commonly require external network interface adapters that attached to certain general purpose data ports or peripheral buses (1649) (such as, for example USB ports of the computer system (1600)), others are commonly integrated into the core of the computer system (1600) by attachment to a system bus as described below (for example Ethernet interface into a PC computer system or cellular network interface into a smartphone computer system). Using any of these networks, computer system (1600) can communicate with other entities. Such communication can be uni-directional, receive only (for example, broadcast TV), uni-directional send-only (for example CANbus to certain CANbus devices), or bi-directional, for example to other computer systems using local or wide area digital networks. Certain protocols and protocol stacks can be used on each of those networks and network interfaces as described above.

[00322] Aforementioned human interface devices, human-accessible storage devices, and network interfaces can be attached to a core (1640) of the computer system (1600). [00323] The core (1640) can include one or more Central Processing Units (CPU) (1641), Graphics Processing Units (GPU) (1642), specialized programmable processing units in the form of Field Programmable Gate Areas (FPGA) (1643), hardware accelerators for certain tasks (1644), graphics adapters (1650), and so forth. These devices, along with Read-only memory (ROM) (1645), Random-access memory (1646), internal mass storage such as internal non-user accessible hard drives, SSDs, and the like (1647), may be connected through a system bus (1648). In some computer systems, the system bus (1648) can be accessible in the form of one or more physical plugs to enable extensions by additional CPUs, GPU, and the like. The peripheral devices can be attached either directly to the core’s system bus (1648), or through a peripheral bus (1649). In an example, the scree (1610) can be connected to the graphics adapter (1650) Architectures for a peripheral bus include PCI, USB, and the like.

[00324] CPUs (1641), GPUs (1642), FPGAs (1643), and accelerators (1644) can execute certain instructions that, in combination, can make up the aforementioned computer code. That computer code can be stored in ROM: (1645) or RAM (1646). Transitional data can be also be stored in RAM (1646), whereas permanent data can be stored for example, in the internal mass storage (1647). Fast storage and retrieve to any of the memory devices can be enabled through the use of cache memory, that can be closely associated with one or more CPU (1641), GPU (1642), mass storage (1647), ROM: (1645), RAM (1646), and the like.

[00325] The computer readable media can have computer code thereon for performing various computer-implemented operations. The media and computer code can be those specially designed and constructed for the purposes of the present disclosure, or they can be of the kind well known and available to those having skill in the computer software arts.

[00326] As an example and not by way of limitation, the computer system having architecture (1600), and specifi cally the core (1640) can provide functionality as a result of processor(s) (including CPUs, GPUs, FPGA, accelerators, and the like) executing software embodied in one or more tangible, computer-readable media. Such computer-readable media can be media associated with user-accessible mass storage as introduced above, as well as certain storage of the core (1640) that are of non-transitory nature, such as core-internal mass storage (1647) or ROM ( 1645). The software implementing various embodiments of the present disclosure can be stored in such devices and executed by core (1640). A computer-readable medium can include one or more memory devices or chips, according to particular needs. The software can cause the core (1640) and specifically the processors therein (including CPU, GPU, FPGA, and the like) to execute particular processes or particular parts of particular processes described herein, including defining data structures stored in RAM (1646) and modifying such data structures according to the processes defined by the software. In addition or as an alternative, the computer system can provide functionality as a result of logic hardwired or otherwise embodied in a circuit (for example: accelerator (1644)), which can operate in place of or together with software to execute particular processes or particular parts of particular processes described herein. Reference to software can encompass logic, and vice versa, where appropriate. Reference to a computer-readable media can encompass a circuit (such as an integrated circuit (IC)) storing software for execution, a circuit embodying logic for execution, or both, where appropriate. The present disclosure encompasses any suitable combination of hardware and software.

[00327] While aspects of the present disclosure have been described in conjunction with the specific embodiments thereof that are proposed as examples, alternatives, modifications, and variations to the examples may be made. Accordingly, embodiments as set forth herein are intended to be illustrative and not limiting. There are changes that may be made without departing from the scope of the claims set forth below.