WO2023172704A1 - Codage de niveau d'attribut pour codage de nuage de points géométriques - Google Patents

Codage de niveau d'attribut pour codage de nuage de points géométriques Download PDF

Info

Publication number
WO2023172704A1
WO2023172704A1 PCT/US2023/014930 US2023014930W WO2023172704A1 WO 2023172704 A1 WO2023172704 A1 WO 2023172704A1 US 2023014930 W US2023014930 W US 2023014930W WO 2023172704 A1 WO2023172704 A1 WO 2023172704A1
Authority
WO
WIPO (PCT)
Prior art keywords
level
color
point
absolute
syntax elements
Prior art date
Application number
PCT/US2023/014930
Other languages
English (en)
Inventor
Yue Yu
Haoping Yu
Vladyslav ZAKHARACHENKO
Original Assignee
Innopeak Technology, Inc.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Innopeak Technology, Inc. filed Critical Innopeak Technology, Inc.
Publication of WO2023172704A1 publication Critical patent/WO2023172704A1/fr

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/70Methods or arrangements for coding, decoding, compressing or decompressing digital video signals characterised by syntax aspects related to video coding, e.g. related to compression standards
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T9/00Image coding
    • G06T9/001Model-based coding, e.g. wire frame
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T9/00Image coding
    • G06T9/005Statistical coding, e.g. Huffman, run length coding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/10Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
    • H04N19/102Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the element, parameter or selection affected or controlled by the adaptive coding
    • H04N19/13Adaptive entropy coding, e.g. adaptive variable length coding [AVLC] or context adaptive binary arithmetic coding [CABAC]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/10Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
    • H04N19/169Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding
    • H04N19/186Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding the unit being a colour or a chrominance component

