US20220174318A1 - Three-dimensional data encoding method, three-dimensional data decoding method, three-dimensional data encoding device, and three-dimensional data decoding device - Google Patents

Three-dimensional data encoding method, three-dimensional data decoding method, three-dimensional data encoding device, and three-dimensional data decoding device Download PDF

Info

Publication number
US20220174318A1
US20220174318A1 US17/674,380 US202217674380A US2022174318A1 US 20220174318 A1 US20220174318 A1 US 20220174318A1 US 202217674380 A US202217674380 A US 202217674380A US 2022174318 A1 US2022174318 A1 US 2022174318A1
Authority
US
United States
Prior art keywords
dimensional data
processing units
encoding
gos
spc
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.)
Pending
Application number
US17/674,380
Inventor
Tadamasa Toma
Takahiro Nishi
Kengo Terada
Yui Koashi
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.)
Panasonic Intellectual Property Corp of America
Original Assignee
Panasonic Intellectual Property Corp of America
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 Panasonic Intellectual Property Corp of America filed Critical Panasonic Intellectual Property Corp of America
Priority to US17/674,380 priority Critical patent/US20220174318A1/en
Publication of US20220174318A1 publication Critical patent/US20220174318A1/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T9/00Image coding
    • G06T9/001Model-based coding, e.g. wire frame
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T9/00Image coding
    • G06T9/004Predictors, e.g. intraframe, interframe coding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/42Methods or arrangements for coding, decoding, compressing or decompressing digital video signals characterised by implementation details or hardware specially adapted for video compression or decompression, e.g. dedicated software implementation
    • H04N19/436Methods or arrangements for coding, decoding, compressing or decompressing digital video signals characterised by implementation details or hardware specially adapted for video compression or decompression, e.g. dedicated software implementation using parallelised computational arrangements
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10028Range image; Depth image; 3D point clouds
    • 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/503Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving temporal prediction
    • 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/593Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving spatial prediction techniques

