WO2018215134A1 - Methods and devices for encoding and reconstructing a point cloud - Google Patents

Methods and devices for encoding and reconstructing a point cloud Download PDF

Info

Publication number
WO2018215134A1
WO2018215134A1 PCT/EP2018/059420 EP2018059420W WO2018215134A1 WO 2018215134 A1 WO2018215134 A1 WO 2018215134A1 EP 2018059420 W EP2018059420 W EP 2018059420W WO 2018215134 A1 WO2018215134 A1 WO 2018215134A1
Authority
WO
WIPO (PCT)
Prior art keywords
cluster
attributes
point
point cloud
points
Prior art date
Legal status (The legal status 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 status listed.)
Ceased
Application number
PCT/EP2018/059420
Other languages
English (en)
French (fr)
Inventor
Kangying Cai
Wei Hu
Sébastien Lasserre
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
InterDigital VC Holdings Inc
Original Assignee
InterDigital VC Holdings 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 InterDigital VC Holdings Inc filed Critical InterDigital VC Holdings Inc
Priority to JP2019561153A priority Critical patent/JP7309616B2/ja
Priority to EP18719779.3A priority patent/EP3632112A1/en
Priority to MX2019014040A priority patent/MX2019014040A/es
Priority to CN201880034063.5A priority patent/CN110663255B/zh
Priority to US16/616,491 priority patent/US11627339B2/en
Publication of WO2018215134A1 publication Critical patent/WO2018215134A1/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

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/60Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using transform coding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/60Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using transform coding
    • H04N19/62Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using transform coding by frequency transforming in three dimensions
    • 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/18Methods 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 set of transform coefficients
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/50Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
    • H04N19/597Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding specially adapted for multi-view video sequence encoding

Definitions

  • the present disclosure generally relates to the field of point cloud data sources.
  • PCC point cloud compression
  • the disclosure concerns a method for encoding a point cloud and a corresponding encoder. It also concerns a method for reconstructing a point cloud and a corresponding decoder. It further concerns computer programs implementing the encoding and reconstructing methods of the invention.
  • a point cloud consists in a set of points. Each point is defined by its spatial location (x, y, z), i.e. geometry information, and different attributes, which typically include the color information in (R, G, B) or (Y, U, V) or any other color coordinate system. Geometry can be regarded as one of the attribute data. In the rest of this disclosure, both geometry and other attribute data are considered as attributes of points.
  • Point cloud data sources are found in many applications. Important applications relying on huge point cloud data sources can be found in geographic information systems, robotics, medical tomography and scientific visualization.
  • Scanned 3D point clouds often have thousands of points and occupy large amounts of storage space. Additionally, they can be generated at a high rate when captured live from 3D scanners, increasing the data rate even further. Therefore, point cloud compression is critical for efficient networked distribution and storage.
  • the first coding approach is based on the octree based point-cloud representation. It is described, for instance, in J. Peng and C.-C. Jay Kuo, "Geometry-guided progressive lossless 3D mesh coding with octree (OT) decomposition," ACM Trans. Graph, vol. 21 , no. 2, pp. 609-616, July 2005 and in Yan Huang, Jingliang Peng, C.-C. Jay Kuo and M. Gopi, "A Generic Scheme for Progressive Point Cloud Coding," IEEE Transactions on Visualization and Computer Graphics, vol. 14, no. 2, pp. 440-453, 2008.
  • An octree is a tree data structure where every branch node represents a certain cube or cuboid bounding volume in space. Starting at the root, every branch has up to eight children, one for each sub-octant of the node's bounding box.
  • a single bit is used to mark whether every child of a branch node is empty and then this branch node configuration can be efficiently represented in a single byte, assuming some consistent ordering of the eight octants.
  • the point distribution in space can be efficiently encoded.
  • the number of bits set in the first byte tells the decoder the number of consecutive bytes that are direct children.
  • the bit positions specify the voxel/child in the octree they occupy.
  • the right half side of Figure 2 illustrates this byte stream representation for the octree represented in the left half side.
  • octree representation Due to its hierarchical nature, the octree representation is very efficient in exploiting the sparsity of point clouds. Thus, octree decomposition based strategy is very efficient for compressing sparse point clouds. However, octree-based representation is inefficient for representing and compressing watertight dense point clouds. Moreover, most of the existing octree-based point cloud representations independently represent geometry and other attributes of points.
  • the second coding approach is based on the segmentation based point cloud representation. It is described, for instance, in T. Ochotta and D. Saupe, "Compression of point-based 3d models by shape-adaptive wavelet coding of multi-heightfields," in Proc. Eurographics Symp. on Point- Based Graphics, 2004, and in J. Digne, R. Chaine, S. Valette, et al, "Self-similarity for accurate compression of point sampled surfaces," Computer Graphics Forum, vol. 33, p. 155-164, 2014.
  • the segmentation based point cloud representation comprises three steps: plane-like decomposition, plane projection and coding.
  • the point cloud data is segmented into plane-like patches.
  • the resultant patches are projected onto one or several planes.
  • the projected image(s) are compressed. Efficient image/video compression techniques can be used for compressing the projected image(s).
  • the present disclosure proposes a solution for improving the situation.
  • the disclosure concerns a method for encoding a point cloud according to claim 1 and a corresponding encoder according to claim 2. It also concerns a method for reconstructing a point cloud according to claim 8 and a corresponding decoder according to claim 9. It further concerns computer programs implementing the encoding and reconstructing methods of the invention. It also concerns a signal according to claim 15.
  • the present disclosure provides a method for encoding a point cloud comprising a plurality of points, in which each point is defined by attributes, the attributes including the spatial position of the point in a 3D space and at least one feature of the point, wherein the method comprises:
  • GFT Graph Fourier Transform
  • the coding method of the invention jointly compresses the attributes, which include the geometry i.e. the spatial position of the points in the 3D space and at least one other attribute i.e. a feature such as the color or the texture, and exploits the redundancy among them based on the GFT.
  • the graph transform operation is performed within each cluster and thus it is more efficient in the sense of processing time.
  • the method comprises, for each cluster, transmitting to a decoder the encoded GFT coefficients and identifiers of the cluster and of the computed GFT.
  • identifiers may consist on cluster indices and GFT indices in order to indicate to the decoder which GFT is used for which cluster so that the decoder can perform the correct inverse transform for the final reconstruction of the point cloud.
  • the encoding of the GFT coefficients is an entropy encoding.
  • the segmentation of the point cloud into clusters uses a normalized cuts technique.
  • vertices of the constructed similarity graph consist of the points of the corresponding cluster and the method comprises assigning a weight w between any vertices P, and Pj of the graph.
  • the weight w between vertices Pi and Pj is set to 0 if said weight is less than a threshold.
  • the small weights are not encoded so as to reduce the overall coding bits while not degrading the coding quality as a small weight means that the corresponding connected vertices are dissimilar to some extent.
  • constructing the similarity graph comprises adding an edge e,,j between vertices Pi and Pj if the weight w is equal to or greater than the threshold.
  • the present disclosure also provides an encoder for encoding a point cloud comprising a plurality of points, in which each point is defined by attributes, the attributes including the spatial position of the point in a 3D space and at least one feature of the point, wherein the encoder comprises : a segmentation module configured to segment the point cloud into clusters of points on the basis of the attributes of the points;
  • a construction module configured to construct, for each cluster, a similarity graph representing the similarity among neighboring points of the cluster in terms of the attributes
  • a computation module configured to compute, for each cluster; a Graph Fourier Transform, GFT, based on the constructed similarity graph, the GFT being characterized by its coefficients; and a coding module configured to encode the GFT coefficients.
  • the encoder comprises a transmitter configured to transmit to a decoder the encoded GFT coefficients and identifiers of the clusters and of the computed GFTs.
  • the present disclosure also provides a method for reconstructing a point cloud comprising a plurality of points, in which each point is defined by attributes, the attributes including the spatial position of the point in a 3D space and at least one feature of the point, wherein the method comprises: receiving data including GFT coefficients associated with cluster indices and GFT indices; decoding the received data; and
  • the decoding includes an entropy decoding.
  • the present disclosure also provides a decoder for reconstructing a point cloud comprising a plurality of points, in which each point is defined by attributes, the attributes including the spatial position of the point in a 3D space and at least one feature of the point, wherein the decoder comprises: a receiver configured to receive encoded data including GFT coefficients associated with cluster indices and GFT indices;
  • a decoding module configured to decode the received data
  • a reconstruction module configured to reconstruct clusters by performing for each cluster identified by a received cluster index an inverse GFT.
  • the methods according to the disclosure may be implemented in software on a programmable apparatus. They may be implemented solely in hardware or in software, or in a combination thereof. Since these methods can be implemented in software, they can be embodied as computer readable code for provision to a programmable apparatus on any suitable carrier medium.
  • a carrier medium may comprise a storage medium such as a floppy disk, a CD-ROM, a hard disk drive, a magnetic tape device or a solid state memory device and the like.
  • the diagram of figure 3 illustrates an example of the general algorithm for such computer program.
  • the disclosure also provides a computer-readable program comprising computer-executable instructions to enable a computer to perform the reconstructing method of the invention.
  • the diagram of figure 4 illustrates an example of the general algorithm for such computer program.
  • Figure 1 is a schematic view illustrating an octree-based point cloud representation according to the prior art
  • Figure 2 already described, is a schematic view illustrating an overview of an octree data structure;
  • Figure 3 is a flowchart showing the steps of encoding a point cloud, according to an embodiment of the present invention
  • Figure 4 is a flowchart showing the steps of reconstructing a point cloud, according to an embodiment of the present invention.
  • Figure 5 is a schematic view illustrating an encoder, according to an embodiment of the invention.
  • Figure 6 is a schematic view illustrating a decoder, according to an embodiment of the invention.
  • the points of the point cloud PC are characterized by their attributes which include the geometry, i.e. the spatial position of each point and at least another attribute of the point, such as for example the color.
  • attributes include the geometry, i.e. the spatial position of each point and at least another attribute of the point, such as for example the color.
  • each point of the point cloud has two attributes : the geometry g in the 3D space and the color c in the RGB space.
  • the point cloud data is classified into several clusters at step 2. As a result of this clustering, the point cloud data in each cluster can be approximated by a linear function as it has generally been observed that most point cloud data has a piecewise linear behavior.
  • This clustering may be performed by any prior art clustering method.
  • the clustering is performed using the normalized cuts technique modified, according to the present embodiment, in order to consider similarities between all the attributes of the points of the point cloud.
  • multi-lateral relations are considered. That is, both similarities in the geometry and in the other attributes, such as the color, are taken into account to segment the point cluster in order to achieve a clustering result that exploits the piecewise linear property in an optimal way.
  • the point cloud PC is clustered into a plurality of clusters identified by corresponding indices C,, wherein 1 ⁇ i ⁇ N, where N is the obtained number of clusters.
  • the cluster indices are assigned randomly, while ensuring that a unique index is assigned for each cluster.
  • a similarity graph is constructed for each cluster.
  • This similarity graph represents the similarity among neighboring vertices, i.e. points, of the cluster and permits to acquire a compact representation of the cluster.
  • a graph G (V, E, W) consists of a finite set of vertices V with cardinality
  • N, a set of edges E connecting vertices, and a weighted adjacency matrix W .
  • (J is a parameter used to control the weight value and is often set empirically.
  • the graph is constructed as follows.
  • the possible edge weight between it and any other point Pj in the cluster is calculating according to equation (1 ). If j j >— t, an edge 6?j j between Pi and Pj is added and the calculated weight jj is attached to the edge, otherwise, Pi and Pj are disconnected as a small weight means that there's a large discrepancy between them.
  • step 6 the GFT is calculated for each cluster based on the constructed similarity graph.
  • the weighted adjacency matrix is obtained from the weights of the graph. Then, the graph Laplacian matrix is computed. There exist different variants of Laplacian matrices.
  • This Laplacian matrix is employed in one embodiment for two reasons.
  • 0 is guaranteed to be an eigenvalue with [l . . . l] T as the corresponding eigenvector.
  • This allows a frequency interpretation of the GFT, where the eigenvalues ⁇ 's are the graph frequencies and always have a DC component, which is beneficial for the compression of point cloud data consisting of many smooth regions.
  • high-frequency coefficient are reduced, which leads to a compact representation of the point cloud in the GFT domain.
  • GFT defaults to the well-known DCT when defined for a line graph (corresponding to the 1 D DCT) or a 4-connectivity graph (2D DCT) with all edge weights equal to 1 . That means that the GFT is at least as good as the DCT in sparse signal representation if the weights are chosen in this way. Due to the above two desirable properties, the unnormalized Laplacian matrix is used for the definition of the GFT as described in the following paragraph.
  • the obtained GFT is identified by a GFT index.
  • step 6 results in the GFT coefficients and the GFT indices. Then, at step 8, the GFT coefficients are quantized.
  • the quantized GFT coefficients are entropy coded, for example by using the CABAC method described in Marpe : "Context-Based Adaptive Binary Arithmetic Coding in the H.264/AVC Video Compression Standard", IEEE Trans. Cir. and Sys. For Video Technol. , vol.13, no.7, pages 620-636, 2003.
  • the overhead constituted by the cluster indices and the GFT indices, is entropy coded at step 10 to indicate which GFT is used for which cluster.
  • the encoded GFT coefficients, cluster indices and GFT indices are then transmitted, at step 12, to a decoder.
  • Figure 4 shows the steps of reconstructing a point cloud, i.e. the decoding steps implemented by the decoder after receiving the encoded GFT coefficients, cluster indices and GFT indices, according to an embodiment of the present disclosure.
  • the received GFT coefficients, cluster indices and GFT indices are entropy decoded.
  • the decoded GFT coefficients are dequantized.
  • an inverse GFT is performed using the dequantized GFT coefficient and the decoded GFT indices which indicate the applied GFT.
  • the inverse GFT is given by: where X is the recovered signal representing the point cloud data of each cluster.
  • the graph Fourier transform is calculated as follows, where each point in the point cloud is treated as a vertex in a graph. Firstly, each point is connected to its neighbors as long as they are similar. Two points are disconnected if there is a large discrepancy between them.
  • L D— W .
  • the eigenvectors U of L are the basis vectors of the GFT.
  • the attributes of the points of the point cloud are stacked into a column vector, and the GFT and inverse GFT are computed according to equations 3 and 4.
  • Figure 5 is a block diagram of an exemplary embodiment of an encoder 30 implementing the encoding method of the present disclosure.
  • the encoder 30 includes one or more processors and a memory 32.
  • the encoder 30 comprises: a segmentation module 34 configured to segment the point cloud into clusters of points on the basis of the attributes of the points;
  • a construction module 36 configured to construct, for each cluster, a similarity graph representing the similarity among neighboring points of the cluster in terms of the attributes;
  • a computation module 38 configured to compute, for each cluster; a Graph Fourier Transform, GFT, based on the constructed similarity graph, the GFT being characterized by its coefficients; and
  • a coding module 40 configured to encode the GFT coefficients.
  • the encoder 30 also comprises a transmitter 42 configured to transmit to a decoder the encoded GFT coefficients and identifiers of the clusters and of the computed GFTs.
  • a bus 44 provides a communication path between various elements of the encoder 30.
  • Other point-to-point interconnection options e.g. non-bus architecture are also feasible.
  • Figure 6 is a block diagram of an exemplary embodiment of a decoder 50 implementing the reconstructing method of the present disclosure.
  • the decoder 50 includes one or more processors and a memory 52.
  • the decoder 50 comprises : a receiver 54 configured to receive encoded data including GFT coefficients associated with cluster indices and GFT indices;
  • decoding module 66 configured to decode the received data
  • a reconstruction module 58 configured to reconstruct the clusters by performing for each cluster an inverse GFT.
  • a bus 60 provides a communication path between various elements of the decoder 50.
  • Other point-to-point interconnection options e.g. non-bus architecture are also feasible.
  • graph transform is a GFT
  • other graph transforms may also be used such as, for example, wavelets on graphs, as described in D. Hammond, P. Vandergheynst, and R. Gribonval, "Wavelets on graphs via spectral graph theory” in Elsevier: Appplied and Computational Harmonic Analysis, vol. 30, April 2010, pp. 129-150, and lifting transforms on graphs, as described in G. Shen, "Lifting transforms on graphs: Theory and applications” in Ph.D. dissertation, University of Southern California, 2010.

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)
  • Compression, Expansion, Code Conversion, And Decoders (AREA)
  • Image Processing (AREA)
PCT/EP2018/059420 2017-05-24 2018-04-12 Methods and devices for encoding and reconstructing a point cloud Ceased WO2018215134A1 (en)

Priority Applications (5)

Application Number Priority Date Filing Date Title
JP2019561153A JP7309616B2 (ja) 2017-05-24 2018-04-12 点群を符号化し再構築するための方法及び装置
EP18719779.3A EP3632112A1 (en) 2017-05-24 2018-04-12 Methods and devices for encoding and reconstructing a point cloud
MX2019014040A MX2019014040A (es) 2017-05-24 2018-04-12 Metodos y dispositivos para codificar y reconstruir una nube de puntos.
CN201880034063.5A CN110663255B (zh) 2017-05-24 2018-04-12 用于编码和重构点云的方法和设备
US16/616,491 US11627339B2 (en) 2017-05-24 2018-04-12 Methods and devices for encoding and reconstructing a point cloud

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
EP17305610.2A EP3407607A1 (en) 2017-05-24 2017-05-24 Method and device for encoding and reconstructing a point cloud
EP17305610.2 2017-05-24

Publications (1)

Publication Number Publication Date
WO2018215134A1 true WO2018215134A1 (en) 2018-11-29

Family

ID=59061945

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/EP2018/059420 Ceased WO2018215134A1 (en) 2017-05-24 2018-04-12 Methods and devices for encoding and reconstructing a point cloud

Country Status (6)

Country Link
US (1) US11627339B2 (OSRAM)
EP (2) EP3407607A1 (OSRAM)
JP (1) JP7309616B2 (OSRAM)
CN (1) CN110663255B (OSRAM)
MX (1) MX2019014040A (OSRAM)
WO (1) WO2018215134A1 (OSRAM)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021060229A1 (ja) * 2019-09-26 2021-04-01 シャープ株式会社 三次元表現変換装置、および、三次元表現逆変換装置
WO2021066162A1 (ja) * 2019-10-03 2021-04-08 パナソニック インテレクチュアル プロパティ コーポレーション オブ アメリカ 三次元データ符号化方法、三次元データ復号方法、三次元データ符号化装置、及び三次元データ復号装置
WO2021113053A1 (en) * 2019-12-02 2021-06-10 Tencent America LLC Method and apparatus for point cloud coding
WO2021187565A1 (ja) * 2020-03-19 2021-09-23 パナソニック インテレクチュアル プロパティ コーポレーション オブ アメリカ 三次元データ符号化方法、三次元データ復号方法、三次元データ符号化装置、及び三次元データ復号装置
CN115088015A (zh) * 2020-02-27 2022-09-20 苹果公司 点云集群的空间关系

Families Citing this family (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2020143005A1 (zh) * 2019-01-10 2020-07-16 深圳市大疆创新科技有限公司 对三维数据点集进行编码或解码的方法和设备
CN113615204B (zh) * 2019-03-20 2024-02-20 Lg电子株式会社 点云数据发送装置、点云数据发送方法、点云数据接收装置和点云数据接收方法
CN109979008B (zh) 2019-04-09 2023-04-07 北京大学深圳研究生院 一种基于属性的点云条带划分方法
US11693924B2 (en) * 2019-06-06 2023-07-04 Hitachi, Ltd. System and method for maintenance recommendation in industrial networks
US11741637B2 (en) * 2020-02-10 2023-08-29 Tencent America LLC Node-based geometry and attribute coding for a point cloud
GB202001839D0 (en) * 2020-02-11 2020-03-25 V Nova Int Ltd Use of tiered hierarchical coding for point cloud compression
CN113315970B (zh) * 2020-02-26 2023-08-01 武汉Tcl集团工业研究院有限公司 一种图像压缩方法、图像解码方法、智能终端及存储介质
WO2021215811A1 (ko) * 2020-04-24 2021-10-28 엘지전자 주식회사 포인트 클라우드 데이터 송신 장치, 포인트 클라우드 데이터 송신 방법, 포인트 클라우드 데이터 수신 장치 및 포인트 클라우드 데이터 수신 방법
WO2022252337A1 (zh) * 2021-06-04 2022-12-08 华为技术有限公司 3d地图的编解码方法及装置
CN113395506A (zh) * 2021-06-16 2021-09-14 北京大学深圳研究生院 一种基于分段的点云邻居搜索方法、编码方法、解码方法及设备
CN113963184A (zh) * 2021-10-09 2022-01-21 杭州大数云智科技有限公司 一种激光点云场景相似度评价方法
WO2023093785A1 (en) * 2021-11-24 2023-06-01 Beijing Bytedance Network Technology Co., Ltd. Method, apparatus, and medium for point cloud coding
CN114860725B (zh) * 2022-04-24 2025-03-18 京东城市(北京)数字科技有限公司 一种空间数据处理的方法和装置
WO2024085936A1 (en) * 2022-10-21 2024-04-25 Innopeak Technology, Inc. System and method for geometry point cloud coding
US11748945B1 (en) * 2023-02-14 2023-09-05 Illuscio, Inc. Systems and methods for signal-based point cloud representation
JP2024155592A (ja) * 2023-04-21 2024-10-31 キヤノン株式会社 再生装置、生成装置、制御方法、プログラム及び記録媒体
TWI819989B (zh) * 2023-05-17 2023-10-21 台達電子工業股份有限公司 三維物件的建模裝置及建模方法
US20240394925A1 (en) * 2023-05-24 2024-11-28 Tencent America LLC On sub-division of mesh sequences

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016129872A1 (ko) * 2015-02-12 2016-08-18 엘지전자(주) 그래프 기반 변환을 이용하여 비디오 신호를 처리하는 방법 및 장치

Family Cites Families (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3009651B1 (ja) * 1998-10-06 2000-02-14 彰 川中 3次元データを圧縮する方法、復元方法
US7940279B2 (en) 2007-03-27 2011-05-10 Utah State University System and method for rendering of texel imagery
WO2008138378A1 (en) * 2007-05-14 2008-11-20 Max-Planck-Gesellschaft Zur Förderung Des Wissenschaften E.V. Method and device for reconstructing an object surface
JP2010250634A (ja) * 2009-04-17 2010-11-04 Seiko Epson Corp 画像サーバー、画像検索システム、画像検索方法およびインデックス作成方法
JP5512827B2 (ja) 2010-01-25 2014-06-04 トムソン ライセンシング 3dメッシュ・モデルの法線をエンコードする方法、3dメッシュ・モデルの法線をデコードする方法、エンコーダおよびデコーダ
CN103858433B (zh) 2011-08-25 2017-08-15 汤姆逊许可公司 分层熵编码及解码
US9111333B2 (en) 2011-11-07 2015-08-18 Thomson Licensing Predictive position encoding
US9153061B2 (en) * 2012-05-04 2015-10-06 Qualcomm Incorporated Segmentation of 3D point clouds for dense 3D modeling
US20140192050A1 (en) * 2012-10-05 2014-07-10 University Of Southern California Three-dimensional point processing and model generation
US9098773B2 (en) * 2013-06-27 2015-08-04 Chevron U.S.A. Inc. System and method of detecting objects in scene point cloud
US9704055B2 (en) 2013-11-07 2017-07-11 Autodesk, Inc. Occlusion render mechanism for point clouds
FR3038196A1 (fr) * 2015-06-29 2016-12-30 B<>Com Procede de codage d'une image numerique, procede de decodage, dispositifs et programmes d'ordinateurs associes
CN105630905A (zh) 2015-12-14 2016-06-01 西安科技大学 一种基于散乱点云数据的分层式压缩方法及装置
EP3392840A4 (en) * 2015-12-14 2019-02-06 Panasonic Intellectual Property Corporation of America METHOD FOR CODING THREE-DIMENSIONAL DATA, METHOD FOR DECODING THREE-DIMENSIONAL DATA, DEVICE FOR CODING THREE-DIMENSIONAL DATA AND DEVICE FOR DECODING THREE-DIMENSIONAL DATA
JP6826368B2 (ja) * 2016-01-14 2021-02-03 キヤノン株式会社 符号化装置及びその制御方法
JP6088094B1 (ja) * 2016-06-20 2017-03-01 株式会社Cygames 複合現実環境を作成するためのシステム等
CN106407408B (zh) 2016-09-22 2019-08-16 北京数字绿土科技有限公司 一种海量点云数据的空间索引构建方法及装置
US10623635B2 (en) * 2016-09-23 2020-04-14 Mediatek Inc. System and method for specifying, signaling and using coding-independent code points in processing media contents from multiple media sources
CN106651900B (zh) * 2016-12-27 2019-07-23 中国农业大学 一种基于轮廓分割的高架原位草莓三维建模方法

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016129872A1 (ko) * 2015-02-12 2016-08-18 엘지전자(주) 그래프 기반 변환을 이용하여 비디오 신호를 처리하는 방법 및 장치

Non-Patent Citations (16)

* Cited by examiner, † Cited by third party
Title
COLLET ET AL.: "High-quality streamable free-viewpoint video", ACM TRANSACTIONS ON GRAPHICS, vol. 34, no. 4, 2015, XP055424381, DOI: doi:10.1145/2766945
D. HAMMOND; P. VANDERGHEYNST; R. GRIBONVAL: "Appplied and Computational Harmonic Analysis", vol. 30, April 2010, ELSEVIER, article "Wavelets on graphs via spectral graph theory", pages: 129 - 150
DONG TIAN ET AL: "CDVA CE2: Graph transform for keypoint trajectory coding", 115. MPEG MEETING; 30-5-2016 - 3-6-2016; GENEVA; (MOTION PICTURE EXPERT GROUP OR ISO/IEC JTC1/SC29/WG11),, no. m38671, 25 May 2016 (2016-05-25), XP030067023 *
G. SHEN: "Ph.D. dissertation", 2010, UNIVERSITY OF SOUTHERN CALIFORNIA, article "Lifting transforms on graphs: Theory and applications"
J. DIGNE; R. CHAINE; S. VALETTE ET AL.: "Self-similarity for accurate compression of point sampled surfaces", COMPUTER GRAPHICS FORUM, vol. 33, 2014, pages 155 - 164, XP055397082, DOI: doi:10.1111/cgf.12305
J. K. N. BLODOW; R. RUSU; S. GEDIKLI; E. S. M BEETZ: "Real-time compression of point cloud streams", ROBOTICS AND AUTOMATION (ICRA), 2012 IEEE INTERNATIONAL CONFERENCE, 14 May 2012 (2012-05-14), pages 778,785
J. PENG; C.-C. JAY KUO: "Geometry-guided progressive lossless 3D mesh coding with octree (OT) decomposition", ACM TRANS. GRAPH, vol. 21, no. 2, July 2005 (2005-07-01), pages 609 - 616
MALIK ET AL.: "Normalized cuts and image segmentation", IEEE TRANS. PATTERN ANAL. MACH. INTELL., vol. 22, no. 8, 2000, pages 888 - 905, XP002413789, DOI: doi:10.1109/34.868688
MARPE: "Context-Based Adaptive Binary Arithmetic Coding in the H.264/AVC Video Compression Standard", IEEE TRANS. CIR. AND SYS. FOR VIDEO TECHNOL., vol. 13, no. 7, 2003, pages 620 - 636, XP011099255, DOI: doi:10.1109/TCSVT.2003.815173
QUEIROZ ET AL.: "Compression of 3D point clouds using a region-adaptive hierarchical transform", IEEE TRANSACTIONS ON IMAGE PROCESSING, vol. 25, no. 8, August 2016 (2016-08-01), XP011615540, DOI: doi:10.1109/TIP.2016.2575005
T. OCHOTTA; D. SAUPE: "Compression of point-based 3d models by shape-adaptive wavelet coding of multi-heightfields", PROC. EUROGRAPHICS SYMP. ON POINT-BASED GRAPHICS, 2004
THANOU DORINA ET AL: "Graph-Based Compression of Dynamic 3D Point Cloud Sequences", IEEE TRANSACTIONS ON IMAGE PROCESSING, IEEE SERVICE CENTER, PISCATAWAY, NJ, US, vol. 25, no. 4, 1 April 2016 (2016-04-01), pages 1765 - 1778, XP011602605, ISSN: 1057-7149, [retrieved on 20160307], DOI: 10.1109/TIP.2016.2529506 *
THANOU DORINA ET AL: "Graph-based motion estimation and compensation for dynamic 3D point cloud compression", 2015 IEEE INTERNATIONAL CONFERENCE ON IMAGE PROCESSING (ICIP), IEEE, 27 September 2015 (2015-09-27), pages 3235 - 3239, XP032827070, DOI: 10.1109/ICIP.2015.7351401 *
THANOU ET AL.: "Graph-based compression of dynamic 3D point cloud sequences", IEEE TRANSACTIONS ON IMAGE PROCESSING, vol. 25, no. 4, 2016, pages 1765 - 1778, XP011602605, DOI: doi:10.1109/TIP.2016.2529506
YAN HUANG; JINGLIANG PENG, C.-C; JAY KUO; M. GOPI: "A Generic Scheme for Progressive Point Cloud Coding", IEEE TRANSACTIONS ON VISUALIZATION AND COMPUTER GRAPHICS, vol. 14, no. 2, 2008, pages 440 - 453, XP011196616, DOI: doi:10.1109/TVCG.2008.28
ZHANG ET AL.: "Point cloud attribute compression with graph transform", IEEE INTERNATIONAL CONFERENCE ON IMAGE PROCESSING, 2014

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021060229A1 (ja) * 2019-09-26 2021-04-01 シャープ株式会社 三次元表現変換装置、および、三次元表現逆変換装置
WO2021066162A1 (ja) * 2019-10-03 2021-04-08 パナソニック インテレクチュアル プロパティ コーポレーション オブ アメリカ 三次元データ符号化方法、三次元データ復号方法、三次元データ符号化装置、及び三次元データ復号装置
JPWO2021066162A1 (OSRAM) * 2019-10-03 2021-04-08
WO2021113053A1 (en) * 2019-12-02 2021-06-10 Tencent America LLC Method and apparatus for point cloud coding
US11417029B2 (en) 2019-12-02 2022-08-16 Tencent America LLC Method and apparatus for point cloud coding
US11783512B2 (en) 2019-12-02 2023-10-10 Tencent America LLC Attribute value of reconstructed position associated with plural original points
CN115088015A (zh) * 2020-02-27 2022-09-20 苹果公司 点云集群的空间关系
CN115088015B (zh) * 2020-02-27 2023-04-21 苹果公司 点云集群的空间关系
WO2021187565A1 (ja) * 2020-03-19 2021-09-23 パナソニック インテレクチュアル プロパティ コーポレーション オブ アメリカ 三次元データ符号化方法、三次元データ復号方法、三次元データ符号化装置、及び三次元データ復号装置

Also Published As

Publication number Publication date
EP3632112A1 (en) 2020-04-08
MX2019014040A (es) 2020-07-28
EP3407607A1 (en) 2018-11-28
JP7309616B2 (ja) 2023-07-18
US20200092584A1 (en) 2020-03-19
JP2020521359A (ja) 2020-07-16
US11627339B2 (en) 2023-04-11
CN110663255A (zh) 2020-01-07
CN110663255B (zh) 2023-04-04

Similar Documents

Publication Publication Date Title
US11627339B2 (en) Methods and devices for encoding and reconstructing a point cloud
CN112184840B (zh) 基于多尺度结构化字典学习的3d点云压缩系统
Krivokuća et al. A volumetric approach to point cloud compression–part ii: Geometry compression
CN111386551B (zh) 点云的预测编码、解码的方法和设备
De Queiroz et al. Transform coding for point clouds using a Gaussian process model
US11348260B2 (en) Methods and devices for encoding and reconstructing a point cloud
EP3942830A1 (en) Methods and devices for predictive point cloud attribute coding
US20230237705A1 (en) Methods for level partition of point cloud, and decoder
RU2567988C2 (ru) Кодер, способ кодирования данных, декодер, способ декодирования данных, система передачи данных, способ передачи данных и программный продукт
CN116233468A (zh) 点云解码方法、点云编码方法、装置、设备、介质及产品
WO2022131948A1 (en) Devices and methods for sequential coding for point cloud compression
Krivokuća et al. A volumetric approach to point cloud compression
WO2024175011A1 (en) Method, apparatus, and medium for point cloud coding
WO2024074122A1 (en) Method, apparatus, and medium for point cloud coding
Gu et al. Compression of 3D point clouds using 1D discrete cosine transform
WO2024074121A9 (en) Method, apparatus, and medium for point cloud coding
JP7735574B2 (ja) 点群コーディングのための方法、装置、及び媒体
WO2025077881A1 (en) Method, apparatus, and medium for point cloud coding
WO2024212969A1 (en) Method, apparatus, and medium for video processing
WO2024078925A1 (en) Motion coding for dynamic meshes using intra- and inter-frame graph fourier transforms
Lincoln et al. Plane-Tree Low-Bitrate Mesh Compression
CN119854527A (zh) 用于网格压缩和解码的方法、装置和计算机可读介质
CN120303923A (zh) 几何点云编码方法、编码器及解码器
HK40073695B (zh) 点云数据的解码方法、编码方法、装置、设备及存储介质
CN120641944A (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: 18719779

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2019561153

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 2018719779

Country of ref document: EP

ENP Entry into the national phase

Ref document number: 2018719779

Country of ref document: EP

Effective date: 20200102