Definitions

  • Embodiments of the present disclosure relate to point cloud coding.
  • Point clouds are one of the major three-dimensional (3D) data representations, which provide, in addition to spatial coordinates, attributes associated with the points in a 3D world. Point clouds in their raw format require a huge amount of memory for storage or bandwidth for transmission. Furthermore, the emergence of higher resolution point cloud capture technology imposes, in turn, an even higher requirement on the size of point clouds. In order to make point clouds usable, compression is necessary. Two compression technologies have been proposed for point cloud compression/coding (PCC) standardization activities: video-based PCC (V-PCC) and geometry-based PCC (G-PCC). V-PCC approach is based on 3D to two-dimensional (2D) projections, while G-PCC, on the contrary, encodes the content directly in 3D space. In order to achieve that, G-PCC utilizes data structures, such as an octree that describes the point locations in 3D space.
  • V-PCC video-based PCC
  • G-PCC geometry-based PCC
  • a method for encoding a point cloud includes a point associated with a color having components.
  • a color level of the point is determined by a processor.
  • Syntax elements representing the color level of the point are determined by the processor based on the color level of the point.
  • the syntax elements include a parity flag.
  • the color level of the point is encoded by the processor into a bitstream based on the syntax elements.
  • a system for encoding a point cloud includes a memory configured to store instructions and a processor coupled to the memory.
  • the point cloud includes a point associated with a color having components.
  • the processor is configured to, upon executing the instructions, determine a color level of the point.
  • the processor is also configured to, upon executing the instructions, determine syntax elements representing the color level of the point based on the color level of the point.
  • the syntax elements include a parity flag.
  • the processor is further configured to, upon executing the instructions, encode the color level of the point into a bitstream based on the syntax elements.
  • a method for decoding a point cloud includes a point associated with a color having components.
  • a bitstream is parsed by a processor to obtain syntax elements representing a color level of the point.
  • the syntax elements include a parity flag.
  • the color level of the point is determined by the processor based on the syntax elements.
  • a system for decoding a point cloud includes a memory configured to store instructions and a processor coupled to the memory.
  • the point cloud includes a point associated with a color having components.
  • the processor is configured to, upon executing the instructions, parse a bitstream to obtain syntax elements representing a color level of the point.
  • the syntax elements include a parity flag.
  • the processor is also configured to, upon executing the instructions, determine the color level of the point based on the syntax elements.
  • FIG. 1 illustrates a block diagram of an encoding system, according to some embodiments of the present disclosure.
  • FIG. 2 illustrates a block diagram of a decoding system, according to some embodiments of the present disclosure.
  • FIG. 3 illustrates a detailed block diagram of an encoder in the encoding system in FIG. 1, according to some embodiments of the present disclosure.
  • FIG. 4 illustrates a detailed block diagram of a decoder in the decoding system in FIG. 2, according to some embodiments of the present disclosure.
  • FIGs. 5A and 5B illustrate an octree structure of G-PCC and the corresponding digital representation, respectively, according to some embodiments of the present disclosure.
  • FIG. 6 illustrates a structure of cube and the relationship with neighboring cubes in an octree structure of G-PCC, according to some embodiments of the present disclosure.
  • FIG. 7 illustrates a ID array of points representing a point cloud, a set of candidate points, and a set of prediction points, according to some embodiments of the present disclosure.
  • FIG. 8 illustrates a hierarchy of parameter sets of G-PCC, according to some embodiments of the present disclosure.
  • FIG. 9 illustrates a flow chart of a method for encoding a point cloud, according to some embodiments of the present disclosure.
  • FIG. 10 illustrates a flow chart of a method for decoding a point cloud, according to some embodiments of the present disclosure.
  • FIG. 11 illustrates a flow chart of another method for encoding a point cloud, according to some embodiments of the present disclosure.
  • FIG. 12 illustrates a flow chart of another method for decoding a point cloud, according to some embodiments of the present disclosure.
  • FIG. 13 illustrates a flow chart of still another method for encoding a point cloud, according to some embodiments of the present disclosure.
  • FIG. 14 illustrates a flow chart of still another method for decoding a point cloud, according to some embodiments of the present disclosure.
  • references in the specification to “one embodiment,” “an embodiment,” “an example embodiment,” “some embodiments,” “certain embodiments,” etc. indicate that the embodiment described may include a particular feature, structure, or characteristic, but every embodiment may not necessarily include the particular feature, structure, or characteristic. Moreover, such phrases do not necessarily refer to the same embodiment. Further, when a particular feature, structure, or characteristic is described in connection with an embodiment, it would be within the knowledge of a person skilled in the pertinent art to effect such feature, structure, or characteristic in connection with other embodiments whether or not explicitly described.
  • terminology may be understood at least in part from usage in context.
  • the term “one or more” as used herein, depending at least in part upon context may be used to describe any feature, structure, or characteristic in a singular sense or may be used to describe combinations of features, structures or characteristics in a plural sense.
  • terms, such as “a,” “an,” or “the,” again, may be understood to convey a singular usage or to convey a plural usage, depending at least in part upon context.
  • the term “based on” may be understood as not necessarily intended to convey an exclusive set of factors and may, instead, allow for existence of additional factors not necessarily expressly described, again, depending at least in part on context.
  • point cloud coding includes both encoding and decoding a point cloud.
  • a point cloud is composed of a collection of points in a 3D space. Each point in the 3D space is associated with a geometry position together with the associated attribute information (e.g., color, reflectance, intensity, classification, etc.).
  • attribute information e.g., color, reflectance, intensity, classification, etc.
  • the geometry of a point cloud can be compressed first, and then the corresponding attributes, including color or reflectance, can be compressed based upon the geometry information according to a point cloud coding technique, such as G-PCC.
  • G-PCC has been widely used in virtual reality/augmented reality (VR/AR), telecommunication, autonomous vehicle, etc., for entertainment and industrial applications, e.g., light detection and ranging (LiDAR) sweep compression for automotive or robotics and high-definition (HD) map for navigation.
  • VR/AR virtual reality/augmented reality
  • LiDAR light detection and ranging
  • HD high-definition
  • MPEG Moving Picture Experts Group
  • AVS Audio Video Coding Standard
  • an attribute residual is defined as the difference in attribute values between the current point and its predictor.
  • point cloud coding may be either lossless or lossy.
  • the attribute residual may or may not be quantized by using a predefined quantization operation.
  • the attribute residual without or with quantization is called an “attribute level,” such as a color level or a reflectance level, which can be, for example, a signed integer coded into the bitstream (known as “attribute level coding”).
  • attribute level coding such as a color level or a reflectance level
  • the present disclosure provides various novel schemes to optimize attribute level coding, which are compatible with any suitable G-PCC standards, including, but not limited to, AVS G- PCC standards and MPEG G-PCC standards.
  • G-PCC Global System for Mobile Communications
  • MPEG G-PCC MPEG G-PCC
  • parity -based attribute level coding schemes are disclosed, which can save about half of the absolute attribute levels in point cloud coding by introducing a parity flag indicative of whether the absolute attribute level of a point is an odd or even number.
  • the syntax elements representing the signs of the color levels of different components are grouped together and separated from the syntax elements representing the absolute color levels, such that the signs can be coded using bypass coding with higher efficiency.
  • FIG. 1 illustrates a block diagram of an encoding system 100, according to some embodiments of the present disclosure.
  • FIG. 2 illustrates a block diagram of a decoding system 200, according to some embodiments of the present disclosure.
  • Each system 100 or 200 may be applied or integrated into various systems and apparatuses capable of data processing, such as computers and wireless communication devices.
  • system 100 or 200 may be the entirety or part of a mobile phone, a desktop computer, a laptop computer, a tablet, a vehicle computer, a gaming console, a printer, a positioning device, a wearable electronic device, a smart sensor, a virtual reality (VR) device, an argument reality (AR) device, or any other suitable electronic devices having data processing capability.
  • VR virtual reality
  • AR argument reality
  • system 100 or 200 may include a processor 102, a memory 104, and an interface 106. These components are shown as connected one to another by a bus, but other connection types are also permitted. It is understood that system 100 or 200 may include any other suitable components for performing functions described here.
  • Processor 102 may include microprocessors, such as graphic processing unit (GPU), image signal processor (ISP), central processing unit (CPU), digital signal processor (DSP), tensor processing unit (TPU), vision processing unit (VPU), neural processing unit (NPU), synergistic processing unit (SPU), or physics processing unit (PPU), microcontroller units (MCUs), application-specific integrated circuits (ASICs), field-programmable gate arrays (FPGAs), programmable logic devices (PLDs), state machines, gated logic, discrete hardware circuits, and other suitable hardware configured to perform the various functions described throughout the present disclosure.
  • GPU graphic processing unit
  • ISP image signal processor
  • CPU central processing unit
  • DSP digital signal processor
  • TPU tensor processing unit
  • VPU vision processing unit
  • NPU neural processing unit
  • SPU synergistic processing unit
  • PPU physics processing unit
  • MCUs microcontroller units
  • ASICs application-specific integrated circuits
  • FPGAs field-programmable gate array
  • Processor 102 may be a hardware device having one or more processing cores.
  • Processor 102 may execute software.
  • Software shall be construed broadly to mean instructions, instruction sets, code, code segments, program code, programs, subprograms, software modules, applications, software applications, software packages, routines, subroutines, objects, executables, threads of execution, procedures, functions, etc., whether referred to as software, firmware, middleware, microcode, hardware description language, or otherwise.
  • Software can include computer instructions written in an interpreted language, a compiled language, or machine code. Other techniques for instructing hardware are also permitted under the broad category of software.
  • Memory 104 can broadly include both memory (a.k.a, primary/system memory) and storage (a.k.a., secondary memory).
  • memory 104 may include random-access memory (RAM), read-only memory (ROM), static RAM (SRAM), dynamic RAM (DRAM), ferro- electric RAM (FRAM), electrically erasable programmable ROM (EEPROM), compact disc readonly memory (CD-ROM) or other optical disk storage, hard disk drive (HDD), such as magnetic disk storage or other magnetic storage devices, Flash drive, solid-state drive (SSD), or any other medium that can be used to carry or store desired program code in the form of instructions that can be accessed and executed by processor 102.
  • RAM random-access memory
  • ROM read-only memory
  • SRAM static RAM
  • DRAM dynamic RAM
  • FRAM ferro- electric RAM
  • EEPROM electrically erasable programmable ROM
  • CD-ROM compact disc readonly memory
  • HDD hard disk drive
  • flash drive such as magnetic disk storage or other magnetic storage devices
  • SSD solid
  • Interface 106 can broadly include a data interface and a communication interface that is configured to receive and transmit a signal in a process of receiving and transmitting information with other external network elements.
  • interface 106 may include input/output (VO) devices and wired or wireless transceivers.
  • VO input/output
  • FIGs. 1 and 2 it is understood that multiple interfaces can be included.
  • Processor 102, memory 104, and interface 106 may be implemented in various forms in system 100 or 200 for performing point cloud coding functions.
  • processor 102, memory 104, and interface 106 of system 100 or 200 are implemented (e.g., integrated) on one or more system-on-chips (SoCs).
  • SoCs system-on-chips
  • processor 102, memory 104, and interface 106 may be integrated on an application processor (AP) SoC that handles application processing in an operating system (OS) environment, including running point cloud encoding and decoding applications.
  • API application processor
  • processor 102, memory 104, and interface 106 may be integrated on a specialized processor chip for point cloud coding, such as a GPU or ISP chip dedicated to graphic processing in a real-time operating system (RTOS).
  • RTOS real-time operating system
  • processor 102 may include one or more modules, such as an encoder 101.
  • FIG. 1 shows that encoder 101 is within one processor 102, it is understood that encoder 101 may include one or more sub-modules that can be implemented on different processors located closely or remotely with each other.
  • Encoder 101 (and any corresponding sub-modules or sub-units) can be hardware units (e.g., portions of an integrated circuit) of processor 102 designed for use with other components or software units implemented by processor 102 through executing at least part of a program, i.e., instructions.
  • processor 102 may include one or more modules, such as a decoder 201.
  • FIG. 2 shows that decoder 201 is within one processor 102, it is understood that decoder 201 may include one or more sub-modules that can be implemented on different processors located closely or remotely with each other.
  • Decoder 201 (and any corresponding sub-modules or sub-units) can be hardware units (e.g., portions of an integrated circuit) of processor 102 designed for use with other components or software units implemented by processor 102 through executing at least part of a program, i.e., instructions.
  • the instructions of the program may be stored on a computer-readable medium, such as memory 104, and when executed by processor 102, it may perform a process having one or more functions related to point cloud decoding, such as arithmetic decoding, dequantization, inverse transformation, reconstruction, synthesis, as described below in detail.
  • FIG. 3 illustrates a detailed block diagram of encoder 101 in encoding system 100 in FIG. 1, according to some embodiments of the present disclosure.
  • encoder 101 may include a coordinate transform module 302, a voxelization module 304, a geometry analysis module 306, and an arithmetic encoding module 308, together configured to encode positions associated with points of a point cloud into a geometry bitstream (i.e., geometry encoding).
  • a geometry bitstream i.e., geometry encoding
  • encoder 101 may also include a color transform module 310, an attribute transform module 312, a quantization module 314, and an arithmetic encoding module 316, together configured to encode attributes associated with points of a point cloud into an attribute bitstream (i.e., attribute encoding).
  • attribute encoding i.e., attribute encoding
  • each of the elements shown in FIG. 3 is independently shown to represent characteristic functions different from each other in a point cloud encoder, and it does not mean that each component is formed by the configuration unit of separate hardware or single software. That is, each element is included to be listed as an element for convenience of explanation, and at least two of the elements may be combined to form a single element, or one element may be divided into a plurality of elements to perform a function.
  • attribute coding depends on decoded geometry. As a consequence, point cloud positions may be coded first.
  • coordinate transform module 302 and a voxelization module 304 may be configured to perform a coordinate transformation followed by voxelization that quantizes and removes duplicate points. The process of position quantization, duplicate point removal, and assignment of attributes to the remaining points is called voxelization.
  • the voxelized point cloud may be represented using, for example, an octree structure in a lossless manner.
  • Geometry analysis module 306 may be configured to perform geometry analysis using, for example, the octree or trisoup scheme.
  • Arithmetic encoding module 308 may be configured to arithmetically encode the resulting structure from geometry analysis module 306 into the geometry bitstream.
  • geometry analysis module 306 is configured to perform geometry analysis using the octree scheme.
  • a cubical axis-aligned bounding box may be defined by the two extreme points (0,0,0) and (2 d , 2 d , 2 d ) where d is the maximum size of the given point cloud along the x, y, or z direction. All point cloud points may be bounded by this defined cube - bounding box.
  • a cube may be divided into eight sub-cubes, which creates the octree structure allowing one parent to have 8 children, and an octree structure may then be built by recursively subdividing sub-cubes, as shown in FIG. 5 A. Each sub-cube may be considered as a separate lower-level bounding box for the respective portion of all point cloud points bounded thereby.
  • an 8-bit code may be generated by associating a 1 -bit value with each sub-cube 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) may be further subdivided.
  • the geometry information (x, y, z) for one position may be represented by this defined octree structure. Since points may be duplicated, multiple points may be mapped to the same sub-cube of size 1 (i.e., the same voxel).
  • the number of points for each sub-cube of dimension 1 is also arithmetically encoded.
  • a current cube associated with a current node may be surrounded by six cubes of the same depth sharing a face with it.
  • one cube may have up to six same-sized cubes to share one face, as shown in FIG. 6.
  • the current cube may also have some neighboring cubes which share lines or points with the current cube.
  • color transform module 310 may be configured to convert red/green/blue (RGB) color components of each point to YCbCr color components if the attributes include color. That is, a color attribute may include multiple components such as RGB, YCbCr, or YUV, and color transform module 310 may convert color attributes between different sets of components.
  • RGB red/green/blue
  • Attribute transform module 312 may be configured to perform attribute transformation based on the results from geometry analysis module 306 (e.g., using the octree scheme), including but not limited to, the region adaptive hierarchical transform (RAHT), interpolation-based hierarchical nearest-neighbor prediction (predicting transform), and interpolation-based hierarchical nearest-neighbor prediction with an update/lifting step (lifting transform).
  • RAHT region adaptive hierarchical transform
  • predicting transform predicting transform
  • quantization module 314 may be configured to quantize the transformed coefficients of attributes (e.g., attribute residuals) from attribute transform module 312 to generate quantization levels of the attributes associated with each point to reduce the dynamic range.
  • Arithmetic encoding module 316 may be configured to arithmetically encode the resulting transformed coefficients of attributes associated with each point or the quantization levels thereof into the attribute bitstream.
  • a prediction may be formed from neighboring coded attributes, for example, in predicting transform and lifting transform by attribute transform module 312. Then, the difference between the current attribute and the prediction (i.e., attribute residual) may be coded.
  • attribute residual the difference between the current attribute and the prediction (i.e., attribute residual) may be coded.
  • a Morton code or Hilbert code may be used to convert a point cloud in a 3D space (e.g., a point cloud cube) into a ID array, as shown in FIG. 7.
  • Each position in the cube will have a corresponding Morton or Hilbert code, but some positions may not have any corresponding point cloud attribute. In other words, some positions may be empty.
  • the attribute coding may follow the predefined coding order, such as the Morton order or Hilbert order.
  • a predictor may be generated from the previous coded points in the ID array following the Morton order or Hilbert order.
  • the attribute difference between the current point and its prediction points may be encoded into the bitstream.
  • the point cloud in the 3D space e.g., a point cloud cube
  • the attribute coding may follow the native input order of the point cloud, instead of the predefined Morton order or Hilbert order.
  • the coding order followed by the points in the ID array may be either a Morton order, a Hilbert order, or the native input order.
  • some predefined numbers have been specified to limit the number of neighboring points that can be used in generating the prediction. For example, only at most AT points among previous at most N consecutively coded points may be used for coding the current attribute. That is, a set of n candidate points may be used as the candidates to select a set of m prediction points (m ⁇ ri) for predicting the current point in attribute coding.
  • the number n of candidate points in the set is equal to or smaller than the maximum number N of candidate points (n ⁇ N), and the number m of prediction points in the set is equal to or smaller than the maximum number AT of prediction points (m ⁇ M). As shown in FIG.
  • the maximum number AT of prediction points is set to be 3, and a set of 3 prediction points (P, bolded and underlined) may be selected from the set of n candidate points, for example, based on the positions associated with the n candidate points and the current points (e.g., the distances between each candidate point and the current point).
  • Aland A are set as a fixed number of 3 and 128, respectively.
  • m prediction points e.g., the 3 closest candidate points
  • a weighted attribute average from these m points may be formed as the predictor to code the attribute of the current point, according to some embodiments. It is understood that in some examples, the prediction points may be selected from the candidate points that are in the cubes sharing the same face/line/point with the current point cloud.
  • an attribute residual is defined as the difference in attribute values between the current point and its predictor.
  • point cloud coding may be either lossless or lossy.
  • the attribute residual may or may not be quantized by using a predefined quantization operation.
  • the attribute residual without or with quantization is called an “attribute level,” such as a color level or a reflectance level, which can be, for example, a signed integer coded into the bitstream.
  • FIG. 4 illustrates a detailed block diagram of decoder 201 in decoding system 200 in FIG. 2, according to some embodiments of the present disclosure.
  • decoder 201 may include an arithmetic decoding module 402, a geometry synthesis module 404, a reconstruction module 406, and a coordinate inverse transform module 408, together configured to decode positions associated with points of a point cloud from the geometry bitstream (i.e., geometry decoding).
  • arithmetic decoding module 402 a geometry synthesis module 404
  • reconstruction module 406 a coordinate inverse transform module 408
  • FIG. 4 illustrates a detailed block diagram of decoder 201 in decoding system 200 in FIG. 2, according to some embodiments of the present disclosure.
  • decoder 201 may include an arithmetic decoding module 402, a geometry synthesis module 404, a reconstruction module 406, and a coordinate inverse transform module 408, together configured to decode positions associated with points of a point cloud from the geometry bitstream (i.e., geometry decoding
  • decoder 201 may also include an arithmetic decoding module 410, a dequantization module 412, an attribute inverse transform module 414, and a color inverse transform module 416, together configured to decode attributes associated with points of a point cloud from the attribute bitstream (i.e., attribute decoding).
  • attribute decoding i.e., attribute decoding
  • each of the elements shown in FIG. 4 is independently shown to represent characteristic functions different from each other in a point cloud decoder, and it does not mean that each component is formed by the configuration unit of separate hardware or single software. That is, each element is included to be listed as an element for convenience of explanation, and at least two of the elements may be combined to form a single element, or one element may be divided into a plurality of elements to perform a function.
  • a point cloud bitstream (e.g., a geometry bitstream or an attribute bitstream) is inputted from a point cloud encoder (e.g., encoder 101)
  • the input bitstream may be decoded by decoder 201 in a procedure opposite to that of the point cloud encoder.
  • Arithmetic decoding modules 402 and 410 may be configured to decode the geometry bitstream and attribute bitstream, respectively, to obtain various information encoded into the bitstream.
  • arithmetic decoding module 410 may decode the attribute bitstream to obtain the attribute information associated with each point, such as the quantization levels or the coefficients of the attributes associated with each point.
  • dequantization module 412 may be configured to dequantize the quantization levels of attributes associated with each point (a.k.a., attribute levels) to obtain the coefficients of attributes (e.g., attribute residuals) associated with each point.
  • arithmetic decoding module 410 may parse the bitstream to obtain various other information (e.g., in the form of syntax elements), such as the syntax element indicative of the coding order followed by the points in the ID array for attribute coding.
  • Inverse attribute transform module 414 may be configured to perform inverse attribute transformation, such as inverse RAHT, inverse predicting transform, or inverse lifting transform, to transform the data from the transform domain (e.g., coefficients) back to the attribute domain (e.g., luma and/or chroma information for color attributes).
  • color inverse transform module 416 may be configured to convert color attributes between different sets of components, such as from YCbCr color components to RGB color components.
  • geometry synthesis module 404, reconstruction module 406, and coordinate inverse transform module 408 of decoder 201 may be configured to perform the inverse operations of geometry analysis module 306, voxelization module 304, and coordinate transform module 302 of encoder 101, respectively.
  • FIG. 8 illustrates a hierarchy of parameter sets of G-PCC, according to some embodiments of the present disclosure.
  • a point cloud may be represented in a ID array including a set of points each associated with a property, such as geometry and attributes (e.g., color and reflectance).
  • the set of points associated with different time stamps may be viewed as a “sequence.”
  • the syntax elements used for coding the headers of the point cloud may be organized in a hierarchy having various levels.
  • the hierarchy may include a sequence header, for example, a header of a sequence parameter set (SPS) associated with the sequence representing the point cloud.
  • SPS sequence parameter set
  • the hierarchy may include one or more property headers belonging to the sequence header, such as a geometry parameter header (a.k.a., geometry header) and one or more attribute parameter headers (a.k.a., attribute headers).
  • geometry parameter headers and attribute parameter headers can also be at the same level as SPS. For example, as shown in FIG.
  • the next level under the SPS may include one header of a geometry parameter set belonging to the SPS and associated with the geometry, as well as one or more headers (1 to ri) of attribute parameter sets belonging to the SPS and each associate with a respective attribute (e.g., color or reflectance).
  • the hierarchy may include one or more slice headers belonging to each property header, such as slice geometry parameter headers and slice attribute parameter headers. That is, the sequence representing the point cloud may be divided into one or more slices each including a slice of points, and each slice of points may be associated with one or more slice headers. For example, as shown in FIG.
  • the next level under the geometry parameter set may include one or more headers of slice geometry parameter sets (a.k.a., geometry slice headers) each belonging to the geometry parameter set and associated with a respective slice of points.
  • the next level under each attribute parameter set may include one or more headers of slice attribute parameter sets (a.k.a., attribute slice headers) each belonging to the respective attribute parameter set and associated with a respective slice of points.
  • the hierarchy may include fewer or more levels, such as picture/frame level(s).
  • encoder 101 and decoder 201 may be configured to adopt various novel schemes to optimize attribute level coding, as disclosed herein, to improve the performance and efficiency of point cloud coding.
  • parity-based attribute level coding at different levels is disclosed in detail below, for example, by introducing a parity flag, to improve the coding performance and efficiency.
  • the parity flag may be used to indicate whether the current absolute value of non-zero residual is an odd or even number so that only the approximation of half of the absolute level needs to be coded.
  • several different level coding schemes may be employed.
  • the number of consecutive zero level points is called zero run-length for attribute level coding.
  • the zero runlength of level and non-zero level may be coded into a bitstream.
  • the zero run-length counter may be set as zero. Starting from the first point along the predefined coding order, the residuals between the predictors and corresponding original points may be obtained. Then the corresponding levels may be obtained. If the current level is zero, the zero run-length may be increased by one, and the process proceeds to the next point. If the level is not zero, the zero run-length may be coded first, and the non-zero level may be coded after the zero run-length coding.
  • the zero run-length counter may be reset to zero, and the process proceeds to the next point.
  • the number of zero run-length may be first decoded, and the levels corresponding to the number of zero run-length points may be set as zero. Then non-zero level may be decoded, and the next number of zero run-length may be decoded. The process may continue until all points are decoded.
  • attribute level coding the coding of reflectance (a.k.a., reflectance level coding) is disclosed below in detail. Each point of a point cloud may be associated with a reflectance.
  • FIG. 9 illustrates a flow chart of a method 900 of point cloud encoding, according to some embodiments of the present disclosure.
  • Method 900 may be performed by encoder 101 of encoding system 100 or any other suitable point cloud decoding systems.
  • Method 900 may include operations 902, 904, 906, 908, 910, and 912, as described below. It is understood that some of the operations may be optional, and some of the operations may be performed simultaneously, or in a different order other than shown in FIG. 9.
  • a reflectance level of the point is determined.
  • encoder 101 is configured to determine a reflectance level of the point.
  • the reflectance level may be a reflectance residual with or without quantization.
  • the reflectance residual is determined by calculating the difference between the reflectance value of a point and its predictor.
  • the reflectance residual may be used as the reflectance level of the point without quantization.
  • the reflectance residual may be further quantized to generate a quantization reflectance level, which may be used as the reflectance level of the point. It is understood that the reflectance level may be either transformed reflectance residual or non-transformed reflectance residual.
  • a non-zero reflectance level may be determined by encoder 101 for a non-zero point in reflectance level coding.
  • the non-zero reflectance level may include a sign and an absolute level.
  • Syntax elements representing the reflectance level of the point, which includes a parity flag are determined based on the reflectance level of the point.
  • encoder 101 is also configured to determine syntax elements representing the reflectance level of the point, which includes a parity flag, based on the reflectance level of the point.
  • the syntax elements may further include multiple absolute level flags, a remainder parameter, and a sign flag.
  • the parity flag is determined based on an absolute level of the reflectance level.
  • encoder 101 is configured to determine the parity flag (e.g., parity flag) based on the absolute level of the reflectance level, e.g., either an odd or an even number.
  • the parity flag e.g., parity flag
  • the parity flag may indicate that the absolute level of the reflectance level is an odd number
  • the parity flag equal to 1 may indicate that the absolute level of the reflectance level is an even number.
  • the parity flag is 0 by default. That is, when not present, the parity flag may be inferred to be equal to 0, indicating that the absolute level is an odd number for the reflectance level.
  • the absolute level flags are determined based on the absolute level of the reflectance level and the parity flag.
  • the remainder parameter is determined based on the absolute level of the reflectance level, the absolute level flags, and the parity flag.
  • encoder 101 is configured to determine the absolute level flags based on the absolute level of the reflectance level and the parity flag, and then determine the remainder parameter based on the absolute level of the reflectance level, the absolute level flags, and the parity flag.
  • the parity flag, each of the absolute level flags, and the remainder parameter may be determined by encoder 101 in such a sequence.
  • the absolute level flags may include two absolute level flags, and the parity flag may be determined prior to the two absolute level flags.
  • the sign flag is determined based on the sign of the reflectance level.
  • encoder 101 is configured to determine the sign flag (e.g., residual sign) based on the sign of the reflectance level, e.g., either positive or negative. For example, the sign flag equal to 0 may indicate that the sign of the reflectance level is negative, and the sign flag equal to 1 may indicate that the sign of the reflectance level is positive.
  • parity flag may be coded first, followed by two absolute level flags (abs_level_gt2_flag and abs_level_gt4 flag), and ended with the remainder parameter (abs level remainder).
  • parity flag may be coded based on the absolute level of the reflectance level. In one example, parity flag equal to 0 may specify that the absolute level is odd; parity flag equal to 1 may specify that the absolute level is even; when not present, parity flag may be inferred to be equal to 0.
  • abs_level_gt2 flag and abs_level_gt4 flag may be coded based on the absolute level and the parity flag of the reflectance level.
  • abs_level_gt2 flag equal to 0 may specify that the absolute level is not greater than 2;
  • abs_level_gt2_flag equal to 1 may specify that the absolute level may be greater than 2; when not present, abs_level_gt2_flag may be inferred to be equal to 0.
  • abs_level_gt4 flag equal to 0 may specify that the absolute level is not greater than 4; abs_level_gt4_flag equal to 1 may specify that the absolute level may be greater than 4; when not present, abs_level_gt2 flag may be inferred to be equal to 0.
  • abs level remainder may be coded based on the absolute level, the two absolute level flags, and the parity flag. In one example, abs level remainder may specify the remaining absolute level; when not present, abs level remainder may be inferred to be equal to 0.
  • the reflectance level may be determined based on the set of reflectance level syntax elements shown in Table I above as follows:
  • Level (2* residual_sign-l) * (1 + parity _flag + (abs_level_gt2_flag + abs_level_gt4_flag + abs level remainder) «1) (2), where an arithmetic shift operation (X « 1) is used for calculating the multiplication (X * 2).
  • Table II below shows example values of the set of reflectance level syntax elements shown in Table
  • the location of the parity flag in the process of determining the syntax elements may affect the number of absolute levels to be coded.
  • the maximum number of absolute levels e.g. 50%
  • other locations e.g., between or after the absolute level flags.
  • Table III illustrates another set of reflectance level syntax elements and their representation and organization in which the parity flag (parity flag) is coded between the two absolute level flags (abs level gtl flag and abs_level_gt3_flag).
  • one absolute level flag (abs level gtl flag) may be coded first, followed by the parity flag (parity _flag), then the other absolute level flags (abs_level_gt3_flag), and ended with the remainder parameter (abs level remainder).
  • abs level gtl flag may be coded based on the absolute level of the reflectance level.
  • abs level gtl flag equal to 0 may specify that the absolute level is not greater than 1; abs level gtl flag equal to 1 may specify that the absolute level may be greater than 1; when not present, abs level gtl flag may be inferred to be equal to 0.
  • parity flag may be coded based on one absolute level flag (abs level gtl flag) and the absolute level of the reflectance level. In one example, parity flag equal to 0 may specify that the absolute level is even; parity flag equal to 1 may specify that the absolute level is odd; when not present, parity flag may be inferred to be equal to 0.
  • abs_level_gt3_flag may be coded based on the absolute level and the parity flag of the reflectance level.
  • abs_level_gt3_flag equal to 0 may specify that the absolute level is not greater than 3;
  • abs_level_gt3_flag equal to 1 may specify that the absolute level may be greater than 3; when not present, abs_level_gt3_flag may be inferred to be equal to 0.
  • abs level remainder may be coded based on the absolute level, the two absolute level flags, and the parity flag.
  • abs level remainder may specify the remaining absolute level; when not present, abs level remainder may be inferred to be equal to 0.
  • the reflectance level may be determined based on the set of reflectance level syntax elements shown in Table III above as follows:
  • Table V illustrates still another set of reflectance level syntax elements and their representation and organization in which the parity flag (parity flag) is coded after the two absolute level flags (abs level gtl flag and abs_level_gt2_flag).
  • two absolute level flags (abs level gtl flag and abs_level_gt2_flag) may be coded first, followed by the parity flag (parity _flag), and ended with the remainder parameter (abs level remainder).
  • abs level gtl flag and abs_level_gt2_flag may be coded based on the absolute level of the reflectance level.
  • abs level gtl flag equal to 0 may specify that the absolute level is not greater than 1; abs level gtl flag equal to 1 may specify that the absolute level may be greater than 1; when not present, abs level gtl flag may be inferred to be equal to 0.
  • abs_level_gt2_flag equal to 0 may specify that the absolute level is not greater than 2; abs_level_gt2_flag equal to 1 may specify that the absolute level may be greater than 2; when not present, abs_level_gt2_flag may be inferred to be equal to 0.
  • parity flag may be coded based on the two absolute level flags (abs level gtl flag and abs_level_gt2_flag) and the absolute level of the reflectance level.
  • parity flag equal to 0 may specify that the absolute level is odd; parity flag equal to 1 may specify that the absolute level is even; when not present, parity flag may be inferred to be equal to 0.
  • abs level remainder may be coded based on the absolute level, the two absolute level flags, and the parity flag.
  • abs level remainder may specify the remaining absolute level; when not present, abs level remainder may be inferred to be equal to 0.
  • the reflectance level may be determined based on the set of reflectance level syntax elements shown in Table V above as follows:
  • the absolute level of the reflectance level used to determine the parity flag may be the absolute level itself or the absolute level minus one when it is non-zero (which may be viewed as the “real absolute level”). It is also understood that the absolute level flags and the remainder parameter shown in Tables I - VI above are for illustrative purposes only and may include any other suitable syntax elements that can represent the absolute level of the reflectance level with the parity flag. For example, the absolute level flags may include absolute residual equal one and absolute residual equal two, and the remainder parameter may include absolute residual minus three.
  • parity enable flag may be introduced at different locations to enable or disable the usage of the parity flag in reflectance level coding, such as parityBasedRefLevelCodingEnable flag in Tables I, III, and V above.
  • parityBasedRefLevelCodingEnable flag 1 may specify that parity flag is enabled as disclosed above;
  • parityBasedRefLevelCodingEnable flag 0 may specify that parity flag is disabled such that reflectance level coding is performed without parity flag; when not present, parityBasedRefLevelCodingEnable flag may be inferred to be equal to 0.
  • the parity enable flag may be omitted and the party -based reflectance level coding may be always enabled.
  • the parity -based reflectance level coding disclosed herein may be signaled at any suitable levels, such as in the sequence header, reflectance header, and/or slice reflectance header, as shown in FIG. 8.
  • the reflectance level of the point is encoded into a bitstream based on the syntax elements.
  • encoder 101 is further configured to encode the reflectance level of the point into a bitstream based on the syntax elements.
  • FIG. 10 illustrates a flow chart of a method 1000 of point cloud decoding, according to some embodiments of the present disclosure.
  • Method 1000 may be performed by decoder 201 of decoding system 200 or any other suitable point cloud decoding systems.
  • Method 1000 may include operations 1002 and 1004, as described below. It is understood that some of the operations may be optional, and some of the operations may be performed simultaneously, or in a different order other than shown in FIG. 10.
  • a bitstream is parsed to obtain syntax elements representing a reflectance level of the point, including a parity flag.
  • decoder 201 is configured to parse a bitstream to obtain syntax elements representing a reflectance level of the point, including a parity flag.
  • the syntax elements may also include a sign flag, multiple absolute level flags, and a remainder parameter. As disclosed above in detail with respect to FIG.
  • the parity flag may be determined based on an absolute level of the reflectance level; the absolute level flags may be determined based on the absolute level of the reflectance level and the parity flag; the remainder parameter may be determined based on the absolute level of the reflectance level, the absolute level flags, and the parity flag; the sign flag may be determined based on a sign of the reflectance level.
  • the absolute level flags include two absolute level flags, and the parity flag is determined prior to the two absolute level flags. For example, the parity flag equal to 0 may indicate that the absolute level of the reflectance level is an odd number, and the parity flag equal to 1 may indicate that the absolute level of the reflectance level is an even number. For example, the parity flag is 0 by default.
  • the reflectance level of the point is determined based on the syntax elements.
  • decoder 201 is also configured to determine the reflectance level of the point based on the syntax elements, including the sign flag, parity flag, absolute level flags, and remainder parameter.
  • the reflectance level of the point may be determined based on Equations (2), (3), or (4) above, as disclosed above in detail with respect to FIG. 9.
  • each point of a point cloud may be associated with a color, which has multiple components, such as RGB components, YUV components, or YCbCr components. That is, there may be three color attributes for each point with three color components. If the levels for all three color components are zeros, this point is called a zero level point in color level coding. Otherwise, if there is at least one non-zero level for one color component with the point, this point is called a non-zero level point in color level coding.
  • a point that has at least one non-zero color component value may be coded by encoder 101 after coding the zero run-length of color levels.
  • a nonzero level point there is at least one non-zero level among the three color components.
  • Several one-bit flags plus the remainder of the absolute level may be coded to represent levels of three color components.
  • the absolute level or absolute level minus one may be coded and referred to herein as “coded level.” If the levels for both the first and the second components are zeros, the coded level for the third component may be the absolute level of the third component minus one; otherwise, the code level for the current color component may be the absolute level itself.
  • FIG. 11 illustrates a flow chart of a method 1100 of point cloud encoding, according to some embodiments of the present disclosure.
  • Method 1100 may be performed by encoder 101 of encoding system 100 or any other suitable point cloud decoding systems.
  • Method 1100 may include operations 1102, 1104, 1106, 1108, 1110, and 1112, as described below. It is understood that some of the operations may be optional, and some of the operations may be performed simultaneously, or in a different order other than shown in FIG. 11.
  • a color level of the point is determined.
  • encoder 101 is configured to determine a color level of the point. The color level may be associated with one of the color components.
  • the point may have multiple color levels (e.g., three color levels) for the multiple color components (e.g., three color components), respectively. It is understood that in some examples, if the color levels for both the first and the second color components are zeros, the coded level for the third color component is the absolute level of the third color component minus one; otherwise, the code level for the current color component is the absolute level itself.
  • the color level may be a color component residual with or without quantization.
  • the color component residual is determined by calculating the difference between the color component value of a point and its predictor.
  • the color component residual may be used as the color level of the point without quantization.
  • the color component residual may be further quantized to generate a quantization color level, which may be used as the color level of the point. It is understood that the color level may be either transformed color component residual or nontransformed color component residual.
  • a non-zero color level may be determined by encoder 101 for a non-zero point in color level coding.
  • the non-zero color level may include a sign and an absolute level.
  • Syntax elements representing the color level of the point are determined based on the color level of the point.
  • encoder 101 is also configured to determine syntax elements representing the color level of the point, which includes a parity flag, based on the color level of the point.
  • the syntax elements may further include multiple absolute level flags, a remainder parameter, and a sign flag.
  • the parity flag is determined based on an absolute level of the color level.
  • encoder 101 is configured to determine the parity flag (e.g., parity flag) based on the absolute level of the color level, e.g., either an odd or an even number. For example, the parity flag equal to 0 may indicate that the absolute level of the reflectance level is an even number, and the parity flag equal to 1 may indicate that the absolute level of the color level is an odd number. In one example, the parity flag is 0 by default. That is, when not present, the parity flag may be inferred to be equal to 0, indicating that the absolute level is an even number for the color level.
  • the parity flag e.g., parity flag
  • At operation 1106 At least one of the absolute level flags is determined based on the absolute level of the color level and the parity flag.
  • the remainder parameter is determined based on the absolute level of the color level, the absolute level flags, and the parity flag.
  • encoder 101 is configured to determine at least one of the absolute level flags based on the absolute level of the color level and the parity flag, and then determine the remainder parameter based on the absolute level of the color level, the absolute level flags, and the parity flag. For example, at least one absolute level flag, the parity flag, at least one absolute level flag, and the remainder parameter may be determined by encoder 101 in such a sequence.
  • the absolute level flags may include three absolute level flags, and the parity flag may be determined after two of the three absolute level flags but prior to one of the three absolute level flags.
  • the first one of the absolute level flags is determined based on comparing the absolute level of the color level with zero or one. For example, one of the three absolute level flags determined prior to the parity flag may be determined based on whether the current level value is 0, and the other one of the three absolute level flags determined prior to the parity flag may be determined based on whether the current absolute level is 1.
  • the sign flag is determined based on the sign of the color level.
  • encoder 101 is configured to determine the sign flag (e.g., residual sign) based on the sign of the color level, e.g., either positive or negative. For example, the sign flag equal to 0 may indicate that the sign of the reflectance level is negative, and the sign flag equal to 1 may indicate that the sign of the reflectance level is positive.
  • Table VII illustrates a set of color level syntax elements and their representation and organization.
  • two absolute level flags (abs_codedlevel_flagO[idx] and abs_codedlevel_flagl[idx]) may be coded first, then the parity flag (parity_flag[idx]), followed by another absolute level flag (abs_codedlevel_flag2[idx]), and ended with the remainder parameter (abs_codedlevel_remainder[idx]).
  • abs_codedlevel_flagO[idx] and abs_codedlevel_flagl[idx] may be coded based on the absolute level of the color level, e.g., comparing the current absolute level with 0 and 1, respectively.
  • abs_codedlevel_flagO[idx] may specify the value of the first syntax element for level coding for color component idx; when not present, abs_codedlevel_flagO[idx] may be inferred to be equal to 0.
  • abs_codedlevel_flagl[idx] may specify the value of the second syntax element for level coding for color component idx; when not present, abs_codedlevel_flagl[idx] may be inferred to be equal to 0.
  • parity _flag[idx] may be coded based on the two absolute level flags (abs_codedlevel_flagO[idx] and abs_codedlevel_flagl [idx]) and the absolute level of the color level.
  • parity _flag[idx] 0 may specify that the absolute level for color component idx is odd; parity flag equal to 1 may specify that the absolute level for color component idx is even.
  • abs_codedlevel_flag2[idx] may be coded based on the absolute level and the parity flag of the color level.
  • abs_codedlevel_flag2[idx] may specify the value of the third syntax element for level coding for color component idx; when not present, abs_codedlevel_flag2[idx] may be inferred to be equal to 0.
  • abs level remainder may be coded based on the absolute level, the three absolute level flags, and the parity flag.
  • abs_codedlevel_remainder[idx] may specify the remaining absolute level for component idx; when not present, abs codedlevel remainderfidx] may be inferred to be equal to 0.
  • the color level may be determined based on the set of color level syntax elements shown in Table VII above as follows when the current color component is the third component and the absolute levels for both the first and the second color component are zero:
  • the color level may be determined based on the set of color level syntax elements shown in Table VII above as follows when the current color component is the first or the second color component, or the current component is the third component, and there is at least one non-zero residual level for the first or the second color component:
  • Table IX below shows example values of the set of color level syntax elements shown in Table VII above when the current color component is the first or the second color component, or the current component is the third component, and there is at least one non-zero residual level for the first or the second color component:
  • Table X illustrates another set of color level syntax elements and their representation and organization in which the parity flag (parity flagfidx]) is coded at a different location.
  • the parity flag parity flagfidx
  • the parity flag parity flagfidx
  • two other absolute level flags abs codedlevel flagl fidx] and abs_codedlevel_flag2[idx]
  • the remainder parameter abs codedlevel remainderfidx]
  • abs codedlevel flagOfidx may be coded based on the absolute level of the color level, e.g., comparing the current absolute level with 0.
  • abs codedlevel flagOfidx] may specify the value of the first syntax element for level coding for color component idx; when not present, abs codedlevel flagOfidx] may be inferred to be equal to 0.
  • parity flagfidx] may be coded based on the one absolute level flag (abs codedlevel flagOfidx]) and the absolute level of the color level.
  • parity flagfidx] may specify that the absolute level for color component idx is even; parity flag equal to 1 may specify that the absolute level for color component idx is odd.
  • abs codedlevel flaglfidx] and abs_codedlevel_flag2[idx] may be coded based on the absolute level and the parity flag of the color level.
  • abs codedlevel flaglfidx] may specify the value of the second syntax element for level coding for color component idx; when not present, abs codedlevel flaglfidx] may be inferred to be equal to 0.
  • abs_codedlevel_flag2[idx] may specify the value of the third syntax element for level coding for color component idx; when not present, abs_codedlevel_flag2[idx] may be inferred to be equal to 0.
  • abs level remainder may be coded based on the absolute level, the three absolute level flags, and the parity flag.
  • abs codedlevel remainderfidx] may specify the remaining absolute level for component idx; when not present, abs codedlevel remainderfidx] may be inferred to be equal to 0.
  • the color level may be determined based on the set of color level syntax elements shown in Table X above as follows when the current color component is the third component and the absolute levels for both the first and the second color component are zero:
  • Table XI shows example values of the set of color level syntax elements shown in Table X above when the current color component is the third component and the absolute levels for both the first and the second color component are zero:
  • the color level may be determined based on the set of color level syntax elements shown in Table X above as follows when the current color component is the first or the second color component, or the current component is the third component and there is at least one non-zero residual level for the first or the second color component:
  • Table XII shows example values of the set of color level syntax elements shown in Table X above when the current color component is the first or the second color component, or the current component is the third component, and there is at least one non-zero residual level for the first or the second color component:
  • parity flagfidx a parity flag
  • Table XIII illustrates another set of color level syntax elements and their representation and organization in which the parity flag (parity flagfidx]) is coded at another different location.
  • the parity flag parity flagfidx]
  • the parity flag may be coded first, followed by three absolute level flags (abs codedlevel flagOfidx], abs codedlevel flaglOfidx], and abs_codedlevel_flag2[idx]), and ended with the remainder parameter (abs codedlevel remainderfidx]).
  • parity flagfidx may be coded based on the absolute level of the color level.
  • parity flagfidx] equal to 0 may specify that the absolute level for color component idx is odd; parity flag equal to 1 may specify that the absolute level for color component idx is even.
  • abs codedlevel flagOfidx] abs codedlevel flaglfidx]
  • abs_codedlevel_flag2[idx] may be coded based on the absolute level and the parity flag of the color level.
  • abs codedlevel flagOfidx may specify the value of the first syntax element for level coding for color component idx; when not present, abs codedlevel flagOfidx] may be inferred to be equal to 0.
  • abs codedlevel flagl [idx] may specify the value of the second syntax element for level coding for color component idx; when not present, abs codedlevel flaglfidx] may be inferred to be equal to 0.
  • abs_codedlevel_flag2[idx] may specify the value of the third syntax element for level coding for color component idx; when not present, abs_codedlevel_flag2[idx] may be inferred to be equal to 0.
  • abs level remainder may be coded based on the absolute level, the three absolute level flags, and the parity flag.
  • abs codedlevel remainderfidx] may specify the remaining absolute level for component idx; when not present, abs codedlevel remainderfidx] may be inferred to be equal to 0.
  • the color level may be determined based on the set of color level syntax elements shown in Table XIII above as follows when the current color component is the third component and the absolute levels for both the first and the second color component are zero:
  • the color level may be determined based on the set of color level syntax elements shown in Table XIII above as follows when the current color component is the first or the second color component, or the current component is the third component and there is at least one non-zero residual level for the first or the second color component:
  • Table XV shows example values of the set of color level syntax elements shown in Table XIII above when the current color component is the first or the second color component, or the current component is the third component, and there is at least one non-zero residual level for the first or the second color component:
  • the absolute level flags and the remainder parameter shown in Tables VII - XV above are for illustrative purposes only and may include any other suitable syntax elements that can represent the absolute level of the color level with the parity flag. It is also understood that a parity enable flag may be introduced at different locations to enable or disable the usage of the parity flag in color level coding, such as parityBasedColorLevelCodingEnable flag in Tables VII, X, and XIII above.
  • parityBasedColorLevelCodingEnable flag 1 may specify that parity flag is enabled as disclosed above; parityBasedColorLevelCodingEnable flag equal to 0 may specify that parity flag is disabled such that color level coding is performed without parity flag; when not present, parityBasedColorLevelCodingEnable flag may be inferred to be equal to 0. It is further understood that the parity -based color level coding disclosed herein may be signaled at any suitable levels, such as in the sequence header, color header, and/or slice color header, as shown in FIG. 8. [0093] At operation 1112, the color level of the point is encoded into a bitstream based on the syntax elements. In some embodiments, encoder 101 is further configured to encode the color level of the point into a bitstream based on the syntax elements.
  • FIG. 12 illustrates a flow chart of a method 1200 of point cloud decoding, according to some embodiments of the present disclosure.
  • Method 1200 may be performed by decoder 201 of decoding system 200 or any other suitable point cloud decoding systems.
  • Method 1200 may include operations 1202 and 1204, as described below. It is understood that some of the operations may be optional, and some of the operations may be performed simultaneously, or in a different order other than shown in FIG. 12.
  • a bitstream is parsed to obtain syntax elements representing a color level of the point, including a parity flag.
  • decoder 201 is configured to parse a bitstream to obtain syntax elements representing a color level of the point, including a parity flag.
  • the syntax elements may also include a sign flag, multiple absolute level flags, and a remainder parameter. As disclosed above in detail with respect to FIG.
  • the parity flag may be determined based on an absolute level of the color level; at least one of the absolute level flags may be determined based on the absolute level of the color level and the parity flag; the remainder parameter may be determined based on the absolute level of the color level, the absolute level flags, and the parity flag; the sign flag may be determined based on a sign of the color level.
  • the absolute level flags include three absolute level flags, and the parity flag is determined after two of the three absolute level flags but prior to one of the three absolute level flags.
  • the parity flag equal to 0 may indicate that a remainder of the absolute level of the color level is an even number, and the parity flag equal to 1 indicates that a remainder of the absolute level of the color level is an odd number.
  • the first one of the absolute level flags is determined based on comparing the absolute level of the color level with zero or one.
  • the color level of the point is determined based on the syntax elements.
  • decoder 201 is also configured to determine the color level of the point based on the syntax elements, including the sign flag, parity flag, absolute level flags, and remainder parameter.
  • the color level of the point may be determined based on Equation (5), (6), (7), (8), (9), or (10) above, as disclosed above in detail with respect to FIG. 11.
  • Equation (5), (6), (7), (8), (9), or (10) above as disclosed above in detail with respect to FIG. 11.
  • parity-based attribute level coding schemes disclosed herein may be used for multispectral and hyperspectral systems to handle more than three attribute components like color attribute. For example, assuming there are N components for a multispectral and hyperspectral attribute, where N is an integer larger than 1, if the current attribute is a non-zero attribute, the levels for the first A- 1 components may have zero value; if there is at least one non-zero level for the first A-l components, the last component may also have zero value; if all the first A-l components are zero value, the last component may only have a non-zero value.
  • the syntax elements representing the signs of the color levels of different components are grouped together and separated from the syntax elements representing the absolute color levels, such that the signs can be coded using bypass coding with higher efficiency.
  • Attribute level coding may be performed by context-based approaches (a.k.a., context coding) or bypass approaches (a.k.a., bypass coding).
  • context-based approaches a.k.a., context coding
  • bypass approaches a.k.a., bypass coding
  • CABAC context-adaptive modeling based binary arithmetic coding
  • the context-based approaches may update the context model adaptively according to the neighboring coded information; syntax elements coded by this approach are called context-coded syntax elements, for example, context- coded bins (CCBs).
  • CABAC context-adaptive modeling based binary arithmetic coding
  • bypass approaches may assume the probability of 1 or 0 is always 50% and, therefore always uses a fixed context modeling without adaptation; syntax elements coded by this approach are called bypass-coded syntax elements, for example, bypass-code bins (BCBs).
  • context-coded syntax elements may include the parity flags, absolute level flags, and remainder parameters disclosed herein, and bypass-code syntax elements may include the sign flags disclosed herein.
  • FIG. 13 illustrates a flow chart of a method 1300 of point cloud encoding, according to some embodiments of the present disclosure.
  • Method 1300 may be performed by encoder 101 of encoding system 100 or any other suitable point cloud decoding systems.
  • Method 1300 may include operations 1302, 1304, 1306, and 1308, as described below. It is understood that some of the operations may be optional, and some of the operations may be performed simultaneously, or in a different order other than shown in FIG. 13.
  • color levels of the point each associated with a respective one of the components of a color are determined.
  • encoder 101 may determine the color levels for each color component of the point.
  • context-coded syntax elements representing each of the color levels of the point are determined based on an absolute level of a respective one of the color levels of the point.
  • encoder 101 may determine context-coded syntax elements representing each color level based on the absolute level of a respective color level.
  • the context- coded syntax elements may include a parity flag associated with each of the color levels, i.e., three parity flags for three color levels of three color components (e.g., RGB, YUV, or YCrCb).
  • the parity flag is determined based on the absolute level of the respective color level.
  • the context-coded syntax elements may also include absolute level flags and a remainder parameter associated with each of the color levels.
  • bypass-coded syntax elements representing each of the color levels of the point are determined based on a sign of the respective one of the color levels of the point.
  • encoder 101 may determine bypass-coded syntax elements representing each color level based on the sign of a respective color level.
  • the bypass-coded syntax elements may include at least one of three sign flags associated with three color components
  • bypass-coded syntax elements are determined after the context-coded syntax elements.
  • Table XVI illustrates still another set of color level syntax elements and their representation and organization in which the sign flags of all color components (residual_sgin[idx]) are determined together after all context-coded, color level syntax elements of all color components (abs_codedlevel_flagN[idx], abs_codedlevel_remainder[idx], and parity _flag[idx]).
  • parity flags are not shown in Table XVI, they may be added in Table XVI as shown in the examples of Table VII, X, and XIIII above, such that all context-coded, color level syntax elements of all color components (abs_codedlevel_flagN[idx], abs_codedlevel_remainder[idx], and parity _flag[idx]) may be determined before determining the sign flags of all color components (residual_sgin[idx]).
  • the color level of the point is encoded into a bitstream based on the context-coded syntax elements using context coding and the bypass-coded syntax elements using bypass coding.
  • encoder 101 is further configured to encode the color level of the point into the bitstream based on the context-coded syntax elements (e.g., the parity flags, absolute level flags, and remainder parameters) using context coding and the bypass-coded syntax elements (e.g., the sign flags) using bypass coding.
  • FIG. 14 illustrates a flow chart of a method 1400 of point cloud decoding, according to some embodiments of the present disclosure.
  • Method 1400 may be performed by decoder 201 of decoding system 200 or any other suitable point cloud decoding systems.
  • Method 1400 may include operations 1402, 1404, 1406, and 1408, as described below. It is understood that some of the operations may be optional, and some of the operations may be performed simultaneously, or in a different order other than shown in FIG. 14.
  • a bitstream is parsed to obtain context-coded syntax elements representing each of color levels of the point.
  • Each of the color levels may be associated with a respective one of the components.
  • decoder 201 is configured to parse the bitstream to obtain context-coded syntax elements representing each of color levels of the point.
  • the context-coded syntax elements may include a parity flag associated with each of the color levels, i.e., three parity flags for three color levels of three color components (e.g., RGB, YUV, or YCrCb). As disclosed above in detail with respect to FIG. 13 on the encoding side, the parity flag may be determined based on the absolute level of the respective color level.
  • the context-coded syntax elements may also include absolute level flags and a remainder parameter associated with each of the color levels.
  • an absolute level of each of the color levels of the point is determined based on the respective context-coded syntax elements using context coding.
  • decoder 201 is also configured to determine the absolute level of each of the color levels of the point based on the respective context-coded syntax elements using context coding. For example, the absolute level of each of the color levels of the point may be determined based on Equation (5), (6), (7), (8), (9), or (10) above.
  • the bitstream is parsed to obtain bypass-coded syntax elements representing each of color levels of the point.
  • decoder 201 is further configured to parse the bitstream to obtain bypass-coded syntax elements representing each of color levels of the point.
  • the bypass-coded syntax elements may include at least one of three sign flags associated with three color components (e.g., RGB, YUV, or YCrCb), for example, depending on whether one or more of the color components are zero levels.
  • the bypass-coded syntax elements are parsed after the context-coded syntax elements.
  • a sign of each of the color levels of the point is determined based on the respective bypass-coded syntax elements using bypass coding.
  • decoder 201 is further configured to determine the sign of each of the color levels of the point based on the respective bypass-coded syntax elements using bypass coding. For example, the sign of each of the color levels of the point may be determined based on Equation (5), (6), (7), (8), (9), or (10) above.
  • the functions described herein may be implemented in hardware, software, firmware, or any combination thereof. If implemented in software, the functions may be stored as instructions on a non-transitory computer-readable medium.
  • Computer-readable media includes computer storage media. Storage media may be any available media that can be accessed by a processor, such as processor 102 in FIGs. 1 and 2.
  • such computer-readable media can include RAM, ROM, EEPROM, CD-ROM or other optical disk storage, HDD, such as magnetic disk storage or other magnetic storage devices, Flash drive, SSD, or any other medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a processing system, such as a mobile device or a computer.
  • Disk and disc includes CD, laser disc, optical disc, digital video disc (DVD), and floppy disk where disks usually reproduce data magnetically, while discs reproduce data optically with lasers. Combinations of the above should also be included within the scope of computer-readable media.
  • a method for encoding a point cloud includes a point associated with a color having components.
  • a color level of the point is determined by a processor.
  • Syntax elements representing the color level of the point are determined by the processor based on the color level of the point.
  • the syntax elements include a parity flag.
  • the color level of the point is encoded by the processor into a bitstream based on the syntax elements.
  • the parity flag is determined based on an absolute level of the color level.
  • the syntax elements further include absolute level flags and a remainder parameter.
  • At least one of the absolute level flags is determined based on the absolute level of the color level and the parity flag, and the remainder parameter is determined based on the absolute level of the color level, the absolute level flags, and the parity flag.
  • the absolute level flags include three absolute level flags, and the parity flag is determined after two of the three absolute level flags but prior to one of the three absolute level flags.
  • the first one of the three absolute level flags is determined based on comparing the absolute level of the color level with zero or one.
  • the parity flag equal to 0 indicates that a remainder of the absolute level of the color level is an even number
  • the parity flag equal to 1 indicates that a remainder of the absolute level of the color level is an odd number
  • the syntax elements further include a sign flag.
  • the sign flag is determined based on a sign of the color level.
  • a system for encoding a point cloud includes a memory configured to store instructions and a processor coupled to the memory.
  • the point cloud includes a point associated with a color having components.
  • the processor is configured to, upon executing the instructions, determine a color level of the point.
  • the processor is also configured to, upon executing the instructions, determine syntax elements representing the color level of the point based on the color level of the point.
  • the syntax elements include a parity flag.
  • the processor is further configured to, upon executing the instructions, encode the color level of the point into a bitstream based on the syntax elements.
  • a method for decoding a point cloud includes a point associated with a color having components.
  • a bitstream is parsed by a processor to obtain syntax elements representing a color level of the point.
  • the syntax elements include a parity flag.
  • the color level of the point is determined by the processor based on the syntax elements.
  • the parity flag is determined based on an absolute level of the color level.
  • the syntax elements further include absolute level flags and a remainder parameter.
  • At least one of the absolute level flags is determined based on the absolute level of the color level and the parity flag, and the remainder parameter is determined based on the absolute level of the color level, the absolute level flags, and the parity flag.
  • the absolute level flags include three absolute level flags, and the parity flag is determined after two of the three absolute level flags but prior to one of the three absolute level flags.
  • the first one of the three absolute level flags is determined based on comparing the absolute level of the color level with zero or one.
  • the parity flag equal to 0 indicates that a remainder of the absolute level of the color level is an even number
  • the parity flag equal to 1 indicates that a remainder of the absolute level of the color level is an odd number
  • the syntax elements further include a sign flag.
  • the sign flag is determined based on a sign of the color level.
  • a system for decoding a point cloud includes a memory configured to store instructions and a processor coupled to the memory.
  • the point cloud includes a point associated with a color having components.
  • the processor is configured to, upon executing the instructions, parse a bitstream to obtain syntax elements representing a color level of the point.
  • the syntax elements include a parity flag.
  • the processor is also configured to, upon executing the instructions, determine the color level of the point based on the syntax elements.

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

Selon certains aspects, l'invention divulgue un procédé de codage d'un nuage de points. Le nuage de points comprend un point associé à une couleur possédant des composantes. Un niveau de couleur du point est déterminé au moyen d'un processeur. Des éléments de syntaxe représentant le niveau de couleur du point sont déterminés au moyen du processeur sur la base du niveau de couleur du point. Les éléments de syntaxe comprennent un drapeau de parité. Le niveau de couleur du point est codé au moyen du processeur en un train de bits sur la base des éléments de syntaxe.
PCT/US2023/014930 2022-03-09 2023-03-09 Codage de niveau d'attribut pour codage de nuage de points géométriques WO2023172704A1 (fr)

Applications Claiming Priority (6)

Application Number Priority Date Filing Date Title
US202263269098P 2022-03-09 2022-03-09
US202263269099P 2022-03-09 2022-03-09
US63/269,099 2022-03-09
US63/269,098 2022-03-09
US202263269338P 2022-03-14 2022-03-14
US63/269,338 2022-03-14

Publications (1)

Publication Number Publication Date
WO2023172704A1 true WO2023172704A1 (fr) 2023-09-14

Family

ID=87935761

Family Applications (3)

Application Number Title Priority Date Filing Date
PCT/US2023/014930 WO2023172704A1 (fr) 2022-03-09 2023-03-09 Codage de niveau d'attribut pour codage de nuage de points géométriques
PCT/US2023/014932 WO2023172706A1 (fr) 2022-03-09 2023-03-09 Codage de niveau d'attribut pour codage en nuage de points géométriques
PCT/US2023/014931 WO2023172705A1 (fr) 2022-03-09 2023-03-09 Codage de niveau d'attribut pour codage en nuage de points géométriques

Family Applications After (2)

Application Number Title Priority Date Filing Date
PCT/US2023/014932 WO2023172706A1 (fr) 2022-03-09 2023-03-09 Codage de niveau d'attribut pour codage en nuage de points géométriques
PCT/US2023/014931 WO2023172705A1 (fr) 2022-03-09 2023-03-09 Codage de niveau d'attribut pour codage en nuage de points géométriques

Country Status (1)

Country Link
WO (3) WO2023172704A1 (fr)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021049758A1 (fr) * 2019-09-11 2021-03-18 엘지전자 주식회사 Dispositif de transmission de données de nuage de points, procédé de transmission de données de nuage de points, dispositif de réception de données de nuage de points et procédé de réception de données de nuage de points
WO2023278829A1 (fr) * 2021-07-02 2023-01-05 Innopeak Technology, Inc. Codage d'attribut dans un codage en nuage à point géométrique
WO2023028177A1 (fr) * 2021-08-25 2023-03-02 Innopeak Technology, Inc. Codage d'attribut en codage de nuage de points géométriques

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10334248B2 (en) * 2015-05-29 2019-06-25 Qualcomm Incorporated Coding data using an enhanced context-adaptive binary arithmetic coding (CABAC) design
WO2020218582A1 (fr) * 2019-04-26 2020-10-29 パナソニック インテレクチュアル プロパティ コーポレーション オブ アメリカ Dispositif de codage, dispositif de décodage, procédé de codage et procédé de décodage
EP3985973A4 (fr) * 2019-06-14 2022-07-27 Panasonic Intellectual Property Corporation of America Dispositif de codage, dispositif de décodage, procédé de codage et procédé de décodage
WO2020256244A1 (fr) * 2019-06-21 2020-12-24 엘지전자 주식회사 Dispositif de transmission de données de nuage de points, procédé de transmission de données de nuage de points, dispositif de réception de données de nuage de points et procédé de réception de données de nuage de points
US11956470B2 (en) * 2020-04-07 2024-04-09 Qualcomm Incorporated Predictor index signaling for predicting transform in geometry-based point cloud compression

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021049758A1 (fr) * 2019-09-11 2021-03-18 엘지전자 주식회사 Dispositif de transmission de données de nuage de points, procédé de transmission de données de nuage de points, dispositif de réception de données de nuage de points et procédé de réception de données de nuage de points
WO2023278829A1 (fr) * 2021-07-02 2023-01-05 Innopeak Technology, Inc. Codage d'attribut dans un codage en nuage à point géométrique
WO2023028177A1 (fr) * 2021-08-25 2023-03-02 Innopeak Technology, Inc. Codage d'attribut en codage de nuage de points géométriques

Also Published As

Publication number Publication date
WO2023172705A1 (fr) 2023-09-14
WO2023172706A1 (fr) 2023-09-14

Similar Documents

Publication Publication Date Title
CN113615181B (zh) 用于点云编解码的方法、装置
US11750839B2 (en) Method and apparatus for point cloud compression
US11166048B2 (en) Method and apparatus for video coding
CN110708560A (zh) 点云数据处理方法和装置
US11469771B2 (en) Method and apparatus for point cloud compression
WO2020123469A1 (fr) Encodage d'attribut d'arbre hiérarchique par points médians dans un codage en nuage de points
US20220180567A1 (en) Method and apparatus for point cloud coding
WO2023172703A1 (fr) Codage en nuage de points géométriques
WO2023028177A1 (fr) Codage d'attribut en codage de nuage de points géométriques
WO2023278829A1 (fr) Codage d'attribut dans un codage en nuage à point géométrique
WO2023172704A1 (fr) Codage de niveau d'attribut pour codage de nuage de points géométriques
WO2023249999A1 (fr) Système et procédé de codage en nuage de points géométriques
WO2024010919A1 (fr) Système et procédé de codage en nuage de points géométriques
WO2023096973A1 (fr) Codage de nuage de points géométriques
WO2024085936A1 (fr) Système et procédé de codage en nuage de points géométriques
WO2023107868A1 (fr) Codage adaptatif d'attribut pour le codage de nuage de points géométriques
EP4364082A1 (fr) Codage d'attribut dans un codage en nuage à point géométrique
US12020461B2 (en) Method and apparatus for Haar-based point cloud coding
CN115474041B (zh) 点云属性的预测方法、装置及相关设备
US20220292730A1 (en) Method and apparatus for haar-based point cloud coding
RU2778864C1 (ru) Неявное геометрическое разделение на основе квадродерева или бинарного дерева для кодирования облака точек
US20230412837A1 (en) Point cloud data transmission method, point cloud data transmission device, point cloud data reception method, and point cloud data reception device
CN117813822A (zh) 几何点云编解码中的属性编解码
CN115733990A (zh) 点云编解码方法、设备及存储介质
CN118042192A (zh) 点云编码、解码的方法、装置及设备

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 23767491

Country of ref document: EP

Kind code of ref document: A1