Systems and methods for mesh coding using reflectional symmetry

The method addresses inefficiencies in existing mesh coding by utilizing a symmetry predictor to divide and encode symmetric regions, resulting in reduced redundancy and improved compression efficiency.

JP7789939B2Active Publication Date: 2025-12-22TENCENT AMERICA LLC
View PDF 2 Cites 0 Cited by

Patent Information

Application Number
JP2024547736
Authority / Receiving Office
JP · JP
Patent Type
Patents
Current Assignee / Owner
Priority Date
2023-06-09
Filing Date
2023-06-12
Publication Date
2025-12-22
Estimated Expiration
2043-06-12

AI Technical Summary

Technical Problem

Existing mesh coding algorithms fail to efficiently utilize mirror symmetry in 3D models, leading to increased distortion and reduced bit savings, especially in lossy compression scenarios.

Method used

A method that employs a symmetry predictor to detect and recursively divide regions of symmetry in a mesh, compressing information about symmetry lines and sub-divisions into a bitstream, utilizing both lossy and lossless encoding.

Benefits of technology

Significantly reduces redundant information in mesh coding, achieving more efficient compression with reduced distortion and improved bit savings.

✦ Generated by Eureka AI based on patent content.

Smart Images

  • Figure 0007789939000027
    Figure 0007789939000027
  • Figure 0007789939000028
    Figure 0007789939000028
  • Figure 0007789939000029
    Figure 0007789939000029
Patent Text Reader

Abstract

Various implementations described in this disclosure include a method and system for encoding video. In one aspect, the method includes receiving a mesh using polygons representing a surface of an object, detecting a first region of symmetry in the mesh that includes a first line of symmetry, and dividing the first region of symmetry into a first subdivision and a second subdivision. The method includes recursively determining whether one of the first subdivision or the second subdivision includes the second region of symmetry until no region of symmetry is detected in both the first subdivision and the second subdivision. In response to detecting the second region of symmetry in one of the first subdivision or the second subdivision, the method includes determining a second line of symmetry in the second region of symmetry and dividing the first subdivision or the second subdivision into a third subdivision and a fourth subdivision, and compressing information of the third subdivision, the second line of symmetry, and the first line of symmetry into a bitstream.
Need to check novelty before this filing date? Find Prior Art

Description

[Technical Field]

[0001] Related Applications This application claims priority to U.S. Provisional Patent Application No. 63 / 389,316, filed July 14, 2022, and entitled "Reflection Symmetry-Based Mesh Coding," and is a continuation of and claims priority to U.S. Provisional Patent Application No. 18 / 208,111, filed June 9, 2023, and entitled "Systems and Methods for Reflection Symmetry-Based Mesh Coding," both of which are incorporated herein by reference in their entireties.

[0002] The disclosed embodiments relate generally to video coding, including, but not limited to, systems and methods for mesh coding using mirror symmetry. [Background technology]

[0003] Digital video is supported by a variety of electronic devices, such as digital televisions, laptop and desktop computers, tablet computers, digital cameras, digital recording devices, digital media players, video game consoles, smartphones, video teleconferencing devices, and video streaming devices. Electronic devices transmit, receive, or otherwise communicate digital video data across communication networks and / or store the digital video data on storage devices. Because communication networks have limited bandwidth capacity and storage devices have limited memory resources, video coding may be used to compress the video data according to one or more video coding standards before the video data is communicated or stored.

[0004] Numerous video codec standards have been developed, including AOMedia Video 1 (AV1), Versatile Video Coding (VVC), Joint Exploration test Model (JEM), High-Efficiency Video Coding (HEVC / H.265), Advanced Video Coding (AVC / H.264), and Moving Picture Expert Group (MPEG) coding. Generally, video coding uses prediction methods (e.g., inter-prediction, intra-prediction, etc.) that exploit the redundancy inherent in video data. The goal of video coding is to compress video data into a format that uses a low bitrate while avoiding or minimizing degradation of video quality.

[0005] HEVC (also known as H.265) is a video compression standard designed as part of the MPEG-H project. The H.265 / HEVC standard was published by ITU-T and ISO / IEC in 2013 (version 1), 2014 (version 2), 2015 (version 3), and 2016 (version 4). Versatile Video Coding (VVC) (also known as H.266) is a video compression standard intended as the successor to HEVC. The VVC / H.266 standard was published by ITU-T and ISO / IEC in 2020 (version 1) and 2022 (version 2). AV1 is an open video coding format designed to replace HEVC. The validated version 1.0.0 with specification errata 1 was released on January 8, 2019. Summary of the Invention [Problem to be solved by the invention]

[0006] As described above, encoding (compression) reduces bandwidth and / or storage space requirements. As described in more detail below, both lossless and lossy compression can be used. Lossless compression refers to a technique in which an exact replica of the original signal can be reconstructed from the compressed original signal through a decoding process. Lossy compression refers to an encoding / decoding process in which the original video information is not fully preserved during encoding and cannot be fully restored during decoding. With lossy compression, the reconstructed signal may not be identical to the original signal, but the distortion between the original and reconstructed signal is small enough that the reconstructed signal can be used for the intended application. The amount of acceptable distortion is application-dependent. For example, users of certain consumer streaming applications may tolerate more distortion than users of movie or television broadcast applications. The compression ratio achievable by a particular encoding algorithm can be selected or adjusted to reflect different distortion tolerances. That is, a higher acceptable distortion typically allows for an encoding algorithm that results in larger loss and higher compression ratios.

[0007] This disclosure describes the use of a symmetry predictor that can significantly reduce redundant information in either or both of the vertex positions (x, y, z) and UV coordinates of a 3D model's mesh. This contrasts with existing mesh coding algorithms, which may primarily exploit local mesh characteristics. 3D models exhibit strong mirror symmetry, especially for artifacts. In some embodiments, 3D character models are designed using a predefined A-pose or T-pose with a perfect plane of symmetry. Furthermore, this disclosure describes a more efficient coding method than recursive symmetric division of folded meshes, which introduces more distortion, more folding, and less potential for bit savings. This disclosure also describes an encoding method for fully symmetric meshes that utilizes both mirror symmetry and mesh compression using both lossy and lossless encoding. [Means for solving the problem]

[0008] According to some embodiments, a video encoding method is provided.

[0009] The method includes receiving a mesh using polygons representing a surface of an object, detecting a first region of symmetry in the mesh that includes a first line of symmetry, and dividing the first region of symmetry into a first subdivision and a second subdivision. The method includes recursively determining whether one of the first subdivision or the second subdivision includes a second region of symmetry until no region of symmetry is detected in either the first subdivision or the second subdivision. In response to detecting the second region of symmetry in one of the first subdivision or the second subdivision, the method includes determining a second line of symmetry within the second region of symmetry and dividing the first subdivision or the second subdivision into a third subdivision and a fourth subdivision, and compressing information about the third subdivision, the second line of symmetry, and the first line of symmetry into a bitstream. In some embodiments, the method includes receiving a mesh using polygons representing a surface of an object; determining a first line of symmetry of the mesh to divide the mesh into a first portion and a second portion; and, in response to determining that the first portion satisfies a first set of one or more criteria, the method includes determining a second line of symmetry of the first portion to divide the first portion into a third portion and a fourth portion; and compressing information of the third portion of the mesh, the second line of symmetry, and the first line of symmetry into a bitstream.

[0010] According to some embodiments, a computing system, such as a streaming system, a server system, a personal computer system, or other electronic device, is provided. The computing system includes control circuitry and a memory that stores one or more sets of instructions. The one or more sets of instructions include instructions for performing any of the methods described in this disclosure. In some embodiments, the computing system includes an encoder component and / or a decoder component.

