Next Article in Journal
Energy-Efficient Elderly Fall Detection System Based on Power Reduction and Wireless Power Transfer
Next Article in Special Issue
State of the Art of Underwater Active Optical 3D Scanners
Previous Article in Journal
3D FEM Analysis of High-Frequency AlN-Based PMUT Arrays on Cavity SOI
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

3D Object Recognition Based on Point Clouds in Underwater Environment with Global Descriptors: A Survey

Underwater Robotics Research Center (CIRS), Computer Vision and Robotics Institute (VICOROB), University of Girona, Parc Científic i Tecnològic UdG C/Pic de Peguera 13, 17003 Girona, Spain
*
Author to whom correspondence should be addressed.
Sensors 2019, 19(20), 4451; https://doi.org/10.3390/s19204451
Submission received: 19 August 2019 / Revised: 3 October 2019 / Accepted: 4 October 2019 / Published: 14 October 2019
(This article belongs to the Special Issue Marine Imaging and Recognition)

Abstract

:
This paper addresses the problem of object recognition from colorless 3D point clouds in underwater environments. It presents a performance comparison of state-of-the-art global descriptors, which are readily available as open source code. The studied methods are intended to assist Autonomous Underwater Vehicles (AUVs) in performing autonomous interventions in underwater Inspection, Maintenance and Repair (IMR) applications. A set of test objects were chosen as being representative of IMR applications whose shape is typically known a priori. As such, CAD models were used to create virtual views of the objects under realistic conditions of added noise and varying resolution. Extensive experiments were conducted from both virtual scans and from real data collected with an AUV equipped with a fast laser sensor developed in our research centre. The underwater testing was conducted from a moving platform, which can create deformations in the perceived shape of the objects. These effects are considerably more difficult to correct than in above-water counterparts, and therefore may affect the performance of the descriptor. Among other conclusions, the testing we conducted illustrated the importance of matching the resolution of the database scans and test scans, as this significantly impacted the performance of all descriptors except one. This paper contributes to the state-of-the-art as being the first work on the comparison and performance evaluation of methods for underwater object recognition. It is also the first effort using comparison of methods for data acquired with a free floating underwater platform.

1. Introduction

The last few years have seen a multitude of object detection and recognition approaches appear in the literature. This development effort has been driven by the growing need to have autonomous systems that can interact with poorly structured, poorly organized and dynamic real-world situations.
Significant progress has been made in object recognition for mobile robots over the last decade. An application scenario that achieved a promising degree of performance is the use of robots in kitchen environments [1,2,3]. Robots are able to identify everyday objects such as bowls, plates and cups using color and depth cameras, in order to locate and grasp them in an automated way. More recently, a new artificial intelligence robotics research lab was opened by NVIDIA where the main focus is to teach a robotic arm to navigate an IKEA kitchen [4] and recognize different utensils. Stereo vision systems were been used for identifying and grasping objects [5,6,7], where the robots aimed to accurately localize parts of the object from images and determine the correct grasping points.
The application of recognition in indoor environments using mobile robots has extended to a wide range of other applications. These include domestic assistance to elderly people or those with a certain degree of disability [8,9,10], agricultural [11,12] and industrial applications [13,14], and in advanced driver-assisted systems [15,16,17,18].
Autonomous driving and indoor service robotics are two main application scenarios which are partially responsible for the surge in work on object detection and recognition. Both scenarios imply robots that operate alongside humans, and whose actions can be potentially dangerous to human life. In this sense, there has been a drive towards increasing both the robustness and speed of the recognition process. For land robotics the increase of robustness can be achieved in part by the use of different complementary sensory modalities, such as laser scanners, Light Detection and Ranging (LIDAR), color cameras, and depth sensors based on texture projection. However, in other application scenarios such as in underwater robotics, the use of complementary sensors may be severely restricted or impossible, due to payload limitations and environmental conditions that are adverse to these types of sensors.
The underwater environment is one of the most challenging in terms of sensing in general and in terms of object perception in particular. The rapid attenuation and scattering of light and other electromagnetic waves implies that object detection and recognition when using optical sensing can only be conducted at very short distances from the objects, in the order of just a few meters. Acoustic propagation allows much longer ranges in terms of sensing distance, but the object representations obtained are far too noisy and coarse in resolution to allow precise object identification and localization for autonomous object grasping. Comparatively fewer applications of object recognition were reported underwater than in the above-water counterpart. These include pipeline identification and inspections based on optical images in seabed survey operations [19], cable identification and pipeline tracking based on acoustic images [20], and recognition of different geometric shapes such as cylinders and cubes [21] using acoustic imaging cameras.
In this paper, we are interested in exploring methods suitable for object recognition underwater, with the future aim of grasping and manipulating such objects. The long-term potential application scenarios are wide ranging, and include:
  • Inspection, maintenance and repairing of offshore structures, which are frequently carried out by the oil and gas industries [22].
  • Safe and secure exploration of inaccessible, polluting and dangerous maritime resources, including the detection of man-made objects [23,24].
  • Subsea collision avoidance, by using systems to identify and locate a different obstacles [25], for example in the early assessment of accident sites.
  • Detection and identification of marine wildlife, with the aim of studying their physical environment [26].

1.1. Objectives and Contributions

This paper addresses the problem of 3D object recognition in underwater environments. The main goal of this work is to compare the performance of state-of-the-art global methods for the recognition of different man-made objects. It focuses on the use of global descriptors available in the open source library “Point Cloud Library (PCL)” [27].
As elaborated in Section 2, global descriptors have the advantage of better representing the whole object in a compact way, by exploiting relationships between points on different parts of the object. The main drawback of these methods lies in their inability to deal with severe occlusions, and with cluttered data comprising multiple objects. Although local descriptors are more adequate in realistic and clutter scenarios, they have a much higher computation cost. This makes them less suitable for real-time data processing on vehicles with limited computational resources, such as the case of AUVs. Global methods, on the contrary, are more adequate to real-time operation and, for this reason, are the focus of this paper.
The chosen test objects are all related to underwater piping and tubing, and include different types of valves and sections, as detailed in Section 5.1. These objects were selected because they are representative of the building blocks of existing underwater structures where autonomous manipulation is expected to have a high impact in the near future. Given that our primary concern is the recognition of objects whose shape is known a priori, we used Computer Aided Design (CAD) models of the objects in our testing. The CAD models provide a noise-free description of the shape, from which virtual views of the objects can be produced under realistic conditions of added noise and varying resolution.
The results from experiments with real data, collected by an AUV equipped with a fast laser sensor developed in our research centre [28] are used to illustrate how each descriptor works and performs, under realistic subsea conditions. These conditions include, for example, the acquisition of data by a moving platform, which can create deformations in the perceived shape of the objects. Contrarily to aerial laser scanning applications, where the longer imaging range and extra sensing devices (such as GPS) can assist in correcting the effects of the moving platform, in underwater environments these effects are considerably more difficult to correct using the typically available sensors, such as IMUs and DVLs.
This paper contributes to the state-of-the-art as being the first work on the comparison and performance evaluation of methods for underwater object recognition. It is also the first effort using comparison of methods for data acquired with a free floating underwater platform.
Regarding the specific application of pipe-related object recognition, few publications exist in the literature using 3D point clouds as the main (or only) source of information. To the best of our knowledge these are all above-water application scenarios, using high resolution LiDAR. Examples include the work of Huang et al. [13] and Pang et al. [29], where a complex pipeline structure is divided and modelled as a set of interconnecting parts, using a SVM-based approach and a single local feature descriptor (Fast Point Feature Histogram, mentioned in Section 2). Another noteworthy application to pipeline classification is the work of Kumar et al. [30] where an aerial vehicle equipped with a low-cost LiDAR is able to map and identify pipes of different sizes and radii. The pipe identification is based on the analysis of smaller ROIs where information about curvature is gathered. Since the focus of that work is on the real-time mapping, there is no attempt to detect and classify other objects apart from pipes.

1.2. Structure of the Paper

The paper is structured as follows. Section 2 presents an overview of object recognition approaches with selected examples of the most relevant previous work. Section 3 provides a deeper description of the class of object recognition methods (Global methods) that are used in this paper, including a description of each of the methods tested. Section 4 explains the algorithmic pipeline used for the processing and testing. Section 5 details the experimental setup. Section 6 provides comparative results obtained first in simulated conditions, and then in a real experiment, using an AUV equipped with an underwater scanner developed at our lab [28]. Finally Section 9 draws the main conclusions and provides future work directions.

2. Overview of Object Recognition from Point Clouds

This section presents an overview of the most relevant approaches in the literature related to 3D object recognition from point clouds.
Object recognition approaches can be divided into three broad categories: global, local and hybrid. Global methods aim at representing the whole object as a single vector of values. A definite advantage of these methods is that they are suited for real-time data processing, due to their low computation cost. However, they present the disadvantage of being disturbed by cluttered scenes. To overcome this sensibility to the presence of multiple objects, global methods require a preliminary step of object segmentation, in order to isolate individual objects previous to the recognition. Conversely, the local methods are generally more specific for a local area and computed from salient points, which make them more robust to clutter and occlusion. These methods seek to describe the object as a collection of small salient areas of the object, whose geometric arrangement is also taken into account. However, these methods suffer from larger computation cost due to the large number of points-descriptors per object. The last category is hybrid methods, which aim at incorporating the strengths of both global and local descriptors.

2.1. Local Recognition Pipelines

The use of local descriptors for 3D object recognition was reported in several review papers.
Alexandere et al. [31] assessed the different descriptors implemented in the PCL, considering only the methods that could be applied directly on a point cloud. As such, some methods were excluded, namely the Spin Image Descriptor [32] which is based on a mesh representation, the Global Fast Point Feature Histogram (GFPFH) [33] which assumes labelling of the points, and the Camera Roll Histogram [34] given that they were mainly interested in evaluating the recognition process without estimating the pose of the objects. The tests were carried out based on an RGB-D object dataset [35]. The authors singled out the Colored Signature of Histogram of Orientation (CSHOT) descriptor [36] given that it offered a good balance between recognition performance and time complexity.
A comprehensive survey paper by Guo et al. [37] reported and reviewed the most important local descriptors applied on mesh surface or point clouds. These authors considered the existing local descriptors published between 2001 and 2015. The local descriptors presented in [37,38] were tested on four relevant benchmark datasets: Bologna [39], the UWA 3D Object Recognition (U3OR) [40], the Queen’s [41] and the Ca’ Foscari Venezia Dataset [42].
For details of 3D local feature descriptors, we refer the reader to [37,38]. In the following, we provide a brief review of several local and especially global descriptors based on point clouds that relate to our work.
After 2015, the literature continues and includes other local descriptors. For instance, the Equivalent Circumference Surface Angle Descriptor (ECSAD) [43] is a 3D shape feature designed for detecting the 3D shape edges, and is best suited when the objects have clear prominent edges. Another local descriptor based on contour information is the Rotational Contour Signatures (RCS), presented in [44]. The RCS computes several signatures from 2D contour information, obtained from 3D-to-2D projection of the local surface. The key contribution of these authors consisted in building a geometry encoding, where the local surface is rotated toward a predefined local reference frame, thus enabling the gathering of multi-view contour information. The RCS descriptor was compared against five state-of-the-art descriptors, including Spin Image (SI) [32], SNAPSHOTS [45], Fast Point Feature Histograms (FPFH) [46], SHOT [47] and Rotational Projection Statistics (RoPS) [48] and using the two standard databases: the Bologna [39] and the UWA Object Recognition (UWAOR) datasets [40].
Recently, using Mobile Laser Scanning (MLS) point cloud data, Zhenwei et al. [49] classified pole-like objects from unstructured MLS point cloud data. The authors used the random sample consensus (RANSAC) [50] and principal component analysis (PCA) [51] to detect the vertical cylinder model and principle direction of the point set. Along the same line, a good description of the state-of-the-art for mobile laser scanning systems is presented in [52]. The authors cite several methods based on the point cloud data used for gathering information on road and transport, with emphasis on relevant methods for feature extraction, segmentation and object detection.

2.2. Global Recognition Pipelines

Global descriptors describe the characteristics of the entire object and they are often used as a coarse representation suitable for real-time applications. Most of the existing global descriptors evolved from local feature representations. An example of this is the Viewpoint Feature Histogram (VFH) [53], which is an extension of the local descriptor Fast Point Feature Histograms (FPFH) [46], that encodes information on the whole object and viewpoint. Rusu et al. [53] validated the efficiency of the VFH applied on 60 IKEA kitchenware objects collected using stereo cameras. The method was compared against the state-of-the-art Spin Image (SI) [32] with favorable results for VFH. This descriptor is designed to accomplish both recognition and pose identification.
The Global Radius-based Surface Descriptor (GRSD) [54] is a global version of the local Radius-based Surface Descriptor (RSD) [55] suitable to mobile manipulation applications. To evaluate their approach, numerous experiments were performed in an indoor environment. These experiments rely on geometric and appearance-based data, where everyday objects were used. The recognition approach used both images collected with a stereo camera and 3D depth data from a range scanner. Marton et al. [54] proposed an approach aimed at combining the Speeded-up Robust Features (SURF) [56] 2D descriptor with the GRSD 3D descriptor. The authors defined a hierarchical classification system, where the GRSD is used as a first step to reduce the number of choice of objects to those of similar shape, followed by the use of the SURF descriptor to accurately identify the object in a particular instance. Gunji et al. [57] proposed the Bag-of-Features (BoF)-based object recognition pipeline, which is suited to processing large-scale scene point clouds acquired in indoor environments with a laser rangefinder. This method follows a two-step approach. The first step is a preprossessing of data which includes an unsupervised training of codebook (collection of vector-quantized features) using K-means, where the codebook consists of centroids of clusters of FPFH, a local descriptor. The second step is the recognition of the target model, which is implemented by computing the BoF inside a sliding window. The authors performed trials using real data, where they showed that the proposed approach based on BoF has better performance in terms of precision and recall compared to the 3D Hough voting [58] with SHOT descriptor [47] method. Similar work based on Bag-Of-Feature was proposed in [59].
Jain et al. [60] introduced another global descriptor derived from a local descriptor. The authors presented a manipulation framework for grasping objects based on Global Principal Curvature Shape Descriptor (GPCSD). The GPCSD aimed to categorize object-clusters that are geometrically equivalent into similar primitive shape categories. The GPCSD is based on the local Principal Curvatures (PC) values. The computation of the descriptor is similar to GRSD presented in [54]. However, rather than labelling the voxel using Radius-Based Surface Descriptor (RSD), the authors applied Principal Curvatures (PC). The performance of GPCSD is compared against Global Radius-Based Surface Descriptor (GRSD), using the Washington RGB-D dataset and real-time data from a Microsoft Kinect. The results showed that both descriptors performed well, although GRSD was found to be more robust to distance variations.

2.3. Hybrid Recognition Pipelines

From the results of the studies above, it is natural to expect a better performance by merging global and local information. The following reports present different hybrid recognition pipelines that combine both approaches.
In [61], Aldoma et al. presented a hybrid pipeline allowing the processing of data from different modalities. The method is based on three different descriptors: the SIFT 2D local descriptor, the 3D global descriptor OUR-CVFH descriptor [62], that exploits the color, shape, and object size information, and the SHOT [47] descriptor, a 3D local descriptor. The two local (2D and 3D) and the 3D global descriptors were combined using an optimization-based hypothesis-verification method, which aimed at validating a subset of hypotheses belonging to recognition hypotheses.
Alhamzi et al. [63] used state-of-the-art 3D descriptors to recognize the objects and estimate their pose, using the PCL Library. The authors selected the Viewpoint Feature Histogram (VFH) [53], a global descriptor, to recognize the objects of interest, whereas the Fast Point Feature Histogram (FPFH) [46], a local descriptor, was applied to estimate the position of the object. The performance of VFH was compared to the state-of-the-art descriptors, namely the Ensemble of Shape Functions (ESF) [64] and the Clustered Viewpoint Feature Histogram (CVFH) [34]. Then the authors integrate the result of the VFH descriptor, with five various types of local descriptors: SHOT [47], CSHOT [36], PFH [65] PFHRGB [27] and FPFH [46]. Alhamzi et al. concluding that the couple VFH and FPFH achieved the best result. The performance of the hybrid method-based VFH and FPFH was validated using the Willow Garage dataset [66].
Sels et al. [67] presented a new fully automated Laser Doppler Vibrometer (LDV) measurement technique. Their measurement technique was remarkable in using data from a 3D Time-of-Flight camera jointly with a CAD file of the test object to automatically obtain measurements at predefined locations. The authors adopted the same pipeline presented in [63], where the global VFH descriptor was used for recognition, and the local FPFH descriptor to estimate the pose of the object.

3. Global Descriptors

As mentioned before, the central idea behind the methods for object recognition from 3D points is that an object can be characterized by a set of combined features, either local or global. This section presents a more detailed summary of the class of methods that are used in this paper: global descriptors. All the approaches that are tested and compared in the results section are here described.
The global features describe and encode the shape or geometry information of the object in a very compact way, allowing a low computational effort. The local features represent the objects by encoding subsets of neighbouring points around each salient point, which implies a much larger dimension of the feature space. However, the local descriptors have the advantage of dealing with high object cluttering and occlusions.
The data used in the underwater experiments of this paper was collected using a laser scanner developed in-house, that generates point cloud data without color information. Acquiring reliable color information underwater is quite a challenging task, due to the absorption and attenuation which are strongly dependant on distance and on the light wavelength. As such, from the robustness point of view, it is important to develop and use methods that do not rely on color. A set of descriptors were therefore selected which do not require color information and are available in the Point-Cloud Library. The only exception is the Global Orthographic Object Descriptor (GOOD) that is not integrated in the current version 1.8 of PCL [27].
In this study, the evaluation of a set of global descriptors is performed taking into account their performance, whether they retain their descriptiveness under flexible transformations based on how the object was scanned, under variations in the density of point clouds, and under different levels of noise. These descriptors are represented by a histogram, whose the size depends on the descriptors themselves.
The recent literature shows a gradually increasing interest in using methods available in the Point Cloud Library (PCL library). The methods evaluated and compared in our study were considered to be the most relevant in the literature, and are shown in Table 1, and include the Viewpoint Feature Histogram (VFH) [53], the Clustered Viewpoint Feature Histogram (CVFH) [34], the Oriented, Unique and Repeatable CVFH (OUR-CVFH) [62], the Global Orthographic Object Descriptor (GOOD) [68], the Ensemble of Shape Functions (ESF) [64], the Global Fast Point Feature Histogram (GFPFH) [33] and the Global Radius-based Surface Descriptors(GRSD) [54]. The list is ordered by chronological descending order of the methods they are based on.
In the following subsections, the 3D global descriptors of the study are briefly introduced.

3.1. Global Orthographic Object Descriptor (GOOD)

The Global Orthographic Object Descriptor (GOOD) [68] aims at providing reliable information in real time. To boost the robustness, a unique and repeatable object reference frame was applied. When computing the local reference frame, a sign ambiguity arises, which is solved with a proposed method based on eigenvalues and Principal Component Analysis (PCA). Using this reference frame, three principal orthographic projections are created ( X o Z , X o Y , and Y o Z ). Each orthographic projection is partitioned into bins, where the number of points falling into each bin is counted. The authors performed several tests, changing the number of bins, to find an adequate bin size that achieves best performance. These bins were presented as distribution matrices. The descriptor is finally obtained by concatenating these distribution matrices, where the sequence of projection was determined based on the highest entropy and variance of the projections. The size of GOOD histogram equal 75 floats, 25 per each one of the matrix of distribution of the three projections.
The crucial advantage of GOOD, is the fact that it is represented by three orthographical projections, which make it rich in terms of information suited for manipulation tasks. As illustrated in Figure 1, it is essential to know the true dimensions of the object in order to adjust the gripper, and this information can be obtained from the dimension on orthographic projection grid.

3.2. The Ensemble of Shape Functions (ESF)

The Ensemble of shape functions (ESF) was introduced by Osada et al. [69]. The authors suggested a way to characterize any 3D polygonal model, using a geometric shape function based on five measurements. Later on, Wohlkinger et al. [64] used the same principle, but reduced the number of measurements from five to three. The ESF descriptor combines a set of ten 64-bin-sized histograms of shape functions, describing geometric properties of the point cloud. The descriptor uses a voxel grid to approximate a real surface. Then, for each point in the cloud, three points are chosen randomly. These points are used to compute the three shape functions, as illustrated in Figure 2:
  • The distance D2: This is the distance calculated between two points, then classified into one of three categories based on whether the connection line falls in the surface, off the surface, or is mixed (with one part in and the other off the surface). To characterize the distribution of the voxels along the line, the authors added the ratio of line distance (D2 ratio). This ratio is equal to zero if the line falls off the surface, equal to one if inside, and equal to the numbers of the voxels, along with the connection, if the line is mixed.
  • The angle A3: This is the angle computed between two lines, then the line opposite to this angle is classified in one of the three categories (in, out, or mixed).
  • The area D3: This is the square root of the area formed by the three points, based on the Heron Formula (1).
D 3 = s ( s a ) ( s b ) ( s c ) , s = a + b + c 2 ,
where s represents the semi-perimeter and a, b and c the side lengths of the triangle. The area is classified similarly as in D 2 .
The total length of the ESF descriptor is 640 bins which are divided into ten sections: three for the angle component ( A 3 ), three for the area component ( D 3 ), three for the distance component ( D 2 ) and one for the ratio of distance component ( D 2 ratio).

3.3. Global Radius-Based Surface Descriptors (GRSD)

The Global Radius-based Surface Descriptor (GRSD) was introduced by Marton et al. [54]. The descriptor is considered as the global version of the Radius-based Surface Descriptor (RSD) [54] which is a local descriptor.
To better understand the GRSD, we start by describing how the RSD is computed. The RSD descriptor encodes the radial relationship between every pair of points lying in a surface (defined by a radius r). For each query point p and its neighbour points p i , the distance and angle α formed between the two normals of the pair p and p i are computed. We could draw an imaginary sphere around the pairs of points, where the point p belongs to each of these spheres. From all the possible cases, only points with the largest and smallest spheres are chosen, and their radii are selected to build a descriptor of the point r a d i u s = r m i n , r m a x .
d = 2 r 1 cos ( α ) , r d α ,
To compute the GRSD descriptor, first, the input point cloud is voxelized. Once the neighborhood is defined based on the current and surrounding voxels, the RSD descriptor is computed as explained above. Based on the estimation of the two principal radii r m i n and r m a x , the surfaces are categorized based on intuitive rules defined in [54]. These surfaces are classified into: planes (large ( r m i n ), cylinders (medium r m i n , large r m a x ), edges (small r m i n , r m a x ), rims (small r m i n , medium to large r m a x ), and spheres (similar r m i n , and r m a x ). Once all voxels are categorized locally into one of these classes, the GRSD histogram is binned based on the number of transitions between all these local labels. The GRSD descriptor labels these transitions between distinctive surface types for an object.
b = s · ( s + 1 ) 2
where s is the number of possible categories, resulting in 21 dimensions for these 6 possible categories.

3.4. Global Descriptors Based on Fast Point Feature Histogram (FPFH)

This section outlines the family of global descriptors based on the computation of the local descriptor Fast Point Feature Histogram (FPFH) [46].

3.4.1. Viewpoint Feature Histogram (VFH)

The VFH was introduced by [53] as a global version of both the Point Feature Histogram (PFH) and the Fast Point Feature Histogram (FPFH) [46]. VFH describes the whole point cloud while PFH/FPFH are based on describing the local geometry around the key-points. The VFH has two components:
  • The Extended Fast Point Feature Histogram (EFPFH). This is an extended version of the FPFH. The difference between EFPFH and its predecessors lies in the way the geometry characteristic of the features is computed. For each point inside the point cloud, instead of comparing each couple of points inside predefined radii, the EFPFH compares each point with the centroid of the point cloud. The histogram is computed using the following steps, where the object is assumed as being a single cluster of points.
    • The centroid of the point cloud (c) is computed together with a normal ( n c ).
    • For each point p i and its normal n i in the cluster, a reference frame is defined for each pair p i and c, with origin in c, where the 3 axes of the frame are u = n c , v = ( p i c ) × u , and w = u × v .
    • As illustrated in Figure 3a. From c, p i , n c and n i , a set of features are computed from 3 angles ( α , θ , ϕ ) and the distance γ , as:
      E F P F H = α = arccos ( v · n ) , ϕ = arccos ( u · p i c p i c ) , θ = atan 2 w · n , u · n , γ = p i c
  • The viewpoint histogram. It is a histogram of the angles between the two vectors as shown in Figure 3b; the vector v p p i formed from the point p i to the viewpoint v p , and the normal n i of the point p i .
The complete size of the VFH descriptor is 308 bins composed of The EFPFH; 45 bins for each one ( α , θ , ϕ , γ ), plus 128 bins for the viewpoint component.

3.4.2. Global Fast Point Feature Histogram (GFPFH)

The Global Fast Point Feature Histogram (GFPFH) [33] is an extended version of the Fast Point Feature Histogram (FPFH) local descriptor. It is based on computing the number of angle histograms between angles of normals of each surface point and its neighboring points as explained in the Section 3.4.1. However, instead of comparing each point with the centroid of the point cloud, FPFH compares each pair of points p i and p j inside predefined radii, considering only the pairs with their direct neighbors.
The GFPFH descriptor needs a preliminary step, which consists of categorizing the surface into classes. These classes depend on the object and how it can be handled or decomposed for grasping. As an example, a cup is composed of a cylindrical body and handle where it can be grasped. Then, for each point, the FPFH is computed. In [33] the authors used The Conditional Random Field model [70] to label each surface with one of the object-classes.
Using the categorization results, the GFPFH descriptor is computed. The first step consists of representing the input point clouds by an octree, where each leaf contains a set of points. For each leaf, a probability of belonging to a particular class is assigned. This probability is computed as the ratio of the number of points in the labeled leaf according to that class over the total number of points.
In the following step, a line segment is created as illustrated in Figure 4, where the intersected leaf in its path is checked to see if it is occupied. The results are stored in a histogram based on the leaf occupancy: 0 if it is empty and, the leaf probabilities if it is occupied.

3.4.3. Clustered Viewpoint Feature Histogram (CVFH)

The CVFH global descriptor was proposed by Aldoma et al. in [34] as an extension version of Viewpoint Feature Histogram. It aimed at solving the major limitations in VFH, that were essentially sensitivity to noise and occlusions (where the object has missing parts).
To make CVFH robust against occlusion, the authors proposed discarding the histogram normalization step used in computation of VFH, allowing the CVFH to become scale independent. To be able to distinguish objects with identical size and normals distribution, the authors added a Shape Distribution Component (SDC) in the computation of the histogram. The SDC encodes information about the distribution of the points p i around the centroid of the region measured by the distances:
S D C = ( c p i ) 2 m a x ( ( c p i ) ) 2
where i = 1 , 2 , , N , c denotes the centroid of the whole surface points and N represents the total number of the whole object surface points.
Rather than computing a single VFH histogram for the entire cluster, the main idea of the CVFH consists in splitting the object into stable regions by using smooth region growing segmentation algorithm [63]. For each region a VFH descriptor is computed.
The main advantages of the descriptor compared to its predecessor comes from the decomposition into a set of descriptors of the set of VFH clusters, which represents a multivariate description of the partial view. As long as any of the stable regions is visible, occlusions can be handled. The size of the CVFH is equal to the size of the VFH, where the number of bins used for this component is again 45 thus making a total size of 308 for CVFH.

3.4.4. Oriented, Unique and Repeatable CVFH (OUR-CVFH)

Despite the good result obtained in 3D recognition using CVFH [34], this descriptor suffers from two major drawbacks. On one hand, there is an absence of an aligned Euclidean space, causing the feature to lack a proper spatial description. On the other hand, it is invariant to rotations around the roll of the camera axis, thus restricting the pose estimation to 5 DoF.
In [62] Aldoma et al. presented the oriented, unique and repeatable CVFH (OUR-CVFH) descriptor, the last extension of FPFH. OUR-CVFH descriptor used semi-global unique and repeatable reference frames (SGURF) on object surfaces. The objective of using SGURF is to overcome the limitations of CVFH by defining multiple repeatable coordinate systems on the surface S.

4. Object Recognition Pipeline

To compare the descriptors, a 3D object recognition pipeline was used, which is described hereafter. Its block diagram appears in Figure 5. The pipeline is fed with an input scan coming either from a laser scanner (real experiments) or a virtual 3D camera (simulation). Then, a three step process is followed.
  • Segmentation: Real scans pass through a segmentation phase, to remove any point not belonging to the object view. For instance, if the object is lying on the bottom of a water tank, removing the principal plane (the bottom) is enough to correctly segment it. This is actually how it was implemented for the real experiments reported in Section 7. This step is skipped in the simulated results. The proposed 3D recognition pipeline requires a segmentation step, which aims to separate the 3D points belonging to the objects of interest from the rest of the scene. It consists of regrouping the points representing the object into one homogeneous group based on similar characteristics following the approach proposed in [71].
  • Description: This block uses the global descriptors, presented in the previous section, to encode the segmented object (input scan) in a compact way. The global object descriptors are also used to encode the object views stored in the database (object model). In this way the segmented input scan can be matched against the object model views in the database.
  • Matching: This step compares the segmented input scan with all the views of the object models in the database. The matching stage is based on computing Chi-square distance as proposed in [65,72]. The selected view corresponds to the one with the minimum distance.
The output of the recognition module is the object ID of the recognized object, as well as its matching view.

5. Experimental Setup

The main goal of this paper is to compare the robustness and performance of the global descriptors and to select the most adequate one for object recognition in an industrial underwater environment. A series of experiments were conducted in order to study the capabilities of the descriptors to distinguish among objects commonly present in Inspection Maintenance and repair (IMR) applications. The proposed objects database was composed of seven objects (Table 2) which are representative of an industrial scenario. The influence of the following parameters in the object recognition capabilities were studied:
  • The use of full vs.partial views.
  • The point cloud resolution.
  • The presence of noise.
Two types of experiments were performed:
  • Simulated Experiments, which involved the use of a virtual camera to generate a simulated point cloud of the object, grabbed from a random point of view. The virtual scan was characterized with all the descriptors being used to recognize the object. For each <object, resolution, noise, full/partial view> combination, n = 100 Montecarlo runs of the experiment were performed, computing the average object recognition, and the confusion matrix.
  • Real Experiments involved the use of a laser scanner mounted on the GIRONA 500 AUV operating in a water tank scenario. Four objects were placed on the bottom of the water tank. The GIRONA500 vehicle was tele-operated to follow an approximated square trajectory, starting from a position where the reducing socket was within the field of view of the laser scanner. The trajectory ended with the robot on the ball valve, after passing over the elbow and reducing tee. The vehicle performed 3 complete loops, allowing it to acquire multiple views of the same object, each time it passed above it. The laser scanner was mounted looking towards the bottom providing full views of the objects.

5.1. Object Database

The experiments were conducted using the objects illustrated in Table 2. Each one was modelled as a complete set of potentially overlapping views stored as point clouds, covering the full object. The views were virtually scanned from the 3D CAD model using a method similar to the one reported in [34].

5.2. Virtual Scan

A simulated point cloud is generated using the tessellated sphere module from the PCL library [27]. The 3D CAD model of the object is placed at the origin of 3D space. Next, a sphere with a radius equal to the intended camera-to-object distance is used. The sphere is converted into a polyhedron depending on the level of tessellation, as illustrated in Figure 6. The virtual camera is then placed at each corner of the polyhedron. The number of views acquired is therefore equal to the number of corners (Equation (6)).
g ( l ) = ( 4 l × 20 ) / 2 + 2 ; being l the level of tessellation
The two types of object views were used:
  • Full Object Views using a level of tessellation fixed to 1, resulting in an icosahedron composed of 20 triangles and in 12 corners. The virtual camera was placed at each corner, at 0.5 m distance looking towards the origin, resulting in 12 full object views (Figure 6). These are the type of views used to represent the object in the database.
  • Partial Object Views using a random vertex of the icosahedron to place the camera. The camera-to-object distance is randomly selected within the 0.2 to 1 m interval which is representative of the typical range for manipulation operations. The camera is also rotated around the three axes with a random angle of up to ±10°.

5.3. Resolution

The X Y resolution of the virtual 3D camera used to grab the point cloud was set at 150 × 150 pixels providing a dense point cloud at the working distances. Nevertheless, the point cloud was sub-sampled at different voxel sizes (Table 3) to study the influence of the scan resolution in the object recognition results.

6. Results on Simulated Data

The diagram below summarizes the experimental approach followed in this study as shown in the experiments column (Figure 7). The last column indicates a set of criteria that was used for the structuring the performance comparisons and the interpretation of the results. These criteria are the following: Difference of resolution between the scan and the object model in the database, Scan Resolution, Full vs. Partial Object View, Best Descriptor and Object Confusion.
Four different experiments were performed, depending on whether a full or partial view was used, and if the resolution of the scan and the database object models was the same or not:
  • Full View Same Resolution Experiment (FVSR).
  • Full View Different Resolution Experiment (FVDR).
  • Partial View Same Resolution Experiment (PVSR).
  • Partial View Different Resolution Experiment (PVDR).
Each experiment involved 100 Montecarlo runs, and their results are respectively shown in Figure 8, Figure 9, Figure 10 and Figure 11. Moreover, the average results among all the objects for all the resolutions are shown in Table 4. Finally, a summary of the results taking into account all the objects and all the studied resolutions is shown in Table 5.

6.1. Difference of Resolution Between the Scan and the Object Model in the Database

Figure 8 shows the average recognition for every descriptor and every resolution when both the database and the measured scan contain full views of the object and have the same resolution (FVSR). On the other hand, Figure 9 shows the same data for a second set of experiments (FVDR), when the resolution used for the object model in the database and the resolution of the measured scan are different. The blue color (indicating a high average recognition rate) the top row Figure 8 is significantly more present than in Figure 9, meaning that better results are achieved using the same resolution instead of different ones. The same can be appreciated in Figure 10 and Figure 11 for the more realistic case when the measured scan shows only a partial view of the object (PVSR and PVSR experiments). This can be clearly observed in Figure 4 which shows the average recognition rate for all the descriptors and all the resolutions for full and partial object views in both cases, with the same and different resolutions. The lower row of the figure clearly shows a significant drop in the average recognition rate for resolutions beyond 0.005 for both cases, partial and full object views. Finally, the last column of Table 5 (Average over descriptors) shows the recognition rate averaged for all objects, all resolutions and all the descriptors. When the same resolution is used the recognition rate is 62.9 reducing to only 26.6 when the resolutions differ.

6.2. Scan Resolution

To study how the resolution affects the recognition let us have a look at the upper row of Table 4. In both cases, full view (shown at left side) and partial view (shown at right side), it can be appreciated how the performance decreases with the reduction of the resolution for the two better descriptors: ESF and GRSD. Interestingly, the performance of the GOOD descriptor remains almost constant across the different resolutions, even when different resolutions are used among the database object models and the scan. The behaviour for the rest of descriptors is more arbitrary not showing a clear trend. The lower row of Table 4 clearly shows how the performance decreases as the difference between the database model and the measured scan increases(the object model is at resolution 0.003 and the input scan resolution is varied during the experiment), with the remarkable exception of the GOOD descriptor.

6.3. Full vs. Partial Object View

The importance of measuring a view as wide as possible is shown in Table 4 as well. The left-hand column of the table corresponds to the case when the full view of the object is observed (FVSR and FVDR). The right-hand column corresponds to a partial view (PVSR and PVDR). In both cases, for same and different resolution between the model and the measured scans, a ≈10% decrease in the average recognition rate is observed. This decrease in the average recognition is confirmed in Table 5 where the averaged recognition rate for all descriptors is 8.4% better for full view (48.9) than for partial view (40.5%). Unfortunately, the observation of partial views is the more realistic case so its results should be considered more representative of the reality.

6.4. Best Descriptor

Qualitatively, the best performing descriptor can be inferred from the top row of Figure 8, Figure 9, Figure 10 and Figure 11. The descriptors whose o b j e c t × v o x e l _ s i z e grid is predominantly blue are the ones performing better, while those predominantly yellow, orange or red are progressively the worst ones. In the results of the FVSR experiment, Figure 8, it can be clearly appreciated that GRSD and ESF are the best descriptors, while GOOD is the worst one. When partial views are used instead, PVSR experiment, a decrease of performance (colors shifted towards green) can be seen, but with essentially the same results. ESF and GRSD continue being the best descriptors while GOOD is the one with lower performance. In the FVDR and PVDR experiments, when different resolutions between the model and the scan are used the scenario is totally different. In this case, only the GOOD descriptor is able to provide significant results.
The results may also be analyzed quantitatively. Table 5 shows how well each descriptor performed (averaged among objects and resolutions). The results averaged among all the experiments using full views, show clearly that the best performing descriptor is ESF (59.6%) followed by GOOD (53.5%) while CVFH (43.9%) is the worst one. If partial views are used instead, the best descriptor is still ESF (50.9%), followed in this case by GRSD (42.4%), with VFH (35.0%) being the worst one. If we focus only on the dimension related to the same/different resolution, then, using the same resolution ESF (72.5%) is the best one followed by GRSD (69.4%) with GOOD (48.5%) being the one performing worst. When different resolutions are used instead, GOOD (45.1%) becomes the best one followed by ESF (38.0%), and VFH (17.6%) the worst. If we average the results among all the experiments (last row of the table), we conclude that ESF (55.3%) is the one performing better in general followed by GOOD (46.8%), and VFH (38.4%) the worst performing one. In our opinion, the most relevant results corresponds to the PVSR experiment because having full views is not always possible and, at least in our case, having the same resolution is always easy. In this case, ESF (67.6%) and GRSD (63.8%) are the best descriptors and GOOD (41.8%) is the one providing poorest results.

6.5. Object Confusion

Besides looking at the average recognition rate and, in order to understand the descriptor capabilities for object recognition, it is good to examine the confusion matrices. For every object, they show the object-class that is recognized, but also, when it is mis-recognized, which are the classes that generate the confusion. It is worth noting, hence, that the smaller the recognition rate the higher the confusion. Figure 8, Figure 9, Figure 10 and Figure 11 show, in their bottom row, the confusion matrices for the different experiments. To extract conclusions about confusion, regardless of the descriptor, we averaged the results among all the descriptors in Table 6. Examining them we can extract the following general conclusions:
  • The lower the resolution the higher the confusion. This can be appreciated in Table 4 since the recognition rate decreases with the resolution.
  • The recognition rate is higher than the mis-recognition (The addition of all the confusion percentages) only when the same resolution is used. Using the same resolution leads to less confusion (60.3% average recognition rate), while using different resolutions leads to significantly higher confusion (27% average recognition rate).
  • The use of full views also leads to less confusion (49.4 average recognition rate) than using partial views (37.9 average recognition rate).
Now, several relevant questions arise:
  • Which is the descriptor provoking most confusion? Let us focus on the results when using the same resolution which we consider the most interesting ones. In this case, see Table 5, the descriptor with the lowest recognition rate is GOOD, being hence the one leading to higher confusion. This can be confirmed looking at its confusion matrices in Figure 8 and Figure 10. On the other side of the spectrum we find ESF and GRSD which have good recognition rates (72.5% and 69.4% respectively), leading to less confusion as can be appreciated in Figure 8 and Figure 10.
  • When confusion arises, which are the objects more prone to be confused? As stated above, the two most interesting scenarios are the ones corresponding to the same resolution, FVSR and PVSR. Figure 12 shows how objects are confused in those scenarios. The green arrows correspond to the confusions appearing (those whose percentages is higher than 5%) when using full views. In this case, most of the confusion appears either among the valves ( O 1 ,   O 5 ,   O 6 ,   O 7 ) or among the Elbow, R-Tee and the R-Socket objects. Moreover The R-Tee is also confused with Ball-Valve-S ( O 5 ). When partial views are used instead, the blue arrows add on top of the green ones showing new confusions (The black ones still exist with partial views), making the object identification more challenging. The graph shows clearly how the use of partial views leads to more confusion.

6.6. Gaussian Noise

In this section Gaussian noise is introduced in the simulation to study how it affects the recognition rate. Only the case of the same resolution is evaluated since from previous results it is clear that it provides the best results. The two experiments, the full and partial views, were considered. In both cases 100 Montecarlo runs were executed over 12 different resolutions for 6 different noise levels (see Table 3). Moreover, the average results among all the objects for all the resolutions are shown in Table 7. Finally, a summary of the results taking into account all the objects and all the studied resolutions is shown in Table 8.
Assuming 0.007 is the resolution for the scanner used in the real experiments reported in the next section, Figure 13 and Figure 14 show the recognition rate, for all the descriptors, and every noise level, at this resolution, respectively for:
  • Noisy Full View Same Resolution Experiment (NFVSR).
  • Noisy Partial View Same Resolution Experiment (NPVSR).

6.6.1. Scan Resolution

Table 7, shows the recognition rate averaged for all objects, detailed for every resolution. It is interesting to note that while most of the descriptors’ performance decreases with the resolution as well as with the noise, some of them show a very poor result for the high-resolution and high-noise combination. This is the case for the GRSD and ESF (at higher noise ratios). We attribute this to the fact that ESF is based on the shape function computing distances and angles between random points and GRSD used the radial relationships to describe the geometry of points at each voxel. Accordingly, the impact of these two factors could be amplified when both resolution and noise level are high.

6.6.2. Full vs. Partial Object View

As observed in the previous experiments, better recognition rates are achieved using full views (see Table 8). The improvement with respect to the use of partial view ranges from ≈15% at σ [ 0 0.0125 ] , ≈15% at σ [ 0.025 0.05 ] , and ≈3% at σ = 0.1 .

6.6.3. Best Descriptor

The results reported in Table 8 show that ESF is either the best, or the second best, descriptor except for the highest noise level where its performance drops significantly, making it one of the 2 worst performing descriptors. GRSD works well at low noise levels but its performance drops significantly when the noise is medium to high. GOOD is the worst performing one at low noise levels, but performs well at high noise. VFH performs poorly across the whole noise spectrum while CVFH, OUR-CVFH and GFPFH present intermediate performance levels. On the other hand, Table 9 shows the recognition rate, for all the descriptors, averaged by object, for the resolution 0.007. This is the assumed resolution for the scanner used in the real experiments reported in the next section. There we can see that for full view and low noise ( σ = 0.00625 ), which is the case corresponding to our sensor, GRSD is the best descriptor followed by ESF, GFPFH, OUR-CVFH and CVFH. GOOD and VFH are the worst ones. If we go to the other extreme, high noise ( σ = 0.1 ), GOOD becomes the best descriptor with results close to CVFH and OUR-CVFH. GRSD is the worst performing one closely followed by ESF, GFPFH and VFH. For partial views and low noise ESF and GRSD are the best ones, followed by OUR-CVFH and CVFH (medium-high performance), VFH and GFPFH (medium-low performance) and GOOD (worst performance). At high noise levels the best one is GOOD followed by GFPFH, CVFH and ESF with less performance while VFH and GRSD are the worst ones.

6.6.4. Object Confusion

Table 10 shows the confusion tables for all object and all noise combinations averaged for all the descriptors. Notice that the cells marked in blue are those above 5%. The ‘average recognition for all objects’ column shows that on average, for all the objects, the recognition works well for noise levels equal to or below 0.025 . Beyond that, the recognition rate falls below 50%. It can be observed, that for σ 0.025 all the objects are recognized with a recognition rate over 50% for both cases, full and partial views, except for the Ball-Valve and the Ball-Valve-S objects. For them, the recognition rate is sometimes below 50%, especially for partial views. It can also be appreciated, that the number of cells with a percentage of confusion over 5% (cells in blue) increases when using partial views than when using full views. This effect is observed in almost every object indicating that the use of partial views leads to more confusion. For σ 0.05 the recognition rate decrease significantly below 50% with the exception of the R-Socket and the Butterfly-Valve objects. Figure 15 shows the confusion graph for the lowest and highest noise cases. For the first case, it can be seen how new confusion links appear when partial views are used instead of full ones. This is consistent with the results of the previous section. In the case of high noise, most of the confusion actually appears even using full views, and only two more confusions appear when using partial views. As expected, this shows how increasing the noise also increases the percentage of confusions.

7. Results on Underwater Testing

In this section we present experimental results and compare them with the previous simulations. The setting and the analytic process of the experiment are summarized in Figure 16. We took advantage of an already collected dataset which was previously used for semantic Simultaneous Localization And Mapping (SLAM) [73]. The data was collected using an in-house-developed laser scanner [28] mounted on GIRONA500 Autonomous Underwater Vehicle (AUV) [74], which was performing a trajectory in an small water tank. The experiment involved 25, 29, 48 and 48 observations of full view scans corresponding to the Ball-Valve, Elbow, R-Tee, and R-Socket objects respectively. Although the data-set only used 4 out of the 7 objects used in this survey, we think the results are representative.

7.1. Real vs. Simulated Rresults

To compare the results obtained in the real experiment to the simulation results, a supplementary simulation was performed. The experiment involved 100 Montecarlo runs, as in the previous simulations, considering solely the four objects that were involved in the real experiment namely: Ball-Valve, Elbow, R-Tee, and R-Socket. The simulation parameters <objects = 4, resolution = 0.007, noise = 0.00625, view = Full> represent the case closest to the real data. The simulated scans were generated assuming a distance to the object d = 1.11 ± 0.56   m , and yaw&roll angles were varied between −0.4 and 7.4 degrees, while the pitch ranged between −2.2 and 3.9 degrees. The simulated values were chosen randomly within those ranges, corresponding to the ones observed in the real experiment.
Table 11, shows the corresponding percentages of how many times each different object class was recognized for both real and simulated runs, respectively, so they can be compared. Notice that the yellow cells represent the objects with their respective class number.
As expected, the recognition works better with the simulated scans than with the real ones. This is understandable, taking into account that real scans can be potentially affected by errors due to: (1) non-perfect scanner calibrations and (2) motion induced distortion. The latter may be significant, since the scanner works by steering a laser beam (which takes time to scan the scene) and assumes the sensor is static during the process (which is never the case since the robot is floating). To illustrate the problem we can look at Table 12. The top row shows a successful recognition example corresponding to the ESF descriptor. At the left, is shown a laser scan of a Ball-Valve (in black) and the corresponding object view (in red) matched in the data base. At the right, both histograms, the one corresponding to the scan and the one corresponding to the matched view show good agreement. On the other hand, the bottom row shows an example of mis-recognition of an R-Tee object using the GFPFH descriptor. At the left, is shown the laser scan (in black), the matched object view in the data base (in red), and the most similar view in the database manually selected by us (in blue). The corresponding histograms are shown at the right side of the bottom row. Although we perceive the black scan to be closer to the blue view than to the red one, the difference is evaluated quantitatively by the corresponding histograms, and it is clear that the black histogram is closer to the red one than to the blue. It is worth noting the distortion present in the black scan, which is probably the origin of the mis-recognition.

7.1.1. Best Descriptor

Table 11 shows the average recognition rate for the real and the synthetic experiments, highlighting in green the two better performing descriptors and in red the two worst ones. In the real experiments, the best performing descriptor is CVFH (95.4%) followed by OUR-CVFH (91.5%). This result is in agreement with the simulated one (both at 100%). The worst one is GFPFH (54.1%) followed by GOOD (58.0%) in the real experiment, with GOOD being (75.0%) and VFH (88.0%) in the simulated ones. We think that this disagreement is due to the fact that our results for GFPFH differ significantly between reality (54.1%) and simulation (96.8%), probably affected by problems like the one commented above which is illustrated in Table 12.

7.1.2. Object Confusion

Figure 17 and Table 11 show the confusion matrices for the real and the synthetic experiments. First it is worth noting that, as expected, real experiments lead to more confusion than synthetic ones. Second, focusing on the real results, it can be observed that in general (averaging over all descriptors), the Ball-Valve is the most easily recognizable object, while the R-Tee and the elbow were the objects leading to more confusion (average recognition of 65.9% and 69% respectively). Nevertheless, focusing on CVFH and OUR-CVFH (the best performing descriptors), we can see that the first one does an excellent job having only one confusion beyond the 5% boundary (R-Socket confused with Elbow), while the second one adds a second confusion beyond the 5% limit (Elbow confused with socket). Finally, it called our attention to the experimental and simulated results corresponding to the GOOD descriptor and the R-Tee object. In Table 11, it can be appreciated how it fails to recognize the object (0%) and confuses it (100%) systematically with the Ball-Valve. We attribute this result to the fact that GOOD works based on the orthographic projection on XoZ, XoY, and YoZ. Checking the object-database (Figure 2) it can be observed that there is no R-Tee view corresponding to the top view observed by the laser in the real experiment, while there are two views of the Ball-Valve in the database which projected onto XoZ, XoY, and YoZ look similar to the top view of the R-Tee Object. This problem illustrates how important it is to have representative views in the database of those objects which will be observed. Please note that this problem did not arise in the FVSR and PVSR experiments, since in those cases, the scans were not forced to be taken from the top as happens in the water-tank experiment where a downward-looking laser scanner was used.
This could explain the divergence of the simulated and real results reported for some of the entries of Table 11.

8. Interpretation of Results

This section provides further interpretation of the results of all the experiments performed in this study.

8.1. Simulated Data

The results detailed in Section 6, obtained using simulated data, are summarized in Figure 18.
The following points contain the main findings from the experiments, under testing conditions involving the use of: full or partial views, same or different resolution of the scan and the database object models, and full or partial views under added noise.
  • Full View Same Resolution and Partial View Same Resolution Experiment
    The best performance in both cases was achieved using ESF and GRSD. The average of recognition is slightly better using the full view than the partial one, where the trend of the recognition accuracy with respect to the descriptors was monotonic in both cases.
  • Full View Different Resolution and Partial View different Resolution Experiment
    Only the GOOD descriptor provided significantly valid results. The change of resolution did not affect the performance of the descriptor in either of the scenarios (FVSR and PVSR). This invariance of the performance regarding the resolution was reported in the original work of the authors in [68].
  • Same resolution versus different Resolution Experiment
    From the cases of FVDR and PVDR, changing the resolution in the database and test led to poor recognition. Conversely, the cases of FVSR and PVSR, show that having the same resolution in both the database and test leads to higher recognition rates.
  • Full Views versus Partial Views
    Predictably, using full object views instead of just a partial view, leads to better results. This behaviour is somehow expectable, given the global nature of the methods tested, and the fact that the descriptors in the database were always computed from full views. Additionally, from the confusion matrices, the objects that are prone to confusion when using partial views are a superset of the ones for the case of using full views.
  • Noisy Full View versus Noisy Partial View
    In these experiments only the case where the resolution of the database and test are similar were taking into account. As general assessment, the results of NFVSR versus NPVSR follow the same trend as discussed in the noise-free experiment, where the performance of the descriptor decreases with lower resolution and higher noise ratio, except for GRSD and ESF where the performance of the descriptors decreased for high resolution and noise. We attribute this difference to the fact that ESF is based on the shape function computing distances and angles between random points, while GRSD used the radial relationships to describe the geometry of points at each voxel. Accordingly, the impact of these two factors could be amplified when both resolution and noise level are high.
    As a specific assessment, the confusion matrix for the r e s o l u t i o n = 0.007 , which is the resolution of the laser scan used in the real experiment, was computed at a different noise level. The results showed that the object got more confusion at a high noise level compared to a low level.

8.2. Underwater Data

The figure below (Figure 19) summarizes the results based on real underwater versus simulated data.
From the results presented in Section 7, it is worth noting that CVFH and OUR-CVFH were the two best performing descriptors in both real and simulated data. Also that the recognition based on the descriptors GFPGH and GOOD gave slightly different values when using the real and the simulated data. These differences can be explained by several factors:
  • Real data inevitably suffers from noise generated from the changes of the position of the laser during the acquisition of the point cloud, causing a distortion of the object shape and leading to a different descriptor representation. These motion distortions were present in real but not in simulated data.
  • Most of the object descriptors used in this study are based on use of a surface normals. Noise causes a modification in the surface which causes a change in the normal for each point.

9. Conclusions

This paper presented a survey and comparison of global descriptors for 3D object recognition purposes when a 3D model of the object is available a priori. Because our focus of interest is centered in underwater IMR applications, we selected seven representative objects commonly present in submerged pipe infrastructures. Using their CAD models, we set up a database containing 12 views of each object. Next, seven global descriptors available in the Point Cloud Library were selected and compared exhaustively in simulations and through water tank experiments. Different criteria were evaluated: (1) the use of partial vs. global views, (2) the use of same vs. different resolution between the object model and the input scan, (3) the effect of resolution and (4) the effect of noise.
Our results demonstrate that, as intuition suggests, using global views provides better results than using partial views. Less intuitive is the conclusion that using the same resolution in the views of the database and the input scan leads to significantly better results. The combination of both cases is therefore the best scenario: full view/same resolution. When the resolution of the scan is analyzed, in general, for most descriptors the higher the resolution the better the recognition rates. Hence decreasing the resolution leads to a decrease in the performance, with the exception of the GOOD descriptor whose performance remains constant over the studied resolutions.
Another parameter studied was the noise. In this case, the results follow intuition and the higher the noise the worse the recognition rate and the higher the object confusion. The exception is again the GOOD descriptor which is the best one for high levels of noise.
It is not straightforward to single out the best performing descriptor, since this depends on the particular combination of the different parameters studied. Therefore, the numerous graphs provided for each one of them may help other researchers to make their own decisions based on the particular constraints of their own application.

10. Future Work

A central goal of our work is the use of a real-time laser scanner mounted on an intervention AUV to detect, identify and locate objects in the robot’s surroundings, and to use this information to allow the robot to decide which manipulation actions may be performed on each type of object. Therefore our next step is going to focus on implementing a method to recognize objects within a point cloud which may contain several of them. This will require a method to segment the different objects so that they can be recognized later on. Once recognized they will then be located and introduced into a SLAM algorithm to set-up a semantic map of the robot environment. As an example, Figure 20 illustrates a test structure containing multiple object instances that is currently being used for this purpose.

Author Contributions

Conceptualization, K.H. and P.R.; Investigation, K.H.; Methodology, K.H., N.G. and P.R.; Software, K.H.; Supervision, P.R. and N.G.; Writing, K.H., P.R. and N.G.

Funding

This work was supported by the Spanish Government through a FPI Ph.D. grant to K. Himri, as well as by the Spanish Project DPI2017-86372-C3-2-R (TWINBOT-GIRONA1000) and the H2020-INFRAIA-2017-1-twostage-731103 (EUMR).

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

The following abbreviations are used in this manuscript:
MPMotion Primitive
BoFBag-of-Features
CVFHClustered Viewpoint Feature Histogram
CSHOTColored Signature of Histogram of Orientation
CADComputer aided design model
CRFConditional Random Field model
ECSADEquivalent circumference surface angle descriptor
EFPFHExtended Fast Point Feature Histograms
FPFHFast Point Feature Histograms
GFPFHGlobal Fast Point Feature Histogram
GOODGlobal Orthographic Object Descriptor
GRSDGlobal Radius-based Surface Descriptors
GPCSDGlobal Principal Curvature Shape Descriptor
IMRInspection Maintenance and repair
RSDRadius-based Surface Descriptors
OUR-CVFHOriented, Unique and Repeatable
PVCPolyvinylchloride pressure pipes
PCLPoint Cloud Library
PCAPrincipal Component Analysis
RCSRotational Contour Signatures
RoPSRotational Projection Statistics
ROVsRemotely Operated Vehicles
SDCShape Distribution Component
SLAMSimultaneous Localization And Mapping
SHOTSignature of Histogram of Orientation
SISpin Image
VFHViewpoint Feature Histogram
FVSRFull View Same Resolution Experiment
PVSRPartial View Same Resolution Experiment
FVDRFull View Different Resolution Experiment
PVDRPartial View Different Resolution Experiment
NFVSRNoisy Full View Same Resolution Experiment
NPVSRNoisy Partial View Same Resolution Experiment
IKInverse Kinematics
UVMSUnderwater Vehicle Manipulator System
I-AUVIntervention Autonomous Underwater Vehicle
AUVAutonomous Underwater Vehicle
ROVRemotely Operated Vehicle
DoFDegrees of Freedom
DVLDoppler Velocity Log
FOVField Of View
LIDARLight Detection and Ranging

References

  1. Rusu, R.B.; Marton, Z.C.; Blodow, N.; Dolha, M.; Beetz, M. Towards 3D point cloud based object maps for household environments. Robot. Auton. Syst. 2008, 56, 927–941. [Google Scholar] [CrossRef]
  2. Rusu, R.B.; Gerkey, B.; Beetz, M. Robots in the kitchen: Exploiting ubiquitous sensing and actuation. Robot. Auton. Syst. 2008, 56, 844–856. [Google Scholar] [CrossRef]
  3. Blodow, N.; Goron, L.C.; Marton, Z.C.; Pangercic, D.; Rühr, T.; Tenorth, M.; Beetz, M. Autonomous semantic mapping for robots performing everyday manipulation tasks in kitchen environments. In Proceedings of the IEEE/RSJ International Conference on Intelligent Robots and Systems, San Francisco, CA, USA, 25–30 September 2011; pp. 4263–4270. [Google Scholar]
  4. Houser, K. A Robot Is Learning to Cook and Clean in an Ikea Kitchen. 2019. Available online: https://futurism.com/the-byte/robots-cook-clean-ikea-kitchen (accessed on 9 May 2019).
  5. Saxena, A.; Wong, L.; Quigley, M.; Ng, A.Y. A vision-based system for grasping novel objects in cluttered environments. In Robotics Research; Springer: Berlin/Heidelberg, Germany, 2010; pp. 337–348. [Google Scholar]
  6. Zhu, M.; Derpanis, K.G.; Yang, Y.; Brahmbhatt, S.; Zhang, M.; Phillips, C.; Lecce, M.; Daniilidis, K. Single image 3D object detection and pose estimation for grasping. In Proceedings of the IEEE International Conference on Robotics and Automation (ICRA), Hong Kong, China, 31 May–7 June 2014; pp. 3936–3943. [Google Scholar]
  7. Farahmand, F.; Pourazad, M.T.; Moussavi, Z. An intelligent assistive robotic manipulator. In Proceedings of the IEEE Engineering in Medicine and Biology 27th Annual Conference, Shanghai, China, 17–18 January 2006; pp. 5028–5031. [Google Scholar]
  8. Boronat Roselló, E. ROSAPL: Towards a Heterogeneous Multi-Robot System and Human Interaction Framework. Master’s Thesis, Universitat Politècnica de Catalunya, Barcelona, Spain, 2014. [Google Scholar]
  9. Vargas, J.A.C.; Garcia, A.G.; Oprea, S.; Escolano, S.O.; Rodriguez, J.G. Detecting and manipulating objects with a social robot: An ambient assisted living approach. In ROBOT 2017: Third Iberian Robotics Conference; Springer: Cham, Switzerland, 2017; pp. 613–624. [Google Scholar]
  10. Vargas, J.A.C.; Garcia, A.G.; Oprea, S.; Escolano, S.O.; Rodriguez, J.G. Object recognition pipeline: Grasping in domestic environments. In Rapid Automation: Concepts, Methodologies, Tools, and Applications; IGI Global: Hershey, PA, USA, 2019; pp. 456–468. [Google Scholar]
  11. Bontsema, J.; Hemming, J.; Pekkeriet, E. CROPS: High tech agricultural robots. In Proceedings of the International Conference of Agricultural Engineering AgEng 2014, Zurih, Switzerland, 6–10 July 2014. [Google Scholar]
  12. Tao, Y.; Zhou, J. Automatic apple recognition based on the fusion of color and 3D feature for robotic fruit picking. Comput. Electr. Agric. 2017, 142, 388–396. [Google Scholar] [CrossRef]
  13. Huang, J.; You, S. Detecting objects in scene point cloud: A combinational approach. In Proceedings of the International Conference on 3D Vision, 3DV ’13 2013, Seattle, WA, USA, 29 June–1 July 2013; pp. 175–182. [Google Scholar] [CrossRef]
  14. Holz, D.; Behnke, S. Fast edge-based detection and localization of transport boxes and pallets in rgb-d images for mobile robot bin picking. In Proceedings of the ISR 2016: 47st International Symposium on Robotics, VDE, Munich, Germany, 21–22 June 2016; pp. 1–8. [Google Scholar]
  15. Geronimo, D.; Lopez, A.M.; Sappa, A.D.; Graf, T. Survey of pedestrian detection for advanced driver assistance systems. IEEE Trans. Pattern Anal. Mach. Intell. 2009, 32, 1239–1258. [Google Scholar] [CrossRef]
  16. Fu, M.Y.; Huang, Y.S. A survey of traffic sign recognition. In Proceedings of the International Conference on Wavelet Analysis and Pattern Recognition, Qingdao, China, 11–14 July 2010; pp. 119–124. [Google Scholar]
  17. Fan, Y.; Zhang, W. Traffic sign detection and classification for Advanced Driver Assistant Systems. In Proceedings of the 12th International Conference on Fuzzy Systems and Knowledge Discovery (FSKD), Zhangjiajie, China, 15–17 August 2015; pp. 1335–1339. [Google Scholar]
  18. Markiewicz, P.; Długosz, M.; Skruch, P. Review of tracking and object detection systems for advanced driver assistance and autonomous driving applications with focus on vulnerable road users sensing. In Polish Control Conference; Springer: Cham, Switzerland, 2017; pp. 224–237. [Google Scholar]
  19. Foresti, G.L.; Gentili, S. A hierarchical classification system for object recognition in underwater environments. IEEE J. Ocean. Eng. 2002, 27, 66–78. [Google Scholar] [CrossRef]
  20. Bagnitsky, A.; Inzartsev, A.; Pavin, A.; Melman, S.; Morozov, M. Side scan sonar using for underwater cables & pipelines tracking by means of AUV. In Proceedings of the IEEE Symposium on Underwater Technology and Workshop on Scientific Use of Submarine Cables and Related Technologies, Tokyo, Japan, 5–8 April 2011; pp. 1–10. [Google Scholar]
  21. Yu, S.C.; Kim, T.W.; Asada, A.; Weatherwax, S.; Collins, B.; Yuh, J. Development of high-resolution acoustic camera based real-time object recognition system by using autonomous underwater vehicles. In Proceedings of the OCEANS 2006, Boston, MA, USA, 18–21 September 2006. [Google Scholar]
  22. Hegde, J.; Utne, I.B.; Schjølberg, I. Applicability of current remotely operated vehicle standards and guidelines to autonomous subsea IMR operations. In Proceedings of the ASME 34th International Conference on Ocean, Offshore and Arctic Engineering, St. John’s, NL, Canada, 31 May–5 June 2015; American Society of Mechanical Engineers: New York, NY, USA, 2015. [Google Scholar] [CrossRef]
  23. Barat, C.; Rendas, M.J. A robust visual attention system for detecting manufactured objects in underwater video. In Proceedings of the OCEANS 2006, Boston, MA, USA, 18–21 September 2006. [Google Scholar]
  24. Gordan, M.; Dancea, O.; Stoian, I.; Georgakis, A.; Tsatos, O. A new SVM-based architecture for object recognition in color underwater images with classification refinement by shape descriptors. In Proceedings of the IEEE International Conference on Automation, Quality and Testing, Robotics, Cluj-Napoca, Romania, 25–28 May 2006; Volume 2, pp. 327–332. [Google Scholar]
  25. Sivčev, S.; Rossi, M.; Coleman, J.; Omerdić, E.; Dooly, G.; Toal, D. Collision detection for underwater ROV manipulator systems. Sensors 2018, 18, 1117. [Google Scholar] [CrossRef]
  26. Gobi, A.F. Towards generalized benthic species recognition and quantification using computer vision. In Proceedings of the Fourth Pacific-Rim Symposium on Image and Video Technology, Singapore, 14–17 November 2010; pp. 94–100. [Google Scholar]
  27. Rusu, R.B.; Cousins, S. 3D is here: Point cloud library (PCL). In Proceedings of the IEEE International Conference on Robotics and Automation, Shanghai, China, 9–13 May 2011; pp. 1–4. [Google Scholar]
  28. Palomer, A.; Ridao, P.; Ribas, D.; Forest, J. Underwater 3D laser scanners: The deformation of the plane. In Lecture Notes in Control and Information Sciences; Fossen, T.I., Pettersen, K.Y., Nijmeijer, H., Eds.; Springer: Cham, Switzerland, 2017; Volume 474, pp. 73–88. [Google Scholar] [CrossRef]
  29. Pang, G.; Qiu, R.; Huang, J.; You, S.; Neumann, U. Automatic 3D industrial point cloud modeling and recognition. In Proceedings of the 14th IAPR international conference on machine vision applications (MVA), Tokyo, Japan, 18–22 May 2015; pp. 22–25. [Google Scholar]
  30. Kumar, G.; Patil, A.; Patil, R.; Park, S.; Chai, Y. A LiDAR and IMU integrated indoor navigation system for UAVs and its application in real-time pipeline classification. Sensors 2017, 17, 1268. [Google Scholar] [CrossRef]
  31. Alexandre, L.A. 3D descriptors for object and category recognition: a comparative evaluation. In Proceedings of the Workshop on Color-Depth Camera Fusion in Robotics at the IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), Vilamoura, Portugal, 7–12 October 2012; Volume 1, p. 7. [Google Scholar]
  32. Johnson, A.E.; Hebert, M. Using spin images for efficient object recognition in cluttered 3D scenes. IEEE Trans. Pattern Anal. Mach. Intell. 1999, 21, 433–449. [Google Scholar] [CrossRef] [Green Version]
  33. Rusu, R.B.; Holzbach, A.; Beetz, M.; Bradski, G. Detecting and segmenting objects for mobile manipulation. In Proceedings of the IEEE 12th International Conference on Computer Vision Workshops, ICCV Workshops, Kyoto, Japan, 27 September–4 October 2009; pp. 47–54. [Google Scholar]
  34. Aldoma, A.; Vincze, M.; Blodow, N.; Gossow, D.; Gedikli, S.; Rusu, R.B.; Bradski, G. CAD-model recognition and 6DOF pose estimation using 3D cues. In Proceedings of the IEEE International Conference on Computer Vision Workshops (ICCV Workshops), Barcelona, Spain, 6–13 November 2011; pp. 585–592. [Google Scholar]
  35. Lai, K.; Bo, L.; Ren, X.; Fox, D. A large-scale hierarchical multi-view rgb-d object dataset. In Proceedings of the IEEE International Conference on Robotics and Automation, Shanghai, China, 9–13 May 2011; pp. 1817–1824. [Google Scholar]
  36. Tombari, F.; Salti, S.; Di Stefano, L. A combined texture-shape descriptor for enhanced 3D feature matching. In Proceedings of the 18th IEEE International Conference on Image Processing, Brussels, Belgium, 11–14 September 2011; pp. 809–812. [Google Scholar]
  37. Guo, Y.; Bennamoun, M.; Sohel, F.; Lu, M.; Wan, J. 3D object recognition in cluttered scenes with local surface features: A survey. IEEE Trans. Pattern Anal. Mach. Intell. 2014, 36, 2270–2287. [Google Scholar]
  38. Guo, Y.; Bennamoun, M.; Sohel, F.; Lu, M.; Wan, J.; Kwok, N.M. A comprehensive performance evaluation of 3D local feature descriptors. Int. J. Comput. Vis. 2016, 116, 66–89. [Google Scholar] [CrossRef]
  39. Tombari, F.; Salti, S.; Di Stefano, L. Unique shape context for 3D data description. In Proceedings of the ACM Workshop on 3D Object Retrieval, Firenze, Italy, 25 October 2010; ACM: New York, NY, USA, 2010; pp. 57–62. [Google Scholar]
  40. Mian, A.S.; Bennamoun, M.; Owens, R. Three-dimensional model-based object recognition and segmentation in cluttered scenes. IEEE Trans. Pattern Anal. Mach. Intell. 2006, 28, 1584–1601. [Google Scholar] [CrossRef] [PubMed]
  41. Taati, B.; Greenspan, M. Local shape descriptor selection for object recognition in range data. Comput. Vis. Image Underst. 2011, 115, 681–694. [Google Scholar] [CrossRef]
  42. Rodolà, E.; Albarelli, A.; Bergamasco, F.; Torsello, A. A scale independent selection process for 3d object recognition in cluttered scenes. Int. J. Comput. Vis. 2013, 102, 129–145. [Google Scholar] [CrossRef]
  43. Jørgensen, T.B.; Buch, A.G.; Kraft, D. Geometric edge description and classification in point cloud data with application to 3D object recognition. In Proceedings of the 10th International Conference on Computer Vision Theory and Applications International Conference on Computer Vision Theory and Applications. Institute for Systems and Technologies of Information, Control and Communication, Berlin, Germany, 11–14 March 2015; pp. 333–340. [Google Scholar]
  44. Yang, J.; Zhang, Q.; Xian, K.; Xiao, Y.; Cao, Z. Rotational contour signatures for robust local surface description. In Proceedings of the IEEE International Conference on Image Processing (ICIP), Phoenix, AZ, USA, 25–28 September 2016; pp. 3598–3602. [Google Scholar]
  45. Malassiotis, S.; Strintzis, M.G. Snapshots: A novel local surface descriptor and matching algorithm for robust 3D surface alignment. IEEE Trans. Pattern Anal. Mach. Intell. 2007, 29, 1285–1290. [Google Scholar] [CrossRef] [PubMed]
  46. Rusu, R.B.; Blodow, N.; Beetz, M. Fast point feature histograms (FPFH) for 3D registration. In Proceedings of the IEEE International Conference on Robotics and Automation, ICRA’09, Kobe, Japan, 12–17 May 2009; pp. 3212–3217. [Google Scholar]
  47. Salti, S.; Tombari, F.; Di Stefano, L. SHOT: Unique signatures of histograms for surface and texture description. Comput. Vis. Image Underst. 2014, 125, 251–264. [Google Scholar] [CrossRef]
  48. Guo, Y.; Sohel, F.; Bennamoun, M.; Lu, M.; Wan, J. Rotational projection statistics for 3D local surface description and object recognition. Int. J. Comput. Vis. 2013, 105, 63–86. [Google Scholar] [CrossRef]
  49. Shi, Z.; Kang, Z.; Lin, Y.; Liu, Y.; Chen, W. Automatic recognition of pole-like objects from mobile laser scanning point clouds. Remote Sens. 2018, 10, 1891. [Google Scholar] [CrossRef]
  50. Fischler, M.A.; Bolles, R.C. Random sample consensus: A paradigm for model fitting with applications to image analysis and automated cartography. Commun. ACM 1981, 24, 381–395. [Google Scholar] [CrossRef]
  51. Wold, S.; Esbensen, K.; Geladi, P. Principal component analysis. Chemom. Intell. Lab. Syst. 1987, 2, 37–52. [Google Scholar] [CrossRef]
  52. Chen, F.; Selvaggio, M.; Caldwell, D.G. Dexterous grasping by manipulability selection for mobile manipulator with visual guidance. IEEE Trans. Ind. Inform. 2019, 15, 1202–1210. [Google Scholar] [CrossRef]
  53. Rusu, R.B.; Bradski, G.; Thibaux, R.; Hsu, J. Fast 3D recognition and pose using the viewpoint feature histogram. In Proceedings of the IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), Taipei, Taiwan, 18–22 October 2010; pp. 2155–2162. [Google Scholar]
  54. Marton, Z.C.; Pangercic, D.; Rusu, R.B.; Holzbach, A.; Beetz, M. Hierarchical object geometric categorization and appearance classification for mobile manipulation. In Proceedings of the 10th IEEE-RAS International Conference on Humanoid Robots (Humanoids), Nashville, TN, USA, 6–8 December 2010; pp. 365–370. [Google Scholar]
  55. Marton, Z.C.; Pangercic, D.; Blodow, N.; Kleinehellefort, J.; Beetz, M. General 3D modelling of novel objects from a single view. In Proceedings of the IEEE/RSJ International Conference on Intelligent Robots and Systems, Taipei, Taiwan, 18–22 October 2010; pp. 3700–3705. [Google Scholar]
  56. Bay, H.; Ess, A.; Tuytelaars, T.; Van Gool, L. Speeded-up robust features (SURF). Comput. Vis. Image Underst. 2008, 110, 346–359. [Google Scholar] [CrossRef]
  57. Gunji, N.; Niigaki, H.; Tsutsuguchi, K.; Kurozumi, T.; Kinebuchi, T. 3D object recognition from large-scale point clouds with global descriptor and sliding window. In Proceedings of the 23rd International Conference on Pattern Recognition (ICPR), Cancun, Mexico, 4–8 December 2016; pp. 721–726. [Google Scholar]
  58. Tombari, F.; Di Stefano, L. Object recognition in 3D scenes with occlusions and clutter by hough voting. In Proceedings of the Fourth Pacific-Rim Symposium on Image and Video Technology, Singapore, 14–17 November 2010; pp. 349–355. [Google Scholar]
  59. Garstka, J. Learning Strategies to Select Point Cloud Descriptors for Large-Scale 3-D Object Classification. Ph.D. Thesis, University of Hagen, Hagen, Germany, 2016. [Google Scholar]
  60. Jain, S.; Argall, B. Estimation of Surface Geometries in Point Clouds for the Manipulation of Novel Household Objects. In Proceedings of the RSS 2017 Workshop on Spatial-Semantic Representations in Robotics, Cambridge, MA, USA, 16 July 2017. [Google Scholar]
  61. Aldoma, A.; Tombari, F.; Prankl, J.; Richtsfeld, A.; Di Stefano, L.; Vincze, M. Multimodal cue integration through hypotheses verification for rgb-d object recognition and 6dof pose estimation. In Proceedings of the IEEE International Conference on Robotics and Automation, Karlsruhe, Germany, 6–10 May 2013; pp. 2104–2111. [Google Scholar]
  62. Aldoma, A.; Tombari, F.; Rusu, R.B.; Vincze, M. OUR-CVFH–oriented, unique and repeatable clustered viewpoint feature histogram for object recognition and 6DOF pose estimation. In Joint DAGM (German Association for Pattern Recognition) and OAGM Symposium; Springer: Berlin/Heidelberg, Germany, 2012; pp. 113–122. [Google Scholar]
  63. Alhamzi, K.; Elmogy, M.; Barakat, S. 3d object recognition based on local and global features using point cloud library. Int. J. Adv. Comput. Technol. 2015, 7, 43. [Google Scholar]
  64. Wohlkinger, W.; Vincze, M. Ensemble of shape functions for 3d object classification. In Proceedings of the IEEE International Conference on Robotics and Biomimetics (ROBIO), Karon Beach, Phuket, Thailand, 7–11 December 2011; pp. 2987–2992. [Google Scholar]
  65. Rusu, R.B.; Marton, Z.C.; Blodow, N.; Beetz, M. Persistent point feature histograms for 3D point clouds. In Proceedings of the 10th International Conference on Intel Autonomous System (IAS-10), Baden-Baden, Germany, 2008; pp. 119–128. [Google Scholar]
  66. Aldoma, A.; Fäulhammer, T.; Vincze, M. Automation of “ground truth” annotation for multi-view RGB-D object instance recognition datasets. In Proceedings of the IEEE/RSJ International Conference on Intelligent Robots and Systems, Chicago, IL, USA, 14–18 September 2014; pp. 5016–5023. [Google Scholar]
  67. Sels, S.; Ribbens, B.; Bogaerts, B.; Peeters, J.; Vanlanduit, S. 3D model assisted fully automated scanning laser Doppler vibrometer measurements. Opt. Lasers Eng. 2017, 99, 23–30. [Google Scholar] [CrossRef]
  68. Kasaei, S.H.; Lopes, L.S.; Tomé, A.M.; Oliveira, M. An orthographic descriptor for 3D object learning and recognition. In Proceedings of the IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), Daejeon, Korea, 9–14 October 2016; pp. 4158–4163. [Google Scholar]
  69. Osada, R.; Funkhouser, T.; Chazelle, B.; Dobkin, D. Matching 3D models with shape distributions. In Proceedings of the SMI 2001 International Conference On Shape Modeling and Applications, Genova, Italy, 7–11 May 2001; pp. 154–166. [Google Scholar]
  70. McCallum, A. Efficiently inducing features of conditional random fields. In Proceedings of the Nineteenth conference on Uncertainty in Artificial Intelligence, Acapulco, Mexico, 7–10 August 2003; Morgan Kaufmann Publishers Inc.: San Francisco, CA, USA, 2003; pp. 403–410. [Google Scholar]
  71. Rusu, R.B.; Blodow, N.; Marton, Z.C.; Beetz, M. Close-range scene segmentation and reconstruction of 3D point cloud maps for mobile manipulation in domestic environments. In Proceedings of the IEEE/RSJ International Conference on Intelligent Robots and Systems, IROS 2009, St. Louis, MO, USA, 10–15 October 2009; pp. 1–6. [Google Scholar]
  72. Hetzel, G.; Leibe, B.; Levi, P.; Schiele, B. 3D object recognition from range images using local feature histograms. In Proceedings of the IEEE Computer Society Conference on Computer Vision and Pattern Recognition, CVPR 2001, Kauai, HI, USA, 8–14 December 2001; Volume 2, p. II. [Google Scholar]
  73. Himri, K.; Ridao, P.; Gracias, N.; Palomer, A.; Palomeras, N.; Pi, R. Semantic SLAM for an AUV using object recognition from point clouds. IFAC PapersOnLine 2018, 51, 360–365. [Google Scholar] [CrossRef]
  74. Ribas, D.; Palomeras, N.; Ridao, P.; Carreras, M.; Mallios, A. Girona 500 AUV: From survey to intervention. IEEE/ASME Trans. Mechatron. 2012, 17, 46–53. [Google Scholar] [CrossRef]
Figure 1. Example of how the three orthogonal projections are built: (a) Local reference frame and projections; (b) Projections in multi-view layout. GOOD can also be used for object manipulation. In the plan view of the object, the symbols C, W, D and T represent how the projection can be further processed where the features for the manipulation task can be extracted, namely inner radius (C), thickness (T), handle length (W) and handle thickness (D).
Figure 1. Example of how the three orthogonal projections are built: (a) Local reference frame and projections; (b) Projections in multi-view layout. GOOD can also be used for object manipulation. In the plan view of the object, the symbols C, W, D and T represent how the projection can be further processed where the features for the manipulation task can be extracted, namely inner radius (C), thickness (T), handle length (W) and handle thickness (D).
Sensors 19 04451 g001
Figure 2. The Ensemble of Shape Function (ESF). Illustration of how shape functions are computed for a point cloud of an amphora. Left: point distance distributions. The green histogram represents points in, the red histogram points out, and the purple represents mixed points; Middle left: Distance Ratio; Middle right: angle distributions; Right: the area covered by triplets of sampled points.
Figure 2. The Ensemble of Shape Function (ESF). Illustration of how shape functions are computed for a point cloud of an amphora. Left: point distance distributions. The green histogram represents points in, the red histogram points out, and the purple represents mixed points; Middle left: Distance Ratio; Middle right: angle distributions; Right: the area covered by triplets of sampled points.
Sensors 19 04451 g002
Figure 3. The two components of VFH: (a) Extended Fast Point Feature Histogram (EFPFH), the Computation of the three angular features. (b) the Viewpoint histogram. The histogram contains the stack of the angle α formed by the viewpoint toward the point pi and its normal.
Figure 3. The two components of VFH: (a) Extended Fast Point Feature Histogram (EFPFH), the Computation of the three angular features. (b) the Viewpoint histogram. The histogram contains the stack of the angle α formed by the viewpoint toward the point pi and its normal.
Sensors 19 04451 g003
Figure 4. The estimation of a GFPFH for a 3D point cluster. (a) Octree representation of the point clouds. (b) illustrated zoom in of the region marked in (a), for every two pairs of leaves, a ray is cast from the start leaf (green) to the goal one (grey). All intersections with other leaves and free space are recorded and ported into a leaf class pair histogram.
Figure 4. The estimation of a GFPFH for a 3D point cluster. (a) Octree representation of the point clouds. (b) illustrated zoom in of the region marked in (a), for every two pairs of leaves, a ray is cast from the start leaf (green) to the goal one (grey). All intersections with other leaves and free space are recorded and ported into a leaf class pair histogram.
Sensors 19 04451 g004
Figure 5. Block diagram of the proposed method.
Figure 5. Block diagram of the proposed method.
Sensors 19 04451 g005
Figure 6. View points used for each object model stored in the database.
Figure 6. View points used for each object model stored in the database.
Sensors 19 04451 g006
Figure 7. Diagram of the proposed simulated experiment.
Figure 7. Diagram of the proposed simulated experiment.
Sensors 19 04451 g007
Figure 8. Average of recognition per resolution for all descriptors, using full views and having the same resolution for the model and the measurement: (Top) Grouped by descriptor; (Middle) Grouped by object; (Bottom) Confusion Matrix.
Figure 8. Average of recognition per resolution for all descriptors, using full views and having the same resolution for the model and the measurement: (Top) Grouped by descriptor; (Middle) Grouped by object; (Bottom) Confusion Matrix.
Sensors 19 04451 g008
Figure 9. Average of recognition per resolution for all descriptors, using full views and having the different resolution for the model and the measurement: (Top) Grouped by descriptor; (Middle) Grouped by object; (Bottom) Confusion Matrix.
Figure 9. Average of recognition per resolution for all descriptors, using full views and having the different resolution for the model and the measurement: (Top) Grouped by descriptor; (Middle) Grouped by object; (Bottom) Confusion Matrix.
Sensors 19 04451 g009
Figure 10. Average of recognition per resolution for all descriptors, using partial views and having the same resolution for the model and the measurement: (Top) Grouped by descriptor; (Middle) Grouped by object; (Bottom) Confusion Matrix.
Figure 10. Average of recognition per resolution for all descriptors, using partial views and having the same resolution for the model and the measurement: (Top) Grouped by descriptor; (Middle) Grouped by object; (Bottom) Confusion Matrix.
Sensors 19 04451 g010
Figure 11. Average of recognition per resolution for all descriptors, using partial views and having different resolution for the model and the measurement: (Top) Grouped by descriptor; (Middle) Grouped by object; (Bottom) Confusion Matrix.
Figure 11. Average of recognition per resolution for all descriptors, using partial views and having different resolution for the model and the measurement: (Top) Grouped by descriptor; (Middle) Grouped by object; (Bottom) Confusion Matrix.
Sensors 19 04451 g011
Figure 12. Confusion per Object Graph.
Figure 12. Confusion per Object Graph.
Sensors 19 04451 g012
Figure 13. Average of recognition for the resolution 0.007 for all descriptors, using full views and having the same resolution for the model and the measurement: (Top) Grouped by descriptor; (Middle) Grouped by object; (Bottom) Confusion Matrix.
Figure 13. Average of recognition for the resolution 0.007 for all descriptors, using full views and having the same resolution for the model and the measurement: (Top) Grouped by descriptor; (Middle) Grouped by object; (Bottom) Confusion Matrix.
Sensors 19 04451 g013
Figure 14. Average of recognition for the resolution 0.007 for all descriptors, using partial views and having different resolution for the model and the measurement: (Top) Grouped by descriptor; (Middle) Grouped by object; (Bottom) Confusion Matrix.
Figure 14. Average of recognition for the resolution 0.007 for all descriptors, using partial views and having different resolution for the model and the measurement: (Top) Grouped by descriptor; (Middle) Grouped by object; (Bottom) Confusion Matrix.
Sensors 19 04451 g014
Figure 15. Object Confusion Graph.
Figure 15. Object Confusion Graph.
Sensors 19 04451 g015
Figure 16. Diagram of the real versus simulated experiment. The upper left figure illustrates the experimental setup, with the Girona 500 AUV deploying an underwater laser scanner inside a water tank, where the four objects were laid on the bottom.
Figure 16. Diagram of the real versus simulated experiment. The upper left figure illustrates the experimental setup, with the Girona 500 AUV deploying an underwater laser scanner inside a water tank, where the four objects were laid on the bottom.
Sensors 19 04451 g016
Figure 17. Confusion Matrix for the real and synthetic data, for all descriptors, where the first column corresponds to real data and the second to synthetic data.
Figure 17. Confusion Matrix for the real and synthetic data, for all descriptors, where the first column corresponds to real data and the second to synthetic data.
Sensors 19 04451 g017
Figure 18. Summary of the result section for the simulated data. Res, Best Desc and Obj Conf represent respectively: Resolution, Best Descriptor and Object Confusion
Figure 18. Summary of the result section for the simulated data. Res, Best Desc and Obj Conf represent respectively: Resolution, Best Descriptor and Object Confusion
Sensors 19 04451 g018
Figure 19. Sumnary of the results section for real versus simulated data.
Figure 19. Sumnary of the results section for real versus simulated data.
Sensors 19 04451 g019
Figure 20. Structure of PVC objects.
Figure 20. Structure of PVC objects.
Sensors 19 04451 g020
Table 1. Summarized characteristics of the seven descriptors used in this paper. The “based on” column indicates if the descriptor evolved directly from another approach. The “use of normals” indicates whether the method uses surface normals for computing the descriptor, while the last column indicates the length of the descriptor vector.
Table 1. Summarized characteristics of the seven descriptors used in this paper. The “based on” column indicates if the descriptor evolved directly from another approach. The “use of normals” indicates whether the method uses surface normals for computing the descriptor, while the last column indicates the length of the descriptor vector.
DescriptorMain Characteristics
Based onUse of NormalsDescriptor Size
Global Orthographic Object Descriptor (GOOD)-2016—[68]-No75
The Ensemble of shape functions (ESF)-2011—[64]Shape function [69]No640
Global Radius-based Surface Descriptors (GRSD)-2010—[54]RSD [55]Yes21
Viewpoint Feature Histogram (VFH)-2010—[53]Fast Point Feature Histogram (FPFH) [46]Yes308
Global Fast Point Feature Histogram (GFPFH)-2009—[33]Fast Point Feature Histogram (FPFH) [46]Yes16
Clustered Viewpoint Feature Histogram (CVFH)-2011—[34]VFH [53]Yes308
Oriented, Unique and Repeatable CVFH (OUR-CVFH)-2012—[62]CVFH [34]Yes308
Table 2. Polyvinylchloride (PVC) pressure pipes objects used in the experiments.
Table 2. Polyvinylchloride (PVC) pressure pipes objects used in the experiments.
PVC ObjectsId NameSize (mm3)PVC Objects Views (12)
Sensors 19 04451 i0011-Ball-Valve 198 × 160 × 120 Sensors 19 04451 i002
Sensors 19 04451 i0032- Elbow 122.5 × 122.5 × 77 Sensors 19 04451 i004
Sensors 19 04451 i0053- R-Tee 122.5 × 168 × 77 Sensors 19 04451 i006
Sensors 19 04451 i0074- R-Socket 88 × 75 × 75 Sensors 19 04451 i008
Sensors 19 04451 i0095- Ball-Valve-S 174 × 160 × 118 Sensors 19 04451 i010
Sensors 19 04451 i0116- Butterfly-Valve 287.5 × 243 × 121 Sensors 19 04451 i012
Sensors 19 04451 i0137- 3-Way-Ball-Valve 240 × 160 × 172 Sensors 19 04451 i014
Table 3. Views of the Ball-Valve scan with different resolution and noise levels used in the experiment: the line “VX” indicates the different voxel size resolutions and column “ σ ” indicates the different standard deviations of the added noise. All values are in meters.
Table 3. Views of the Ball-Valve scan with different resolution and noise levels used in the experiment: the line “VX” indicates the different voxel size resolutions and column “ σ ” indicates the different standard deviations of the added noise. All values are in meters.
VX (m)0.0030.0050.0070.0090.0110.00130.0150.0170.0190.0210.0230.025
σ (m)
0 Sensors 19 04451 i015
0.00625 Sensors 19 04451 i016
0.0125 Sensors 19 04451 i017
0.025 Sensors 19 04451 i018
0.05 Sensors 19 04451 i019
0.1 Sensors 19 04451 i020
Table 4. Average of recognition per resolution for all descriptors: (top-left) Using full object views and the same resolution between the model and the measurement; (top-right) Using partial object views and the same resolution between the model and the measurement; (bottom-left) Using full object views and different resolution between the model and the measurement; (bottom-right) Using partial object views and different resolution between the model and the measurement.
Table 4. Average of recognition per resolution for all descriptors: (top-left) Using full object views and the same resolution between the model and the measurement; (top-right) Using partial object views and the same resolution between the model and the measurement; (bottom-left) Using full object views and different resolution between the model and the measurement; (bottom-right) Using partial object views and different resolution between the model and the measurement.
Full Object ViewPartial Object View
Same Resolution Sensors 19 04451 i021 Sensors 19 04451 i022
Different Resolution Sensors 19 04451 i023 Sensors 19 04451 i024
Table 5. Summary of results for all the objects and all the resolutions. The best descriptor is marked in green, while the worst one is marked in red.
Table 5. Summary of results for all the objects and all the resolutions. The best descriptor is marked in green, while the worst one is marked in red.
ExperimentViewResolutionDescriptorsAverage Over
Descriptors
ESFVFHCVFHOURCVFHGOODGFPFHGRSD
FVSRFullSame77.465.369.569.355.172.875.069.2
FVDRDifferent41.818.118.318.751.929.322.328.6
PVSRPartialSame67.652.856.756.841.956.563.856.6
PVDRDifferent34.317.217.817.838.325.321.024.5
FVSR/FVDRAverage OverFull View59.641.743.944.053.551.048.648.9
PVSR/PVDRPartial View50.935.037.337.340.140.942.440.5
FVSR/PVSRSame Res72.559.163.163.048.564.669.462.9
FVDR/PVDRDiff Res38.017.618.118.245.127.321.626.6
FVSR/FVDR/
PVSR/PVDR
Full Average55.338.440.640.646.846.045.544.7
Table 6. Summary of confusion matrices for all the objects and all descriptors averaged along resolutions. Marked in blue are those confusions greater than 5% which where used to build the object confusion graph of Figure 12.
Table 6. Summary of confusion matrices for all the objects and all descriptors averaged along resolutions. Marked in blue are those confusions greater than 5% which where used to build the object confusion graph of Figure 12.
ExperimentViewResolutionObjects
Ball ValveElbowR-TeeR-Socket
1234567123456712345671234567
FVSRFullSame58,82,84,30,716,70,516,31,678,86,810,71,40,60,14,615,669,61,65,30,92,32,88,31,386,31,00,10,2
FVDRDifferent13,57,53,862,38,01,13,81,722,01,573,30,80,60,13,18,617,064,32,31,03,81,52,11,792,71,00,80,2
PVSRPartialSame36,69,98,713,519,81,110,43,051,53,239,02,00,70,75,628,538,618,65,70,72,22,77,81,285,41,60,70,6
PVDRDifferent11,37,93,363,78,51,53,72,915,51,477,21,40,90,83,911,110,666,83,31,13,22,64,11,987,01,22,50,6
FVSR/
FVDR
Average OverFull View36,15,24,031,512,40,810,01,650,44,142,01,10,60,13,912,143,332,93,81,03,12,15,21,589,51,00,40,2
PVSR/
PVDR
Partial View24,08,96,038,614,21,37,12,933,52,358,11,70,80,74,719,824,642,74,50,92,72,76,01,686,21,41,60,6
FVSR/
PVSR
Same Res47,76,36,57,118,30,813,32,365,25,024,81,70,70,45,122,154,110,15,50,82,32,88,11,385,91,30,40,4
FVDR/
PVDR
Diff Res12,47,73,563,08,31,33,82,318,81,475,21,10,70,53,59,913,865,52,81,13,52,03,11,889,91,11,70,4
FVSR/
FVDR/
PVSR/
PVDR
Full Average30,17,05,035,013,31,18,52,342,03,250,01,40,70,44,316,034,037,84,10,92,92,45,61,587,91,21,00,4
ExperimentViewResolutionObjectsAverage Recognition for All Objects
Ball Valve-SButterfly Valve3-Way Valve
123456712345671234567
FVSRFullSame29,43,49,40,747,80,88,66,23,81,30,44,870,113,612,41,72,10,24,32,476,869,8
FVDRDifferent6,94,93,765,414,61,52,94,06,62,849,02,622,512,44,16,37,255,95,21,020,429,0
PVSRPartialSame18,514,113,014,033,11,46,07,04,52,711,35,254,314,914,53,04,012,28,21,656,550,9
PVDRDifferent6,15,83,466,612,61,93,55,26,13,151,03,020,411,35,17,36,357,45,70,917,224,9
FVSR/
FVDR
Average OverFull View18,14,26,533,031,21,25,85,15,22,024,73,746,313,08,34,04,728,04,71,748,649,4
PVSR/
PVDR
Partial View12,310,08,240,322,81,64,86,15,32,931,14,137,413,19,85,25,234,86,91,336,837,9
FVSR/
PVSR
Same Res23,98,811,27,340,51,17,36,64,22,05,95,062,214,213,52,33,06,26,32,066,660,3
FVDR/
PVDR
Diff Res6,55,43,566,013,61,73,24,66,42,950,02,821,511,84,66,86,856,65,40,918,827,0
FVSR/
FVDR/
PVSR/
PVDR
Full Average15,27,17,436,727,01,45,35,65,32,527,93,941,813,09,14,64,931,45,81,542,743,6
Table 7. Average of recognition per resolution for all descriptors using the same resolution between the model and the scan. The results are shown for 6 different noise levels and for 2 cases, full and partial object views.
Table 7. Average of recognition per resolution for all descriptors using the same resolution between the model and the scan. The results are shown for 6 different noise levels and for 2 cases, full and partial object views.
Different Standard Deviation ( σ )
σ =0 σ =0.00625 σ =0.0125
Full Object View Sensors 19 04451 i025 Sensors 19 04451 i026 Sensors 19 04451 i027
σ =0.025 σ =0.05 σ =0.1
Full Object View Sensors 19 04451 i028 Sensors 19 04451 i029 Sensors 19 04451 i030
σ =0 σ =0.00625 σ =0.0125
Partial Object View Sensors 19 04451 i031 Sensors 19 04451 i032 Sensors 19 04451 i033
σ =0.025 σ =0.05 σ =0.1
Partial Object View Sensors 19 04451 i034 Sensors 19 04451 i035 Sensors 19 04451 i036
Table 8. Average Recognition for all noise levels and all descriptors, averaged by resolution. The two best performing descriptors are marked in green and light green respectively, and the worst performing ones in dark and light red.
Table 8. Average Recognition for all noise levels and all descriptors, averaged by resolution. The two best performing descriptors are marked in green and light green respectively, and the worst performing ones in dark and light red.
Noise StdExperimentViewResolutionDescriptorsAverage Over
Descriptors
ESFVFHCVFHOURCVFHGOODGFPFHGRSD
σ = 0 FVSRFullSame80,765,977,777,061,971,185,674,3
PVSRPartial69,752,363,961,441,753,470,459,0
σ = 0.00625 FVSRFullSame78,467,478,676,461,075,482,674,3
PVSRPartial74,652,962,463,643,751,771,760,1
σ = 0.0125 FVSRFullSame80,069,179,678,060,374,786,175,4
PVSRPartial72,355,366,766,344,455,972,361,9
σ = 0.025 FVSRFullSame80,467,478,375,956,472,161,470,3
PVSRPartial70,451,465,965,642,956,751,357,7
σ = 0.05 FVSRFullSame62,445,754,741,959,764,627,751,0
PVSRPartial56,036,136,133,444,361,431,142,7
σ = 0.1 FVSRFullSame20,029,742,642,445,723,314,331,1
PVSRPartial28,923,730,030,740,730,314,728,4
AverageFVSR/PVSRAverageSame64,551,461,459,450,257,655,857,2
Table 9. Average of recognition per different standard deviation for the resolution 0.007 and for all descriptors: (top-left) Using full object views and the same resolution between the model and the measurement; (top-right) Using partial object views and the same resolution between the model and the measurement.
Table 9. Average of recognition per different standard deviation for the resolution 0.007 and for all descriptors: (top-left) Using full object views and the same resolution between the model and the measurement; (top-right) Using partial object views and the same resolution between the model and the measurement.
Full Object ViewPartial Object View
Same Resolution Sensors 19 04451 i037 Sensors 19 04451 i038
Table 10. Confusion table for all objects and noises.
Table 10. Confusion table for all objects and noises.
ExperimentViewResolutionObjects
Ball ValveElbowR-TeeR-Socket
1234567123456712345671234567
σ = 0 FVSRFullSame59,92,923,60,613,70,417,40,784,77,07,00,10,40,03,915,371,91,73,92,01,40,92,30,395,90,70,00,0
PVSRPartial45,79,07,90,421,10,315,63,666,05,322,61,10,60,93,931,054,75,13,90,60,92,16,10,988,61,30,30,7
FVSR/
PVSR
Average52,85,915,70,517,40,416,52,175,46,114,80,60,50,43,923,163,33,43,91,31,11,54,20,692,21,00,10,4
σ = 0.00625 FVSRFullSame57,93,06,10,711,91,019,40,481,18,68,30,11,30,13,414,375,72,03,00,90,71,43,70,793,70,40,00,0
PVSRPartial45,69,18,70,321,40,314,61,964,44,926,10,40,91,44,130,355,45,13,40,90,72,15,00,689,32,00,40,6
FVSR/
PVSR
Average51,76,17,40,516,60,617,01,172,86,717,20,31,10,83,822,365,63,63,20,90,71,84,40,691,51,20,20,3
σ = 0.125 FVSRFullSame58,92,76,00,714,60,716,41,085,94,47,90,10,40,33,416,772,92,32,61,30,91,31,70,995,01,10,00,0
PVSRPartial48,910,47,61,017,40,714,02,969,14,620,71,60,40,75,332,154,73,02,31,31,32,16,31,088,31,70,30,3
FVSR/
PVSR
Average53,96,66,80,916,00,715,21,977,54,514,30,90,40,54,424,463,82,62,41,31,11,74,00,991,61,40,10,1
σ = 0.025 FVSRFullSame62,04,33,60,612,90,316,40,379,18,711,10,10,10,43,018,769,01,75,10,71,71,42,71,393,61,00,00,0
PVSRPartial54,37,410,00,915,10,012,32,359,76,728,31,00,61,44,431,653,65,13,11,01,13,06,11,387,02,00,40,1
FVSR/
PVSR
Average58,15,96,80,714,00,114,41,369,47,719,70,60,40,93,725,161,33,44,10,91,42,24,41,390,31,50,20,1
σ = 0.05 FVSRFullSame30,77,92,40,413,115,030,45,942,49,926,012,70,42,711,428,730,73,612,36,37,00,75,30,491,91,70,00,0
PVSRPartial25,412,45,20,321,112,822,95,330,94,043,713,00,62,611,332,925,95,314,52,67,52,46,71,085,93,30,70,0
FVSR/
PVSR
Average28,010,13,80,417,113,926,75,636,66,934,912,90,52,611,430,828,34,413,44,47,31,66,00,788,92,50,40,0
σ = 0.1 FVSRFullSame8,318,715,90,37,325,723,91,127,68,927,915,014,45,114,134,015,33,33,316,313,71,316,44,149,014,014,30,9
PVSRPartial8,125,117,71,44,424,718,40,720,711,733,713,314,95,015,929,117,16,97,915,67,61,414,72,361,35,913,90,6
FVSR/
PVSR
Average8,221,916,80,95,925,221,10,924,110,330,814,114,65,115,031,616,25,15,615,910,61,415,63,255,19,914,10,7
Objects
ExperimentViewResolutionBall Valve-SButterfly Valve3-Way ValveAverage
Confusion
Recogn-ition
1234567123456712345671234567
σ = 0 FVSRFullSame23,65,010,41,048,30,611,16,97,73,00,05,765,910,912,32,42,90,73,10,777,98,05,97,91,84,50,76,872,0
PVSRPartial20,614,110.91,142,11,49,76,95,74,30,66,761,414,415,63,94,11,05,00,669,98,811,65,55,16,50,67,061,2
FVSR/
PVSR
Average22,19,610,61,145,21,010,46,96,73,60,36,263,612,613,93,13,50,94,10,673,98,48,86,73,55,50,76,966,6
σ = 0.00625 FVSRFullSame19,14,610,41,050,71,712,46,34,11,90,14,369,314,09,92,13,90,42,13,078,66,85,35,32,13,61,37,872,4
PVSRPartial18,011,311,10,944,72,711,36,65,63,90,47,464,911,315,92,94,30,46,31,169,18,110,75,65,56,81,06,661,9
FVSR/
PVSR
Average18,67,910,80,947,72,211,96,44,92,90,35,967,112,612,92,54,10,44,22,173,97,48,05,43,85,21,27,267,2
σ = 0.125 FVSRFullSame27,73,66,60,452,30,49,07,44,02,40,42,973,49,412,41,72,60,63,31,677,98,95,13,82,04,10,76,073,7
PVSRPartial15,39,411,91,449,11,311,65,93,71,11,16,468,912,916,93,44,60,77,70,965,98,010,95,14,76,20,86,863,6
FVSR/
PVSR
Average21,56,59,20,950,70,910,36,63,91,80,84,671,111,114,62,63,60,65,51,271,98,58,04,53,45,10,86,468,6
σ = 0.025 FVSRFullSame35,75,38,90,939,70,39,311,15,61,90,43,762,414,913,12,03,90,93,70,675,910,86,44,72,64,40,37,168,8
PVSRPartial25,312,114,01,935,91,19,712,75,33,30,46,054,917,418,93,44,00,04,30,369,111,111,06,56,15,30,67,059,2
FVSR/
PVSR
Average30,58,711,41,437,80,79,511,95,42,60,44,958,616,116,02,73,90,44,00,472,510,98,75,64,34,80,57,164,0
σ = 0.05 FVSRFullSame20,311,07,02,626,914,118,14,16,72,00,42,661,722,48,63,63,00,05,115,764,08,510,54,15,57,98,613,549,8
PVSRPartial18,417,211,61,927,18,615,25,54,52,60,54,452,030,59,24,43,80,611,414,955,78,713,04,78,711,36,713,143,3
FVSR/
PVSR
Average19,314,19,32,327,011,416,74,85,62,30,53,556,926,58,94,03,40,38,315,359,98,611,84,47,19,67,613,346,5
σ = 0.1 FVSRFullSame11,127,915,30,37,721,316,41,38,16,61,31,050,930,93,18,011,10,11,428,647,65,418,910,35,57,020,115,129,5
PVSRPartial13,329,316,41,97,618,613,00,910,05,01,31,349,132,43,611,48,60,12,427,146,76,020,010,37,55,919,112,830,1
FVSR/
PVSR
Average12,228,615,91,17,619,914,71,19,15,81,31,150,031,63,49,79,90,11,927,947,15,719,410,36,56,419,614,029,8
Average8,210,86,24,86,15,19,1
Table 11. Confusion Matrix for the real and synthetic data, for all descriptors, represented in a table.
Table 11. Confusion Matrix for the real and synthetic data, for all descriptors, represented in a table.
Objects
DescriptorsExperimentBall ValveElbowR-TeeR-SocketAverage of
Recognition
1234123412341234RealSynth-etic
ESFReal1000000762408092021207786,2
Synthetic10000019900001000000100 99,8
VFHReal10000031412174690019206072,8
Synthetic100000010000001000048052 88,0
CVFHReal10000009333049500609495,4
Synthetic100000010000001000000100 100
OURCVFHReal1000000830170096401308891,5
Synthetic100000010000001000000100 100
GOODReal10000034660010000033006758,0
Synthetic100000010000100000000100 75,0
GFPFHReal60004004805247323001508554,1
Synthetic10000008812010990000100 96,8
GRSDReal8801200760240336700209882,1
Synthetic10000009820001000000100 99,5
Average Real92,60,01,75,79,369,06,914,816,716,665,90,610,45,60,081,2
Table 12. Example of the performance of the two descriptors ESF and GFPFH: (First column) scanned view with the corresponding model view and the correct view in case of mis-recognition; (Second column) visualisation of the corresponding histograms for each descriptor.
Table 12. Example of the performance of the two descriptors ESF and GFPFH: (First column) scanned view with the corresponding model view and the correct view in case of mis-recognition; (Second column) visualisation of the corresponding histograms for each descriptor.
Scanned/(Miss-)Recognized/Correct ViewHistogram of the Descriptor
ESF Sensors 19 04451 i039 Sensors 19 04451 i040
GFPFH Sensors 19 04451 i041 Sensors 19 04451 i042

Share and Cite

MDPI and ACS Style

Himri, K.; Ridao, P.; Gracias, N. 3D Object Recognition Based on Point Clouds in Underwater Environment with Global Descriptors: A Survey. Sensors 2019, 19, 4451. https://doi.org/10.3390/s19204451

AMA Style

Himri K, Ridao P, Gracias N. 3D Object Recognition Based on Point Clouds in Underwater Environment with Global Descriptors: A Survey. Sensors. 2019; 19(20):4451. https://doi.org/10.3390/s19204451

Chicago/Turabian Style

Himri, Khadidja, Pere Ridao, and Nuno Gracias. 2019. "3D Object Recognition Based on Point Clouds in Underwater Environment with Global Descriptors: A Survey" Sensors 19, no. 20: 4451. https://doi.org/10.3390/s19204451

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop