<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>Computer Vision Winter Workshop, Robert Sablatnig
and Florian Kleber (eds.), Krems, Lower Austria, Austria,
Feb.</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Real3D-Aug: Point Cloud Augmentation by Placing Real Objects with Occlusion Handling for 3D Detection and Segmentation</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Petr Šebek</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Šimon Pokorný</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Patrik Vacek</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Tomáš Svoboda</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Vision for Robotics and Autonomous Systems, Dept. of Cybernetics, Faculty of Electrical Engineering, Czech Technical University in Prague</institution>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2023</year>
      </pub-date>
      <volume>1</volume>
      <fpage>5</fpage>
      <lpage>17</lpage>
      <abstract>
        <p>Object detection and semantic segmentation with the 3D LiDAR point cloud data require expensive annotation. We propose a data augmentation method that takes advantage of already annotated data multiple times. We propose an augmentation framework that reuses real data, automatically finds suitable placements in the scene to be augmented, and handles occlusions explicitly. Due to the usage of the real data, the scan points of newly inserted objects in augmentation sustain the physical characteristics of the LiDAR, such as intensity and raydrop. The pipeline proves competitive in training top-performing models for 3D object detection and semantic segmentation. The new augmentation provides a significant performance gain in rare and essential classes, notably 6.65% average precision gain for “Hard” pedestrian class in KITTI object detection or 2.14 mean IoU gain in the SemanticKITTI segmentation challenge over the state of the art.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;LiDAR</kwd>
        <kwd>pointclouds</kwd>
        <kwd>augmentation</kwd>
        <kwd>semantic segmentation</kwd>
        <kwd>object detection</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>improvement, especially in rarely represented
classes. The codes for our method are publicly
available1.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <sec id="sec-2-1">
        <title>2.1. Data Augmentation</title>
        <p>• We present a new augmentation framework
suitable for both 3D object detection and
semantic segmentation.
• We propose a novel way to model occlusions
and physically consistent insertion of objects
for augmentation.</p>
        <sec id="sec-2-1-1">
          <title>We demonstrate the usefulness of our method</title>
          <p>on autonomous driving benchmarks and show 1https://github.com/ctu-vras/pcl-augmentation</p>
        </sec>
      </sec>
      <sec id="sec-2-2">
        <title>2.2. Data Simulators</title>
        <sec id="sec-2-2-1">
          <title>The recent progress in computer vision brought large neural networks with a large number of learnable parameters, often unable to reach a saturation point with the size of current training sets. These</title>
          <p>
            models require training on a very large number between additional objects and objects that are in
of annotated examples. Commonly used solutions the original point cloud. We analyze overlapping
include synthetically generated data [
            <xref ref-type="bibr" rid="ref14">14</xref>
            ] or using bounding boxes. Therefore, we need to create
game simulators such as Grand Theft Auto V, bounding boxes for semantic datasets that come
which was used to generate images for the semantic without object boxes (in Subsection 3.2). More
segmentation of ground truth [
            <xref ref-type="bibr" rid="ref15">15</xref>
            ]. Some simulators details on placing additional objects are given in
built on Unreal Engine, for example, Carla [
            <xref ref-type="bibr" rid="ref16">16</xref>
            ] are Subsection 3.3. Lastly, the method handles realistic
also used in autonomous driving research. However, occlusions between objects (in Subsection 3.4). The
the gap between real and synthetic data remains a overview of the proposed method is visualized in
great challenge [
            <xref ref-type="bibr" rid="ref14">14</xref>
            ]. One of the approaches to deal Figure 2.
with the diference and portability to the real world
is [
            <xref ref-type="bibr" rid="ref17 ref18">17, 18</xref>
            ], which can produce more realistic LiDAR 3.1. Road Estimation
data from simulation by learning GAN models.
          </p>
        </sec>
        <sec id="sec-2-2-2">
          <title>To place the new objects, we need to know</title>
          <p>
            2.3. 3D Perception Tasks where they realistically appear in the scene. This
information may be given by HD maps [26, 27] if
Learning in the LiDAR point cloud domain poses included in datasets; however, KITTI dataset [28]
challenges, such as low point density in regions at does not provide them. We estimate valid roads
the far end of the FOV, the unordered structure of and sidewalk areas for both tasks according to the
the data, and sparsity due to the sensor resolution. pipeline described in Figure 3. First, we
pseudoThree common approaches to aggregation and label 3D points by Cylinder3D [
            <xref ref-type="bibr" rid="ref2">2</xref>
            ], a state-of-the-art
learning the LiDAR features are voxel-based models semantic segmentation neural network, which was
[
            <xref ref-type="bibr" rid="ref11">19, 11</xref>
            ], re-projection of data into 2D structure pre-trained on the SemanticKITTI dataset [29]. The
[20, 21], and point cloud-based models [
            <xref ref-type="bibr" rid="ref2 ref3">2, 3</xref>
            ]. To resulting predictions are then projected onto the 2D
show the ability to generalize, we evaluate our LiDAR (,  ) ground plane, discretized with a cell
proposed method based on diferent model feature size resolution of 1 × 1 meter. Then we divide the
extractors and on two tasks of 3D object detection space in the scene for the road (cyclist placement)
and semantic segmentation. and the sidewalk (pedestrian placement) as follows:
          </p>
          <p>One of the key aspects of our approach is placing Road: To obtain a continuous road area, a
the object in a realistic position by estimating morphological closing is used on the projection. We
the road for vehicle and cyclist insertions and the use a disk seed with a dimension of three.
sidewalk for pedestrian insertion. Recent research Pedestrian area: The estimate is based on the
has shown, that a fast, fully convolutional neural assumption that pedestrians are supposed to walk
network can predict the road from the bird’s eye along the road border. Cells closer than two pixels
view projection of the scene [22]. However, this from the border of the road estimate are processed
method does not handle occlusions, i.e. it does and subsequently dilated. We use a disk seed with
not predict the road behind obstacles, e.g. vehicles. a dimension of two.</p>
          <p>Non-learnable methods proposed in [23, 24] can SemanticKITTI contains poses of each point
separate ground from non-ground points, which cloud in sequence. Therefore, road and sidewalk
can be further improved by utilizing the Jump- labels can be transformed into a global coordinate
Convolution-Process [25]. All these methods (and system and accumulated in space. The accumulated
other established types like RANSAC, PCA, and sequence of road and sidewalk labels leads to a
height thresholding) filter out all ground points more accurate estimation of the placement areas
regardless of class road or sidewalk. In our setup, in the 2D LiDAR (,  ) ground plane projection.
we need to distinguish them, so we rely on the Accumulating multiple scans in one frame densifies
segmentation network learned from the dataset. the LiDAR point cloud and naturally reduces the
need for morphological operations.</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Method</title>
      <p>Our augmentation method places additional objects For a collision-free placement of objects, the
into an already captured point cloud. The objects bounding boxes are required. The bounding box
must be placed in adequate locations; therefore, is parameterized by the center coordinates (, ,  ),
the road and pedestrian area must be estimated size dimensions (, , ℎ ), and heading angle (yaw).
(in Subsection 3.1). The method avoids collisions For object detection in the KITTI dataset, the</p>
      <sec id="sec-3-1">
        <title>3.2. Creating of Bounding Boxes</title>
        <p>bounding boxes are already provided as ground- KITTI data set.
truth labels. However, the SemanticKITTI dataset For bicycle, motorcycle, motorcyclist, and truck
contains only the semantic label of the class together objects in the SemanticKITTI dataset, we do not
with the instance of the object (each object in have corresponding statistics for bounding box
one frame has a diferent instance). We mitigate dimensions since they are not present in KITTI.
the absence of the bounding boxes by separating Therefore, the limits were hand-crafted from the
individual objects from the scene based on an ifrst 100 generated samples from SemanticKitti. We
instance and estimate bounding boxes, see Figure 4. also used the first decile, but with a 10 % margin of
In case of the absence of instance labels, we would safety.
cluster the semantic segmentation points to get the
instances via density-based clustering. In the case 3.3. Placing of Objects
of close-by segmentation, more than one instance
can be inserted without damaging the consistency Placing one or multiple objects requires knowing
of our approach. the bounding box dimensions and yaw angles. Only</p>
        <p>Modeling the bounding boxes is divided into three points within the bounding boxes are used to
steps: augment diferent frames of the dataset. For the</p>
        <p>Wrapping: Object-labeled 3D Lidar points are semantic segmentation datasets (task), these points
projected to the ground plane. The 2D projected are further filtered to have an appropriate label. In
points are wrapped in a convex hull. the case of the object detection datasets, points that</p>
        <p>Smallest area: Assume the convex hull consists of are pseudo-labeled as the road or sidewalk classes
 points. We construct  − 1 rectangles so that two are removed to ensure that the cutout point cloud
neighboring points on the convex hull compose one contains only the object points.
side of the rectangle. The remaining sides of the To maintain the most realistic augmentation, our
rectangle are added to achieve the smallest area. method places the object at the same distance with</p>
        <p>Refinement: Too few points may represent some the same observation angle. It can be achieved by
objects. They are scanned at a great distance or are rotating its point cloud by the vertical z-axis of
significantly occluded by closer objects. Bounding the frame origin. This way, realistic object point
boxes may also be distorted by occlusions. We density and LiDAR intensity are maintained due
analyze the heights, widths, and lengths of the to the preserved range between the sensor and the
bounding boxes in the KITTI dataset for classes object. It also keeps the same observation angle.
“Car”, “Pedestrian”, and “Cyclists”, which we use Then, we consider the collision-free location of the
in Semantic KITTI. We obtain the distributions insertion:
for each class and parameter. For each random Location: Objects must be fully located on
variable, we calculate the lowest decile. The lowest the appropriate surface. We place vehicles and
decile values are the minimum threshold values cyclists on the streets and pedestrians on sidewalks.
of the bounding box. The maximal values of Thought pedestrians can move on the streets as well,
bounding boxes are set as the maximal values for we do not observe this occurance in the evaluation
the corresponding dimension that occurred in the datasets and therefore do not consider it during
insertion. For each appropriate position, the z
coordinate of the object is adjusted to ensure that
the object touches the surface according to the road
prediction level.</p>
        <p>Collision avoidance: At first, the sole bounding
box belonging to the object is cut from the scene
and placed in the augmented frame on the road
level. For the insertion of vehicles and cyclists, the
bounding box must not contain any point other than
road; same for pedestrians and the pedestrian area.</p>
        <p>Then, we check whether the inserted bounding box
overlaps with each of the original boxes from the
augmented scene and skip insertion when it does.</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.4. Occlusion Handling</title>
        <sec id="sec-3-2-1">
          <title>By inserting objects into the scene, we model</title>
          <p>consistent occlusions in the point cloud from newly
added points. We consider the occlusion of a newly
inserted object by original points closer to the
LiDAR sensor, as well as the occlusions caused
by the inserted object itself.</p>
          <p>Data projection: The occlusion handling uses
a spherical projection, similarly to [20], to solve
realistic visibility after the additional object is
placed. The spherical projection stores the minimal
distance between the sensor and the points projected
to the corresponding pixel. To correct the holes in
the object, the projection is morphologically closed
by a rectangular seed of dimension 5 × 3 (5 rows and
three columns). The pixels closed by the seed are
assigned the depth computed from the neighboring
pixels as an average of the depths in that seed area.</p>
          <p>
            Morphological closing is computed separately for
the scene and object.
Algorithm 1 Occlusion handling scenes in both sets. The evaluation was carried out
Input: Scene point-cloud  , Scene projection, Object point-cloud, on a validation set, where the labels are available,
OOubtjpeuctt: psuroccjeecstsi,oSncene point-cloud as was done in [
            <xref ref-type="bibr" rid="ref8">8, 28</xref>
            ]. For object detection, we
1: point_counter ← 0 consider all possible classes, i.e., cars, pedestrians,
32:: fsourcecaescsh ←pixFeallisne object’s spherical projection do and cyclists.
4: if distance of object is smaller then in scene then A metric for conducting an evaluation is the
56:: RAdemdopvoeinstcsenperopjoecintetsd itnopoibxjeelc(tths.eyp.arpeixoeclctluodsecde)ne standard average precision (AP) of 11 uniformly
7: point_counter ← point_counter + nbr of added sampled recall values. We use the IoU threshold
8: poinentsd if 50%; true positive predictions are considered
9: end for bounding boxes with ground-truth overlaps greater
1101:: if posuinctc_escsou←ntTerru&gt;e minimal point for class then than 50% for pedestrians and cyclists. For
12: end if cars, the 70% threshold was used. We denote
13: return success, Scene AP for “Pedestrian” as APPed50(%), APCyc50(%)
for “Cyclist” and APCar70(%) for “Cars”. The
          </p>
          <p>Removing occluded points: The algorithm goes dificulties of the predictions are divided based
through every pixel in the spherical projection. on the sizes of the bounding box, occlusion, and
Every pixel contains information about the distance truncation into “Easy”, “Moderate”, and “Hard”,
of the point. All scene points more distant than as required by the [28] benchmark.
the inserted point are removed since they would be Semantic segmentation: We use the
naturally occluded by the added object. as they SemanticKITTI [29] benchmark. The dataset is an
are occluded by the placed object. Consequently, extension of the original KITTI [28] benchmark
all object points, which were projected in the with dense point-wise annotations provided for each
same pixel, are added to the scene point cloud. 360∘ field-of-view frame. The dataset generally
The algorithm also returns boolean values, which ofers 23,201 3D scans for training and 20,351 for
represent if the number of added sample points testing. The training data set was divided into
exceeds the threshold for a given class. We used training and validation parts with 19 annotated
this to prevent super hard cases, with only, e.g., classes.
three visible points from the object. A pseudocode Standard IoU = TP/(TP + FP + FN), the
of the algorithm is shown in Algorithm 1. intersection over union, was used for comparison.
Performance is evaluated for each class, as well as
the average (mIoU) for all classes.</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Experiments</title>
      <sec id="sec-4-1">
        <title>4.2. 3D Perception Models</title>
        <sec id="sec-4-1-1">
          <title>In this section, we show the experimental evaluation</title>
          <p>
            of our method on KITTI and SemanticKITTI We tested the augmented data on two 3D object
datasets with comparison to other types of data detection models, each based on a diferent type
augmentation such as Global Augmentation [
            <xref ref-type="bibr" rid="ref4">4</xref>
            ], of feature extractor backbone. PV-RCNN [
            <xref ref-type="bibr" rid="ref20">31</xref>
            ] is
Ground Truth insertion[
            <xref ref-type="bibr" rid="ref11">11</xref>
            ] and LiDAR-Aug [
            <xref ref-type="bibr" rid="ref8">8</xref>
            ]. We a 3D object detection model that combines a 3D
experiment with two neural networks for each task. voxel convolutional neural network with a
pointnetbased set abstraction approach [
            <xref ref-type="bibr" rid="ref21">32</xref>
            ]. The second
4.1. Datasets and Perception Tasks is PointPillar [
            <xref ref-type="bibr" rid="ref1">1</xref>
            ], which encodes the point cloud in
vertical pillars. The pillars are later transformed
3D object detection: We use the KITTI 3D object into 3D pseudo-image features.
detection benchmark. The data set consists of 7,481 For segmentation task, we use Cylinder3D [
            <xref ref-type="bibr" rid="ref2">2</xref>
            ] and
training scenes and 7,518 testing scenes with three SPVNAS [
            <xref ref-type="bibr" rid="ref3">3</xref>
            ] multiclass detector. Cylinder3D [
            <xref ref-type="bibr" rid="ref2">2</xref>
            ]
object classes: “car”, “pedestrian”, and “cyclist”. is the top-performing architecture on the Semantic
          </p>
          <p>
            The test labels are not accessible, and access to KITTI dataset with public codes. SPVNAS [
            <xref ref-type="bibr" rid="ref3">3</xref>
            ]
the test server is limited. Therefore, we followed achieves significant computation reduction due to
the methodology proposed by [
            <xref ref-type="bibr" rid="ref8">8</xref>
            ] and divided the the sparse Point-Voxel convolution and holds the
training data set into training and validation parts, fourth place on the competitive SemanticKITTI
where the training set contains 3,712 and the leaderboard right behind Cylinder3D [
            <xref ref-type="bibr" rid="ref2">2</xref>
            ].
validation 3,769 LiDAR samples [
            <xref ref-type="bibr" rid="ref19">30</xref>
            ]. The split of Each neural network was set to the default
the dataset into training and validation was made parameters proposed by the authors of the
consistent with the standard KITTI format, i.e., architectures, with its performance reported on
with regard to avoiding having similar frames and KITTI 3D benchmark and SemanticKITTI. We
          </p>
        </sec>
      </sec>
      <sec id="sec-4-2">
        <title>4.4. Evaluation</title>
        <p>
          trained each neural network three times for object All methods were trained with global augmentations
detection and five times for semantic segmentation. [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ] if not stated otherwise.
        </p>
        <p>Average performance was considered as the final In Table 2 we show the results of LiDAR-Aug
score of the method. with PV-RCNN. The numbers are taken from
the original paper due to the unpublished codes
4.3. Augmentations and the lack of technical details about their CAD
model and ray-drop characteristic. In the original
All augmentations were trained with the same article, LiDAR-Aug was trained under unknown
hyperparameters to ensure a fair comparison hyperparameters and was not applied to the cyclist
between methods. The approach of GT-Aug was category. Our method surpasses the LiDAR-Aug in
performed with information of the precomputed the pedestrian class by a large margin despite all the
planes, which is an approximation of the ground dificulties. Both GT-Aug and Real3D-Aug achieve
from the KITTI dataset. This step should ensure significant performance improvement. Real3D-Aug
that the inserted objects lie on the ground. For our achieves a significant improvement with PV-RCNN
proposed augmentation method, we add objects in the pedestrian class, where we achieve 15.4%,
with a zero-occlusion KITTI label only (Easy). 10.96%, and 7.87% improvement in Easy, Moderate,
Some cases are naturally transformed into other and Hard dificulty, and GT-Aug achieves 7.52%,
dificulties (Moderate and Hard) by newly created 3.74%, and 0.48% improvement compared to the
occlusions. model without (w/o) any object augmentation. Our</p>
        <p>
          For global augmentation of the scenes, we method also slightly improves the performance on
used uniformly distributed scaling of the scene in the car, but Lidar-Aug and GT-Aug overcome the
the range [0.95, 1.05], rotation around the z-axis method.
(vertical axis) in the range [−45∘ , 45∘ ] and random
lfipping over the x-axis from the point cloud as in Table 2
[
          <xref ref-type="bibr" rid="ref4 ref8">4, 8</xref>
          ]. Object detection results with PV-RCNN. Our method
        </p>
        <p>The maximum number of added objects in achieves the best results in the categories “pedestrian”
semantic segmentation was set to 10 per scene, and “easy cyclists”. (mc) abbreviates multiclass
and the object class is selected randomly (uniform
distribution) each time of the insertion.</p>
        <p>Method EasyAPCMar o7d0(%)Hard EasyAPPeMd o5d0(%)Hard EasyAPCMyc o5d0(%)Hard
LRGwieT/Dao-AlA3ORDub-g-AjAe[u1cugt1g-][A(8mu]gc) 98880789....77117078 87784881....16922323 77778868....08799885 76663555....96052957 65556998....13954305 65552445....57511827 978N268/...836A009 756N295/...305A665 656N763/...647A139</p>
        <sec id="sec-4-2-1">
          <title>We compare our method (Real3D-Aug) with copy</title>
          <p>
            and-paste augmentation (GT-Aug) [
            <xref ref-type="bibr" rid="ref11">11</xref>
            ] and with
state-of-the-art LiDAR-Aug augmentation [
            <xref ref-type="bibr" rid="ref8">8</xref>
            ]. In
the Real3D-Aug multiclass (mc), we added 4.7
pedestrians and 6.7 cyclists on average per scene.
          </p>
        </sec>
        <sec id="sec-4-2-2">
          <title>In Table 1 we show the results for SPVNAS [3] and Cylinder3D [2] architecture. In the semantic segmentation task, we increased the mean IoU for both networks.</title>
          <p>
            We are not comparing with GT-Aug [
            <xref ref-type="bibr" rid="ref11">11</xref>
            ] and
LiDAR-Aug [
            <xref ref-type="bibr" rid="ref8">8</xref>
            ] in the semantic segmentation augmentation technique for 3D detection and
task. The methods above were not designed semantic segmentation tasks. Our method improves
for segmentation, whereas our method allows for performance on important and rarely occurring
augmenting both tasks. classes, e.g. pedestrian, cyclist, motorcyclist,
          </p>
          <p>
            In the semantic segmentation task for SPVNAS, and others. Our method is self-contained and
we achieve an increase of 2.14 in mean IoU compared requires only 3D data. All augmentations can be
to the common augmentation technique [
            <xref ref-type="bibr" rid="ref4">4</xref>
            ], see preprocessed, so it does not increase the training
Table 1. We observe an increased IoU of all classes time. One way to further improve the method
added, except for the truck category. With the is to incorporate a more informative selection of
Cylinder3D network, the increment can be seen placements based on the uncertainty of the detection
in the IoU of all added classes. Our method also model.
increases the performance on not augmented classes
since we add more negative examples to other
similar classes. Acknowledgments
          </p>
        </sec>
      </sec>
      <sec id="sec-4-3">
        <title>4.5. Ablation Study of Object Detection</title>
        <sec id="sec-4-3-1">
          <title>In Tables 3 and 4 we show the influence of adding</title>
          <p>a single object to the scene in comparison to
GT-Aug. Each configuration is named after the
added class, and the lower index indicates the
average number of objects added per scene. We
can see that, in the case of PointPillar, adding
only one class decreases performance in the other
classes. We suspect that it is caused by similarities
between classes. For example, pedestrians and
bicycles are simultaneously present in the class
“cyclist”. Therefore, it is beneficial to add both
classes simultaneously. In the case of PV-RCNN,
the addition of one class improves the performance
of both.</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusion</title>
      <sec id="sec-5-1">
        <title>We propose an object-centered point cloud</title>
      </sec>
      <sec id="sec-5-2">
        <title>This work was supported in part by OP VVV MEYS</title>
        <p>funded project CZ.02.1.01/0.0/0.0/16_019/0000765
“Research Center for Informatics”, and by Grant
Agency of the CTU Prague under Project
SGS22/111/OHK3/2T/13. Authors want to thank
colleagues from Valeo R&amp;D for discussions and
Valeo company for a support.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>J.</given-names>
            <surname>Tu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Liu</surname>
          </string-name>
          , PP-RCNN:
          <article-title>PointPillars Feature Set Abstraction for 3D Realtime Object Detection</article-title>
          , in: IEEE
          <source>International Joint Conference on Neural Networks (IJCNN)</source>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Hong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Ma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <article-title>Cylindrical and Asymmetrical 3D Convolution Networks for LiDAR Segmentation</article-title>
          , in: IEEE/CVF Conference on
          <source>Computer Vision and Pattern Recognition (CVPR)</source>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>H.</given-names>
            <surname>Tang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Wang</surname>
          </string-name>
          , S. Han,
          <article-title>Searching Eficient 3D Architectures with Sparse Point-Voxel Convolution</article-title>
          ,
          <source>in: European Conference on Computer Vision (ECCV)</source>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>M.</given-names>
            <surname>Hahner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Dai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Liniger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. V.</given-names>
            <surname>Gool</surname>
          </string-name>
          ,
          <article-title>Quantifying Data Augmentation for LiDAR based 3D Object Detection</article-title>
          , arXiv:
          <year>2004</year>
          .
          <volume>01643</volume>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>X.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Yin</surname>
          </string-name>
          , CutResize:
          <article-title>Improved data augmentation method for RGB-D Object Recognition</article-title>
          , IEEE Robotics and
          <string-name>
            <surname>Automation Letters (RA-L)</surname>
          </string-name>
          (
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>J.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Shi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <surname>X. Qi,</surname>
          </string-name>
          <article-title>ST3D: Self-Training for Unsupervised Domain Adaptation on 3D Object Detection</article-title>
          , in: IEEE/CVF Conference on
          <source>Computer Vision and Pattern Recognition (CVPR)</source>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>T.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kornblith</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Norouzi</surname>
          </string-name>
          , G. Hinton, [19]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <surname>O. Tuzel,</surname>
          </string-name>
          <article-title>VoxelNet: End-to-End A Simple Framework for Contrastive Learning Learning for Point Cloud Based 3D Object of Visual Representations</article-title>
          , in: International Detection,
          <source>in: IEEE/CVF Conference on Conference on Machine Learning (ICML)</source>
          ,
          <source>Computer Vision and Pattern Recognition</source>
          <year>2020</year>
          .
          <source>(CVPR)</source>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>J.</given-names>
            <surname>Fang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Zuo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Jin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Wang</surname>
          </string-name>
          , [20]
          <string-name>
            <given-names>C.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Zhan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Vajda</surname>
          </string-name>
          , L. Zhang,
          <string-name>
            <surname>LiDAR-Aug: A General Rendering- K. Keutzer</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <article-title>Tomizuka, Squeezesegv3: based Augmentation Framework for 3D Object Spatially-adaptive convolution for eficient Detection</article-title>
          , in: IEEE/CVF Conference on
          <article-title>point-cloud segmentation</article-title>
          ,
          <source>in: European Computer Vision and Pattern Recognition Conference on Computer Vision</source>
          (ECCV),
          <source>(CVPR)</source>
          ,
          <year>2021</year>
          .
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>N.</given-names>
            <surname>Cauli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. Reforgiato</given-names>
            <surname>Recupero</surname>
          </string-name>
          , Survey on [21]
          <string-name>
            <given-names>A.</given-names>
            <surname>Milioto</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Vizzo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Behley</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Stachniss</surname>
          </string-name>
          ,
          <article-title>Videos Data Augmentation for Deep Learning Rangenet ++: Fast and accurate lidar Models, Future Internet (</article-title>
          <year>2022</year>
          ).
          <article-title>semantic segmentation</article-title>
          , IEEE/RSJ
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Y.-C. Liu</surname>
            , C.-Y. Ma,
            <given-names>Z.</given-names>
          </string-name>
          <string-name>
            <surname>He</surname>
            , C.-W. Kuo, International Conference on Intelligent K. Chen,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          <string-name>
            <surname>Kira</surname>
          </string-name>
          , P. Vajda,
          <source>Robots and Systems (IROS)</source>
          (
          <year>2019</year>
          ).
          <article-title>Unbiased Teacher for Semi-</article-title>
          Supervised Object [22]
          <string-name>
            <given-names>L.</given-names>
            <surname>Caltagirone</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Scheidegger</surname>
          </string-name>
          , L. Svensson, Detection, in: International Conference on M.
          <article-title>Wahde, Fast LIDAR-based road detection Learning Representations (ICLR</article-title>
          ),
          <year>2021</year>
          .
          <article-title>using fully convolutional neural networks</article-title>
          , in:
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Yan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Mao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <surname>Second: Sparsely IEEE Intelligent Vehicles</surname>
          </string-name>
          <article-title>Symposium (IV), Embedded Convolutional Detection</article-title>
          ,
          <year>Sensors 2017</year>
          . (
          <year>2018</year>
          ). [23]
          <string-name>
            <given-names>P.</given-names>
            <surname>Chu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Cho</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Fong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Cho</surname>
          </string-name>
          , Enhanced
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>S.</given-names>
            <surname>Cheng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Leng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. D.</given-names>
            <surname>Cubuk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Zoph</surname>
          </string-name>
          ,
          <article-title>ground segmentation method for Lidar point C. Bai</article-title>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Ngiam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Song</surname>
          </string-name>
          ,
          <string-name>
            <surname>B. Caine,</surname>
          </string-name>
          <article-title>clouds in human-centric autonomous robot V</article-title>
          .
          <string-name>
            <surname>Vasudevan</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>Q. V.</given-names>
          </string-name>
          <string-name>
            <surname>Le</surname>
          </string-name>
          , J. Shlens, systems, Human-centric
          <string-name>
            <surname>Computing</surname>
            and
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Anguelov</surname>
          </string-name>
          ,
          <source>Improving 3D Object Information Sciences (HCIS)</source>
          (
          <year>2019</year>
          ). Detection through Progressive Population [24]
          <string-name>
            <given-names>I.</given-names>
            <surname>Bogoslavskyi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Stachniss</surname>
          </string-name>
          ,
          <source>Eficient Based Augmentation, in: European Online Segmentation for Sparse 3D Laser Conference on Computer Vision</source>
          (ECCV), Scans, Photogrammetrie, Fernerkundung,
          <year>2020</year>
          . Geoinformation (PFG) (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Ren</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Bingbing</surname>
          </string-name>
          , Object Insertion [25]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Shen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Liang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Huang</surname>
          </string-name>
          ,
          <article-title>Based Data Augmentation for Semantic J</article-title>
          .
          <string-name>
            <surname>Yu</surname>
          </string-name>
          ,
          <article-title>Fast Ground Segmentation for Segmentation</article-title>
          ,
          <source>in: International Conference 3D LiDAR Point Cloud Based on Jumpon Robotics and Automation (ICRA)</source>
          ,
          <year>2022</year>
          . Convolution-Process, Remote
          <string-name>
            <surname>Sensing</surname>
          </string-name>
          (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>P.</given-names>
            <surname>Vacek</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Jašek</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Zimmermann</surname>
          </string-name>
          , [26]
          <string-name>
            <given-names>H.</given-names>
            <surname>Caesar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Bankiti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. H.</given-names>
            <surname>Lang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Vora</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Svoboda</surname>
          </string-name>
          , Learning to Predict Lidar V. E.
          <string-name>
            <surname>Liong</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Krishnan</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Pan</surname>
            , Intensities, IEEE Transactions on Intelligent G. Baldan,
            <given-names>O.</given-names>
          </string-name>
          <string-name>
            <surname>Beijbom</surname>
            , nuScenes:
            <given-names>A Transportation</given-names>
          </string-name>
          <string-name>
            <surname>Systems (T-ITS)</surname>
          </string-name>
          (
          <year>2021</year>
          ).
          <article-title>multimodal dataset for autonomous driving</article-title>
          , in:
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>S. R.</given-names>
            <surname>Richter</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Vineet</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Roth</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Koltun</surname>
          </string-name>
          , IEEE/CVF Conference on
          <article-title>Computer Vision Playing for Data: Ground Truth from and Pattern Recognition (CVPR</article-title>
          ),
          <year>2020</year>
          . Computer Games, in: European Conference [27]
          <string-name>
            <surname>M.-F. Chang</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Lambert</surname>
          </string-name>
          , P. Sangkloy, on Computer Vision (ECCV),
          <year>2016</year>
          . J.
          <string-name>
            <surname>Singh</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Bak</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Hartnett</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Wang</surname>
          </string-name>
          ,
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>A.</given-names>
            <surname>Dosovitskiy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Ros</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Codevilla</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Lopez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Carr</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Lucey</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Ramanan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Hays</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Koltun</surname>
          </string-name>
          ,
          <string-name>
            <surname>CARLA:</surname>
          </string-name>
          <article-title>An Open Urban Driving Argoverse: 3D Tracking and Forecasting With Simulator</article-title>
          , in: Conference on Robot Learning Rich Maps, in: IEEE/CVF Conference on (
          <issue>CoRL</issue>
          ),
          <year>2017</year>
          . Computer Vision and Pattern Recognition
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>A. E.</given-names>
            <surname>Sallab</surname>
          </string-name>
          , I. Sobh,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zahran</surname>
          </string-name>
          ,
          <string-name>
            <surname>N. Essam,</surname>
          </string-name>
          (CVPR),
          <year>2019</year>
          .
          <article-title>LiDAR Sensor modeling</article-title>
          and Data [28]
          <string-name>
            <given-names>A.</given-names>
            <surname>Geiger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Lenz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Urtasun</surname>
          </string-name>
          ,
          <article-title>Are we ready augmentation with GANs for Autonomous for Autonomous Driving? The KITTI Vision driving</article-title>
          , arXiv:
          <year>1905</year>
          .
          <volume>07290</volume>
          (
          <year>2019</year>
          ). Benchmark Suite, in: IEEE/CVF Conference
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>A. E.</given-names>
            <surname>Sallab</surname>
          </string-name>
          , I. Sobh,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zahran</surname>
          </string-name>
          , M. Shawky, on
          <source>Computer Vision and Pattern Recognition Unsupervised Neural Sensor Models for (CVPR)</source>
          ,
          <year>2012</year>
          .
          <article-title>Synthetic LiDAR Data Augmentation</article-title>
          , [29]
          <string-name>
            <given-names>J.</given-names>
            <surname>Behley</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Garbade</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Milioto</surname>
          </string-name>
          ,
          <source>Advances in Neural Information Processing J</source>
          .
          <string-name>
            <surname>Quenzel</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Behnke</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Stachniss</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Gall</surname>
          </string-name>
          ,
          <source>Systems (NIPS)</source>
          (
          <year>2019</year>
          ).
          <article-title>SemanticKITTI: A Dataset for Semantic Scene Understanding of LiDAR Sequences</article-title>
          , in: IEEE/CVF International Conference on Computer Vision (ICCV),
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [30]
          <string-name>
            <given-names>X.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Kundu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhu</surname>
          </string-name>
          , H. Ma, S. Fidler,
          <string-name>
            <given-names>R.</given-names>
            <surname>Urtasun</surname>
          </string-name>
          ,
          <article-title>3D Object Proposals using Stereo Imagery for Accurate Object Class Detection</article-title>
          ,
          <source>IEEE Transactions on Pattern Analysis and Machine Intelligence</source>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [31]
          <string-name>
            <given-names>S.</given-names>
            <surname>Shi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Guo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Jiang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Shi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <article-title>PV-RCNN: Point-Voxel Feature Set Abstraction for 3D Object Detection</article-title>
          , in: IEEE/CVF Conference on
          <source>Computer Vision and Pattern Recognition (CVPR)</source>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [32]
          <string-name>
            <given-names>C. R.</given-names>
            <surname>Qi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Yi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Su</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. J.</given-names>
            <surname>Guibas</surname>
          </string-name>
          , Pointnet++:
          <article-title>Deep hierarchical feature learning on point sets in a metric space</article-title>
          ,
          <source>in: Advances in Neural Information Processing Systems (NIPS)</source>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>