[0011] According to some embodiments, a non-transitory computer-readable storage medium is provided that stores one or more sets of instructions for execution by a computing system, the one or more sets of instructions including instructions for performing any of the methods described in this disclosure.

[0012] From the above, devices and systems using methods for video encoding and decoding are disclosed that can complement or replace conventional methods, devices and systems for encoding / decoding video.

[0013] The features and advantages described herein are not all-inclusive, and some additional features and advantages will be apparent to those skilled in the art, particularly in light of the drawings, specification, and claims provided in this disclosure. Furthermore, it should be noted that the language used in this specification has been selected primarily for readability and instructional purposes, and has not necessarily been selected to describe in detail or define the outer boundaries of the subject matter described in this disclosure.

[0014] In order to allow the present disclosure to be more fully understood, a more particular description will be made by reference to features of various embodiments, some of which are illustrated in the accompanying drawings. However, the accompanying drawings are merely illustrative of pertinent features of the present disclosure and should not be considered to be necessarily limiting, and other useful features may be tolerated in the accompanying drawings used for explanation. This will be understood by those skilled in the art upon reviewing the present disclosure. [Brief explanation of the drawings]

[0015] [Figure 1] 1 is a block diagram illustrating an example of a communication system according to some embodiments. [Figure 2A] FIG. 2 is a block diagram illustrating example elements of an encoder component according to some embodiments. [Figure 2B]FIG. 2 is a block diagram illustrating example elements of a decoder component according to some embodiments. [Figure 3] FIG. 1 is a block diagram illustrating an example of a server system according to some embodiments. [Figure 4] 1 is a mesh encoder with recursive symmetric partitioning and symmetric predictive coding according to some embodiments. [Figure 5] 1 is an example of a fully recursive symmetric division in 2D according to some embodiments. [Figure 6] 1 is an example of a fully mirror-symmetric prediction according to some embodiments. [Figure 7] 1 is a planar representation with symmetry sets according to some embodiments. [Figure 8] 1 is an example of symmetric prediction used for a nearly symmetric mesh, according to some embodiments. [Figure 9] 1 is an example of mesh coding used for nearly symmetric meshes and performing symmetric predictive coding, according to some embodiments. [Figure 10] FIG. 1 is a flow diagram illustrating an example method for encoding a mesh, according to some embodiments. DETAILED DESCRIPTION OF THE INVENTION

[0016] According to common practice, the various features illustrated in the figures are not necessarily drawn to scale and like reference numerals may be used to denote like features throughout the specification and figures.

[0017] This disclosure describes both lossless and lossy mesh encoding techniques based on the symmetry of mesh contents. In particular, the disclosed methods and systems relate to reflection-symmetric partitioning, reflection-symmetric prediction, and reflection-symmetric encoding of mesh contents.

[0018] System and Device Examples 1 is a block diagram illustrating a communication system 100 according to some embodiments. The communication system 100 includes a source device 102 and a plurality of electronic devices 120 (e.g., electronic devices 120-1 through 120-m) communicatively coupled to each other via one or more networks. In some embodiments, the communication system 100 is a streaming system, such as a streaming system used in conjunction with video-enabled applications, such as video conferencing applications, digital television applications, and media storage and / or distribution applications.

[0019] The source device 102 includes a video source 104 (e.g., a camera component or media storage) and an encoder component 106. In some embodiments, the video source 104 is a digital camera (e.g., configured to create an uncompressed video sample stream). The encoder component 106 generates one or more encoded video bitstreams from the video stream. The video stream from the video source 104 may be data-intensive compared to the encoded video bitstream 108 generated by the encoder component 106. Because the encoded video bitstream 108 is data-intensive (less data) compared to the video stream from the video source, the encoded video bitstream 108 requires less bandwidth to transmit and less storage space to store compared to the video stream from the video source 104. In some embodiments, the source device 102 does not include the encoder component 106 (e.g., configured to transmit uncompressed video data to one or more networks 110).

[0020] The one or more networks 110 carry information between the source device 102, the server system 112, and / or the electronic device 120 and represent any number of networks including, for example, wired (hardwired) and / or wireless communication networks. The one or more networks 110 may exchange data over circuit-switched and / or packet-switched channels. Exemplary networks include telecommunications networks, local area networks, wide area networks, and / or the Internet.

[0021] One or more networks 110 include a server system 112 (e.g., a distributed / cloud computing system). In some embodiments, the server system 112 is or includes a streaming server (e.g., configured to store and / or distribute video content, such as encoded video streams from source devices 102). The server system 112 includes a coder component 114 (e.g., configured to encode and / or decode video data). In some embodiments, the coder component 114 includes an encoder component and / or a decoder component. In various embodiments, the coder component 114 is instantiated as hardware, software, or a combination thereof. In some embodiments, the coder component 114 is configured to decode the encoded video bitstream 108 and re-encode the video data using various encoding standards and / or encoding methods to generate encoded video data 116. In some embodiments, the server system 112 is configured to generate multiple video formats and / or multiple video encodings from the encoded video bitstream 108.

[0022] In some embodiments, server system 112 functions as a Media-Aware Network Element (MANE). For example, server system 112 may be configured to prune encoded video bitstream 108 in order to tailor the potentially diverse bitstream to one or more of electronic devices 120. In some embodiments, a MANE separate from server system 112 is provided.

[0023] Electronic device 120-1 includes a decoder component 122 and a display 124. In some embodiments, decoder component 122 is configured to decode encoded video data 116 to generate an output video stream that can be rendered on a display or other type of rendering device. In some embodiments, one or more of electronic devices 120 does not include a display component (e.g., is communicatively coupled to an external display device and / or includes media storage). In some embodiments, electronic device 120 is a streaming client. In some embodiments, electronic device 120 is configured to access server system 112 to obtain encoded video data 116.

[0024] The source device and / or the electronic devices 120 are sometimes referred to as “terminal devices” or “user devices.” In some embodiments, one or more of the source device 102 and / or the electronic devices 120 are instances of a server system, a personal computer, a portable device (e.g., a smartphone, tablet, or laptop), a wearable device, a videoconferencing device, and / or other types of electronic devices.

[0025] As an example of the operation of communication system 100, source device 102 transmits encoded video bitstream 108 to server system 112. For example, source device 102 may encode a stream of pictures captured by the source device. Server system 112 may receive the encoded video bitstream 108 and decode and / or encode the encoded video bitstream 108 using coder component 114. For example, server system 112 may apply more optimal coding to the video data for network transmission and / or storage. Server system 112 may transmit encoded video data 116 (e.g., one or more encoded video bitstreams) to one or more electronic devices 120. Each electronic device 120 may decode the encoded video data 116 to recover video pictures and display them accordingly.

[0026] In some embodiments, the transmission described above is a one-way data transmission. One-way data transmission is sometimes used, such as in media serving applications. In some embodiments, the transmission described above is a two-way data transmission. Two-way data transmission is sometimes used, such as in video conferencing applications. In some embodiments, the coded video bitstream 108 and / or coded video data 116 are encoded and / or decoded according to any of the video coding / compression standards described in this disclosure, such as HEVC, VVC, and / or AV1.

[0027] FIG. 2A is a block diagram illustrating example elements of an encoder component 106 according to some embodiments. The encoder component 106 receives a source video sequence from a video source 104. In some embodiments, the encoder component includes a receiver (e.g., transceiver) component configured to receive the source video sequence. In some embodiments, the encoder component 106 receives a video sequence from a different video source (e.g., a video source that is a component of a different device than the encoder component 106). The video source 104 may provide the source video sequence as a stream of digital video samples that may be of any suitable bit depth (e.g., 8-bit, 10-bit, or 12-bit), any color space (e.g., BT.601 Y CrCB or RGB), and any suitable sampling structure (e.g., Y CrCb 4:2:0 or Y CrCb 4:4:4). In some embodiments, the video source 104 is a storage device that stores pre-captured / prepared video. In some embodiments, the video source 104 is a camera that captures on-site image information as a video sequence. Video data may be provided as a number of individual pictures which, when viewed in sequence, achieve motion. A picture may simply be organized as a spatial array of pixels, each of which may contain one or more samples depending on the sampling structure, color space, etc. used. The relationship between pixels and samples is readily understood by those skilled in the art. The following discussion will focus on samples.

[0028] The encoder component 106 may encode and / or compress pictures of the source video sequence into the encoded video sequence 216 in real time, or may encode and / or compress pictures subject to other time constraints necessitated by the application. Enforcing an appropriate encoding rate is one of the functions of the controller 204. In some embodiments, the controller 204 controls and is operatively connected to other functionalities described below. Parameters set by the controller 204 may include rate control-related parameters (e.g., picture skip, quantizer, and / or λ value for rate-distortion optimization techniques), picture size, group of pictures (GOP) layout, maximum motion vector search range, etc. Those skilled in the art can readily identify other functions of the controller 204, such as those for the encoder component 106, that are optimized for a particular system design.

[0029] In some embodiments, the encoder component 106 is configured to operate in an encoding loop. As a simplified example, the encoding loop includes a source coder 202 (e.g., responsible for creating symbols, such as a symbol stream, based on an input picture to be encoded and one or more reference pictures) and a decoder 210 (located here, not elsewhere). The decoder 210 reconstructs the symbols to create sample data, similar to a decoder (located elsewhere) (assuming the compression between the symbols and the encoded video bitstream is lossless). The reconstructed sample stream (sample data) is input to a reference picture memory 208. Because decoding the symbol stream results in bit-accurate results regardless of the location of the decoder (located here or elsewhere), the contents of the reference picture memory 208 are also bit-accurate compared to an encoder located here versus an encoder located elsewhere. In this way, the predictive portion of the encoder interprets the same sample values ​​as reference picture samples as if the decoder were to use prediction during decoding. The principles of such reference picture synchronicity (and the resulting drift when synchronicity cannot be maintained due to, for example, channel errors) are known to those skilled in the art.

[0030] The operation of decoder 210 may be the same as the operation of an in-place decoder, such as decoder component 122, described in detail below in conjunction with Figure 2B. However, and somewhat with reference to Figure 2B, because symbols are valid and the encoding / decoding of symbols into an encoded video sequence by entropy coder 214 and parser 254 may be lossless, the entropy decoding portion of decoder component 122, including buffer memory 252 and parser 254, may not be fully implemented in in-place decoder 210.

[0031] At this point, it can be said that any decoder technology other than parsing / entropy decoding present in a decoder must also necessarily be present in the corresponding encoder in substantially the same functional form. For this reason, the disclosed subject matter focuses on the operation of the decoder. The description of the encoder technology can be omitted, as it is the reverse of the decoder technology described overall. Only certain parts require more detailed description, which will be described below.

[0032] As part of its operation, the source coder 202 may perform motion-compensated predictive coding, which predictively codes an input frame with reference to one or more previously coded frames from the video sequence designated as reference frames. In this manner, the coding engine 212 codes differences between pixel blocks of the input frame and pixel blocks of one or more reference frames that can be selected as one or more prediction references for the input frame. For example, the controller 204 may manage the coding operations of the source coder 202, including setting parameters and subgroup parameters used to code the video data.

[0033] The decoder 210 decodes the coded video data of frames that can be designated as reference frames based on the symbols produced by the source coder 202. The operation of the coding engine 212 may be advantageously a lossy process. When the coded video data is decoded by some video decoder (not shown in FIG. 2A ), the reconstructed video sequence may be a copy of the source video sequence with some errors. The decoder 210 may repeat the decoding process that may be performed by a video decoder at another location on the reference frames, causing the reconstructed reference frames to be stored in the reference picture memory 208. In this manner, the encoder component 106 stores copies of reconstructed reference frames that have common content with the reconstructed reference frames that would be obtained by a video decoder at another location (without transmission errors).

[0034] The predictor 206 may perform a predictive search for the coding engine 212. That is, for a new frame to be coded, the predictor 206 may search the reference picture memory 208 to obtain sample data (as candidate reference pixel blocks) and specific metadata, such as reference picture motion vectors, block shapes, etc., that can identify suitable prediction references for the new picture. The predictor 206 may operate using one sample block per pixel block to detect suitable prediction references. In some examples, as determined by the search results obtained by the predictor 206, the input picture may include prediction references obtained from multiple reference pictures stored in the reference picture memory 208.

[0035] The output of all of the above functional elements may undergo entropy coding in entropy coder 214. Entropy coder 214 converts the symbols produced by the various functional elements into an encoded video sequence by losslessly compressing the symbols according to techniques known to those skilled in the art (e.g., Huffman coding, variable length coding, and / or arithmetic coding).

[0036] In some embodiments, the output of the entropy coder 214 is coupled to a transmitter. The transmitter may be configured to buffer one or more coded video sequences created by the entropy coder 214 for transmission over the communication channel 218, and may be hardware / software coupled to a storage device that stores the coded video data. The transmitter may also be configured to integrate other data to be transmitted, such as coded audio data and / or ancillary data streams (sources not shown), with the coded video data obtained from the source coder 202. In some embodiments, the transmitter may transmit ancillary data along with the coded video. The source coder 202 may include such data as part of the coded video sequence. The ancillary data may comprise temporal / spatial / SNR enhancement layers, other forms of redundant data such as redundant pictures or slices, Supplementary Enhancement Information (SEI) messages, Visual Usability Information (VUI) parameter set fragments, etc.

[0037] The controller 204 may manage the operation of the encoder component 106. During encoding, the controller 204 may assign a specific coded picture type to each coded picture, which may affect the coding technique applied to the respective picture. For example, a picture may be assigned as an Intra Picture (I-picture), a Predictive Picture (P-picture), or a Bi-directionally Predictive Picture (B-picture). An Intra Picture can be coded and decoded without using any other frames in the sequence as a basis for prediction. Some video codecs allow various types of intra pictures, including, for example, Independent Decoder Refresh (IDR) pictures. These variations of I-pictures and their corresponding applications and features will be apparent to those skilled in the art, and will not be repeated in this description. A Predictive Picture can be coded and decoded using intra or inter prediction, using at most one motion vector and reference index to predict sample values ​​for each block. Bidirectionally predictive pictures use intra or inter prediction, and can be coded and decoded using up to two motion vectors and reference indices to predict the sample values ​​of each block. Similarly, multiple-predictive pictures can use three or more reference pictures and associated metadata to reconstruct a single block.

[0038] In general, a source picture can be spatially subdivided into multiple sample blocks (e.g., blocks of 4x4, 8x8, 4x8, or 16x16 samples each), and the blocks can be coded one by one. Blocks can be coded predictively with reference to other (already coded) blocks, as determined by the coding assignment applied to the picture corresponding to each block. For example, blocks of an I-picture can be coded without prediction, or with prediction with reference to previously coded blocks of the same picture (spatial or intra prediction). Pixel blocks of a P-picture can be coded without prediction with spatial prediction or with temporal prediction with reference to one previously coded reference picture. Blocks of a B-picture can be coded without prediction with spatial prediction or with temporal prediction with reference to one or two previously coded reference pictures.

[0039] Video may be captured in time order as multiple source pictures (video pictures). Intra-picture prediction (often abbreviated as intra-prediction) exploits spatial correlation within a given picture, while inter-picture prediction exploits correlation (temporal or other) between pictures. In one example, a particular picture being encoded / decoded, referred to as a target picture, is divided into blocks. If a block in the target picture is similar to a reference block in a previously encoded and still buffered reference picture in the video, the block in the target picture can be coded by a vector, referred to as a motion vector. The motion vector points toward the reference block in the reference picture and may have a third dimension to identify the reference picture when multiple reference pictures are used.

[0040] Encoder component 106 may perform encoding operations according to a pre-defined video coding technique or standard, such as any of those described in this disclosure. In doing so, encoder component 106 may perform various compression operations, including predictive coding operations that exploit temporal and spatial redundancy in the input video sequence. Thus, the encoded video data may conform to a syntax defined by the video coding technique or standard being used.

[0041] 2B is a block diagram illustrating example elements of a decoder component 122 according to some embodiments. The decoder component 122 of FIG. 2B is coupled to a channel 218 and a display 124. In some embodiments, the decoder component 122 includes a transmitter coupled to a loop filter 256 and configured to transmit data to the display 124 (e.g., via a wired or wireless connection).

[0042] In some embodiments, decoder component 122 includes a receiver connected to channel 218 and configured to receive data from channel 218 (e.g., via a wired or wireless connection). The receiver may be configured to receive one or more coded video sequences that are decoded by decoder component 122. In some embodiments, the decoding of each coded video sequence is independent of the other coded video sequences. Each coded video sequence may be received from channel 218, which may be hardware / software coupled to a storage device that stores the coded video data. The receiver may receive the coded video data along with other data, such as coded audio data and / or ancillary data streams, and may forward the other data to a corresponding destination (not shown). The receiver may separate the coded video sequence from the other data. In some embodiments, the receiver receives ancillary (redundant) data along with the coded video. The ancillary data may be included as part of the coded video sequence. The ancillary data may be used by decoder component 122 to decode the data and / or more accurately reconstruct the original video data. For example, the side data may take the form of a temporal, spatial or SNR enhancement layer, a redundant slice, a redundant picture, a forward error correction code, and the like.

[0043] According to some embodiments, decoder component 122 includes a buffer memory 252, a parser 254 (sometimes referred to as an entropy decoder), a scaler / inverse transform unit 258, an intra-picture predictor 262, a motion compensated predictor 260, an aggregator 268, a loop filter unit 256, a reference picture memory 266, and a current picture memory 264. In some embodiments, decoder component 122 is implemented as an integrated circuit, a series of integrated circuits, and / or other electronic circuitry. In some embodiments, decoder component 122 is implemented at least partially in software.

[0044] A buffer memory 252 is connected between the channel 218 and the parser 254 (e.g., to account for network jitter). In some embodiments, the buffer memory 252 is separate from the decoder component 122. In some embodiments, a separate buffer memory is provided between the output of the channel 218 and the decoder component 122. In some embodiments, in addition to the buffer memory 252 within the decoder component 122 (e.g., configured to handle playout timing), a separate buffer memory is provided outside the decoder component 122 (e.g., to account for network jitter). When receiving data from a store-and-forward device or an isochronous network with sufficient bandwidth and controllability, the buffer memory 252 may not be required, or the buffer memory 252 may be small. When used with a best-effort packet network such as the Internet, the buffer memory 252 may be required, and may be relatively large and advantageously an optimally sized memory, and may be implemented at least in part by an operating system or similar element (not shown) outside the decoder component 122.

[0045] Parser 254 is configured to reconstruct symbols 270 from the coded video sequence. The symbols may include, for example, information used to manage the operation of decoder component 122 and / or information for controlling a rendering device such as display 124. The control information for one or more rendering devices may take the form of, for example, a Supplementary Enhancement Information (SEI) message or a Video Usability Information (VUI) parameter set fragment (not shown). Parser 254 parses (entropy decodes) the coded video sequence. The coding of the coded video sequence may conform to a video coding technology or standard and may follow principles well known to those skilled in the art, including variable length coding, Huffman coding, context-sensitive or non-context-sensitive arithmetic coding, etc. Parser 254 may extract from the coded video sequence a set of subgroup parameters for at least one subgroup of pixels present in the video decoder based on at least one parameter corresponding to the group. A subgroup may include a Group of Pictures (GOP), a picture, a tile, a slice, a macroblock, a Coding Unit (CU), a block, a Transform Unit (TU), a Prediction Unit (PU), etc. Parser 254 may also extract from coded video sequence information such as transform coefficients, quantizer parameter values, motion vectors, etc.

[0046] The reconstruction of symbols 270 may involve multiple different portions depending on the type of coded video picture or portion thereof (e.g., inter-picture and intra-picture, inter-block and intra-block) and other factors. Which portions are involved and how they are involved may be controlled by portion control information parsed from the coded video sequence by parser 254. For clarity, the flow of such portion control information between parser 254 and multiple portions described below is not shown.

[0047] Further to the functional blocks already described, decoder component 122 may be conceptually subdivided into a number of functional sections, as described below. In an actual implementation operating within commercial constraints, many of these sections may interact closely with one another and may be at least partially integrated with one another. However, for purposes of describing the disclosed subject matter, the conceptual subdivision into functional sections described below will remain.

[0048] The scaler / inverse transform unit 258 receives the quantized transform coefficients and control information (such as the transform used, block size, quantization factor, and / or quantization scaling matrix) as one or more symbols 270 from the parser 254. The scaler / inverse transform unit 258 can output blocks containing sample values ​​that can be input to the aggregater 268.

[0049] In some examples, the output samples of the scaler / inverse transform unit 258 are suitable for intra-coded blocks, i.e., blocks that do not use predictive information from a previously reconstructed picture but can use predictive information from a previously reconstructed portion of the current picture. Such predictive information can be provided by the intra prediction unit 262, which may generate blocks of the same size and shape as the block being reconstructed using surrounding already reconstructed information obtained from the current (partially reconstructed) picture obtained from the current picture memory 264. The aggregator 268 may add, for each sample, the predictive information generated by the intra prediction unit 262 to the output sample information provided by the scaler / inverse transform unit 258.

[0050] In other examples, the output samples of the scaler / inverse transform unit 258 are suitable for inter-coded blocks, and possibly motion-compensated blocks. In such examples, the motion-compensated predictor 260 may access the reference picture memory 266 to obtain samples used for prediction. The obtained samples may be motion-compensated according to symbols 270 related to the block, and then added to the output of the scaler / inverse transform unit 258 (referred to as residual samples or residual signals in this example) by an aggregator 268 to generate output sample information. The addresses in the reference picture memory 266 from which the motion-compensated predictor 260 obtains prediction samples may be controlled by motion vectors. The motion vectors may be available to the motion-compensated predictor 260 in the form of symbols 270, which may have, for example, X, Y, and reference picture components. Motion compensation may also include interpolation of sample values ​​obtained from the reference picture memory 266 when sub-sample accurate motion vectors are used, motion vector prediction mechanisms, etc.

[0051] The output samples of the aggregater 268 may be subjected to various loop filtering techniques in the loop filter unit 256. The video compression techniques may include in-loop filtering techniques that are controlled by parameters contained in the coded video bitstream and made available to the loop filter unit 256 as symbols 270 from the parser 254, but may also correspond to meta-information obtained when decoding previous (decoding order) portions of the coded picture or coded video sequence, and may also correspond to previously reconstructed loop-filtered sample values.

[0052] The output of the loop filter unit 256 can be a sample stream that can be output to a drawing device such as the display 124, as well as stored in a reference picture memory 266 for use in later inter-picture prediction.

[0053] Some coded pictures, once fully reconstructed, can be used as reference pictures for later prediction. Once a coded picture is fully reconstructed and the coded picture is identified as a reference picture (e.g., by parser 254), the reference picture in question can become part of reference picture memory 266, and a new current picture memory can be reallocated before starting reconstruction of the next coded picture.

[0054] Decoder component 122 may perform decoding operations according to a predetermined video compression technique, which may be described in a document of a standard, such as any of those described in this disclosure. A coded video sequence is said to comply with the syntax defined by the video compression technique or standard used in the sense that the coded video sequence adheres to the syntax of the video compression technique or standard as defined in the video compression technique document or standard, and in particular as defined in its profile document. Compliance with some video compression techniques or standards also means that the complexity of the coded video sequence is within the limits defined by the level of the video compression technique or standard. In some examples, the level may impose limits on the maximum picture size, maximum frame rate, maximum reconstruction sample rate (e.g., measured in millions of samples per second), maximum reference picture size, etc. The limits imposed by the level may, in some examples, be further constrained by a Hypothetical Reference Decoder (HRD) specification and metadata for HRD buffer management signaled in the coded video sequence.

[0055] 3 is a block diagram illustrating a server system 112 according to some embodiments. The server system 112 includes a control circuit 302, one or more network interfaces 304, a memory 314, a user interface 306, and one or more communication buses 312 interconnecting these components. In some embodiments, the control circuit 302 includes one or more processors (e.g., a CPU, a GPU, and / or a DPU). In some embodiments, the control circuit includes one or more field programmable gate arrays (FPGAs), hardware accelerators, and / or one or more integrated circuits (e.g., application specific integrated circuits).

[0056] One or more network interfaces 304 may be configured to interface with one or more communications networks (e.g., wireless, wired, and / or optical networks). The communications networks may be local networks, wide area networks, metropolitan networks, vehicular networks, industrial networks, real-time networks, delay-tolerant networks, etc. Examples of communications networks include local area networks such as Ethernet, cellular networks (including WLAN, GSM, 3G, 4G, 5G, LTE, etc.), television wired or wireless wide area digital networks (including cable television, satellite television, and terrestrial broadcast television), vehicular and industrial networks (including CANBus), etc. Such communications may be unidirectional, receive-only (e.g., television broadcast), unidirectional transmit-only (e.g., from a CANbus to a specific CANbus device), or bidirectional (e.g., communications to another computer system using a local or wide area digital network). Such communications may include communications to one or more cloud computing networks.

[0057] The user interface 306 includes one or more output devices 308 and / or one or more input devices 310. The one or more input devices 310 may include one or more of a keyboard, a mouse, a trackpad, a touch screen, a data glove, a joystick, a microphone, a scanner, a camera, etc. The one or more output devices 308 may include one or more of an audio output device (e.g., a speaker), a visual output device (e.g., a display or monitor), etc.

[0058] The memory 314 may include high-speed random access memory (such as DRAM, SRAM, DDR RAM, and / or other random access solid-state memory devices) and / or non-volatile memory (such as one or more magnetic disk storage devices, optical disk storage devices, flash memory devices, and / or other non-volatile solid-state storage devices). Alternatively, the memory 314 includes one or more storage devices located remotely from the control circuitry 302. The memory 314 includes a non-transitory computer-readable storage medium, or alternatively, a non-volatile solid-state memory device in the memory 314 includes the non-transitory computer-readable storage medium. In some embodiments, the memory 314, or the non-transitory computer-readable storage medium of the memory 314, stores the following programs, modules, instructions, and data structures, or a subset or superset thereof: • an operating system 316 that handles various basic system services and includes procedures for performing hardware-dependent tasks; a network communications module 318 used to connect the server system 112 to other computing devices via one or more network interfaces 304 (e.g., via wired and / or wireless connections); An encoding module 320 for performing various functions related to encoding and / or decoding data, such as video data. In some embodiments, the encoding module 320 is an instance of the coder component 114. The encoding module 320 may include, but is not limited to, one or more of the following: a decoding module 322 for performing various functions related to decoding the encoded data, such as those described above with respect to the decoder component 122; and an encoding module 340 for performing various functions related to encoding data, such as those described above with respect to the encoder component 106; and A picture memory 352 that stores pictures and picture data, for use, for example, with the encoding module 320. In some embodiments, the picture memory 352 includes one or more of the reference picture memory 208, the buffer memory 252, the current picture memory 264, and the reference picture memory 266.

[0059] In some embodiments, the decoding module 322 includes a parsing module 324 (e.g., configured to perform various functions described above with respect to the parser 254), a transform module 326 (e.g., configured to perform various functions described above with respect to the scalar / inverse transform unit 258), a prediction module 328 (e.g., configured to perform various functions described above with respect to the motion compensation prediction unit 260 and / or the intra-picture prediction unit 262), and a filter module 330 (e.g., configured to perform various functions described above with respect to the loop filter 256).

[0060] In some embodiments, the encoding module 340 includes a code module 342 (e.g., configured to perform various functions described above with respect to the source coder 202 and / or the coding engine 212) and a prediction module 344 (e.g., configured to perform various functions described above with respect to the predictor 206). In some embodiments, the decoding module 322 and / or the encoding module 340 include a subset of the modules shown in Figure 3. For example, a prediction module shared by both the decoding module 322 and the encoding module 340 is used.

[0061] Each of the above-identified modules stored in memory 314 corresponds to a set of instructions for performing functions described in this disclosure. The above-identified modules (e.g., sets of instructions) need not be implemented as separate software programs, procedures, or modules; thus, various subsets of these modules may be combined or otherwise rearranged in various embodiments. For example, encoding module 320 may suitably not include separate decoding and encoding modules, but rather use the same set of modules to perform both sets of functions. In some embodiments, memory 314 stores a subset of the above-identified modules and data structures. In some embodiments, memory 314 stores additional modules and data structures not described above, such as an audio processing module.

[0062] In some embodiments, server system 112 includes web servers, Hypertext Transfer Protocol (HTTP) servers, File Transfer Protocol (FTP) servers, and web pages and applications implemented using Common Gateway Interface (CGI) scripts, PHP Hyper-text Preprocessor (PHP), Active Server Pages (ASP), HyperText Markup Language (HTML), Extensible Markup Language (XML), Java, JavaScript, Asynchronous JavaScript and XML (AJAX), XHP, Javelin, Wireless Universal Resource File (WURFL), etc.

[0063] While Figure 3 illustrates a server system 112 according to some embodiments, Figure 3 is intended more as a functional description of various features that may be present in one or more server systems than as a structural overview of the embodiments described in this disclosure. In practice, those skilled in the art will recognize that items shown separately can be combined and some items can be separated. For example, some items shown separately in Figure 3 can be implemented on one server, and some items can be implemented on more than one server. The actual number of servers used to implement server system 112 and how functionality is allocated among the servers will vary from implementation to implementation and will otherwise depend in part on the amount of data traffic the server system handles during peak and average usage periods.

[0064] Example encoding approaches VMesh is the current MPEG standard for compressing static and dynamic meshes. The current VMesh reference software separates the input mesh into a simple base mesh and a displacement vector, which are then coded separately. Symmetry is a property of a geometric object when the object is mapped onto itself through an operation. In Euclidean distance, reflection, translation, rotation, and combinations of these are a group of operations called symmetry transformations or Euclidean isometries. Reflective symmetry, or bilateral symmetry, is the most common symmetry found in both the living and non-living worlds. In some embodiments, all points and edges of a reflecting symmetry mesh have a one-to-one correspondence through a plane of symmetry. In addition to the above, many man-made objects are designed with reflecting symmetry.

[0065] In some embodiments, one or more planes of symmetry of a mesh are detected using a simple method using PCA, while in some embodiments, one or more planes of symmetry of a mesh are detected using a more advanced method using deep learning.

[0066] Mirror symmetry can be used to create a folding mesh. A folding mesh M is a mesh that contains mutually exclusive regions.

number

[0067] The methods and systems described in this disclosure include operations that can be used individually or combined in any order. The methods and systems described in this disclosure can be applied to any polygon mesh. In some embodiments, the mesh includes multiple 3D polygons. The proposed methods may be used for both lossy and lossless mesh compression. This proposal uses mirror symmetry as an example, where symmetric structures are used that are planes in 3D and lines in 2D.

[0068] In some embodiments, the symmetric mesh is recursively divided and encoded, e.g., into sub-mesh M at the iteration i. i but

number

number

number

number

[0069] Symmetric Sub-Mesh

number

number

number

number

number

[0070] If the state is perfectly symmetric, the symmetric prediction is accurate and there is no misalignment.

number

number

number

[0071] A symmetric region detection method is used for mesh division (P1). In mesh division, unconnected parts of a mesh are separated into independent sub-meshes. For example, a mesh representing the head of a virtual character wearing glasses can be separated into a sub-mesh of the glasses and a sub-mesh of the virtual character's head. The separated sub-meshes are then connected to one or more symmetric meshes (e.g.

number

number

[0072] In step 404, the method determines whether to proceed with the symmetric split. For example, a cost function may be calculated to determine whether the symmetric split justifies using computational resources for the symmetric split (e.g.,

number

[0073] In the case of a symmetric split (P2), either half of the symmetric mesh can be continued (e.g., continued for further processing and / or continued for encoding). In some embodiments, the half of the symmetric mesh (e.g., also referred to as the "symmetric part") with more vertices and faces is selected for further processing and / or encoding. Alternatively, the left symmetric region or the top symmetric region can be selected.

[0074] Encoding operation example FIG. 5 illustrates an example of a fully recursive, mirror-symmetric partitioning as an example encoding process 500. In some embodiments, for each potential symmetric partitioning, a flag is signaled in the bitstream to indicate whether the respective partitioning is used. In some embodiments, for each potential symmetric partitioning, a flag is not signaled in the bitstream, and a decision is made to implicitly derive whether the respective partitioning is used. For each partitioning that is used, a description of the partitioning plane associated with the partitioning, including associated parameters, is signaled or derived. As in FIG. 3, the symmetric partitioning stops at step 2 because the final partitioning in step 3 is unnecessary (x1, x7 are already coded via symmetry lines p1, p3).

[0075] Step 1 of Figure 5 shows a two-dimensional (2D) starting mesh containing eight points x1, x2, x3, x4, x5, x6, x7, and x8. Instead of encoding all eight points, step 1 encodes only x1 and x5 to represent symmetry line p1. Symmetry line p1 passes through x1 and x5. In embodiments where only the left portion of the mesh is continued, step 2 of Figure 5 shows the left half of the mesh being retained. Step 2 encodes x7 and x3 to represent symmetry line p2, which passes through two points x7 and x3. In some embodiments, only the top half of the mesh is retained, as shown in step 3. Step 3 involves encoding x8 and x4 to represent symmetry p3; however, step 3 is not necessary because line p3 maps x1 to x7, and x1 and x7 were encoded in steps 1 and 2, respectively. Instead of encoding x8 and x4 to represent symmetry p3, only x8 is encoded. In addition to the coded vertices / points, the connection between x7 and x8 and the connection between x8 and x1 are coded. In step 2, the symmetric division of this mesh using reflection is completed.

[0076] In the example shown in Figure 5, if the starting mesh has eight vertices, three vertices (e.g., x2, x4, and x6) can be derived without being coded (e.g., coding only the five vertices x1, x3, x5, x7, and x8). The eight-vertex mesh of Figure 5 also contains eight connections, six of which can be derived (e.g., coding only the connection between x7 and x8 and the connection between x8 and x1).

[0077] Decryption operation example In some embodiments, reflective symmetric predictive coding is used to decode a complete reflective symmetric mesh, where every edge and vertex has a corresponding edge and vertex in each mirror plane. In some embodiments, based on one or more coordinates that have already been decoded and one or more connections that have already been decoded, the remaining coordinates and connections are predicted based on information about the distance of the vertex from the symmetry line or plane, and vertices that are the same distance from the symmetry line or plane in the normal direction of the symmetry line or plane are decoded.

[0078] Using the coded information obtained from the example described with respect to Figure 5 (e.g., x1, x3, x5, x7 and x8, the connection between x7 and x8, and the connection between x8 and x1 are coded), the starting mesh can be decoded as shown in Figure 6.

[0079] 6 shows an example of a decoding process 600. In step 1 of the decoding process, the normal vector of the symmetry line p2 is calculated from x8 to the normal vector of the symmetry line p2.

number

[0080] In step 2, after x6 is obtained, the normal vector of the symmetry line p1 is drawn at the same distance from the symmetry line p1 as the distance x6 is away from the symmetry line p1.

number

number

[0081] Symmetry plane encoding and decoding example In some embodiments, instead of using three 3D points to represent the symmetry plane p, only two 3D points of the symmetry pair (x1, x2) are used as shown in Figure 7. x2 is the symmetry of x1 across the symmetry plane p. At the decoder, the midpoint

number

number

[0082] In some embodiments, the plane of symmetry is encoded by modeling it with the equation ax+by+cz+d=0. The values ​​of (a,b,c,d) are signaled.

[0083] In some embodiments, nearly symmetric meshes are recursively partitioned and encoded. As illustrated in Figure 8, a nearly symmetric mesh is a mesh that contains vertices that correspond one-to-one through a plane of symmetry, and also contains one or more additional displacements from each vertex that are predicted through a full symmetric reflection.

[0084] In mesh 800, a line of symmetry 814 passes through vertex 812. Mirroring vertex 802 about line of symmetry 814 results in vertex 802', but mesh 800 includes vertex 816 displaced by distance d1 from point 802'. Mesh 800 also includes vertex 818 displaced by distance d2 from point 804', vertex 820 displaced by distance d3 from point 806', vertex 822 displaced by distance d4 from point 808', and point 824 displaced by distance d5 from vertex 810'. In mesh 800, all displacements d1, d2, d3, d4, and d5 are closer to line of symmetry 814 than the respective points obtained by mirroring the vertex about line of symmetry 814. In general, the displacements may be to the left or right of the mirrored point. In addition to the above, the displacements may extend in more than one direction (e.g., up / down displacements in addition to left / right displacements).

[0085] 9 shows an example of a coding scheme for use with nearly symmetric meshes. FIG. 9 shows coding scheme 900, which differs from coding scheme 400 in that it includes a symmetric predictive encoder 902. Symmetric predictive encoder 902 includes circuitry for performing step 904, which encodes two half-meshes (e.g., a mesh split by symmetric prediction) in a symmetric manner.

number

number

number

number

number

[0086] Added D i represents the displacement vector. Equation (1) is a special case of equation (2) where all displacements are zero. For an almost symmetric mesh, the asymmetric mesh, the symmetry plane and the displacement vector are encoded by the encoder.

[0087] The output of the comparison in step 904 is used to generate a displacement vector D, which is the difference between the actual position of each vertex and the predicted position of the corresponding vertex based on symmetry. i The displacement vector D i The information about is compressed into a bitstream.

[0088] 10 is a flow diagram illustrating a method 1000 for encoding video according to some embodiments. Method 1000 may be performed on a computing system (e.g., server system 112, source device 102, or electronic device 120) having control circuitry and memory for storing instructions executed by the control circuitry. In some embodiments, method 1000 is performed by executing instructions stored in a memory (e.g., memory 314) of the computing system.

[0089] A system receives 1002 a mesh using polygons representing a surface of an object. The system detects a first region of symmetry in the mesh that includes a first line of symmetry and divides the first region of symmetry into a first subdivision and a second subdivision. The system recursively determines 1006 whether either the first subdivision or the second subdivision includes the second region of symmetry until no region of symmetry is detected in either the first subdivision or the second subdivision. In response to detecting the second region of symmetry in either the first subdivision or the second subdivision, the system determines 1008 a second line of symmetry within the second region of symmetry and divides the first subdivision or the second subdivision into a third subdivision and a fourth subdivision. The system compresses 1010 information about the third subdivision, the second line of symmetry, and the first line of symmetry into a bitstream.

[0090] In some embodiments, the first line of symmetry is a plane used for symmetry reflection. In some embodiments, the system compresses the first set of information about the third subdivision into a bitstream. In some embodiments, before determining the plane of symmetry of the mesh, the system divides the mesh into a first symmetric portion and a second asymmetric portion, and determining the plane of symmetry of the mesh includes determining the plane of symmetry of the first symmetric portion and compressing the information about the second asymmetric portion into a bitstream.

[0091] In some embodiments, dividing the mesh into a first symmetric portion and a second asymmetric portion includes separating the mesh into the respective unconnected mesh components in response to determining that the mesh includes one or more unconnected mesh components. In some embodiments, compressing information about the first line of symmetry into a bitstream includes encoding a set of vertices of the first division. In some embodiments, the system reconstructs the mesh using the first line of symmetry, information about a normal direction of the first line of symmetry, and the encoded distances of the vertices from the first line of symmetry.

[0092] In some embodiments, determining the first line of symmetry includes determining a first plane of symmetry that includes the first line of symmetry, and compressing information about the first line of symmetry into a bitstream includes encoding the first plane of symmetry. In some embodiments, the first plane of symmetry is encoded using a symmetric set of vertices that includes a first vertex and a second vertex, such that the second vertex is provided by reflecting the first vertex about the first plane of symmetry. In some embodiments, the first vertex of the symmetric set of vertices is encoded in the mesh data or signaled together with the first plane of symmetry. In some embodiments, the first plane of symmetry is modeled using a linear equation with four signaled parameters.

[0093] In some embodiments, the mirrored vertices are vertices of the first subdivision that are mirrored about a first line of symmetry, the mirrored vertices and corresponding vertices from the second subdivision having a first displacement, and the system compresses information related to the first displacement into the bitstream. In some embodiments, the system provides a displacement vector including respective displacements of a set of vertices of the first subdivision and a corresponding set of vertices of the second subdivision, and the system compresses information related to the displacement vector into the bitstream. In some embodiments, the first subdivision and the second subdivision comprise substantially symmetric meshes.

[0094] 10 depicts several logical stages in a particular order, the order of non-order-dependent stages may be changed, and other stages may be combined or removed. Some reordering and other groupings not specifically mentioned will be apparent to those skilled in the art, and thus the ordering and grouping depicted in this disclosure is not intended to be limiting. Furthermore, it should be understood that the stages may be implemented in hardware, firmware, software, or any combination thereof.

[0095] Attention is now directed to several embodiments.

[0096] (A1) In one aspect, some embodiments include a video encoding method (e.g., method 1000). In some embodiments, the method is performed by a computing system (e.g., server system 112) having memory and control circuitry. In some embodiments, the method is performed by an encoding module (e.g., encoding module 320). In some embodiments, the method is performed by an entropy coder (e.g., entropy coder 214). The method includes (i) receiving a mesh using polygons representing a surface of an object; and (ii) detecting a first region of symmetry in the mesh that includes a first line of symmetry and dividing the first region of symmetry into a first division and a second division. The method includes (iii) recursively determining whether one of the first division or the second division includes the second region of symmetry until no region of symmetry is detected in either the first division or the second division. The method includes (iv) determining a second symmetry line within the second symmetry region in response to detecting a second symmetry region within one of the first division portion or the second division portion, and dividing the first division portion or the second division portion into a third subdivision portion and a fourth subdivision portion; and (v) compressing information of the third subdivision portion, the second symmetry line, and the first symmetry line into a bitstream.In some embodiments, the method includes the steps of (i) receiving a mesh (e.g., a 3D mesh (a 3D mesh having several 2D mesh segments)) using polygons (e.g., a triangular mesh) representing a surface of an object; and (ii) determining a first line of symmetry of the mesh (e.g., the first line of symmetry is a first plane of symmetry) and dividing the mesh into a first division and a second division (e.g., if there is perfect symmetry, the first division is identical to the second division; if they are nearly symmetric, the first division is smaller than a threshold amount). (iii) in response to determining that the first portion satisfies a first set of one or more criteria (e.g., the first set of one or more criteria includes a cost function, and the cost function for further dividing the sub-mesh is still below a threshold), determining a second line of symmetry of the first portion (e.g., the second line of symmetry is a line in a second plane of symmetry) to divide the first portion into a third portion and a fourth portion; and (iv) compressing information of the third portion of the mesh, the second line of symmetry, and the first line of symmetry into a bitstream.

[0097] (A2) In some embodiments of A1, the method includes compressing a first set of information about the third subdivision (e.g., the first set of information includes connection information about the encoding points) into a bitstream.

[0098] (A3) In some embodiments of A1 or A2, the method includes dividing the mesh into a first symmetric portion and a second asymmetric portion before detecting the first symmetric region, where detecting the first symmetric region in the mesh comprises determining a first line of symmetry, and compressing information of the second asymmetric portion into a bitstream.

[0099] (A4) In some embodiments of A3, dividing the mesh into a first symmetric portion and a second asymmetric portion includes, in response to determining that the mesh includes one or more mesh components that are not connected, separating the mesh into the respective unconnected mesh components.

[0100] (A5) In some embodiments of any of A1 to A4, the step of compressing information about the first line of symmetry into a bitstream includes a step of encoding a set of vertices of the first division (e.g., the set of vertices represents a line or plane of symmetry).

[0101] (A6) Some embodiments of any of A1-A5 further include a step of reconstructing the mesh (e.g., determining the positions of one or more vertices that are not coded) using the first line of symmetry, information about the normal direction of the first line of symmetry, and the distance of the coded vertices from the first line of symmetry (e.g., the directional characteristics for decoding are the inverse of the directional characteristics used for coding, and the vertices are decoded using the second line of symmetry before being decoded using the first line of symmetry).

[0102] (A7) In some embodiments of any of A1 to A6, the step of determining the first line of symmetry includes the step of determining a first plane of symmetry that includes the first line of symmetry, and the step of compressing information about the first line of symmetry into a bitstream includes the step of encoding the first plane of symmetry.

[0103] (A8) In some embodiments of A7, the first plane of symmetry is encoded using a symmetric set of vertices that includes a first vertex and a second vertex, such that the second vertex is provided by mirroring the first vertex about the first plane of symmetry (e.g., the first plane of symmetry bisects the line connecting the first vertex to the second vertex).

[0104] (A9) In some embodiments of A8, the first vertex of the symmetric set of vertices is encoded in the mesh data or signaled along with the first plane of symmetry.

[0105] (A10) In some embodiments of A7, the first plane of symmetry is modeled using a linear equation with four signaled parameters.

[0106] (A11) In some embodiments of any of A1 to A10, the mirrored vertex is a vertex of the first division that is mirrored about a first line of symmetry, and the mirrored vertex and a corresponding vertex obtained from the second part (e.g., the corresponding vertex is a mirrored version of the vertex of the first division about the first line of symmetry) have a first displacement, and the method includes a step of compressing information about the first displacement into a bitstream.

[0107] (A12) In some embodiments of A11, the method further includes providing a displacement vector including respective displacements between a set of vertices of the first division portion and a corresponding set of vertices of the second division portion, and the method includes compressing information about the displacement vector into a bitstream.

[0108] (A13) In some embodiments of A11, the first division portion and the second portion comprise approximately symmetric meshes (e.g., the approximately symmetric mesh comprises a one-to-one vertex correspondence through a plane of symmetry and a corresponding displacement).

[0109] (A14) In some embodiments of any of A1 to A13, the first line of symmetry is a plane used for reflection regarding symmetry.

[0110] The methods described in this disclosure may be used individually or combined in any order. Each of the methods may be performed by processing circuitry (e.g., one or more processors or one or more integrated circuits). In some embodiments, the processing circuitry executes a program stored on a non-transitory computer-readable medium.

[0111] In another aspect, some embodiments include a computing system (e.g., server system 112) including control circuitry (e.g., control circuitry 302) and a memory (e.g., memory 314) coupled to the control circuitry, the memory storing one or more sets of instructions configured to be executed by the control circuitry, the one or more sets of instructions including instructions for performing any of the methods described in this disclosure (e.g., A1-A14 above).

[0112] In yet another aspect, some embodiments include a non-transitory computer-readable storage medium that stores one or more sets of instructions for execution by control circuitry of a computing system, the one or more sets of instructions including instructions for performing any of the methods described in this disclosure (e.g., A1-A14 above).

[0113] Although the terms "first," "second," etc. may be used in this disclosure to describe various elements, it is understood that the elements are not necessarily limited by these terms; these terms are merely used to distinguish one element from another.

[0114] The terms used in this disclosure are for the purpose of describing particular embodiments only and are not intended to impose limitations on the claims. When used in the description of the embodiments and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly dictates otherwise. It is also understood that the term "and / or," as used in this disclosure, refers to and includes any and all possible combinations of one or more of the associated listed items. It is further understood that the terms "comprises" and / or "comprising," as used herein, indicate the presence of stated features, integers, steps, operations, elements, and / or components, but do not exclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and / or groups thereof.

[0115] As used in this disclosure, the term "if" can be interpreted to mean "when" a stated precondition is true, "when" a stated precondition is true, "in response to determining" that a stated precondition is true, "according to determining" that a stated precondition is true, or "in response to detecting" that a stated precondition is true, depending on the context. Similarly, the phrase "if it is determined that [a stated precondition is true]" or "if [a stated precondition is true]" or "when [a stated precondition is true]" can be interpreted to mean "upon determining" that a stated precondition is true, or "in response to determining" that a stated precondition is true, or "upon determining" that a stated precondition is true, or "upon detecting" that a stated precondition is true, or "in response to detecting" that a stated precondition is true, depending on the context.

[0116] The foregoing description has been provided for illustrative purposes with respect to specific embodiments. However, the above illustrative description is not intended to be exhaustive or to limit the disclosed claims to the precise form consistent with the present invention. Many modifications and variations are possible in light of the above teachings. The embodiments have been chosen and described to best explain the principles of operation and practical applications so that others skilled in the art can understand them. [Explanation of symbols]

[0117] 100 Communication Systems 102 Source Device 104 Video Source 106 Encoder Components 108 Video Bitstream 110 Network 112 Server System 114 Coda Constituents 116 Video Data 120 Electronic Devices 122 Decoder Components 124 display 202 Source Code 204 Controller 206 Predictor 208 Reference Picture Memory 210 decoder 212 encoding engine 214 Entropy Coder 216 Video Sequences 218 Communication Channels 252 buffer memory 254 Parser 256 Loop filter section 258 Inverse Conversion Unit 260 Compensation Prediction Unit 262 Intra-picture prediction unit 264 Current Picture Memory 266 Reference Picture Memory 268 Collector 270 symbols 302 Control circuit 304 Network Interface 306 User Interface 308 Output Devices 310 Input Devices 312 communication bus 314 memory 316 Operating Systems 318 Network Communication Module 320 Encoding Module 322 Decryption Module 324 Perspective Module 326 Conversion Module 328 Prediction Module 330 Filter Module 340 Encoding Module 342 Code Module 344 Prediction Module 352 Picture Memory 400 Coding Framework 402 Arrow 404 Step 500 Encoding Process 600 Decryption Process 700 3D planes 800 mesh 802 Vertices 804 Vertices 806 Vertex 808 Vertex 810 Vertex 802' points 804' points 806' points 808' points 810' apex 812 Vertices 814 Line of symmetry 816 Vertex 818 Vertex 820 Vertex 822 Vertex 824 points 900 Coding Framework 902 Symmetric Predictive Encoding Unit 1000 ways

Claims

1. 1. A method of encoding a mesh executed by a computing system having a memory and one or more processors, the method comprising: receiving a mesh using polygons representing a surface of an object; detecting a first region of symmetry in the mesh having a first line of symmetry and dividing the first region of symmetry into a first division and a second division; recursively determining whether one of the first segmentation unit and the second segmentation unit includes a second symmetric region until a symmetric region is not detected in both the first segmentation unit and the second segmentation unit; In response to detecting the second symmetric region in one of the first divided portion or the second divided portion, determining a second symmetry line in the second symmetric region and dividing the first divided portion or the second divided portion into a third sub-division portion and a fourth sub-division portion; compressing information of the third subdivision, the second symmetry line, and the first symmetry line into a bitstream; A method comprising:

2. compressing a first set of information about the third subdivision, the first set including connection information about encoding locations, into the bitstream; The method of claim 1 further comprising:

3. dividing the mesh into a first symmetrical portion and a second asymmetrical portion before detecting the first symmetrical region, wherein detecting the first symmetrical region in the mesh comprises determining the first symmetry line; compressing the information of the second asymmetric portion into the bitstream; The method of claim 1 further comprising:

4. The step of dividing the mesh into the first symmetric portion and the second asymmetric portion comprises: responsive to determining that the mesh includes one or more unconnected mesh components, separating the mesh into respective unconnected mesh components. The method of claim 3 further comprising:

5. The method of claim 1 , wherein compressing the information about the first line of symmetry into the bitstream comprises encoding a set of vertices of the first division.

6. reconstructing the mesh using the first line of symmetry, information about the normal direction of the first line of symmetry, and the encoded distances of the vertices from the first line of symmetry. The method of claim 1 further comprising:

7. 2. The method of claim 1 , wherein determining the first line of symmetry comprises determining a first plane of symmetry that contains the first line of symmetry, and wherein compressing the information about the first line of symmetry into the bitstream comprises encoding the first plane of symmetry.

8. 8. The method of claim 7, wherein the first plane of symmetry is encoded using a symmetric set of vertices comprising a first vertex and a second vertex, such that a second vertex is provided by mirroring the first vertex about the first plane of symmetry.

9. The method of claim 8 , wherein the first vertex of the symmetric set of vertices is encoded in mesh data or signaled along with the first plane of symmetry.

10. The method of claim 7 , wherein the first plane of symmetry is modeled using a linear equation with four signaled parameters.

11. 2. The method of claim 1, wherein a mirrored vertex is a vertex of the first subdivision that is mirrored about the first line of symmetry, and the mirrored vertex and a corresponding vertex from the second subdivision have a first displacement, and the method includes compressing information about the first displacement into the bitstream.

12. 12. The method of claim 11, further comprising providing a displacement vector comprising the respective displacements of a set of vertices of the first subdivision and a corresponding set of vertices of the second subdivision, the method including compressing information about the displacement vector into the bitstream.

13. The method of claim 11 , wherein the first division and the second division comprise symmetric meshes.

14. The method of claim 1 , wherein the first line of symmetry is a plane used for reflection about the symmetry.

15. a control circuit; Memory and 15. A computing system comprising one or more sets of instructions stored in the memory and configured to be executed by the control circuitry, the one or more sets of instructions causing the control circuitry to perform a method according to any one of claims 1 to 14.

16. 15. A computer program comprising one or more sets of instructions when executed by a computing device having control circuitry and a memory, the computer program being configured to cause the control circuitry to perform the method of any one of claims 1 to 14.

Citation Information

Patent Citations

  • Multiple viewpoint picture encoding / decoding device, multiple viewpoint picture encoding / decoding method and picture encoding / decoding device for three-dimensional object

    JP1999161800A

  • Method and apparatus for compressing mirror-symmetry-based 3D models

    JP2015504559A