Definitions

  • the present disclosure relates to a three-dimensional data encoding method, a three-dimensional data decoding method, a three-dimensional data encoding device, and a three-dimensional data decoding device.
  • Three-dimensional data is obtained through various means including a distance sensor such as a rangefinder, as well as a stereo camera and a combination of a plurality of monocular cameras.
  • Methods of representing three-dimensional data include a method known as a point cloud scheme that represents the shape of a three-dimensional structure by a point group in a three-dimensional space (for example, see Octree-Based Progressive Geometry Coding of Point Clouds”, Eurographics Symposium on Point-Based Graphics (2006)).
  • the point cloud scheme the positions and colors of a point group are stored.
  • point cloud is expected to be a mainstream method of representing three-dimensional data
  • a massive amount of data of a point group necessitates compression of the amount of three-dimensional data by encoding for accumulation and transmission, as in the case of a two-dimensional moving picture (examples include MPEG-4 AVC and HEVC standardized by MPEG).
  • point cloud compression is partially supported by, for example, an open-source library (Point Cloud Library) for point cloud-related processing.
  • Open-source library Point Cloud Library
  • the present disclosure thus aims to provide a three-dimensional data encoding method, a three-dimensional data decoding method, a three-dimensional data encoding device, or a three-dimensional data decoding device capable of providing random access functionality for encoded three-dimensional data.
  • the present disclosure which is configured to divide a space for encoding, enables quantization, prediction, etc. of such space, and thus is effective also for the case where no random access is performed.
  • the three-dimensional data encoding method is a three-dimensional data encoding method for encoding three-dimensional data that includes: dividing the three-dimensional data into first processing units, each being a random access unit and being associated with three-dimensional coordinates; and encoding each of the first processing units to generate encoded data.
  • the three-dimensional data decoding method is a three-dimensional data decoding method for decoding three-dimensional data that includes: decoding each encoded data of first processing units, each being a random access unit and being associated with three-dimensional coordinates, to generate three-dimensional data of the first processing units.
  • the present disclosure provides a three-dimensional data encoding method, a three-dimensional data decoding method, a three-dimensional data encoding device, or a three-dimensional data decoding device capable of providing random access functionality for encoded three-dimensional data.
  • FIG. 1 is a diagram showing the structure of encoded three-dimensional data according to an embodiment
  • FIG. 2 is a diagram showing an example of prediction structures among SPCs that belong to the lowermost layer in a GOS according to the embodiment
  • FIG. 3 is a diagram showing an example of prediction structures among layers according to the embodiment.
  • FIG. 4 is a diagram showing an example order of encoding GOSs according to the embodiment.
  • FIG. 5 is a diagram showing an example order of encoding GOSs according to the embodiment.
  • FIG. 6 is a block diagram of a three-dimensional data encoding device according to the embodiment.
  • FIG. 7 is a flowchart of encoding processes according to the embodiment.
  • FIG. 8 is a block diagram of a three-dimensional data decoding device according to the embodiment.
  • FIG. 9 is a flowchart of decoding processes according to the embodiment.
  • FIG. 10 is a diagram showing an example of meta information according to the embodiment.
  • the three-dimensional data encoding method is a three-dimensional data encoding method for encoding three-dimensional data, the method including: dividing the three-dimensional data into first processing units, each being a random access unit and being associated with three-dimensional coordinates; and encoding each of the first processing units to generate encoded data.
  • the three-dimensional data encoding method is thus capable of providing random access functionality for encoded three-dimensional data.
  • the three-dimensional data encoding method may include generating first information indicating the first processing units and the three-dimensional coordinates associated with each of the first processing units, and the encoded data may include the first information.
  • the first information may further indicate at least one of an object, a time, and a data storage location that are associated with each of the first processing units.
  • each of the first processing units may be further divided into second processing units, and in the encoding, each of the second processing units may be encoded.
  • a current second processing unit among the second processing units included in a current first processing unit among the first processing units may be encoded by referring to another of the second processing units included in the current first processing unit.
  • one of three types may be selected as a type of the current second processing unit, and the current second processing unit may be encoded in accordance with the type that has been selected, the three types being a first type in which another of the second processing units is not referred to, a second type in which another of the second processing units is referred to, and a third type in which other two of the second processing units are referred to.
  • a frequency of selecting the first type may be changed in accordance with the number, or sparseness and denseness of objects included in the three-dimensional data.
  • a size of the first processing units may be determined in accordance with the number, or sparseness and denseness of objects or dynamic objects included in the three-dimensional data.
  • each of the first processing units may be spatially divided in a predetermined direction to have layers, each including at least one of the second processing units, and in the encoding, each of the second processing units may be encoded by referring to another of the second processing units included in an identical layer of the each of the second processing units or included in a lower layer of the identical layer.
  • a second processing unit including only a static object and a second processing unit including only a dynamic object may be assigned to different ones of the first processing units.
  • dynamic objects may be individually encoded, and encoded data of each of the dynamic objects may be associated with a second processing unit, among the second processing units, that includes only a static object.
  • each of the second processing units may be further divided into third processing units, and in the encoding, each of the third processing units may be encoded.
  • each of the third processing units may include at least one voxel, which is a minimum unit in which position information is associated.
  • each of the second processing units may include a characteristic point group derived from information obtained by a sensor.
  • the encoded data may include information indicating an encoding order of the first processing units.
  • the encoded data may include information indicating a size of the first processing units.
  • the first processing units may be encoded in parallel.
  • the three-dimensional data decoding method is a three-dimensional data decoding method for decoding three-dimensional data, the method including: decoding each encoded data of first processing units, each being a random access unit and being associated with three-dimensional coordinates, to generate three-dimensional data of the first processing units.
  • the three-dimensional data decoding method is thus capable of providing random access functionality for encoded three-dimensional data.
  • the three-dimensional data encoding device is a three-dimensional data encoding device that encodes three-dimensional data that may include: a divider that divides the three-dimensional data into first processing units, each being a random access unit and being associated with three-dimensional coordinates; and an encoder that encodes each of the first processing units to generate encoded data.
  • the three-dimensional data encoding device is thus capable of providing random access functionality for encoded three-dimensional data.
  • the three-dimensional data decoding device is a three-dimensional data decoding device that decodes three-dimensional data that may include: a decoder that decodes each encoded data of first processing units, each being a random access unit and being associated with three-dimensional coordinates, to generate three-dimensional data of the first processing units.
  • the three-dimensional data decoding device is thus capable of providing random access functionality for encoded three-dimensional data.
  • FIG. 1 is a diagram showing the structure of encoded three-dimensional data according to the present embodiment.
  • a three-dimensional space is divided into spaces (SPCs), which correspond to pictures in moving picture encoding, and the three-dimensional data is encoded on a SPC-by-SPC basis.
  • SPC space
  • Each SPC is further divided into volumes (VLMs), which correspond to macroblocks, etc. in moving picture encoding, and predictions and transforms are performed on a VLM-by-VLM basis.
  • VLMs volumes
  • Each volume includes a plurality of voxels (VXLs), each being a minimum unit in which position coordinates are associated.
  • prediction is a process of generating predictive three-dimensional data analogous to a current processing unit by referring to another processing unit, and encoding a differential between the predictive three-dimensional data and the current processing unit, as in the case of predictions performed on two-dimensional images.
  • Such prediction includes not only spatial prediction in which another prediction unit corresponding to the same time is referred to, but also temporal prediction in which a prediction unit corresponding to a different time is referred to.
  • the three-dimensional data encoding device When encoding a three-dimensional space represented by point group data such as a point cloud, for example, the three-dimensional data encoding device (hereinafter also referred to as the encoding device) encodes the points in the point group or points included in the respective voxels in a collective manner, in accordance with a voxel size. Finer voxels enable a highly-precise representation of the three-dimensional shape of a point group, while larger voxels enable a rough representation of the three-dimensional shape of a point group.
  • three-dimensional data is a point cloud
  • three-dimensional data is not limited to a point cloud, and thus three-dimensional data of any format may be employed.
  • voxels with a hierarchical structure may be used.
  • the hierarchy includes n levels
  • whether a sampling point is included in the n ⁇ 1th level or its lower levels (the lower levels of the n-th level) may be sequentially indicated.
  • the n-th level can be decoded on the assumption that a sampling point is included at the center of a voxel in the n-th level.
  • the encoding device obtains point group data, using, for example, a distance sensor, a stereo camera, a monocular camera, a gyroscope sensor, or an inertial sensor.
  • each SPC is classified into one of at least the three prediction structures that include: intra SPC (I-SPC), which is individually decodable; predictive SPC (P-SPC) capable of only a unidirectional reference; and bidirectional SPC (B-SPC) capable of bidirectional references.
  • I-SPC intra SPC
  • P-SPC predictive SPC
  • B-SPC bidirectional SPC
  • Each SPC includes two types of time information: decoding time and display time.
  • a processing unit that includes a plurality of SPCs is a group of spaces (GOS), which is a random access unit.
  • a processing unit that includes a plurality of GOSs is a world (WLD).
  • the spatial region occupied by each world is associated with an absolute position on earth, by use of, for example, GPS, or latitude and longitude information. Such position information is stored as meta-information. Note that meta-information may be included in encoded data, or may be transmitted separately from the encoded data.
  • all SPCs may be three-dimensionally adjacent to one another, or there may be a SPC that is not three-dimensionally adjacent to another SPC.
  • three-dimensional data included in a processing unit includes, for example, at least one pair of a spatial position such as three-dimensional coordinates and an attribute value such as color information.
  • a plurality of SPCs in the same GOS or a plurality of VLMs in the same SPC occupy mutually different spaces, while having the same time information (the decoding time and the display time).
  • a SPC in a GOS that comes first in the decoding order is an I-SPC.
  • GOSs come in two types: closed GOS and open GOS.
  • a closed GOS is a GOS in which all SPCs in the GOS are decodable when decoding starts from the first I-SPC.
  • an open GOS is a GOS in which a different GOS is referred to in one or more SPCs preceding the first I-SPC in the GOS in the display time, and thus cannot be singly decoded.
  • a WLD is sometimes decoded in the backward direction, which is opposite to the encoding order, and thus backward reproduction is difficult when GOSs are interdependent.
  • a closed GOS is basically used.
  • Each GOS has a layer structure in height direction, and SPCs are sequentially encoded or decoded from SPCs in the bottom layer.
  • FIG. 2 is a diagram showing an example of prediction structures among SPCs that belong to the lowermost layer in a GOS.
  • FIG. 3 is a diagram showing an example of prediction structures among layers.
  • a GOS includes at least one F-SPC.
  • F-SPC the objects in a three-dimensional space, such as a person, an animal, a car, a bicycle, a signal, and a building serving as a landmark
  • a small-sized object is especially effective when encoded as an I-SPC.
  • the three-dimensional data decoding device (hereinafter also referred to as the decoding device) decodes only I-SPC(s) in the GOS.
  • the encoding device may also change the encoding interval or the appearance frequency of I-SPCs, depending on the degree of sparseness and denseness of the objects in a WLD.
  • the encoding device or the decoding device encodes or decodes a plurality of layers sequentially from the bottom layer (layer 1). This increases the priority of data on the ground and its vicinity, which involve a larger amount of information, when, for example, a self-driving car is concerned.
  • encoding or decoding may be performed sequentially from SPCs in the top layer in a GOS in height direction.
  • the encoding device or the decoding device may also encode or decode a plurality of layers in a manner that the decoding device can have a rough grasp of a GOS first, and then the resolution is gradually increased.
  • the encoding device or the decoding device may perform encoding or decoding in the order of layers 3, 8, 1, 9 . . . , for example.
  • a three-dimensional space includes scenes or still objects such as a building and a road (hereinafter collectively referred to as static objects), and objects with motion such as a car and a person (hereinafter collectively referred to as dynamic objects).
  • Object detection is separately performed by, for example, extracting characteristic points from point cloud data, or from video of a camera such as a stereo camera. In this description, an exemplary method of encoding a dynamic object will be described.
  • a first method is a method in which a static object and a dynamic object are encoded without distinction.
  • a second method is a method in which a distinction is made between a static object and a dynamic object on the basis of identification information.
  • a GOS is used as an identification unit.
  • a distinction is made between a GOS that includes only SPCs constituting a static object and a GOS that includes SPCs constituting a dynamic object, on the basis of identification information stored in the encoded data or stored separately from the encoded data.
  • a SPC may be used as an identification unit.
  • a distinction is made between a SPC that includes only VLMs constituting a static object and a SPC that includes VLMs constituting a dynamic object, on the basis of the identification information thus described.
  • a VLM or a VXL may be used as an identification unit.
  • the encoding device may also encode a dynamic object as at least one VLM or SPC, and may encode a VLM or a SPC including only a static object and a SPC including a dynamic object as mutually different GOSs.
  • the encoding device separately stores the GOS size as meta-information.
  • the encoding device may also encode a static object and a dynamic object separately from each other, and may superimpose the dynamic object onto a world constituted by static objects.
  • the dynamic object is constituted by at least one SPC, and each SPC is associated with at least one SPC constituting the static object onto which the each SPC is to be superimposed.
  • a dynamic object may be represented not by SPC(s) but by at least one VLM or VXL.
  • the encoding device may also encode a static object and a dynamic object as mutually different streams.
  • the encoding device may also generate a GOS that includes at least one SPC constituting a dynamic object.
  • the encoding device may further set the size of a GOS including a dynamic object (GOS_M) and the size of a GOS including a static object corresponding to the spatial region of GOS_M at the same size (such that the same spatial region is occupied). This enables superimposition to be performed on a GOS-by-GOS basis.
  • SPC(s) included in another encoded GOS may be referred to in a P-SPC or a B-SPC constituting a dynamic object.
  • a P-SPC or a B-SPC constituting a dynamic object.
  • SPC(s) across GOSs is effective in terms of compression rate.
  • the first method and the second method may be selected in accordance with the intended use of encoded data.
  • encoded three-dimensional data is used as a map, for example, a dynamic object is desired to be separated, and thus the encoding device uses the second method.
  • the encoding device uses the first method when the separation of a dynamic object is not required such as in the case where three-dimensional data of an event such as a concert and a sports event is encoded.
  • the decoding time and the display time of a GOS or a SPC are storable in encoded data or as meta-information. All static objects may have the same time information.
  • the decoding device may determine the actual decoding time and display time.
  • a different value may be assigned to each GOS or SPC as the decoding time, and the same value may be assigned as the display time.
  • HRD Hypothetical Reference Decoder
  • a model may be employed that ensures that a decoder can perform decoding without fail by having a buffer of a predetermined size and by reading a bitstream at a predetermined bit rate in accordance with the decoding times.
  • the coordinates of the three-dimensional space in a world are represented by the three coordinate axes (x axis, y axis, and z axis) that are orthogonal to one another.
  • a predetermined rule set for the encoding order of GOSs enables encoding to be performed such that spatially adjacent GOSs are contiguous in the encoded data.
  • GOSs in the x and z planes are successively encoded.
  • the value of the y axis is updated. Stated differently, the world expands in the y axis direction as the encoding progresses.
  • the GOS index numbers are set in accordance with the encoding order.
  • the three-dimensional spaces in the respective worlds are previously associated one-to-one with absolute geographical coordinates such as GPS coordinates or latitude/longitude coordinates.
  • each three-dimensional space may be represented as a position relative to a previously set reference position.
  • the directions of the x axis, the y axis, and the z axis in the three-dimensional space are represented by directional vectors that are determined on the basis of the latitudes and the longitudes, etc. Such directional vectors are stored together with the encoded data as meta-information.
  • GOSs have a fixed size, and the encoding device stores such size as meta-information.
  • the GOS size may be changed depending on, for example, whether it is an urban area or not, or whether it is inside or outside of a room. Stated differently, the GOS size may be changed in accordance with the amount or the attributes of objects with information values.
  • the encoding device may adaptively change the GOS size or the interval between I-SPCs in GOSs in accordance with the object density, etc. For example, the encoding device sets the GOS size to smaller and the interval between I-SPCs in GOSs to shorter, as the object density is higher.
  • a GOS with a high object density is partitioned into the regions of the third to tenth GOSs. Note that the seventh to tenth GOSs are located behind the third to sixth GOSs.
  • FIG. 6 is a block diagram of three-dimensional data encoding device 100 according to the present embodiment.
  • FIG. 7 is a flowchart of an exemplary operation performed by three-dimensional data encoding device 100 .
  • Three-dimensional data encoding device 100 shown in FIG. 6 encodes three-dimensional data 111 , thereby generating encoded three-dimensional data 112 .
  • Such three-dimensional data encoding device 100 includes obtainer 101 , encoding region determiner 102 , divider 103 , and encoder 104 .
  • obtainer 101 obtains three-dimensional data 111 , which is point group data (S 101 ).
  • encoding region determiner 102 determines a current region for encoding from among spatial regions corresponding to the obtained point group data (S 102 ). For example, in accordance with the position of a user or a vehicle, encoding region determiner 102 determines, as the current region, a spatial region around such position.
  • divider 103 divides the point group data included in the current region into processing units.
  • the processing units here means units such as GOSs and SPCs described above.
  • the current region here corresponds to, for example, a world described above. More specifically, divider 103 divides the point group data into processing units on the basis of a predetermined GOS size, or the presence/absence/size of a dynamic object (S 103 ). Divider 103 further determines the starting position of the SPC that comes first in the cording order in each GOS.
  • encoder 104 sequentially encodes a plurality of SPCs in each GOS, thereby generating encoded three-dimensional data 112 (S 104 ).
  • three-dimensional data encoding device 100 encodes three-dimensional data 111 , thereby generating encoded three-dimensional data 112 . More specifically, three-dimensional data encoding device 100 divides three-dimensional data into first processing units (GOSs), each being random access unit and being associated with three-dimensional coordinates, divides each of the first processing units (GOSs) into second processing units (SPCs), and divides each of the second processing units (SPCs) into third processing units (VLMs). Each of the third processing units (VLMs) includes at least one voxel (VXL), which is the minimum unit in which position information is associated.
  • VXL voxel
  • three-dimensional data encoding device 100 encodes each of the first processing units (GOSs), thereby generating encoded three-dimensional data 112 . More specifically, three-dimensional data encoding device 10 ) encodes each of the second processing units (SPCs) in each of the first processing units (GOSs). Three-dimensional data encoding device 100 further encodes each of the third processing units (VLMs) in each of the second processing units (SPCs).
  • three-dimensional data encoding device 100 encodes a current second processing unit (SPC) included in such current first processing unit (GOS) by referring to another second processing unit (SPC) included in the current first processing unit (GOS). Stated differently, three-dimensional data encoding device 100 refers to no second processing unit (SPC) included in a first processing unit (GOS) that is different from the current first processing unit (GOS).
  • SPC current second processing unit
  • three-dimensional data encoding device 100 encodes a current second processing unit (SPC) included in such current first processing unit (GOS) by referring to another second processing unit (SPC) included in the current first processing unit (GOS) or a second processing unit (SPC) included in a first processing unit (GOS) that is different from the current first processing unit (GOS).
  • SPC current second processing unit
  • three-dimensional data encoding device 100 selects, as the type of a current second processing unit (SPC), one of the following: a first type (I-SPC) in which another second processing unit (SPC) is not referred to; a second type (P-SPC) in which another single second processing unit (SPC) is referred to; and a third type in which other two second processing units (SPC) are referred to.
  • SPC current second processing unit
  • FIG. 8 is a block diagram of three-dimensional data decoding device 200 according to the present embodiment.
  • FIG. 9 is a flowchart of an exemplary operation performed by three-dimensional data decoding device 200 .
  • Three-dimensional data decoding device 200 shown in FIG. 8 decodes encoded three-dimensional data 211 , thereby generating decoded three-dimensional data 212 .
  • Encoded three-dimensional data 211 here is, for example, encoded three-dimensional data 112 generated by three-dimensional data encoding device 100 .
  • Such three-dimensional data decoding device 200 includes obtainer 201 , decoding start GOS determiner 202 , decoding SPC determiner 203 , and decoder 204 .
  • decoding start GOS determiner 202 determines a current GOS for decoding (S 202 ). More specifically, decoding start GOS determiner 202 refers to meta-information stored in encoded three-dimensional data 211 or stored separately from the encoded three-dimensional data to determine, as the current GOS, a GOS that includes a SPC corresponding to the spatial position, the object, or the time from which decoding is to start.
  • decoding SPC determiner 203 determines the type(s) (I, P, and/or B) of SPCs to be decoded in the GOS (S 203 ). For example, decoding SPC determiner 203 determines whether to (1) decode only PSPC(s), (2) to decode I-SPC(s) and P-SPCs, or (3) to decode SPCs of all types. Note that the present step may not be performed, when the type(s) of SPCs to be decoded are previously determined such as when all SPCs are previously determined to be decoded.
  • decoder 204 obtains an address location within encoded three-dimensional data 211 from which a SPC that comes first in the GOS in the decoding order (the same as the encoding order) starts. Decoder 204 obtains the encoded data of the first SPC from the address location, and sequentially decodes the SPCs from such first SPC (S 204 ). Note that the address location is stored in the meta-information, etc.
  • Three-dimensional data decoding device 200 decodes decoded three-dimensional data 212 as thus described. More specifically, three-dimensional data decoding device 200 decodes each encoded three-dimensional data 211 of the first processing units (GOSs), each being random access unit and being associated with three-dimensional coordinates, thereby generating decoded three-dimensional data 212 of the first processing units (GOSs). Even more specifically, three-dimensional data decoding device 200 decodes each of the second processing units (SPCs) in each of the first processing units (GOS). Three-dimensional data decoding device 200 further decodes each of the third processing units (VLMs) in each of the second processing units (SPCs).
  • VLMs third processing units
  • meta-information for random access is generated by three-dimensional data encoding device 100 , and included in encoded three-dimensional data 112 ( 211 ).
  • decoding starts from the first frame in a random access unit that is close to a specified time. Meanwhile, in addition to times, random access to spaces (coordinates, objects, etc.) is assumed to be performed in a world.
  • FIG. 10 is a diagram showing exemplary tables included in the meta-information. Note that not all the tables shown in FIG. 10 are required to be used, and thus at least one of the tables may be used.
  • the coordinates-GOS table is first referred to, which indicates that the point corresponding to the coordinates (x2, y2, and z2) is included in the second GOS.
  • the GOS-address table is referred to, which indicates that the address of the first I-SPC in the second GOS is addr(2).
  • decoder 204 obtains data from this address to start decoding.
  • addresses may either be logical addresses or physical addresses of an HDD or a memory.
  • information that identifies file segments may be used instead of addresses.
  • File segments are, for example, units obtained by segmenting at least one GOS, etc.
  • the object-GOS table may show a plurality of GOSs to which such object belongs.
  • the encoding device and the decoding device can perform encoding or decoding in parallel.
  • a higher compression efficiency is achieved by the plurality of GOSs referring to each other.
  • Example objects include a person, an animal, a car, a bicycle, a signal, and a building serving as a landmark.
  • three-dimensional data encoding device 100 extracts characteristic points specific to an object from a three-dimensional point cloud, etc., when encoding a world, and detects the object on the basis of such characteristic points to set the detected object as a random access point.
  • three-dimensional data encoding device 100 generates first information indicating a plurality of first processing units (GOSs) and the three-dimensional coordinates associated with the respective first processing units (GOSs).
  • Encoded three-dimensional data 112 ( 211 ) includes such first information.
  • the first information further indicates at least one of objects, times, and data storage locations that are associated with the respective first processing units (GOSs).
  • Three-dimensional data decoding device 200 obtains the first information from encoded three-dimensional data 211 . Using such first information, three-dimensional data decoding device 200 identifies encoded three-dimensional data 211 of the first processing unit that corresponds to the specified three-dimensional coordinates, object, or time, and decodes encoded three-dimensional data 211 .
  • three-dimensional data encoding device 100 may also generate and store meta-information as described below, and three-dimensional data decoding device 200 may use such meta-information at the time of decoding.
  • a profile is defined in accordance with the intended use, and information indicating such profile may be included in meta-information.
  • a profile is defined for an urban or a suburban area, or for a flying object, and the maximum or minimum size, etc. of a world, a SPC or a VLM, etc. is defined in each profile. For example, more detailed information is required for an urban area than for a suburban area, and thus the minimum VLM size is set to small.
  • the meta-information may include tag values indicating object types.
  • tag values are associated with VLMs, SPCs, or GOSs that constitute an object.
  • a tag value may be set for each object type in a manner, for example, that the tag value “0” indicates “person,” the tag value “1” indicates “car,” and the tag value “2” indicates “signal.”
  • a tag value may be used that indicates the size or the attribute indicating, for example, whether an object is a dynamic object or a static object.
  • the meta-information may also include information indicating a range of the spatial region occupied by a world.
  • the meta-information may also store the SPC or VXL size as header information common to the whole stream of the encoded data or to a plurality of SPCs, such as SPCs in a GOS.
  • the meta-information may also include identification information on a distance sensor or a camera that has been used to generate a point cloud, or information indicating the positional accuracy of a point group in the point cloud.
  • the meta-information may also include information indicating whether a world is made only of static objects or includes a dynamic object.
  • the encoding device or the decoding device may encode or decode two or more mutually different SPCs or GOSs in parallel.
  • GOSs to be encoded or decoded in parallel can be determined on the basis of meta-information, etc. indicating the spatial positions of the GOSs.
  • the encoding device or the decoding device may encode or decode GOSs or SPCs included in a space that is identified on the basis of GPS information, the route information, the zoom magnification, etc.
  • the decoding device may also start decoding sequentially from a space that is close to the self-location or the traveling route.
  • the encoding device or the decoding device may give a lower priority to a space distant from the self-location or the traveling route than the priority of a nearby space to encode or decode such distant place.
  • give a lower priority means here, for example, to lower the priority in the processing sequence, to decrease the resolution (to apply decimation in the processing), or to lower the image quality (to increase the encoding efficiency by, for example, setting the quantization step to larger).
  • the decoding device may decode only the bottom level in the hierarchy.
  • the decoding device may also start decoding preferentially from the bottom level of the hierarchy in accordance with the zoom magnification or the intended use of the map.
  • the encoding device or the decoding device may encode or decode regions at a lower resolution, except for a region that is lower than or at a specified height from the ground (the region to be recognized).
  • the encoding device may also encode point clouds representing the spatial shapes of a room interior and a room exterior separately. For example, the separation of a GOS representing a room interior (interior GOS) and a GOS representing a room exterior (exterior GOS) enables the decoding device to select a GOS to be decoded in accordance with a viewpoint location, when using the encoded data.
  • the encoding device may also encode an interior GOS and an exterior GOS having close coordinates so that such GOSs come adjacent to each other in an encoded stream. For example, the encoding device associates the identifiers of such GOSs with each other, and stores information indicating the associated identifiers into the meta-information that is stored in the encoded stream or stored separately. This enables the decoding device to refer to the information in the meta-information to identify an interior GOS and an exterior GOS having close coordinates
  • the encoding device may also change the GOS size or the SPC size depending on whether a GOS is an interior GOS or an exterior GOS. For example, the encoding device sets the size of an interior GOS to smaller than the size of an exterior GOS.
  • the encoding device may also change the accuracy of extracting characteristic points from a point cloud, or the accuracy of detecting objects, for example, depending on whether a GOS is an interior GOS or an exterior GOS.
  • the encoding device may also add, to encoded data, information by which the decoding device displays objects with a distinction between a dynamic object and a static object. This enables the decoding device to display a dynamic object together with, for example, a red box or letters for explanation. Note that the decoding device may display only a red box or letters for explanation, instead of a dynamic object.
  • the decoding device may also display more particular object types. For example, a red box may be used for a car, and a yellow box may be used for a person.
  • the encoding device or the decoding device may also determine whether to encode or decode a dynamic object and a static object as a different SPC or GOS, in accordance with, for example, the appearance frequency of dynamic objects or a ratio between static objects and dynamic objects. For example, when the appearance frequency or the ratio of dynamic objects exceeds a threshold, a SPC or a GOS including a mixture of a dynamic object and a static object is accepted, while when the appearance frequency or the ratio of dynamic objects is below a threshold, a SPC or GOS including a mixture of a dynamic object and a static object is unaccepted.
  • the encoding device may separately obtain information for identifying a detection result (box or letters) and the object position, and encode these items of information as part of the encoded three-dimensional data.
  • the decoding device superimposes auxiliary information (box or letters) indicating the dynamic object onto a resultant of decoding a static object to display it.
  • the encoding device may also change the sparseness and denseness of VXLs or VLMs in a SPC in accordance with the degree of complexity of the shape of a static object. For example, the encoding device sets VXLs or VLMs at a higher density as the shape of a static object is more complex.
  • the encoding device may further determine a quantization step, etc. for quantizing spatial positions or color information in accordance with the sparseness and denseness of VXLs or VLMs. For example, the encoding device sets the quantization step to smaller as the density of VXLs or VLMs is higher.
  • the encoding device or the decoding device encodes or decodes a space on a SPC-by-SPC basis that includes coordinate information.
  • each volume includes a voxel, which is the minimum unit in which position information is associated.
  • the encoding device and the decoding device associate any ones of the elements with each other to perform encoding or decoding.
  • the decoding device uses the values of the selected elements to determine the coordinates, and identifies a volume, a voxel, or a SPC from such coordinates to decode a SPC including such volume or voxel, or the identified SPC.
  • the encoding device determines a volume, a voxel, or a SPC that is selectable in accordance with the elements, through extraction of characteristic points and object recognition, and encodes the determined volume, voxel, or SPC, as a volume, a voxel, or a SPC to which random access is possible.
  • SPCs are classified into three types: I-SPC that is singly codable or decodable; P-SPC that is encoded or decoded by referring to any one of the processed SPCs; and B-SPC that is encoded or decoded by referring to any two of the processed SPCs.
  • At least one volume corresponds to a static object or a dynamic object.
  • a SPC including only a static object and a SPC including only a dynamic object are encoded or decoded as mutually different GOSs. Stated differently, a SPC including only a static object and a SPC including only a dynamic object are assigned to different GOSs.
  • Dynamic objects are encoded or decoded on an object-by-object basis, and are associated with at least one SPC including only a static object. Stated differently, a plurality of dynamic objects are individually encoded, and the obtained encoded data of the dynamic objects is associated with a SPC including only a static object.
  • the encoding device and the decoding device give an increased priority to I-SPC(s) in a GOS to perform encoding or decoding.
  • the encoding device performs encoding in a manner that prevents the degradation of I-SPCs (in a manner that enables the original three-dimensional data to be reproduced with a higher fidelity after decoded).
  • the decoding device decodes, for example, only F-SPCs.
  • the encoding device may change the frequency of using I-SPCs depending on the sparseness and denseness or the number (amount) of the objects in a world to perform encoding. Stated differently, the encoding device changes the frequency of selecting I-SPCs depending on the number or the sparseness and denseness of the objects included in the three-dimensional data. For example, the encoding device uses I-SPCs at a higher frequency as the density of the objects in a world is higher.
  • the encoding device also sets random access points on a GOS-by-GOS basis, and stores information indicating the spatial regions corresponding to the GOSs into the header information.
  • the encoding devices uses, for example, a default value as the spatial size of a GOS.
  • the encoding device may change the GOS size depending on the number (amount) or the sparseness and denseness of objects or dynamic objects. For example, the encoding device sets the spatial size of a GOS to smaller as the density of objects or dynamic objects is higher or the number of objects or dynamic objects is greater.
  • each SPC or volume includes a characteristic point group that is derived by use of information obtained by a sensor such as a depth sensor, a gyroscope sensor, or a camera sensor.
  • the coordinates of the characteristic points are set at the central positions of the respective voxels. Furthermore, finer voxels enable highly accurate position information.
  • the characteristic point group is derived by use of a plurality of pictures.
  • a plurality of pictures include at least two types of time information: the actual time information and the same time information common to a plurality of pictures that are associated with SPCs (for example, the encoding time used for rate control, etc.).
  • encoding or decoding is performed on a GOS-by-GOS basis that includes at least one SPC.
  • the encoding device and the decoding device predict P-SPCs or B-SPCs in a current GOS by referring to SPCs in a processed GOS.
  • the encoding device and the decoding device predicts P-SPCs or B-SPCs in a current GOS, using the processed SPCs in the current GOS, without referring to a different GOS.
  • the encoding device and the decoding device transmit or receive an encoded stream on a world-by-world basis that includes at least one GOS.
  • a GOS has a layer structure in one direction at least in a world, and the encoding device and the decoding device start encoding or decoding from the bottom layer.
  • a random accessible GOS belongs to the lowermost layer. Only a GOS that belongs to the same layer or a lower layer is referred to in a GOS that belongs to an upper layer.
  • a GOS is spatially divided in a predetermined direction to have a plurality of layers, each including at least one SPC.
  • the encoding device and the decoding device encode or decode each SPC by referring to a SPC included in the same layer as the each SPC or a SPC included in a layer lower than that of the each SPC.
  • the encoding device and the decoding device successively encode or decode GOSs on a world-by-world basis that includes such GOSs.
  • the encoding device and the decoding device write or read out information indicating the order (direction) of encoding or decoding as metadata.
  • the encoded data includes information indicating the order of encoding a plurality of GOSs.
  • the encoding device and the decoding device also encode or decode mutually different two or more SPCs or GOSs in parallel.
  • the encoding device and the decoding device encode or decode the spatial information (coordinates, size, etc.) on a SPC or a GOS.
  • the encoding device and the decoding device encode or decode SPCs or GOSs included in an identified space that is identified on the basis of external information on the self-location or/and region size, such as GPS information, route information, or magnification.
  • the encoding device or the decoding device gives a lower priority to a space distant from the self-location than the priority of a nearby space to perform encoding or decoding.
  • the encoding device sets a direction at one of the directions in a world, in accordance with the magnification or the intended use, to encode a GOS having a layer structure in such direction. Also, the decoding device decodes a GOS having a layer structure in one of the directions in a world that has been set in accordance with the magnification or the intended use, preferentially from the bottom layer.
  • the encoding device changes the accuracy of extracting characteristic points, the accuracy of recognizing objects, or the size of spatial regions, etc. included in a SPC, depending on whether an object is an interior object or an exterior object.
  • the encoding device and the decoding device encode or decode an interior GOS and an exterior GOS having close coordinates in a manner that these GOSs come adjacent to each other in a world, and associates their identifiers with each other for encoding and decoding.
  • the present disclosure is not limited to such embodiment.
  • each of the processing units included in the three-dimensional data encoding device or the three-dimensional data decoding device according to the embodiment is implemented typically as a large-scale integration (LSI), which is an integrated circuit (IC). They may take the form of individual chips, or one or more or all of them may be encapsulated into a single chip.
  • LSI large-scale integration
  • IC integrated circuit
  • Such IC is not limited to an LSI, and thus may be implemented as a dedicated circuit or a general-purpose processor.
  • a field programmable gate array (FPGA) that allows for programming after the manufacture of an LSI, or a reconfigurable processor that allows for reconfiguration of the connection and the setting of circuit cells inside an LSI may be employed.
  • the structural components may be implemented as dedicated hardware or may be realized by executing a software program suited to such structural components.
  • the structural components may be implemented by a program executor such as a CPU or a processor reading out and executing the software program recorded in a recording medium such as a hard disk or a semiconductor memory.
  • the present disclosure may be embodied as a three-dimensional data encoding method or a three-dimensional data decoding method performed by the three-dimensional data encoding device or the three-dimensional data decoding device.
  • the divisions of the functional blocks shown in the block diagrams are mere examples, and thus a plurality of functional blocks may be implemented as a single functional block, or a single functional block may be divided into a plurality of functional blocks, or one or more functions may be moved to another functional block. Also, the functions of a plurality of functional blocks having similar functions may be processed by single hardware or software in a parallelized or time-divided manner.
  • processing order of executing the steps shown in the flowcharts is a mere illustration for specifically describing the present disclosure, and thus may be an order other than the shown order. Also, one or more of the steps may be executed simultaneously (in parallel) with another step.
  • the present disclosure is not limited to such embodiment.
  • the one or more aspects may thus include an embodiment achieved by making various modifications to the above embodiment that can be conceived by those skilled in the art as well as an embodiment achieved by combining structural components in different embodiments, without materially departing from the spirit of the present disclosure.
  • the present disclosure is applicable to a three-dimensional data encoding device and a three-dimensional data decoding device.

Abstract

Provided is a three-dimensional data encoding method capable of providing random access functionality for encoded three-dimensional data. The three-dimensional data encoding method is a three-dimensional data encoding method for encoding three-dimensional data, the method including: dividing the three-dimensional data into first processing units, each being a random access unit and being associated with three-dimensional coordinates; and encoding each of the first processing units to generate encoded three-dimensional data.

Description

    CROSS REFERENCE TO RELATED APPLICATIONS
  • This application is a U.S. continuation application of PCT International Patent Application Number PCT/JP2016/005041 filed on Dec. 1, 2016, claiming the benefit of priority of Japanese Patent Application Number 2016-225504 filed on Nov. 18, 2016, and U.S. Provisional Application No. 62/266,914 filed on Dec. 14, 2015, the entire contents of which are hereby incorporated by reference.
  • BACKGROUND 1. Technical Field
  • The present disclosure relates to a three-dimensional data encoding method, a three-dimensional data decoding method, a three-dimensional data encoding device, and a three-dimensional data decoding device.
  • 2. Description of the Related Art
  • Devices or services utilizing three-dimensional data are expected to find their widespread use in a wide range of fields, such as computer vison that enables autonomous operations of cars or robots, map information, monitoring, infrastructure inspection, and video distribution. Three-dimensional data is obtained through various means including a distance sensor such as a rangefinder, as well as a stereo camera and a combination of a plurality of monocular cameras.
  • Methods of representing three-dimensional data include a method known as a point cloud scheme that represents the shape of a three-dimensional structure by a point group in a three-dimensional space (for example, see Octree-Based Progressive Geometry Coding of Point Clouds”, Eurographics Symposium on Point-Based Graphics (2006)). In the point cloud scheme, the positions and colors of a point group are stored. While point cloud is expected to be a mainstream method of representing three-dimensional data, a massive amount of data of a point group necessitates compression of the amount of three-dimensional data by encoding for accumulation and transmission, as in the case of a two-dimensional moving picture (examples include MPEG-4 AVC and HEVC standardized by MPEG).
  • Meanwhile, point cloud compression is partially supported by, for example, an open-source library (Point Cloud Library) for point cloud-related processing.
  • SUMMARY
  • However, while the use of encoded data such as that of a point cloud in an actual device or service requires random access to a desired spatial position or object, there has been no functionality for random access in encoded three-dimensional data, nor an encoding method therefor.
  • The present disclosure thus aims to provide a three-dimensional data encoding method, a three-dimensional data decoding method, a three-dimensional data encoding device, or a three-dimensional data decoding device capable of providing random access functionality for encoded three-dimensional data.
  • Note that the present disclosure, which is configured to divide a space for encoding, enables quantization, prediction, etc. of such space, and thus is effective also for the case where no random access is performed.
  • The three-dimensional data encoding method according to one aspect of the present disclosure is a three-dimensional data encoding method for encoding three-dimensional data that includes: dividing the three-dimensional data into first processing units, each being a random access unit and being associated with three-dimensional coordinates; and encoding each of the first processing units to generate encoded data.
  • The three-dimensional data decoding method according to another aspect of the present disclosure is a three-dimensional data decoding method for decoding three-dimensional data that includes: decoding each encoded data of first processing units, each being a random access unit and being associated with three-dimensional coordinates, to generate three-dimensional data of the first processing units.
  • Note that these general or specific aspects may be implemented as a system, a method, an integrated circuit, a computer program, or a computer-readable recording medium such as a CD-ROM, or may be implemented as an any combination of a system, a method, an integrated circuit, a computer program, and a recording medium.
  • The present disclosure provides a three-dimensional data encoding method, a three-dimensional data decoding method, a three-dimensional data encoding device, or a three-dimensional data decoding device capable of providing random access functionality for encoded three-dimensional data.
  • BRIEF DESCRIPTION OF DRAWINGS
  • These and other objects, advantages and features of the disclosure will become apparent from the following description thereof taken in conjunction with the accompanying drawings that illustrate a specific embodiment of the present disclosure.
  • FIG. 1. is a diagram showing the structure of encoded three-dimensional data according to an embodiment;
  • FIG. 2. is a diagram showing an example of prediction structures among SPCs that belong to the lowermost layer in a GOS according to the embodiment;
  • FIG. 3 is a diagram showing an example of prediction structures among layers according to the embodiment;
  • FIG. 4 is a diagram showing an example order of encoding GOSs according to the embodiment;
  • FIG. 5 is a diagram showing an example order of encoding GOSs according to the embodiment;
  • FIG. 6 is a block diagram of a three-dimensional data encoding device according to the embodiment;
  • FIG. 7 is a flowchart of encoding processes according to the embodiment;
  • FIG. 8 is a block diagram of a three-dimensional data decoding device according to the embodiment;
  • FIG. 9 is a flowchart of decoding processes according to the embodiment; and
  • FIG. 10 is a diagram showing an example of meta information according to the embodiment.
  • DETAILED DESCRIPTION OF THE EMBODIMENT
  • The three-dimensional data encoding method according to one aspect of the present disclosure is a three-dimensional data encoding method for encoding three-dimensional data, the method including: dividing the three-dimensional data into first processing units, each being a random access unit and being associated with three-dimensional coordinates; and encoding each of the first processing units to generate encoded data.
  • This enables random access on a first processing unit basis. The three-dimensional data encoding method is thus capable of providing random access functionality for encoded three-dimensional data.
  • For example, the three-dimensional data encoding method may include generating first information indicating the first processing units and the three-dimensional coordinates associated with each of the first processing units, and the encoded data may include the first information.
  • For example, the first information may further indicate at least one of an object, a time, and a data storage location that are associated with each of the first processing units.
  • For example, in the dividing, each of the first processing units may be further divided into second processing units, and in the encoding, each of the second processing units may be encoded.
  • For example, in the encoding, a current second processing unit among the second processing units included in a current first processing unit among the first processing units may be encoded by referring to another of the second processing units included in the current first processing unit.
  • With this, the encoding efficiency is increased by referring to another second processing unit.
  • For example, in the encoding, one of three types may be selected as a type of the current second processing unit, and the current second processing unit may be encoded in accordance with the type that has been selected, the three types being a first type in which another of the second processing units is not referred to, a second type in which another of the second processing units is referred to, and a third type in which other two of the second processing units are referred to.
  • For example, in the encoding, a frequency of selecting the first type may be changed in accordance with the number, or sparseness and denseness of objects included in the three-dimensional data.
  • This enables an adequate setting of random accessibility and encoding efficiency, which are in a tradeoff relationship.
  • For example, in the encoding, a size of the first processing units may be determined in accordance with the number, or sparseness and denseness of objects or dynamic objects included in the three-dimensional data.
  • This enables an adequate setting of random accessibility and encoding efficiency, which are in a tradeoff relationship.
  • For example, each of the first processing units may be spatially divided in a predetermined direction to have layers, each including at least one of the second processing units, and in the encoding, each of the second processing units may be encoded by referring to another of the second processing units included in an identical layer of the each of the second processing units or included in a lower layer of the identical layer.
  • This achieves an increased random accessibility to an important layer in a system, while preventing a decrease in the encoding efficiency.
  • For example, in the dividing, among the second processing units, a second processing unit including only a static object and a second processing unit including only a dynamic object may be assigned to different ones of the first processing units.
  • This enables easy control of dynamic objects and static objects.
  • For example, in the encoding, dynamic objects may be individually encoded, and encoded data of each of the dynamic objects may be associated with a second processing unit, among the second processing units, that includes only a static object.
  • This enables easy control of dynamic objects and static objects.
  • For example, in the dividing, each of the second processing units may be further divided into third processing units, and in the encoding, each of the third processing units may be encoded.
  • For example, each of the third processing units may include at least one voxel, which is a minimum unit in which position information is associated.
  • For example, each of the second processing units may include a characteristic point group derived from information obtained by a sensor.
  • For example, the encoded data may include information indicating an encoding order of the first processing units.
  • For example, the encoded data may include information indicating a size of the first processing units.
  • For example, in the encoding, the first processing units may be encoded in parallel.
  • Also, the three-dimensional data decoding method according another aspect of the present disclosure is a three-dimensional data decoding method for decoding three-dimensional data, the method including: decoding each encoded data of first processing units, each being a random access unit and being associated with three-dimensional coordinates, to generate three-dimensional data of the first processing units.
  • This enables random access on a first processing unit basis. The three-dimensional data decoding method is thus capable of providing random access functionality for encoded three-dimensional data.
  • Also, the three-dimensional data encoding device according to still another aspect of the present disclosure is a three-dimensional data encoding device that encodes three-dimensional data that may include: a divider that divides the three-dimensional data into first processing units, each being a random access unit and being associated with three-dimensional coordinates; and an encoder that encodes each of the first processing units to generate encoded data.
  • This enables random access on a first processing unit basis. The three-dimensional data encoding device is thus capable of providing random access functionality for encoded three-dimensional data.
  • Also, the three-dimensional data decoding device according to still another aspect of the present disclosure is a three-dimensional data decoding device that decodes three-dimensional data that may include: a decoder that decodes each encoded data of first processing units, each being a random access unit and being associated with three-dimensional coordinates, to generate three-dimensional data of the first processing units.
  • This enables random access on a first processing unit basis. The three-dimensional data decoding device is thus capable of providing random access functionality for encoded three-dimensional data.
  • Note that these general or specific aspects may be implemented as a system, a method, an integrated circuit, a computer program, or a computer-readable recording medium such as a CD-ROM, or may be implemented as an any combination of a system, a method, an integrated circuit, a computer program, and a recording medium.
  • The following describes an embodiment with reference to the drawings. Note that the following embodiment shows an exemplary embodiment of the present disclosure. The numerical values, shapes, materials, structural components, the arrangement and connection of the structural components, steps, the processing order of the steps, etc. shown in the following embodiment are mere examples, and thus are not intended to limit the present disclosure. Of the structural components described in the following embodiment, structural components not recited in any one of the independent claims that indicate the broadest concepts will be described as optional structural components.
  • First, the data structure of encoded three-dimensional data (hereinafter also referred to as encoded data) according to the present embodiment will be described. FIG. 1 is a diagram showing the structure of encoded three-dimensional data according to the present embodiment.
  • In the present embodiment, a three-dimensional space is divided into spaces (SPCs), which correspond to pictures in moving picture encoding, and the three-dimensional data is encoded on a SPC-by-SPC basis. Each SPC is further divided into volumes (VLMs), which correspond to macroblocks, etc. in moving picture encoding, and predictions and transforms are performed on a VLM-by-VLM basis. Each volume includes a plurality of voxels (VXLs), each being a minimum unit in which position coordinates are associated. Note that prediction is a process of generating predictive three-dimensional data analogous to a current processing unit by referring to another processing unit, and encoding a differential between the predictive three-dimensional data and the current processing unit, as in the case of predictions performed on two-dimensional images. Such prediction includes not only spatial prediction in which another prediction unit corresponding to the same time is referred to, but also temporal prediction in which a prediction unit corresponding to a different time is referred to.
  • When encoding a three-dimensional space represented by point group data such as a point cloud, for example, the three-dimensional data encoding device (hereinafter also referred to as the encoding device) encodes the points in the point group or points included in the respective voxels in a collective manner, in accordance with a voxel size. Finer voxels enable a highly-precise representation of the three-dimensional shape of a point group, while larger voxels enable a rough representation of the three-dimensional shape of a point group.
  • Note that the following describes the case where three-dimensional data is a point cloud, but three-dimensional data is not limited to a point cloud, and thus three-dimensional data of any format may be employed.
  • Also note that voxels with a hierarchical structure may be used. In such a case, when the hierarchy includes n levels, whether a sampling point is included in the n−1th level or its lower levels (the lower levels of the n-th level) may be sequentially indicated. For example, when only the n-th level is decoded, and the n−1th level or its lower levels include a sampling point, the n-th level can be decoded on the assumption that a sampling point is included at the center of a voxel in the n-th level.
  • Also, the encoding device obtains point group data, using, for example, a distance sensor, a stereo camera, a monocular camera, a gyroscope sensor, or an inertial sensor.
  • As in the case of moving picture encoding, each SPC is classified into one of at least the three prediction structures that include: intra SPC (I-SPC), which is individually decodable; predictive SPC (P-SPC) capable of only a unidirectional reference; and bidirectional SPC (B-SPC) capable of bidirectional references. Each SPC includes two types of time information: decoding time and display time.
  • Furthermore, as shown in FIG. 1, a processing unit that includes a plurality of SPCs is a group of spaces (GOS), which is a random access unit. Also, a processing unit that includes a plurality of GOSs is a world (WLD).
  • The spatial region occupied by each world is associated with an absolute position on earth, by use of, for example, GPS, or latitude and longitude information. Such position information is stored as meta-information. Note that meta-information may be included in encoded data, or may be transmitted separately from the encoded data.
  • Also, inside a GOS, all SPCs may be three-dimensionally adjacent to one another, or there may be a SPC that is not three-dimensionally adjacent to another SPC.
  • Note that the following also describes processes such as encoding, decoding, and reference to be performed on three-dimensional data included in processing units such as GOS, SPC, and VLM, simply as performing encoding/to encode, decoding/to decode, referring to, etc. on a processing unit. Also note that three-dimensional data included in a processing unit includes, for example, at least one pair of a spatial position such as three-dimensional coordinates and an attribute value such as color information.
  • Next, the prediction structures among SPCs in a GOS will be described. A plurality of SPCs in the same GOS or a plurality of VLMs in the same SPC occupy mutually different spaces, while having the same time information (the decoding time and the display time).
  • A SPC in a GOS that comes first in the decoding order is an I-SPC. GOSs come in two types: closed GOS and open GOS. A closed GOS is a GOS in which all SPCs in the GOS are decodable when decoding starts from the first I-SPC. Meanwhile, an open GOS is a GOS in which a different GOS is referred to in one or more SPCs preceding the first I-SPC in the GOS in the display time, and thus cannot be singly decoded.
  • Note that in the case of encoded data of map information, for example, a WLD is sometimes decoded in the backward direction, which is opposite to the encoding order, and thus backward reproduction is difficult when GOSs are interdependent. In such a case, a closed GOS is basically used.
  • Each GOS has a layer structure in height direction, and SPCs are sequentially encoded or decoded from SPCs in the bottom layer.
  • FIG. 2 is a diagram showing an example of prediction structures among SPCs that belong to the lowermost layer in a GOS. FIG. 3 is a diagram showing an example of prediction structures among layers.
  • A GOS includes at least one F-SPC. Of the objects in a three-dimensional space, such as a person, an animal, a car, a bicycle, a signal, and a building serving as a landmark, a small-sized object is especially effective when encoded as an I-SPC. When decoding a GOS at a low throughput or at a high speed, for example, the three-dimensional data decoding device (hereinafter also referred to as the decoding device) decodes only I-SPC(s) in the GOS.
  • The encoding device may also change the encoding interval or the appearance frequency of I-SPCs, depending on the degree of sparseness and denseness of the objects in a WLD.
  • In the structure shown in FIG. 3, the encoding device or the decoding device encodes or decodes a plurality of layers sequentially from the bottom layer (layer 1). This increases the priority of data on the ground and its vicinity, which involve a larger amount of information, when, for example, a self-driving car is concerned.
  • Regarding encoded data used for a drone, for example, encoding or decoding may be performed sequentially from SPCs in the top layer in a GOS in height direction.
  • The encoding device or the decoding device may also encode or decode a plurality of layers in a manner that the decoding device can have a rough grasp of a GOS first, and then the resolution is gradually increased. The encoding device or the decoding device may perform encoding or decoding in the order of layers 3, 8, 1, 9 . . . , for example.
  • Next, the handling of static objects and dynamic objects will be described.
  • A three-dimensional space includes scenes or still objects such as a building and a road (hereinafter collectively referred to as static objects), and objects with motion such as a car and a person (hereinafter collectively referred to as dynamic objects). Object detection is separately performed by, for example, extracting characteristic points from point cloud data, or from video of a camera such as a stereo camera. In this description, an exemplary method of encoding a dynamic object will be described.
  • A first method is a method in which a static object and a dynamic object are encoded without distinction. A second method is a method in which a distinction is made between a static object and a dynamic object on the basis of identification information.
  • For example, a GOS is used as an identification unit. In such a case, a distinction is made between a GOS that includes only SPCs constituting a static object and a GOS that includes SPCs constituting a dynamic object, on the basis of identification information stored in the encoded data or stored separately from the encoded data.
  • Alternatively, a SPC may be used as an identification unit. In such a case, a distinction is made between a SPC that includes only VLMs constituting a static object and a SPC that includes VLMs constituting a dynamic object, on the basis of the identification information thus described.
  • Alternatively, a VLM or a VXL may be used as an identification unit. In such a case, a distinction is made between a VLM or a VXL that includes only a static object and a VLM or a VXL that includes a dynamic object, on the basis of the identification information thus described.
  • The encoding device may also encode a dynamic object as at least one VLM or SPC, and may encode a VLM or a SPC including only a static object and a SPC including a dynamic object as mutually different GOSs. When the GOS size is variable depending on the size of a dynamic object, the encoding device separately stores the GOS size as meta-information.
  • The encoding device may also encode a static object and a dynamic object separately from each other, and may superimpose the dynamic object onto a world constituted by static objects. In such a case, the dynamic object is constituted by at least one SPC, and each SPC is associated with at least one SPC constituting the static object onto which the each SPC is to be superimposed. Note that a dynamic object may be represented not by SPC(s) but by at least one VLM or VXL.
  • The encoding device may also encode a static object and a dynamic object as mutually different streams.
  • The encoding device may also generate a GOS that includes at least one SPC constituting a dynamic object. The encoding device may further set the size of a GOS including a dynamic object (GOS_M) and the size of a GOS including a static object corresponding to the spatial region of GOS_M at the same size (such that the same spatial region is occupied). This enables superimposition to be performed on a GOS-by-GOS basis.
  • SPC(s) included in another encoded GOS may be referred to in a P-SPC or a B-SPC constituting a dynamic object. In the case where the position of a dynamic object temporally changes, and the same dynamic object is encoded as an object in a GOS corresponding to a different time, referring to SPC(s) across GOSs is effective in terms of compression rate.
  • The first method and the second method may be selected in accordance with the intended use of encoded data. When encoded three-dimensional data is used as a map, for example, a dynamic object is desired to be separated, and thus the encoding device uses the second method. Meanwhile, the encoding device uses the first method when the separation of a dynamic object is not required such as in the case where three-dimensional data of an event such as a concert and a sports event is encoded.
  • The decoding time and the display time of a GOS or a SPC are storable in encoded data or as meta-information. All static objects may have the same time information. In such a case, the decoding device may determine the actual decoding time and display time. Alternatively, a different value may be assigned to each GOS or SPC as the decoding time, and the same value may be assigned as the display time. Furthermore, as in the case of the decoder model in moving picture encoding such as Hypothetical Reference Decoder (HRD) compliant with HEVC, a model may be employed that ensures that a decoder can perform decoding without fail by having a buffer of a predetermined size and by reading a bitstream at a predetermined bit rate in accordance with the decoding times.
  • Next, the topology of GOSs in a world will be described. The coordinates of the three-dimensional space in a world are represented by the three coordinate axes (x axis, y axis, and z axis) that are orthogonal to one another. A predetermined rule set for the encoding order of GOSs enables encoding to be performed such that spatially adjacent GOSs are contiguous in the encoded data. In an example shown in FIG. 4, for example, GOSs in the x and z planes are successively encoded. After the completion of encoding all GOSs in certain x and z planes, the value of the y axis is updated. Stated differently, the world expands in the y axis direction as the encoding progresses. The GOS index numbers are set in accordance with the encoding order.
  • Here, the three-dimensional spaces in the respective worlds are previously associated one-to-one with absolute geographical coordinates such as GPS coordinates or latitude/longitude coordinates. Alternatively, each three-dimensional space may be represented as a position relative to a previously set reference position. The directions of the x axis, the y axis, and the z axis in the three-dimensional space are represented by directional vectors that are determined on the basis of the latitudes and the longitudes, etc. Such directional vectors are stored together with the encoded data as meta-information.
  • GOSs have a fixed size, and the encoding device stores such size as meta-information. The GOS size may be changed depending on, for example, whether it is an urban area or not, or whether it is inside or outside of a room. Stated differently, the GOS size may be changed in accordance with the amount or the attributes of objects with information values. Alternatively; in the same world, the encoding device may adaptively change the GOS size or the interval between I-SPCs in GOSs in accordance with the object density, etc. For example, the encoding device sets the GOS size to smaller and the interval between I-SPCs in GOSs to shorter, as the object density is higher.
  • In an example shown in FIG. 5, to enable random access with a finer granularity, a GOS with a high object density is partitioned into the regions of the third to tenth GOSs. Note that the seventh to tenth GOSs are located behind the third to sixth GOSs.
  • Next, the structure and the operation flow of the three-dimensional data encoding device according to the present embodiment will be described. FIG. 6 is a block diagram of three-dimensional data encoding device 100 according to the present embodiment. FIG. 7 is a flowchart of an exemplary operation performed by three-dimensional data encoding device 100.
  • Three-dimensional data encoding device 100 shown in FIG. 6 encodes three-dimensional data 111, thereby generating encoded three-dimensional data 112. Such three-dimensional data encoding device 100 includes obtainer 101, encoding region determiner 102, divider 103, and encoder 104.
  • As shown in FIG. 7, first, obtainer 101 obtains three-dimensional data 111, which is point group data (S101).
  • Next, encoding region determiner 102 determines a current region for encoding from among spatial regions corresponding to the obtained point group data (S102). For example, in accordance with the position of a user or a vehicle, encoding region determiner 102 determines, as the current region, a spatial region around such position.
  • Next, divider 103 divides the point group data included in the current region into processing units. The processing units here means units such as GOSs and SPCs described above. The current region here corresponds to, for example, a world described above. More specifically, divider 103 divides the point group data into processing units on the basis of a predetermined GOS size, or the presence/absence/size of a dynamic object (S103). Divider 103 further determines the starting position of the SPC that comes first in the cording order in each GOS.
  • Next, encoder 104 sequentially encodes a plurality of SPCs in each GOS, thereby generating encoded three-dimensional data 112 (S104).
  • Note that although an example is described here in which the current region is divided into GOSs and SPCs, after which each GOS is encoded, the processing steps are not limited to this order. For example, steps may be employed in which the structure of a single GOS is determined, which is followed by the encoding of such GOS, and then the structure of the subsequent GOS is determined.
  • As thus described, three-dimensional data encoding device 100 encodes three-dimensional data 111, thereby generating encoded three-dimensional data 112. More specifically, three-dimensional data encoding device 100 divides three-dimensional data into first processing units (GOSs), each being random access unit and being associated with three-dimensional coordinates, divides each of the first processing units (GOSs) into second processing units (SPCs), and divides each of the second processing units (SPCs) into third processing units (VLMs). Each of the third processing units (VLMs) includes at least one voxel (VXL), which is the minimum unit in which position information is associated.
  • Next, three-dimensional data encoding device 100 encodes each of the first processing units (GOSs), thereby generating encoded three-dimensional data 112. More specifically, three-dimensional data encoding device 10) encodes each of the second processing units (SPCs) in each of the first processing units (GOSs). Three-dimensional data encoding device 100 further encodes each of the third processing units (VLMs) in each of the second processing units (SPCs).
  • When a current first processing unit (GOS) is a closed GOS, for example, three-dimensional data encoding device 100 encodes a current second processing unit (SPC) included in such current first processing unit (GOS) by referring to another second processing unit (SPC) included in the current first processing unit (GOS). Stated differently, three-dimensional data encoding device 100 refers to no second processing unit (SPC) included in a first processing unit (GOS) that is different from the current first processing unit (GOS).
  • Meanwhile, when a current first processing unit (GOS) is an open GOS, three-dimensional data encoding device 100 encodes a current second processing unit (SPC) included in such current first processing unit (GOS) by referring to another second processing unit (SPC) included in the current first processing unit (GOS) or a second processing unit (SPC) included in a first processing unit (GOS) that is different from the current first processing unit (GOS).
  • Also, three-dimensional data encoding device 100 selects, as the type of a current second processing unit (SPC), one of the following: a first type (I-SPC) in which another second processing unit (SPC) is not referred to; a second type (P-SPC) in which another single second processing unit (SPC) is referred to; and a third type in which other two second processing units (SPC) are referred to. Three-dimensional data encoding device 100 encodes the current second processing unit (SPC) in accordance with the selected type.
  • Next, the structure and the operation flow of the three-dimensional data decoding device according to the present embodiment will be described. FIG. 8 is a block diagram of three-dimensional data decoding device 200 according to the present embodiment. FIG. 9 is a flowchart of an exemplary operation performed by three-dimensional data decoding device 200.
  • Three-dimensional data decoding device 200 shown in FIG. 8 decodes encoded three-dimensional data 211, thereby generating decoded three-dimensional data 212. Encoded three-dimensional data 211 here is, for example, encoded three-dimensional data 112 generated by three-dimensional data encoding device 100. Such three-dimensional data decoding device 200 includes obtainer 201, decoding start GOS determiner 202, decoding SPC determiner 203, and decoder 204.
  • First, obtainer 201 obtains encoded three-dimensional data 211 (S201). Next, decoding start GOS determiner 202 determines a current GOS for decoding (S202). More specifically, decoding start GOS determiner 202 refers to meta-information stored in encoded three-dimensional data 211 or stored separately from the encoded three-dimensional data to determine, as the current GOS, a GOS that includes a SPC corresponding to the spatial position, the object, or the time from which decoding is to start.
  • Next, decoding SPC determiner 203 determines the type(s) (I, P, and/or B) of SPCs to be decoded in the GOS (S203). For example, decoding SPC determiner 203 determines whether to (1) decode only PSPC(s), (2) to decode I-SPC(s) and P-SPCs, or (3) to decode SPCs of all types. Note that the present step may not be performed, when the type(s) of SPCs to be decoded are previously determined such as when all SPCs are previously determined to be decoded.
  • Next, decoder 204 obtains an address location within encoded three-dimensional data 211 from which a SPC that comes first in the GOS in the decoding order (the same as the encoding order) starts. Decoder 204 obtains the encoded data of the first SPC from the address location, and sequentially decodes the SPCs from such first SPC (S204). Note that the address location is stored in the meta-information, etc.
  • Three-dimensional data decoding device 200 decodes decoded three-dimensional data 212 as thus described. More specifically, three-dimensional data decoding device 200 decodes each encoded three-dimensional data 211 of the first processing units (GOSs), each being random access unit and being associated with three-dimensional coordinates, thereby generating decoded three-dimensional data 212 of the first processing units (GOSs). Even more specifically, three-dimensional data decoding device 200 decodes each of the second processing units (SPCs) in each of the first processing units (GOS). Three-dimensional data decoding device 200 further decodes each of the third processing units (VLMs) in each of the second processing units (SPCs).
  • The following describes meta-information for random access. Such meta-information is generated by three-dimensional data encoding device 100, and included in encoded three-dimensional data 112 (211).
  • In the conventional random access for a two-dimensional moving picture, decoding starts from the first frame in a random access unit that is close to a specified time. Meanwhile, in addition to times, random access to spaces (coordinates, objects, etc.) is assumed to be performed in a world.
  • To enable random access to at least three elements of coordinates, objects, and times, tables are prepared that associate the respective elements with the GOS index numbers. Furthermore, the GOS index numbers are associated with the addresses of the respective first I-SPCs in the GOSs. FIG. 10 is a diagram showing exemplary tables included in the meta-information. Note that not all the tables shown in FIG. 10 are required to be used, and thus at least one of the tables may be used.
  • The following describes an example in which random access is performed from coordinates as a starting point. To access the coordinates (x2, y2, and z2), the coordinates-GOS table is first referred to, which indicates that the point corresponding to the coordinates (x2, y2, and z2) is included in the second GOS. Next, the GOS-address table is referred to, which indicates that the address of the first I-SPC in the second GOS is addr(2). As such, decoder 204 obtains data from this address to start decoding.
  • Note that the addresses may either be logical addresses or physical addresses of an HDD or a memory. Alternatively, information that identifies file segments may be used instead of addresses. File segments are, for example, units obtained by segmenting at least one GOS, etc.
  • When an object spans across a plurality of GOSs, the object-GOS table may show a plurality of GOSs to which such object belongs. When such plurality of GOSs are closed GOSs, the encoding device and the decoding device can perform encoding or decoding in parallel. Meanwhile, when such plurality of GOSs are open GOSs, a higher compression efficiency is achieved by the plurality of GOSs referring to each other.
  • Example objects include a person, an animal, a car, a bicycle, a signal, and a building serving as a landmark. For example, three-dimensional data encoding device 100 extracts characteristic points specific to an object from a three-dimensional point cloud, etc., when encoding a world, and detects the object on the basis of such characteristic points to set the detected object as a random access point.
  • As thus described, three-dimensional data encoding device 100 generates first information indicating a plurality of first processing units (GOSs) and the three-dimensional coordinates associated with the respective first processing units (GOSs). Encoded three-dimensional data 112 (211) includes such first information. The first information further indicates at least one of objects, times, and data storage locations that are associated with the respective first processing units (GOSs).
  • Three-dimensional data decoding device 200 obtains the first information from encoded three-dimensional data 211. Using such first information, three-dimensional data decoding device 200 identifies encoded three-dimensional data 211 of the first processing unit that corresponds to the specified three-dimensional coordinates, object, or time, and decodes encoded three-dimensional data 211.
  • The following describes an example of other meta-information. In addition to the meta-information for random access, three-dimensional data encoding device 100 may also generate and store meta-information as described below, and three-dimensional data decoding device 200 may use such meta-information at the time of decoding.
  • When three-dimensional data is used as map information, for example, a profile is defined in accordance with the intended use, and information indicating such profile may be included in meta-information. For example, a profile is defined for an urban or a suburban area, or for a flying object, and the maximum or minimum size, etc. of a world, a SPC or a VLM, etc. is defined in each profile. For example, more detailed information is required for an urban area than for a suburban area, and thus the minimum VLM size is set to small.
  • The meta-information may include tag values indicating object types. Each of such tag values is associated with VLMs, SPCs, or GOSs that constitute an object. For example, a tag value may be set for each object type in a manner, for example, that the tag value “0” indicates “person,” the tag value “1” indicates “car,” and the tag value “2” indicates “signal.” Alternatively, when an object type is hard to judge, or such judgment is not required, a tag value may be used that indicates the size or the attribute indicating, for example, whether an object is a dynamic object or a static object.
  • The meta-information may also include information indicating a range of the spatial region occupied by a world.
  • The meta-information may also store the SPC or VXL size as header information common to the whole stream of the encoded data or to a plurality of SPCs, such as SPCs in a GOS.
  • The meta-information may also include identification information on a distance sensor or a camera that has been used to generate a point cloud, or information indicating the positional accuracy of a point group in the point cloud.
  • The meta-information may also include information indicating whether a world is made only of static objects or includes a dynamic object.
  • The following describes variations of the present embodiment.
  • The encoding device or the decoding device may encode or decode two or more mutually different SPCs or GOSs in parallel. GOSs to be encoded or decoded in parallel can be determined on the basis of meta-information, etc. indicating the spatial positions of the GOSs.
  • When three-dimensional data is used as a spatial map for use by a car or a flying object, etc. in traveling, or for creation of such a spatial map, for example, the encoding device or the decoding device may encode or decode GOSs or SPCs included in a space that is identified on the basis of GPS information, the route information, the zoom magnification, etc.
  • The decoding device may also start decoding sequentially from a space that is close to the self-location or the traveling route. The encoding device or the decoding device may give a lower priority to a space distant from the self-location or the traveling route than the priority of a nearby space to encode or decode such distant place. To “give a lower priority” means here, for example, to lower the priority in the processing sequence, to decrease the resolution (to apply decimation in the processing), or to lower the image quality (to increase the encoding efficiency by, for example, setting the quantization step to larger).
  • When decoding encoded data that is hierarchically encoded in a space, the decoding device may decode only the bottom level in the hierarchy.
  • The decoding device may also start decoding preferentially from the bottom level of the hierarchy in accordance with the zoom magnification or the intended use of the map.
  • For self-location estimation or object recognition, etc. involved in the self-driving of a car or a robot, the encoding device or the decoding device may encode or decode regions at a lower resolution, except for a region that is lower than or at a specified height from the ground (the region to be recognized).
  • The encoding device may also encode point clouds representing the spatial shapes of a room interior and a room exterior separately. For example, the separation of a GOS representing a room interior (interior GOS) and a GOS representing a room exterior (exterior GOS) enables the decoding device to select a GOS to be decoded in accordance with a viewpoint location, when using the encoded data.
  • The encoding device may also encode an interior GOS and an exterior GOS having close coordinates so that such GOSs come adjacent to each other in an encoded stream. For example, the encoding device associates the identifiers of such GOSs with each other, and stores information indicating the associated identifiers into the meta-information that is stored in the encoded stream or stored separately. This enables the decoding device to refer to the information in the meta-information to identify an interior GOS and an exterior GOS having close coordinates
  • The encoding device may also change the GOS size or the SPC size depending on whether a GOS is an interior GOS or an exterior GOS. For example, the encoding device sets the size of an interior GOS to smaller than the size of an exterior GOS. The encoding device may also change the accuracy of extracting characteristic points from a point cloud, or the accuracy of detecting objects, for example, depending on whether a GOS is an interior GOS or an exterior GOS.
  • The encoding device may also add, to encoded data, information by which the decoding device displays objects with a distinction between a dynamic object and a static object. This enables the decoding device to display a dynamic object together with, for example, a red box or letters for explanation. Note that the decoding device may display only a red box or letters for explanation, instead of a dynamic object. The decoding device may also display more particular object types. For example, a red box may be used for a car, and a yellow box may be used for a person.
  • The encoding device or the decoding device may also determine whether to encode or decode a dynamic object and a static object as a different SPC or GOS, in accordance with, for example, the appearance frequency of dynamic objects or a ratio between static objects and dynamic objects. For example, when the appearance frequency or the ratio of dynamic objects exceeds a threshold, a SPC or a GOS including a mixture of a dynamic object and a static object is accepted, while when the appearance frequency or the ratio of dynamic objects is below a threshold, a SPC or GOS including a mixture of a dynamic object and a static object is unaccepted.
  • When detecting a dynamic object not from a point cloud but from two-dimensional image information of a camera, the encoding device may separately obtain information for identifying a detection result (box or letters) and the object position, and encode these items of information as part of the encoded three-dimensional data. In such a case, the decoding device superimposes auxiliary information (box or letters) indicating the dynamic object onto a resultant of decoding a static object to display it.
  • The encoding device may also change the sparseness and denseness of VXLs or VLMs in a SPC in accordance with the degree of complexity of the shape of a static object. For example, the encoding device sets VXLs or VLMs at a higher density as the shape of a static object is more complex. The encoding device may further determine a quantization step, etc. for quantizing spatial positions or color information in accordance with the sparseness and denseness of VXLs or VLMs. For example, the encoding device sets the quantization step to smaller as the density of VXLs or VLMs is higher.
  • As described above, the encoding device or the decoding device according to the present embodiment encodes or decodes a space on a SPC-by-SPC basis that includes coordinate information.
  • Furthermore, the encoding device and the decoding device perform encoding or decoding on a volume-by-volume basis in a SPC. Each volume includes a voxel, which is the minimum unit in which position information is associated.
  • Also, using a table that associates the respective elements of spatial information including coordinates, objects, and times with GOSs or using a table that associates these elements with each other, the encoding device and the decoding device associate any ones of the elements with each other to perform encoding or decoding. The decoding device uses the values of the selected elements to determine the coordinates, and identifies a volume, a voxel, or a SPC from such coordinates to decode a SPC including such volume or voxel, or the identified SPC.
  • Furthermore, the encoding device determines a volume, a voxel, or a SPC that is selectable in accordance with the elements, through extraction of characteristic points and object recognition, and encodes the determined volume, voxel, or SPC, as a volume, a voxel, or a SPC to which random access is possible.
  • SPCs are classified into three types: I-SPC that is singly codable or decodable; P-SPC that is encoded or decoded by referring to any one of the processed SPCs; and B-SPC that is encoded or decoded by referring to any two of the processed SPCs.
  • At least one volume corresponds to a static object or a dynamic object. A SPC including only a static object and a SPC including only a dynamic object are encoded or decoded as mutually different GOSs. Stated differently, a SPC including only a static object and a SPC including only a dynamic object are assigned to different GOSs.
  • Dynamic objects are encoded or decoded on an object-by-object basis, and are associated with at least one SPC including only a static object. Stated differently, a plurality of dynamic objects are individually encoded, and the obtained encoded data of the dynamic objects is associated with a SPC including only a static object.
  • The encoding device and the decoding device give an increased priority to I-SPC(s) in a GOS to perform encoding or decoding. For example, the encoding device performs encoding in a manner that prevents the degradation of I-SPCs (in a manner that enables the original three-dimensional data to be reproduced with a higher fidelity after decoded). The decoding device decodes, for example, only F-SPCs.
  • The encoding device may change the frequency of using I-SPCs depending on the sparseness and denseness or the number (amount) of the objects in a world to perform encoding. Stated differently, the encoding device changes the frequency of selecting I-SPCs depending on the number or the sparseness and denseness of the objects included in the three-dimensional data. For example, the encoding device uses I-SPCs at a higher frequency as the density of the objects in a world is higher.
  • The encoding device also sets random access points on a GOS-by-GOS basis, and stores information indicating the spatial regions corresponding to the GOSs into the header information.
  • The encoding devices uses, for example, a default value as the spatial size of a GOS. Note that the encoding device may change the GOS size depending on the number (amount) or the sparseness and denseness of objects or dynamic objects. For example, the encoding device sets the spatial size of a GOS to smaller as the density of objects or dynamic objects is higher or the number of objects or dynamic objects is greater.
  • Also, each SPC or volume includes a characteristic point group that is derived by use of information obtained by a sensor such as a depth sensor, a gyroscope sensor, or a camera sensor. The coordinates of the characteristic points are set at the central positions of the respective voxels. Furthermore, finer voxels enable highly accurate position information.
  • The characteristic point group is derived by use of a plurality of pictures. A plurality of pictures include at least two types of time information: the actual time information and the same time information common to a plurality of pictures that are associated with SPCs (for example, the encoding time used for rate control, etc.).
  • Also, encoding or decoding is performed on a GOS-by-GOS basis that includes at least one SPC.
  • The encoding device and the decoding device predict P-SPCs or B-SPCs in a current GOS by referring to SPCs in a processed GOS.
  • Alternatively, the encoding device and the decoding device predicts P-SPCs or B-SPCs in a current GOS, using the processed SPCs in the current GOS, without referring to a different GOS.
  • Furthermore, the encoding device and the decoding device transmit or receive an encoded stream on a world-by-world basis that includes at least one GOS.
  • Also, a GOS has a layer structure in one direction at least in a world, and the encoding device and the decoding device start encoding or decoding from the bottom layer. For example, a random accessible GOS belongs to the lowermost layer. Only a GOS that belongs to the same layer or a lower layer is referred to in a GOS that belongs to an upper layer. Stated differently, a GOS is spatially divided in a predetermined direction to have a plurality of layers, each including at least one SPC. The encoding device and the decoding device encode or decode each SPC by referring to a SPC included in the same layer as the each SPC or a SPC included in a layer lower than that of the each SPC.
  • Also, the encoding device and the decoding device successively encode or decode GOSs on a world-by-world basis that includes such GOSs. In so doing, the encoding device and the decoding device write or read out information indicating the order (direction) of encoding or decoding as metadata. Stated differently, the encoded data includes information indicating the order of encoding a plurality of GOSs.
  • The encoding device and the decoding device also encode or decode mutually different two or more SPCs or GOSs in parallel.
  • Furthermore, the encoding device and the decoding device encode or decode the spatial information (coordinates, size, etc.) on a SPC or a GOS.
  • The encoding device and the decoding device encode or decode SPCs or GOSs included in an identified space that is identified on the basis of external information on the self-location or/and region size, such as GPS information, route information, or magnification.
  • The encoding device or the decoding device gives a lower priority to a space distant from the self-location than the priority of a nearby space to perform encoding or decoding.
  • The encoding device sets a direction at one of the directions in a world, in accordance with the magnification or the intended use, to encode a GOS having a layer structure in such direction. Also, the decoding device decodes a GOS having a layer structure in one of the directions in a world that has been set in accordance with the magnification or the intended use, preferentially from the bottom layer.
  • The encoding device changes the accuracy of extracting characteristic points, the accuracy of recognizing objects, or the size of spatial regions, etc. included in a SPC, depending on whether an object is an interior object or an exterior object. Note that the encoding device and the decoding device encode or decode an interior GOS and an exterior GOS having close coordinates in a manner that these GOSs come adjacent to each other in a world, and associates their identifiers with each other for encoding and decoding.
  • Although the three-dimensional data encoding device and the three-dimensional data decoding device according to the embodiment of the present disclosure have been described above, the present disclosure is not limited to such embodiment.
  • Note that each of the processing units included in the three-dimensional data encoding device or the three-dimensional data decoding device according to the embodiment is implemented typically as a large-scale integration (LSI), which is an integrated circuit (IC). They may take the form of individual chips, or one or more or all of them may be encapsulated into a single chip.
  • Such IC is not limited to an LSI, and thus may be implemented as a dedicated circuit or a general-purpose processor. Alternatively, a field programmable gate array (FPGA) that allows for programming after the manufacture of an LSI, or a reconfigurable processor that allows for reconfiguration of the connection and the setting of circuit cells inside an LSI may be employed.
  • Moreover, in the above embodiment, the structural components may be implemented as dedicated hardware or may be realized by executing a software program suited to such structural components. Alternatively, the structural components may be implemented by a program executor such as a CPU or a processor reading out and executing the software program recorded in a recording medium such as a hard disk or a semiconductor memory.
  • Also, the present disclosure may be embodied as a three-dimensional data encoding method or a three-dimensional data decoding method performed by the three-dimensional data encoding device or the three-dimensional data decoding device.
  • Also, the divisions of the functional blocks shown in the block diagrams are mere examples, and thus a plurality of functional blocks may be implemented as a single functional block, or a single functional block may be divided into a plurality of functional blocks, or one or more functions may be moved to another functional block. Also, the functions of a plurality of functional blocks having similar functions may be processed by single hardware or software in a parallelized or time-divided manner.
  • Also, the processing order of executing the steps shown in the flowcharts is a mere illustration for specifically describing the present disclosure, and thus may be an order other than the shown order. Also, one or more of the steps may be executed simultaneously (in parallel) with another step.
  • Although the three-dimensional data encoding device and the three-dimensional data decoding device according to one or more aspects have been described on the basis of the embodiment, the present disclosure is not limited to such embodiment. The one or more aspects may thus include an embodiment achieved by making various modifications to the above embodiment that can be conceived by those skilled in the art as well as an embodiment achieved by combining structural components in different embodiments, without materially departing from the spirit of the present disclosure.
  • Although only some exemplary embodiments of the present disclosure have been described in detail above, those skilled in the art will readily appreciate that many modifications are possible in the exemplary embodiments without materially departing from the novel teachings and advantages of the present disclosure. Accordingly, all such modifications are intended to be included within the scope of the present disclosure.
  • INDUSTRIAL APPLICABILITY
  • The present disclosure is applicable to a three-dimensional data encoding device and a three-dimensional data decoding device.

Claims (5)

1-20. (canceled)
21. A three-dimensional data encoding method for encoding three-dimensional data, the three-dimensional data encoding method comprising:
dividing the three-dimensional data into first processing units, each of the first processing units being associated with three-dimensional coordinates, and further dividing each of the first processing units into second processing units;
encoding each of the second processing units generated by dividing each of the first processing units, to generate encoded data; and
generating first information indicating the three-dimensional coordinates associated with each of the first processing units,
wherein the encoded data includes the first information.
22. A three-dimensional data decoding method for decoding three-dimensional data, the three-dimensional data decoding method comprising:
decoding encoded data to generate three-dimensional data of first processing units, the encoded data having been generated by encoding each of second processing units, the second processing units having been generated by dividing each of the first processing units, the first processing units each being associated with three dimensional coordinates; and
obtaining, from the encoded data, first information indicating the three-dimensional coordinates associated with each of the first processing units.
23. A three-dimensional data encoding device that encodes three-dimensional data, the three-dimensional data encoding device comprising:
a divider that divides the three-dimensional data into first processing units, each of the first processing units being associated with three-dimensional coordinates, and further divides each of the first processing units into second processing units;
an encoder that encodes each of the second processing units generated by dividing each of the first processing units, to generate encoded data; and
a generator that generates first information indicating the three-dimensional coordinates associated with each of the first processing units,
wherein the encoded data includes the first information.
24. A three-dimensional data decoding device that decodes three-dimensional data, the three-dimensional data decoding device comprising:
a decoder that decodes encoded data to generate three-dimensional data of first processing units, the encoded data having been generated by encoding each of second processing units, the second processing units having been generated by dividing each of the first processing units, the first processing units each being associated with three dimensional coordinates, wherein
the decoder obtains, from the encoded data, first information indicating the three-dimensional coordinates associated with each of the first processing units.
US17/674,380 2015-12-14 2022-02-17 Three-dimensional data encoding method, three-dimensional data decoding method, three-dimensional data encoding device, and three-dimensional data decoding device Pending US20220174318A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US17/674,380 US20220174318A1 (en) 2015-12-14 2022-02-17 Three-dimensional data encoding method, three-dimensional data decoding method, three-dimensional data encoding device, and three-dimensional data decoding device

Applications Claiming Priority (6)

Application Number Priority Date Filing Date Title
US201562266914P 2015-12-14 2015-12-14
JP2016225504 2016-11-18
JP2016-225504 2016-11-18
PCT/JP2016/005041 WO2017104115A1 (en) 2015-12-14 2016-12-01 Three-dimensional data coding method, three-dimensional data decoding method, three-dimensional data coding device, and three-dimensional data decoding device
US15/996,710 US11290745B2 (en) 2015-12-14 2018-06-04 Three-dimensional data encoding method, three-dimensional data decoding method, three-dimensional data encoding device, and three-dimensional data decoding device
US17/674,380 US20220174318A1 (en) 2015-12-14 2022-02-17 Three-dimensional data encoding method, three-dimensional data decoding method, three-dimensional data encoding device, and three-dimensional data decoding device

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US15/996,710 Continuation US11290745B2 (en) 2015-12-14 2018-06-04 Three-dimensional data encoding method, three-dimensional data decoding method, three-dimensional data encoding device, and three-dimensional data decoding device

Publications (1)

Publication Number Publication Date
US20220174318A1 true US20220174318A1 (en) 2022-06-02

Family

ID=59056189

Family Applications (2)

Application Number Title Priority Date Filing Date
US15/996,710 Active 2036-12-23 US11290745B2 (en) 2015-12-14 2018-06-04 Three-dimensional data encoding method, three-dimensional data decoding method, three-dimensional data encoding device, and three-dimensional data decoding device
US17/674,380 Pending US20220174318A1 (en) 2015-12-14 2022-02-17 Three-dimensional data encoding method, three-dimensional data decoding method, three-dimensional data encoding device, and three-dimensional data decoding device

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US15/996,710 Active 2036-12-23 US11290745B2 (en) 2015-12-14 2018-06-04 Three-dimensional data encoding method, three-dimensional data decoding method, three-dimensional data encoding device, and three-dimensional data decoding device

Country Status (9)

Country Link
US (2) US11290745B2 (en)
EP (1) EP3392840A4 (en)
JP (3) JP6817961B2 (en)
KR (2) KR20230091200A (en)
CN (3) CN116883521A (en)
CA (1) CA3005713A1 (en)
MX (1) MX2018006642A (en)
MY (1) MY190934A (en)
WO (1) WO2017104115A1 (en)

Families Citing this family (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3407607A1 (en) 2017-05-24 2018-11-28 Thomson Licensing Method and device for encoding and reconstructing a point cloud
KR20200026196A (en) * 2017-07-10 2020-03-10 소니 주식회사 Information processing apparatus and method
WO2019065297A1 (en) * 2017-09-29 2019-04-04 ソニー株式会社 Information processing device and method
JP7276136B2 (en) * 2017-10-16 2023-05-18 ソニーグループ株式会社 Information processing device and method
WO2019131880A1 (en) * 2017-12-28 2019-07-04 パナソニック インテレクチュアル プロパティ コーポレーション オブ アメリカ Coding method, decoding method, information processing method, coding device, decoding device, and information processing system
CN112219227A (en) * 2018-06-06 2021-01-12 松下电器(美国)知识产权公司 Three-dimensional data encoding method, three-dimensional data decoding method, three-dimensional data encoding device, and three-dimensional data decoding device
JP7389028B2 (en) * 2018-06-12 2023-11-29 パナソニック インテレクチュアル プロパティ コーポレーション オブ アメリカ Three-dimensional data encoding method, three-dimensional data decoding method, three-dimensional data encoding device, and three-dimensional data decoding device
MX2020013271A (en) * 2018-06-13 2021-02-18 Panasonic Ip Corp America Three-dimensional data encoding method, three-dimensional data decoding method, three-dimensional data encoding device, and three-dimensional data decoding device.
WO2019240284A1 (en) * 2018-06-14 2019-12-19 パナソニック インテレクチュアル プロパティ コーポレーション オブ アメリカ Three-dimensional data encoding method, three-dimensional data decoding method, three-dimensional data encoding device, and three-dimensional data decoding device
CN112313708A (en) * 2018-06-15 2021-02-02 松下电器(美国)知识产权公司 Three-dimensional data encoding method, three-dimensional data decoding method, three-dimensional data encoding device, and three-dimensional data decoding device
KR102485554B1 (en) * 2018-06-29 2023-01-05 현대오토에버 주식회사 Apparatus and method for constructing a 3d space map for route search for unmanned aerial vehicle
JP7310816B2 (en) * 2018-07-06 2023-07-19 ソニーグループ株式会社 Information processing device, information processing method, and program
CN112424833A (en) * 2018-07-13 2021-02-26 松下电器(美国)知识产权公司 Three-dimensional data encoding method, three-dimensional data decoding method, three-dimensional data encoding device, and three-dimensional data decoding device
US11095900B2 (en) * 2018-12-19 2021-08-17 Sony Group Corporation Point cloud coding structure
EP3905200A4 (en) 2018-12-28 2022-04-06 Panasonic Intellectual Property Corporation of America Three-dimensional data encoding method, three-dimensional data decoding method, three-dimensional data encoding device, and three-dimensional data decoding device
EP3918793A4 (en) * 2019-01-30 2022-11-30 Nokia Technologies Oy An apparatus, a method and a computer program for volumetric video
MX2021008910A (en) * 2019-02-05 2021-08-24 Panasonic Ip Corp America Three-dimensional data encoding method, three-dimensional data decoding method, three-dimensional data encoding device, and three-dimensional data decoding device.
WO2020175708A1 (en) * 2019-02-28 2020-09-03 パナソニック インテレクチュアル プロパティ コーポレーション オブ アメリカ Three-dimensional data encoding method, three-dimensional data decoding method, three-dimensional data encoding device, and three-dimensional data decoding device
KR20210135226A (en) * 2019-03-11 2021-11-12 소니그룹주식회사 Information processing apparatus, reproduction processing apparatus, information processing method and reproduction processing method
WO2020218593A1 (en) * 2019-04-25 2020-10-29 パナソニック インテレクチュアル プロパティ コーポレーション オブ アメリカ Three-dimensional data encoding method, three-dimensional data decoding method, three-dimensional data encoding device, and three-dimensional data decoding device
WO2020220249A1 (en) * 2019-04-30 2020-11-05 深圳市大疆创新科技有限公司 Data encoding and data decoding methods and devices, and storage medium
JPWO2020230710A1 (en) * 2019-05-10 2020-11-19
CN114097242A (en) * 2019-07-12 2022-02-25 索尼集团公司 Information processing apparatus and method
JPWO2022145214A1 (en) * 2020-12-28 2022-07-07
CN117413523A (en) * 2021-06-04 2024-01-16 华为技术有限公司 Encoding and decoding method and device for 3D map
WO2024014826A1 (en) * 2022-07-11 2024-01-18 엘지전자 주식회사 Transmission device for point cloud data, method performed by transmission device, reception device for point cloud data, and method performed by reception device

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110142321A1 (en) * 2008-08-29 2011-06-16 Koninklijke Philips Electronics N.V. Dynamic transfer of three-dimensional image data
US9600929B1 (en) * 2014-12-01 2017-03-21 Ngrain (Canada) Corporation System, computer-readable medium and method for 3D-differencing of 3D voxel models

Family Cites Families (75)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4999705A (en) * 1990-05-03 1991-03-12 At&T Bell Laboratories Three dimensional motion compensated video coding
GB2259824B (en) * 1991-09-19 1995-01-18 Sony Broadcast & Communication Data compression
KR950009680B1 (en) * 1992-05-19 1995-08-25 주식회사금성사 Image decoder of image compression and decompression system
JPH06141301A (en) * 1992-10-27 1994-05-20 Victor Co Of Japan Ltd Picture information compressor, expander and compander
US6674911B1 (en) * 1995-09-14 2004-01-06 William A. Pearlman N-dimensional data compression using set partitioning in hierarchical trees
JP2910756B1 (en) * 1998-03-18 1999-06-23 日本電気株式会社 Memory saving device for voxel data and method therefor
US6604166B1 (en) * 1998-12-30 2003-08-05 Silicon Automation Systems Limited Memory architecture for parallel data access along any given dimension of an n-dimensional rectangular data array
JP2000338900A (en) * 1999-05-27 2000-12-08 Sony Corp Display device for three-dimensional stereoscopic image and method for displaying three-dimensional stereoscopic image
JP2003533102A (en) * 2000-05-03 2003-11-05 コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ Coding method for video sequence compression
CN1381142A (en) * 2000-05-18 2002-11-20 皇家菲利浦电子有限公司 Encoding method for compression of video sequence
JP4672175B2 (en) * 2000-05-26 2011-04-20 本田技研工業株式会社 Position detection apparatus, position detection method, and position detection program
KR20020026254A (en) * 2000-06-14 2002-04-06 요트.게.아. 롤페즈 Color video encoding and decoding method
US7376279B2 (en) * 2000-12-14 2008-05-20 Idx Investment Corporation Three-dimensional image streaming system and method for medical images
CA2373707A1 (en) * 2001-02-28 2002-08-28 Paul Besl Method and system for processing, compressing, streaming and interactive rendering of 3d color image data
GB2378108B (en) * 2001-07-24 2005-08-17 Imagination Tech Ltd Three dimensional graphics system
WO2003029922A2 (en) * 2001-10-01 2003-04-10 Kline & Walker, Llc Pfn/trac system faa upgrades for accountable remote and robotics control
KR100397511B1 (en) * 2001-11-21 2003-09-13 한국전자통신연구원 The processing system and it's method for the stereoscopic/multiview Video
US7113644B2 (en) * 2002-02-13 2006-09-26 Matsushita Electric Industrial Co., Ltd. Image coding apparatus and image coding method
US20040008779A1 (en) * 2002-06-18 2004-01-15 Lai King Chung Techniques for video encoding and decoding
JP2004141514A (en) * 2002-10-28 2004-05-20 Toshiba Corp Image processing apparatus and ultrasonic diagnostic apparatus
US8163896B1 (en) * 2002-11-14 2012-04-24 Rosetta Genomics Ltd. Bioinformatically detectable group of novel regulatory genes and uses thereof
JP2004186978A (en) * 2002-12-03 2004-07-02 Sanyo Electric Co Ltd Method and device for data write and digital camera
KR100513732B1 (en) * 2002-12-05 2005-09-08 삼성전자주식회사 Method and apparatus for encoding and decoding 3 dimensional data
US7321625B2 (en) * 2002-12-13 2008-01-22 Ntt Docomo, Inc. Wavelet based multiresolution video representation with spatially scalable motion vectors
JP4002878B2 (en) * 2003-01-17 2007-11-07 松下電器産業株式会社 Image coding method
US7444011B2 (en) * 2004-02-10 2008-10-28 University Of Chicago Imaging system performing substantially exact reconstruction and using non-traditional trajectories
KR100519780B1 (en) 2004-02-17 2005-10-07 삼성전자주식회사 Method and apparatus for encoding and decoding 3D volume data
JP4759291B2 (en) * 2004-03-08 2011-08-31 三星電子株式会社 Adaptive binary tree generation method, and method and apparatus for encoding / decoding three-dimensional volume data using the same
US7630565B2 (en) * 2004-11-30 2009-12-08 Lsi Corporation Parallel video encoder with whole picture deblocking and/or whole picture compressed as a single slice
US20060193386A1 (en) * 2005-02-25 2006-08-31 Chia-Wen Lin Method for fast mode decision of variable block size coding
US8588304B2 (en) * 2005-03-31 2013-11-19 Panasonic Corporation Video decoding device, video decoding method, video decoding program, and video decoding integrated circuit
JP2006338630A (en) 2005-05-31 2006-12-14 Terarikon Inc Three-dimensional image display device for creating three-dimensional image while sequentially and partially decompressing compressed image data
US7702141B2 (en) * 2005-06-29 2010-04-20 General Electric Company Method for quantifying an object in a larger structure using a reconstructed image
US7502501B2 (en) * 2005-12-22 2009-03-10 Carestream Health, Inc. System and method for rendering an oblique slice through volumetric data accessed via a client-server architecture
KR100846870B1 (en) * 2006-07-06 2008-07-16 한국전자통신연구원 Apparatus and method of multi-stage, multi-dimensional transform based on multiple unit blocks
JP4793366B2 (en) * 2006-10-13 2011-10-12 日本ビクター株式会社 Multi-view image encoding device, multi-view image encoding method, multi-view image encoding program, multi-view image decoding device, multi-view image decoding method, and multi-view image decoding program
US8103111B2 (en) 2006-12-26 2012-01-24 Olympus Imaging Corp. Coding method, electronic camera, recording medium storing coded program, and decoding method
AU2008313328A1 (en) * 2007-10-15 2009-04-23 Nokia Corporation Motion skip and single-loop encoding for multi-view video content
KR101520649B1 (en) * 2008-01-21 2015-05-15 삼성전자 주식회사 3 Method and system for compressing and decoding mesh data with random accessibility in 3-dimensional mesh model
US9641822B2 (en) * 2008-02-25 2017-05-02 Samsung Electronics Co., Ltd. Method and apparatus for processing three-dimensional (3D) images
KR101086772B1 (en) * 2008-04-18 2011-11-25 한양대학교 산학협력단 Method and apparatus for 3d mesh compression based quantization
WO2009130561A1 (en) * 2008-04-21 2009-10-29 Nokia Corporation Method and device for video coding and decoding
US20090268821A1 (en) * 2008-04-29 2009-10-29 The Hong Kong University Of Science And Technology Block parallel and fast motion estimation in video coding
JP5309700B2 (en) * 2008-06-03 2013-10-09 富士通株式会社 Moving picture decoding apparatus and encoding apparatus
US20100020877A1 (en) * 2008-07-23 2010-01-28 The Hong Kong University Of Science And Technology Multiple reference frame motion estimation in video coding
JP5394212B2 (en) * 2008-12-19 2014-01-22 トムソン ライセンシング How to insert data, how to read the inserted data
US9066107B2 (en) * 2009-01-28 2015-06-23 France Telecom Methods for encoding and decoding sequence implementing a motion compensation, corresponding encoding and decoding devices, signal and computer programs
US8615044B2 (en) * 2009-06-05 2013-12-24 Cisco Technology, Inc. Adaptive thresholding of 3D transform coefficients for video denoising
US8902985B2 (en) * 2009-06-22 2014-12-02 Panasonic Intellectual Property Corporation Of America Image coding method and image coding apparatus for determining coding conditions based on spatial-activity value
KR101631944B1 (en) * 2009-10-30 2016-06-20 삼성전자주식회사 Method and apparatus for entropy encoding and entropy decoding for accelarting video decoding
WO2011060816A1 (en) * 2009-11-18 2011-05-26 Nokia Corporation Data processing
KR20110069740A (en) * 2009-12-17 2011-06-23 에스케이 텔레콤주식회사 Video coding method and apparatus
US20110194613A1 (en) * 2010-02-11 2011-08-11 Qualcomm Incorporated Video coding with large macroblocks
US8510639B2 (en) 2010-07-01 2013-08-13 Densbits Technologies Ltd. System and method for multi-dimensional encoding and decoding
KR20120018269A (en) * 2010-08-20 2012-03-02 한국전자통신연구원 Multi-dimensional layered modulation transmission apparatus and method for stereoscopic 3d video
JP5703781B2 (en) * 2010-09-03 2015-04-22 ソニー株式会社 Image processing apparatus and method
CN103098466B (en) * 2010-09-13 2016-08-17 索尼电脑娱乐公司 Image processing apparatus and image processing method
JP5894922B2 (en) * 2010-09-30 2016-03-30 パナソニック インテレクチュアル プロパティ コーポレーション オブアメリカPanasonic Intellectual Property Corporation of America Decoding method, decoding device, and program
US8755620B2 (en) * 2011-01-12 2014-06-17 Panasonic Corporation Image coding method, image decoding method, image coding apparatus, image decoding apparatus, and image coding and decoding apparatus for performing arithmetic coding and/or arithmetic decoding
JP5357199B2 (en) * 2011-03-14 2013-12-04 日本電信電話株式会社 Image encoding method, image decoding method, image encoding device, image decoding device, image encoding program, and image decoding program
CN103202020B (en) * 2011-07-29 2017-02-08 太阳专利托管公司 Video decoding method and video decoding apparatus
WO2013030634A1 (en) * 2011-08-31 2013-03-07 Rocks International Group Pte Ltd Virtual advertising platform
WO2013059358A2 (en) * 2011-10-17 2013-04-25 Butterfly Network, Inc. Transmissive imaging and related apparatus and methods
WO2013099290A1 (en) * 2011-12-28 2013-07-04 パナソニック株式会社 Image playback device, image playback method, image playback program, image transmission device, image transmission method and image transmission program
US9325990B2 (en) * 2012-07-09 2016-04-26 Qualcomm Incorporated Temporal motion vector prediction in video coding extensions
US20150172715A1 (en) * 2012-07-09 2015-06-18 Nippon Telegraph And Telephone Corporation Picture encoding method, picture decoding method, picture encoding apparatus, picture decoding apparatus, picture encoding program, picture decoding program, and recording media
US9667942B2 (en) * 2012-11-20 2017-05-30 Qualcomm Incorporated Adaptive luminance compensation in three dimensional video coding
US10699361B2 (en) * 2012-11-21 2020-06-30 Ati Technologies Ulc Method and apparatus for enhanced processing of three dimensional (3D) graphics data
CN104885470B (en) * 2013-01-30 2018-08-07 英特尔公司 It is divided for the prediction of next-generation video and the content-adaptive of coding
CN105009585B (en) * 2013-04-02 2018-09-25 明达半导体股份有限公司 Method for processing video frequency and video process apparatus
US9497485B2 (en) * 2013-04-12 2016-11-15 Intel Corporation Coding unit size dependent simplified depth coding for 3D video coding
CN105578900A (en) * 2013-08-29 2016-05-11 雅培公司 Nutritional composition having lipophilic compounds with improved solubility and bioavailability
TWI713355B (en) * 2013-09-03 2020-12-11 日商新力股份有限公司 Decoding device, decoding method, display device, and display method
EP3013050A1 (en) * 2014-10-22 2016-04-27 Axis AB Video compression with adaptive GOP length and adaptive quantization
US10264273B2 (en) * 2014-10-31 2019-04-16 Disney Enterprises, Inc. Computed information for metadata extraction applied to transcoding

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110142321A1 (en) * 2008-08-29 2011-06-16 Koninklijke Philips Electronics N.V. Dynamic transfer of three-dimensional image data
US9600929B1 (en) * 2014-12-01 2017-03-21 Ngrain (Canada) Corporation System, computer-readable medium and method for 3D-differencing of 3D voxel models

Also Published As

Publication number Publication date
WO2017104115A1 (en) 2017-06-22
EP3392840A4 (en) 2019-02-06
CA3005713A1 (en) 2017-06-22
KR102545015B1 (en) 2023-06-19
JP2022177079A (en) 2022-11-30
US20180278956A1 (en) 2018-09-27
EP3392840A1 (en) 2018-10-24
KR20230091200A (en) 2023-06-22
CN108369751A (en) 2018-08-03
JP7411747B2 (en) 2024-01-11
US11290745B2 (en) 2022-03-29
JP6817961B2 (en) 2021-01-20
JP2024023826A (en) 2024-02-21
JPWO2017104115A1 (en) 2018-09-27
MX2018006642A (en) 2018-08-01
MY190934A (en) 2022-05-23
CN116883521A (en) 2023-10-13
KR20180094870A (en) 2018-08-24
CN108369751B (en) 2023-09-08
CN116883522A (en) 2023-10-13

Similar Documents

Publication Publication Date Title
US20220174318A1 (en) Three-dimensional data encoding method, three-dimensional data decoding method, three-dimensional data encoding device, and three-dimensional data decoding device
US11593970B2 (en) Three-dimensional data encoding method, three-dimensional data decoding method, three-dimensional data encoding device, and three-dimensional data decoding device
US11710271B2 (en) Three-dimensional data creation method, three-dimensional data transmission method, three-dimensional data creation device, and three-dimensional data transmission device
US11206426B2 (en) Three-dimensional data encoding method, three-dimensional data decoding method, three-dimensional data encoding device, and three-dimensional data decoding device using occupancy patterns
US11790561B2 (en) Three-dimensional data encoding method, three-dimensional data decoding method, three-dimensional data encoding device, and three-dimensional data decoding device
EP3703000A1 (en) Three-dimensional data encoding method, three-dimensional data decoding method, three-dimensional data encoding device, and three-dimensional data decoding device
US20230188705A1 (en) Three-dimensional data encoding method, three-dimensional data decoding method, three-dimensional data encoding device, and three-dimensional data decoding device
JP7138695B2 (en) Three-dimensional data encoding method, three-dimensional data decoding method, three-dimensional data encoding device, and three-dimensional data decoding device

Legal Events

Date Code Title Description
STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: FINAL REJECTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED