Next Article in Journal
Expressway Speed Prediction Based on Electronic Toll Collection Data
Next Article in Special Issue
Power-Efficient Trainable Neural Networks towards Accurate Measurement of Irregular Cavity Volume
Previous Article in Journal
Nonvolatile Memories in Spiking Neural Network Architectures: Current and Emerging Trends
Previous Article in Special Issue
A Bus-Scheduling Method Based on Multi-Sensor Data Fusion and Payment Authenticity Verification
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

An Improved Supervoxel Clustering Algorithm of 3D Point Clouds for the Localization of Industrial Robots

1
Department of Instrumental and Electrical Engineering, Xiamen University, Xiamen 361000, China
2
Fujian (Quanzhou)-HIT Research Institute of Engineering and Technology, Quanzhou 362000, China
*
Author to whom correspondence should be addressed.
Submission received: 7 April 2022 / Revised: 14 May 2022 / Accepted: 16 May 2022 / Published: 18 May 2022
(This article belongs to the Special Issue Human Robot Interaction and Intelligent System Design)

Abstract

:
Supervoxels have a widespread application of instance segmentation on account of the merit of providing a highly approximate representation with fewer data. However, low accuracy, mainly caused by point cloud adhesion in the localization of industrial robots, is a crucial issue. An improved bottom-up clustering method based on supervoxels was proposed for better accuracy. Firstly, point cloud data were preprocessed to eliminate the noise points and background. Then, improved supervoxel over-segmentation with moving least squares (MLS) surface fitting was employed to segment the point clouds of workpieces into supervoxel clusters. Every supervoxel cluster can be refined by MLS surface fitting, which reduces the occurrence that over-segmentation divides the point clouds of two objects into a patch. Additionally, an adaptive merging algorithm based on fusion features and convexity judgment was proposed to accomplish the clustering of the individual workpiece. An experimental platform was set up to verify the proposed method. The experimental results showed that the recognition accuracy and the recognition rate in three different kinds of workpieces were all over 0.980 and 0.935, respectively. Combined with the sample consensus initial alignment (SAC-IA) coarse registration and iterative closest point (ICP) fine registration, the coarse-to-fine strategy was adopted to obtain the location of the segmented workpieces in the experiments. The experimental results demonstrate that the proposed clustering algorithm can accomplish the localization of industrial robots with higher accuracy and lower registration time.

1. Introduction

Without the application of industrial robots, it is impossible to accomplish automation and modernization of a manufacturing process in any industrial branch. Due to their strong adaptability and flexibility, industrial robots are commonly assigned for dull, dangerous, and unpleasant jobs to replace human beings, including automatic spray painting [1], welding [2], grinding [3], logistics sorting [4], assembling [5] and so on.
Computer vision, as the eyes of industrial robots, has become a significant component of the robotic system in previous decades. Due to the advantage of obtaining richer physical information about objects, extensive research on 3D vision has been carried out in recent decades. However, 3D segmentation is still one of the most challenging tasks in computer vision. The results of 3D segmentation will directly affect object recognition [6], pose estimation [7] and positioning [5] in the application of industrial robots. The goal of the segmentation process is to group points that belong to the same objects into clusters or sets, where each cluster has similar properties by some criteria. Three-dimensional segmentation methods include the traditional pointwise methods and the segmentation methods based on deep learning, which emerged during those years. The segmentation method based on deep learning is one of the solutions; however, the training data must be manually labeled, which is more challenging than labeling 2D images [8,9,10]. It is impractical to adopt the deep learning approach in engineering applications for difficult training data preparation. The pointwise methods are more widely used in engineering projects as no training data are required and they have high adaptability [11]. However, the pointwise methods are inefficient for point clouds with large data volumes. Furthermore, in the application of industrial robots, noises and the adhesion of objects’ point clouds are generated for many reasons, including similar and colorless workpieces stacked in a mass, the light reflection, and the shooting angle of 3D cameras. Without eliminating the useless noises and adhesion, it is easy to generate mis-segmentation and under-segmentation.
The supervoxel-based method inspired by superpixels can effectively reduce point clouds’ data volume. The superpixel method is widely used in 2D image processing to effectively reduce the computation consumption of the subsequent process [12]. In recent years, the efficient supervoxel method has been introduced to 3D semantic segmentation [13,14,15]. Supervoxels were applied in a convolution operation (SVConv) by Huang, Ma et al. to effectively accomplish online 3D semantic segmentation [16]. In Sha, Chen et al.’s work, road contours were extracted efficiently and based completely on a supervoxel method without any trajectory data [17]. The Euclidean clustering algorithm was optimized by supervoxels to improve the anti-noise ability of the clustering process by Chen et al. [18]. Li, Liu et al. proposed a multi-resolution supervoxels method to improve accuracy in regions of inconsistent density [19]. Lin, Wang et al. adopted an adaptive resolution for each supervoxel to preserve object boundaries effectively [20]. Although the existing supervoxel segmentation methods have the abilities of data reduction and anti-noise, the adhesion problem is still unsolvable, which results in the low accuracy of segmenting objects, especially in complex industrial applications.
To improve the accuracy and efficiency of 3D instance segmentation under the condition of stacked workpieces with weak texture, a bottom-up clustering method based on supervoxels was proposed. In the supervoxel-based over-segmentation algorithm, moving least squares (MLS) surface fitting was utilized to refine the supervoxel clusters, which can eliminate noises and adhesion. In the merging algorithm, the precise geometric and spatial features are extracted from refined supervoxel clusters, which are generated from over-segmentation. Then, according to the convexity-concavity judgment and the distance metric consisting of feature information, the supervoxel patches are merged to complete 3D instance segmentation.
In summary, the main contributions of this paper are as follows:
  • An improved supervoxel over-segmentation algorithm with MLS surface fitting was proposed to effectively eliminate the adhesion caused by shooting angles and reflections. Additionally, the over-segmentation method performs data simplification.
  • A multi-feature metric combined with convexity-concavity judgment was proposed. An adaptive approach was added to this metric to normalize different features. According to the metric, over-segmentation patches can be merged via the proposed merging algorithm.
The organization of this paper is as follows: in Section 2, the proposed methodology is introduced including preprocessing, over-segmentation based on supervoxels and MLS, multi-features region merging. In Section 3, the experimental results with quantitative and visible outputs are demonstrated to analyze the viability and advantages of the proposed method. Finally, the conclusion is summarized in Section 4.

2. Methods

The proposed bottom-up method includes data preprocessing, an over-segmentation algorithm, and a region merging algorithm, as shown in Figure 1b. The point clouds are obtained by a binocular structured light camera in Figure 1a. After object instance segmentation in Figure 1b, the objects’ point clouds with shape and location information are extracted. As shown in Figure 1c, combined with the sample consensus initial alignment and iterative closest point (SAC-ICP) registration, bin-picking experiments are conducted to test the improvements and feasibility of the proposed method.

2.1. Data Acquisition and Preprocessing

The workflow of this section is shown in Figure 2, including data acquisition, down sampling, plane removal, and outlier points removal.
A binocular structured light 3D camera was applied to attain high-quality 3D point cloud data with a resolution of up to 0.02 mm. The large amount of point cloud data results in high computational complexity. Thus, the voxel grid algorithm was implemented to perform down sampling, while maintaining the input data’s shape characteristics and geometric properties. Given the voxel grid size, the point clouds can be divided into multiple voxel grids by octree, as shown in Figure 3. The entire point clouds are approximately expressed by the centroids of those voxel grids to achieve down sampling. The coordinates (XYZ) of centroids can be calculated as follows:
x ¯ = 1 n x , y , z V x y ¯ = 1 n x , y , z V y z ¯ = 1 n x , y , z V z
where n is the total number of points in the voxel V .
The points include not only objects but also planes and other noisy points that will go against the subsequent instance segmentation. The random sample consensus (RANSAC) algorithm was utilized to remove the plane. The RANSAC algorithm randomly sampled three points as the minimum point set to generate a hypothetical plane in every iteration. Then, the distance between the remaining points and the plane generated by these three points was calculated by the following Formula (2):
D = a x + b y + c z + d a 2 + b 2 + c 2
where a , b , c , d are the parameters of the calculated plane equation. For a given distance threshold δ = 2   mm , the number of points whose distance was below the threshold were counted as inliers. After iteration, the RANSAC algorithm returned to the plane with the highest percentage of inliers.
The statistical outlier removal algorithm was adopted to eliminate the noisy points [21]. After traversing each point’s k-nearest ( k = 6 ) neighbors, this approach deleted the points whose average distance to their neighbors was more than multiple standard deviations of the mean distance to the query point. The points in accordance with Formula (3) remained.
p = p P | μ p σ p s t d _ m u l d ¯ μ p + σ p s t d _ m u l
where d ¯ represents the average distance between   p and its k-nearest neighbors, s t d _ m u l represents the standard deviation multiple threshold (usually   s t d _ m u l = 1 ), μ p and σ p are the mean and standard deviation of the Gaussian distribution, which was generated by the average distance between p and the remaining point, respectively.
The results of preprocessing are shown in Figure 4. These steps reduce the number of points in the original data and remove noises. They help to decrease the downstream processing calculation consumption and increase the accuracy of the proposed method. However, there still are noises and adhesion that cannot be eliminated, as shown in Figure 4d, which we aim to remove in the following section.

2.2. Over-Segmentation Based on Supervoxels and MLS Surface Fitting

Unsupervised over-segmentation is one of the most widely used point cloud processing methods, which has been extensively used in computer vision. Similar to superpixels, the point cloud is divided into voxel regions with analogous properties by supervoxel segmentation. One of the most widely used supervoxel methods is voxel cloud connectivity segmentation (VCCS) [22]. However, mis-segmentation commonly occurs using VCCS for unclear boundaries. Research has been performed to refine supervoxels. Guarda et al. proposed a C2NO algorithm to generate constant size, compact, nonoverlapping supervoxel clusters [23]. In Xiao et al.’s work, a merge-swap optimization framework was introduced to generate regular, compact supervoxels with adaptive sizes using an energy function [24]. The points that belong to two separate objects are grouped into one cluster in the segmentation of stacked industrial workpieces, which is caused by noises and adhesion. An improved over-segmentation approach was proposed to address this issue based on supervoxels and MLS surface fitting. The noisy points and adhesion, which cannot be removed by preprocessing, can be effectively eliminated. Consequently, the proposed method realizes the goals of minimizing the mis-segmentation occurrence and enhancing the accuracy of workpiece instance segmentation. The process of this method is shown in Figure 5. The details of the proposed method will be elaborated on in this section.

2.2.1. The Selection of Seed Voxels

For the given resolution of a voxel, the over-segmentation algorithm begins with the voxelization that is generated from the point cloud by octree. The process of supervoxel over-segmentation is similar to polycrystalline nuclear crystallization of the supersaturated saline solution, where all the crystal nuclei grow simultaneously. Therefore, seed voxels need to be selected to initialize the supervoxels after the voxelization. The spatial relationship among those voxels was created by building an adjacency graph on 26-adjacent of the voxel. Assuming that each seed is evenly distributed in the three-dimensional space, the voxels most approximated to the centers of the given seed resolution are selected as the candidates of seed voxels.
Some candidates of seed voxels isolated from their neighbors need to be deleted. The seed voxels where there is not a sufficient number over m i n _ n of voxels surrounding them in the search area should be removed. The filter criterion is as follows:
R s e a r c h = 1 2 R s e e d
m i n _ n = π R s e a r c h 2 20 R v o x e l 2  
s d = s d S D | n > m i n _ n
where R s e a r c h represents the search radius of the seed voxels, R s e e d represents the revolution of seed voxels, which decides the distance between adjacent supervoxels and R v o x e l represents the size of voxels generated by voxelization. R s e e d should be much larger than R v o x e l ; otherwise, the seeds will not be selected correctly, which may cause mis-segmentation. s d represents the seed voxels; only the candidates that fit Formula (6) will remain as the initial supervoxels. In Equations (4)–(6), only the parameters including R s e e d and R v o x e l need to be assigned based on the size of objects. Other parameters are able to be calculated according to these two parameters. Figure 6 shows the geometric representation of those parameters.

2.2.2. Voxel Feature Distance

In our implementation of supervoxel generation, the voxel feature distance is utilized to determine the similarity of seed voxels and their adjacent voxels. First, the spatial distance is normalized to limit the search scope of every clustering iteration. The algorithm will stop searching when it approaches the cluster center of the adjacent supervoxel by using a maximum range of 3 R s e e d to normalize the spatial distance. Then, the normal difference is calculated, which characterizes the degree of surface bending. Thus, the boundary properties of 3D voxel data can be represented by spatial distance and normal.
D s = x i x j 2 + y i y j 2 + z i z j 2
D n = 1 N i · N j
D = λ D s 2 3 R s e e d 2 + μ D n 2
where x , y , z are spatial coordinates, N is the normal of a voxel, D s and D n are the spatial distance and normal difference, respectively. D is the fusion distance of two features, where λ and μ are the parameters that allocate the influential proportion of two feature distances.
By iteratively traversing the adjacent voxels of all the initial supervoxels, the voxels will melt into their neighboring supervoxels, according to spatial distance and normal distance. The lower voxels are searched and processed layer by layer until all the adjacent voxels of supervoxels are traversed. Additionally, after updating the cluster centers of the supervoxels, supervoxels regrow until the cluster centers are stable or this algorithm reaches the maximum iterations.

2.2.3. MLS Surface Fitting

Due to the noises and adhesion of point clouds, surface fitting is adopted to refine the supervoxels. The least squares method has a widespread application in curve and surface fitting. It has been improved by many researchers, including total least squares (TLS), recursive least squares (RLS), weighted least squares (WLS), generalized least squares (GLS), partial least squares (PLS) and segmented least squares (SLS). However, in the cases of the large amount and irregular, scattered distribution of point cloud data, the above-mentioned methods are not suitable on account of their global approximation strategies. The moving least squares (MLS) [25] method is utilized, which is a local approximation to represent the surface of supervoxel clusters. Compared with the traditional least square method, every point in the fitting region will be projected to the locally weighted fitting surface in the MLS method. On a local subdomain of the fitting region, the fitting function is defined by the following equation:
f x , y = i = 1 6 α i x p i x , y = p T x , y α x  
p x , y = 1 , x , y , x 2 , x y , y 2 T
J = I = 1 n w x x I f x , y z i 2
where n represents the number of points in the local reference domain of a given radius at the target point. w x x I is a weighted function, which guarantees the increasing contribution to optimization function J with decreasing distance from the sampling point to the target point.
To consider MLS’s sensitivity to outliers, radius outlier removal is adopted to eliminate the isolated points while avoiding excessive fitting deviation before performing MLS fitting. After adding the MLS fitting filter, the adhesion of separate objects’ point clouds caused by the structured-light projection angle and stacking can be removed without affecting the shape characterization of the objects. The two examples of the denoising results are shown in Figure 7. There are significant changes that occurred in the boxes, where the adhesion of two separate objects’ point clouds can be removed, while the point clouds still convey shapes.

2.3. Region Merging Based on Multi-Feature with Convexity Judgment

The patches produced by over-segmentation should be merged into object clusters. The supervoxel patches contain precise geometric and other information about the objects. If we give additional constraints based on the geometric characters and structure relationships between patches, the instance segmentation will be accomplished without a training dataset.
The distance metric was proposed to decide whether the patches are clustered or not, which plays a significant role in the merging algorithm. The distance metric is a fusion of the following two features: a geometric feature distance δ G that represents the geometric distance between any two adjoining supervoxel patches; a spatial distance δ D that captures the Euclidean distance of any two adjacent patches’ centroids.
As shown in Figure 8a, for any two patches p s and p t , their centroids are represented by x t and x s , their normal vectors by n s and n t and the unit vector laying on the line connecting the two centroids by C s t ( C s t = x t x s x t x s ). To represent the locational and geometrical relationship of the two patches, the feature distance δ D and δ G can be described as follows:
δ D p s , p t = x t x s
δ G p s , p t = n s × n t + n s C s t + n t C s t 3
The locally convex connected patches (LCCP) [26,27] method is a segmentation method based on the concave and convex relations between two patches, which was also exploited in other works [28,29]. In our work, the geometrical feature distance δ G is incorporated with a convexity criterion inspired by the LCCP method. The new δ G is defined by the following equation:
δ G p s , p t = 0.5 δ G ,     i f ( α s α t < 0 n s , n t < 1 ° ) θ i n t e r s e c t _ t h r e s h o l d δ G ,     o t h e r w i s e
i n t e r s e c t _ t h r e s h o l d = 60 ° 1 + e 0.25 ° n s , n t 60 ° 1
As illustrated in Figure 8b,c, if the angle α s , α t between the normal vectors n s , n t of the two adjoining patches and the line connecting their centroids d is deemed as convex, the geometric distance δ G is halved. The two patches with a valid convex property are more probable to be merged into parts of the same object. Two patches are evaluated as convex if and only if they comply with both the convex-concave criterion and the sanity criterion. If α s < α t or n s , n t < 1 ° i.e., two patches are almost parallel; it is regarded that they are convex in the convex-concave criterion. However, the convex property must be validated by the sanity criterion to be valid. Two surfaces are disconnected when there is only a singular connection between them. Only if the angle between the cross product of normal vectors s and the line connecting centroids d is large enough, i.e., θ i n t e r s e c t _ t h r e s h o l d , the two patches with connectivity can then be confirmed as convex.
Owing to the geometric data and spatial distance data being intrinsically different types of data, the two features need to be transformed into a unified domain for normalization. Therefore, the proposed distance value between two supervoxel patches p s and p t can be described as follows:
δ p s , p t = T G δ G p s , p t + T D δ D p s , p t
where T G and T D are two transformations defined to normalize two feature distances into unified ranges between 0 and 1. Any of the two feature items in Formula (17) can be changed; consequently, an adaptive value λ as weight is proposed to feed the specific needs of different applications. Presumptively, δ G and δ D have unknown distributions with unknown means μ G and μ D . We can then define the adaptive λ and the transformations T G , T D by the following equation:
λ = μ G μ D + μ G
T G g = 1 λ g
T D d = λ d
The process of the region merging algorithm is shown in Figure 9.

2.4. Evaluation

To evaluate the segmentation results, some experimental performance indicators are described as follows.
The ground-truth partition G = G 1 , G 2 , G 3 , , G n is defined as a set of artificial labeled points set G i , and the segmentation result S = S 1 , S 2 , S 3 , , S m is defined as a set of regions generated by the algorithm in the same point cloud. Additionally, N G = n represents the number of ground-truth regions. The precision is defined to evaluate the segmentation result of our algorithm compared with the ground-truth, as described by the Formula (22), which is as follows:
T P i = G i S i
P r e i = T P i T P i + F P i = T P i S i
where T P i represents the number of points for an object in region i and accurately segmented as the object in the segmentation result. T P i is calculated by figuring the overlap point cloud between G i and S i . F P i represents the number of points actually for an object but not segmented as the object in region i .
Due to the noises and other reasons, the artificial annotated objects may not be quite correct. So, the workpiece with a precession of larger than 95% will be regarded as successfully segmented. The number of successfully segmented workpieces is defined as N T . The recognition rate is defined by Formula (23):
R e g = N T N G
The results of instance segmentation will significantly and directly affect positioning accuracy, related to registration. Consequently, to test the validity and efficiency of the proposed algorithm in industrial robot applications, registration experiments were performed. Many point cloud registration algorithms have been proposed including singular value decomposition (SVD) [30], random sample consensus (RANSAC) [31], normal distributions transform (NDT) [32], sample consensus initial alignment (SAC-IA) [33], iterative closest point (ICP) [34] and its improved algorithm [35,36]. SAC-IA coarse registration and ICP fine registration algorithm were adopted for their precision and high efficiency. Firstly, the SAC-IA algorithm was utilized to perform coarse registration, using the fast point feature histogram description (FPFH) [33] as the point cloud feature description. The transformation matrix obtained by SAC-IA was used as the initial matrix in the ICP algorithm. Then, the target point cloud was aligned to the template point cloud by minimizing the distance iteratively to attain the fine matrix. The fitness score, i.e., the mean square error (MSE) between the target workpiece and the template workpiece, was calculated using Formula (24), which is as follows:
M S E = 1 m i = 1 m p i ^ q i 2
where p ^ = p i ^ | i = 1 , 2 , 3 and Q = q i | i = 1 , 2 , 3 represent the points in the target point clouds after translation and the points in the template point clouds, respectively. m is the number of point pairs. The objects with a fitness score below 1.2   m m 2 are defined as high matching objects. Therefore, the high registration rate means the proportion of high matching workpieces.

3. Experimental Results and Discussion

The experimental setup is shown in Figure 10. The experiments were conducted in the following two parts: instance segmentation compared with ground-truth; segmentation performance tests combined with SAC-ICP registration in industrial application. The experiment platform was Intel Core i7-8750, with 8G memory, Windows 10 64-bit operating system, VS2015VC++win64 console application, and open source point library PCL 1.9.1. Three kinds of workpieces were taken for the experiments to test the feasibility in different scenes, as shown in Figure 11.

3.1. Instance Segmentation Experiments

Ten experiments were conducted to demonstrate the data simplification ability of our over-segmentation method, whereas VCCS in the same revolution cannot simplify point cloud data. Table 1 illustrates that the simplifying radio in ten experiments all reach over 65%. The reason why our method can simplify data is that the over-segmentation based on MLS can reduce the useless and noisy points.
Ten experiments were conducted in three groups of different workpieces to study the performance of the proposed method compared with other methods. The parameters we adopted are listed in Table 2. Different thresholds were set for different kinds of workpieces with the best accuracy. However, the same voxel size was utilized in different methods, including search radius.
The segmentation results of different methods are shown in Figure 12. The proposed method can segment stacked workpieces accurately, while under-segmentation occurs in other methods. The results of the segmentation accuracy and recognition rate are listed in Table 3. The exchanged tests were performed to analyze different contributions of our bottom-up method, including VCCS combined with our merging method and our over-segmentation method combined with LCCP. The results demonstrate that the average precision of the proposed method reached up to 0.988, 0.984, 0.988 in Tee pipe 1, Tee pipe 2 and Two-way elbow, respectively. The recognition rates were 0.936, 0.975, 0.958, respectively. The results illustrate that the proposed method is more accurate than other methods. The proposed over-segmentation method plays a significant role in enhancing the segmentation accurate rate.
To check the position accuracy after segmentation, an analysis of the mean errors between the segmented workpieces’ centroids and the artificial annotated point cloud in the XYZ-axis was performed. The comparisons of the mean errors using different methods in the same point cloud data are shown in Figure 13. In each group of Figure 13a–c, the mean errors of all the workpieces in the XYZ-axis are calculated for every experiment. The mean errors of the workpieces’ centroids are volatile in other methods (blue and black lines). The mean error in the Euclidean method even reaches higher than 19 mm in the X-axis of Tee pipe 2. The mean errors of the segmented workpieces’ centroids are mostly below 2 mm in the proposed method, which is lower and more stable than the other methods. Consequently, the proposed method can maintain the shape characteristics and locational information of workpieces; simultaneously, the point cloud data can also be simplified.

3.2. SAC-ICP Registration Experiments

The registration results are shown in Figure 14. The registration results compared with other methods in the same registration parameters are listed in Table 4. The fitness scores of different workpieces are diverse because of the object shape and registration algorithm. Compared with other methods, the target point clouds and the template point clouds were matched more accurately in the proposed method for accurate instance segmentation. Owing to the effective simplification of data, the proposed method can save more registration consuming time with low error and high registration rates.

4. Conclusions

In this paper, an improved instance segmentation method based on supervoxels for the localization of industrial robots has been proposed, which can process point cloud data more accurately, robustly, and effectively. An over-segmentation algorithm with MLS surface fitting was presented, which generates supervoxel patches, while eliminating noisy points and point clouds’ adhesion by refinement. Additionally, the adaptive region merging algorithm based on multi-features and convex-concave judgment was performed to accomplish instance segmentation. The experimental results demonstrate the feasibility and stability of the proposed method for application in industrial robots. Compared with other traditional methods, the proposed method achieves the instance segmentation of workpieces with higher precision and recognition rate under the complex condition of multiple similar stacked objects. Furthermore, the registration time can be reduced due to the data simplification of the proposed method. In future work, the energy function will be considered based on the proposed method to avoid boundary overlap. Additionally, the supervoxel-based over-segmentation clustering will be further developed for the application in semantic segmentation.

Author Contributions

Conceptualization, Z.X. and P.L.; methodology, Z.X.; software, Z.X., Z.Z. and J.T.; validation, L.Z., X.C., J.Z. and C.Z.; formal analysis, Z.X., P.L., J.T. and C.Z.; investigation, Z.X.; resources, Z.Z. and C.Z.; data curation, L.Z. and C.Z.; writing—original draft preparation, C.Z., Z.X. and P.L.; writing—review and editing, C.Z. and J.Z.; visualization, Z.X.; supervision, X.C., J.Z. and C.Z. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the National Key Research and Development Program of China under Grant No. 2018YFB1305703, the University-Industry Collaboration Project of Fujian Province under Grant No. 2019H6003, and the Fundamental Research Funds for the Central Universities under Grant No. 20720210063.

Data Availability Statement

The data presented in this study are available on request from the corresponding author. The data are not publicly available due to privacy.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Gao, H.J.; Ye, C.; Lin, W.Y.; Qiu, J.B. Complex Workpiece Positioning System with Nonrigid Registration Method for 6-DoFs Automatic Spray Painting Robot. IEEE Trans. Syst. Man Cybern. Syst. 2021, 51, 7305–7313. [Google Scholar] [CrossRef]
  2. Tamadazte, B.; Renevier, R.; Seon, J.A.; Kudryavtsev, A.V.; Andreff, N. Laser Beam Steering Along Three-Dimensional Paths. IEEE/ASME Trans. Mechatron. 2018, 23, 1148–1158. [Google Scholar] [CrossRef]
  3. Diao, S.P.; Chen, X.D.; Luo, J.H. Development and Experimental Evaluation of a 3D Vision System for Grinding Robot. Sensors 2018, 18, 3078. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  4. Balatti, P.; Leonori, M.; Ajoudani, A. A flexible and collaborative approach to robotic box-filling and item sorting. Robot. Auton. Syst. 2021, 146, 103888. [Google Scholar] [CrossRef]
  5. Liang, P.; Lin, W.; Luo, G.; Zhang, C. Research of Hand–Eye System with 3D Vision towards Flexible Assembly Application. Electronics 2022, 11, 354. [Google Scholar] [CrossRef]
  6. Lin, C.-C.; Kuo, C.-H.; Chiang, H.-T. CNN-Based Classification for Point Cloud Object with Bearing Angle Image. IEEE Sens. J. 2022, 22, 1003–1011. [Google Scholar] [CrossRef]
  7. Xu, H.; Chen, G.D.; Wang, Z.H.; Sun, L.N.; Su, F. RGB-D-Based Pose Estimation of Workpieces with Semantic Segmentation and Point Cloud Registration. Sensors 2019, 19, 1873. [Google Scholar] [CrossRef] [Green Version]
  8. Wang, J.L.; Xu, C.Q.; Dai, L.; Zhang, J.; Zhong, R. An Unequal Deep Learning Approach for 3-D Point Cloud Segmentation. IEEE Trans. Ind. Inform. 2021, 17, 7913–7922. [Google Scholar] [CrossRef]
  9. Hua, B.S.; Tran, M.K.; Yeung, S.K. Pointwise Convolutional Neural Networks. In Proceedings of the 31st IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Salt Lake City, UT, USA, 18–23 June 2018. [Google Scholar]
  10. Du, J.; Jiang, Z.; Huang, S.; Wang, Z.; Su, J.; Su, S.; Wu, Y.; Cai, G. Point Cloud Semantic Segmentation Network Based on Multi-Scale Feature Fusion. Sensors 2021, 21, 1625. [Google Scholar] [CrossRef]
  11. Sansoni, G.; Bellandi, P.; Leoni, F.; Docchio, F. Optoranger: A 3D pattern matching method for bin picking applications. Opt. Lasers Eng. 2014, 54, 222–231. [Google Scholar] [CrossRef]
  12. Zhao, L.; Li, Z.; Men, C.; Liu, Y. Superpixels extracted via region fusion with boundary constraint. J. Vis. Commun. Image Represent. 2020, 66, 102743. [Google Scholar] [CrossRef]
  13. Xu, Y.; Ye, Z.; Yao, W.; Huang, R.; Tong, X.; Hoegner, L.; Stilla, U. Classification of LiDAR Point Clouds Using Supervoxel-Based Detrended Feature and Perception-Weighted Graphical Model. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2020, 13, 72–88. [Google Scholar] [CrossRef]
  14. Ni, H.; Niu, X. SVLA: A compact supervoxel segmentation method based on local allocation. ISPRS J. Photogramm. Remote Sens. 2020, 163, 300–311. [Google Scholar] [CrossRef]
  15. Dong, Y.; Yang, W.; Wang, J.; Zhao, Z.; Wang, S.; Cui, Q.; Qiang, Y. An improved supervoxel 3D region growing method based on PET/CT multimodal data for segmentation and reconstruction of GGNs. Multimed. Tools Appl. 2019, 79, 2309–2338. [Google Scholar] [CrossRef]
  16. Huang, S.-S.; Ma, Z.-Y.; Mu, T.-J.; Fu, H.; Hu, S.-M. Supervoxel Convolution for Online 3D Semantic Segmentation. ACM Trans. Graph. 2021, 40, 1–15. [Google Scholar] [CrossRef]
  17. Sha, Z.; Chen, Y.; Li, W.; Wang, C.; Nurunnabi, A.; Li, J. A Boundary-Enhanced Supervoxel method for Extraction of Road Edges in Mls Point Clouds. Int. Arch. Photogramm. Remote Sens. Spat. Inf. Sci. 2020, XLIII-B1-2020, 65–71. [Google Scholar] [CrossRef]
  18. Chen, W.; Liu, Q.; Hu, H.; Liu, J.; Wang, S.; Zhu, Q. Novel Laser-Based Obstacle Detection for Autonomous Robots on Unstructured Terrain. Sensors 2020, 20, 5048. [Google Scholar] [CrossRef]
  19. Li, H.; Liu, Y.; Men, C.; Fang, Y. A novel 3D point cloud segmentation algorithm based on multi-resolution supervoxel and MGS. Int. J. Remote Sens. 2021, 42, 8492–8525. [Google Scholar] [CrossRef]
  20. Lin, Y.; Wang, C.; Zhai, D.; Li, W.; Li, J. Toward better boundary preserved supervoxel segmentation for 3D point clouds. ISPRS J. Photogramm. Remote Sens. 2018, 143, 39–47. [Google Scholar] [CrossRef]
  21. 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]
  22. Papon, J.; Abramov, A.; Schoeler, M.; Worgotter, F. Voxel Cloud Connectivity Segmentation—Supervoxels for Point Clouds. In Proceedings of the 26th IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Portland, OR, USA, 23–28 June 2013. [Google Scholar]
  23. Guarda, A.F.R.; Rodrigues, N.M.M.; Pereira, F. Constant Size Point Cloud Clustering: A Compact, Non-Overlapping Solution. IEEE Trans. Multimed. 2021, 23, 77–91. [Google Scholar] [CrossRef]
  24. Xiao, Y.; Chen, Z.; Lin, Z.; Cao, J.; Zhang, Y.J.; Lin, Y.; Wang, C. Merge-Swap Optimization Framework for Supervoxel Generation from Three-Dimensional Point Clouds. Remote Sens. 2020, 12, 473. [Google Scholar] [CrossRef] [Green Version]
  25. Alexa, M.; Behr, J.; Cohen-Or, D.; Fleishman, S.; Levin, D.L.C.C.P.; Silva, C.T. Computing and rendering point set surfaces. IEEE Trans. Vis. Comput. Graph. 2003, 9, 3–15. [Google Scholar] [CrossRef] [Green Version]
  26. Stein, S.C.; Schoeler, M.; Papon, J.; Worgotter, F. Object Partitioning using Local Convexity. In Proceedings of the 27th IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Columbus, OH, USA, 23–28 June 2014. [Google Scholar]
  27. Stein, S.C.; Worgotter, F.; Schoeler, M.; Papon, J.; Kulvicius, T. Convexity based object partitioning for robot applications. In Proceedings of the IEEE International Conference on Robotics and Automation (ICRA), Hong Kong, China, 31 May–7 June 2014. [Google Scholar]
  28. Fouhey, D.F.; Gupta, A.; Hebert, M. Unfolding an Indoor Origami World. In Proceedings of the 13th European Conference on Computer Vision (ECCV), Zurich, Switzerland, 6–12 September 2014. [Google Scholar]
  29. Karpathy, A.; Miller, S.; Li, F.F. Object Discovery in 3D scenes via Shape Analysis. In Proceedings of the IEEE International Conference on Robotics and Automation (ICRA), Karlsruhe, Germany, 6–10 May 2013. [Google Scholar]
  30. Arun, K.S.; Huang, T.S.; Blostein, S.D. Least-Squares Fitting of 2 3-D Point Sets. IEEE Trans. Pattern Anal. Mach. Intell. 1987, 9, 699–700. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  31. Choi, S.; Zhou, Q.Y.; Koltun, V. Robust Reconstruction of Indoor Scenes. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Boston, MA, USA, 7–12 June 2015. [Google Scholar]
  32. Biber, P. The normal distributions transform: A new approach to laser scan matching. In Proceedings of the IEEE/RSJ International Conference on Intelligent Robots and Systems, Las Vegas, NV, USA, 27–31 October 2003. [Google Scholar]
  33. 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, Kobe, Japan, 12–17 May 2009. [Google Scholar]
  34. Besl, P.J.; McKay, N.D. A Method for Registration of 3-D Shapes. IEEE Trans. Pattern Anal. Mach. Intell. 1992, 14, 239–256. [Google Scholar] [CrossRef]
  35. Yuan, M.; Li, X.; Cheng, L.; Li, X.; Tan, H. A Coarse-to-Fine Registration Approach for Point Cloud Data with Bipartite Graph Structure. Electronics 2022, 11, 263. [Google Scholar] [CrossRef]
  36. Xu, G.; Pang, Y.; Bai, Z.; Wang, Y.; Lu, Z. A Fast Point Clouds Registration Algorithm for Laser Scanners. Appl. Sci. 2021, 11, 3426. [Google Scholar] [CrossRef]
Figure 1. The process of our method and its application. Subfigures (ac) display the acquisition of point cloud data, the objects instance segmentation, and bin-picking experiments, respectively.
Figure 1. The process of our method and its application. Subfigures (ac) display the acquisition of point cloud data, the objects instance segmentation, and bin-picking experiments, respectively.
Electronics 11 01612 g001
Figure 2. The process of data acquisition and preprocessing.
Figure 2. The process of data acquisition and preprocessing.
Electronics 11 01612 g002
Figure 3. Representation of voxels generated by octree. The different cubes represent voxels, the dots represent the original points. The leaf size ( R v o x e l ) was set at 1   mm in the experiments.
Figure 3. Representation of voxels generated by octree. The different cubes represent voxels, the dots represent the original points. The leaf size ( R v o x e l ) was set at 1   mm in the experiments.
Electronics 11 01612 g003
Figure 4. The results of preprocessing. (a) The original figure without the color of the objects, (b) the picture of the objects when structured light was projected, (c) the original point cloud we obtained; (d) the point cloud after preprocessing.
Figure 4. The results of preprocessing. (a) The original figure without the color of the objects, (b) the picture of the objects when structured light was projected, (c) the original point cloud we obtained; (d) the point cloud after preprocessing.
Electronics 11 01612 g004
Figure 5. The process of an improved over-segmentation approach based on supervoxels and MLS surface fitting.
Figure 5. The process of an improved over-segmentation approach based on supervoxels and MLS surface fitting.
Electronics 11 01612 g005
Figure 6. Parameters of seed selection.
Figure 6. Parameters of seed selection.
Electronics 11 01612 g006
Figure 7. The results of the MLS surface fitting filter. (a,b) are the point clouds before and after adding the MLS surface fitting filter in the same scene, respectively. (c,d) are the point clouds in the other scene.
Figure 7. The results of the MLS surface fitting filter. (a,b) are the point clouds before and after adding the MLS surface fitting filter in the same scene, respectively. (c,d) are the point clouds in the other scene.
Electronics 11 01612 g007
Figure 8. Geometrical relationship of two patches. (a) Features of two patches. (b) Geometrical meaning of convex-concave criterion. (c) Geometrical meaning of the sanity criterion.
Figure 8. Geometrical relationship of two patches. (a) Features of two patches. (b) Geometrical meaning of convex-concave criterion. (c) Geometrical meaning of the sanity criterion.
Electronics 11 01612 g008
Figure 9. The process of the region merging algorithm.
Figure 9. The process of the region merging algorithm.
Electronics 11 01612 g009
Figure 10. The experimental setup. A binocular structured light 3D camera is used to obtain high-quality point clouds of stacked workpieces. The ABB IRB 2600-20 robot with pneumatic grippers at the end is shown in the figure. I/O programming can control the clamping state of the pneumatic gripper to grasp workpieces. The robot is controlled by the controller.
Figure 10. The experimental setup. A binocular structured light 3D camera is used to obtain high-quality point clouds of stacked workpieces. The ABB IRB 2600-20 robot with pneumatic grippers at the end is shown in the figure. I/O programming can control the clamping state of the pneumatic gripper to grasp workpieces. The robot is controlled by the controller.
Electronics 11 01612 g010
Figure 11. Three kinds of workpieces for experiments. Subfigures (ac) are Tee pipe 1, Tee pipe 2, and Two-way elbow, respectively.
Figure 11. Three kinds of workpieces for experiments. Subfigures (ac) are Tee pipe 1, Tee pipe 2, and Two-way elbow, respectively.
Electronics 11 01612 g011
Figure 12. Results of the comparison of different workpieces. (a) Tee pipe 1. (b) Tee pipe 2. (c) Two-way elbow. Mis-segmentations are demonstrated by white boxes. (Points were enlarged for visualization).
Figure 12. Results of the comparison of different workpieces. (a) Tee pipe 1. (b) Tee pipe 2. (c) Two-way elbow. Mis-segmentations are demonstrated by white boxes. (Points were enlarged for visualization).
Electronics 11 01612 g012
Figure 13. The mean error comparison. (a) Tee pipe 1. (b) Tee pipe 2 (c) Two-way elbow. Each group of (ac) includes three figures of the mean errors on the XYZ-axis.
Figure 13. The mean error comparison. (a) Tee pipe 1. (b) Tee pipe 2 (c) Two-way elbow. Each group of (ac) includes three figures of the mean errors on the XYZ-axis.
Electronics 11 01612 g013aElectronics 11 01612 g013b
Figure 14. The registration results. (a) Tee pipe 1. (b) Tee pipe 2 (c) Two-way elbow. The red points in the figures are the template point clouds of different workpieces. The white points are the segmented point clouds of workpieces.
Figure 14. The registration results. (a) Tee pipe 1. (b) Tee pipe 2 (c) Two-way elbow. The red points in the figures are the template point clouds of different workpieces. The white points are the segmented point clouds of workpieces.
Electronics 11 01612 g014
Table 1. The simplifying example results of our method ( R v o x e l = 1   mm , R s e e d = 20   mm ).
Table 1. The simplifying example results of our method ( R v o x e l = 1   mm , R s e e d = 20   mm ).
ExperimentsProcessed Data SizeVCCSProposed Method
After 1Simplifying RadioAfter 1Simplifying Radio
130,62930,629021,93671.618%
228,52828,528020,30071.158%
334,05134,051026,22877.026%
431,33031,330021,11067.380%
525,32725,327018,07471.363%
625,75825,758018,02869.990%
731,36031,360021,71469.241%
836,01236,012025,34270.371%
941,71541,715033,31579.863%
1033,14633,146023,79771.794%
1 The data size after over-segmentation.
Table 2. The parameters of methods.
Table 2. The parameters of methods.
ParametersEuclideanVCCS + LCCPProposed Method
Voxel size (search radius)2 mm2 mm2 mm
Seed size\8 mm8 mm
Threshold 1
(highest accuracy)
\10°/5°/20°0.25/0.25/0.35
1 Tee pipe 1/Tee pipe 2/Two-way elbow.
Table 3. The comparison of performance.
Table 3. The comparison of performance.
WorkpiecesMethodsPre-AverageReg-Average
Tee pipe 1Euclidean0.8350.705
VCCS + LCCP0.9430.831
VCCS + our merging0.9150.780
Our over-segmentation + LCCP0.9340.868
Proposed method0.9880.936
Tee pipe 2Euclidean0.7960.643
VCCS + LCCP0.8990.828
VCCS + our merging0.9060.836
Our over-segmentation + LCCP0.9170.855
Proposed method0.9840.975
Two-way elbowEuclidean0.9080.813
VCCS + LCCP0.9280.845
VCCS + our merging0.9260.840
Our over-segmentation + LCCP0.9740.942
Proposed method0.9880.958
Table 4. The registration results.
Table 4. The registration results.
WorkpiecesMethodsMSEHigh Registration RateRunning Time/ms
Tee pipe 1Euclidean36.5460.42310,564.733
VCCS + LCCP4.6320.6702535.233
VCCS + our merging8.0550.5682171.403
Our over-segmentation + LCCP4.4020.6991996.968
Proposed method2.0030.7491892.472
Tee pipe 2Euclidean101.9680.29913,506.750
VCCS + LCCP24.0640.6493399.876
VCCS + our merging19.6260.6392944.655
Our over-segmentation + LCCP12.0950.7432719.517
Proposed method1.5950.8622368.400
Two-way elbowEuclidean5.5900.57212,193.280
VCCS + LCCP5.4710.5781965.480
VCCS + our merging5.7120.5462371.985
Our over-segmentation + LCCP2.6410.6201746.778
Proposed method2.5590.7081595.524
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Xie, Z.; Liang, P.; Tao, J.; Zeng, L.; Zhao, Z.; Cheng, X.; Zhang, J.; Zhang, C. An Improved Supervoxel Clustering Algorithm of 3D Point Clouds for the Localization of Industrial Robots. Electronics 2022, 11, 1612. https://0-doi-org.brum.beds.ac.uk/10.3390/electronics11101612

AMA Style

Xie Z, Liang P, Tao J, Zeng L, Zhao Z, Cheng X, Zhang J, Zhang C. An Improved Supervoxel Clustering Algorithm of 3D Point Clouds for the Localization of Industrial Robots. Electronics. 2022; 11(10):1612. https://0-doi-org.brum.beds.ac.uk/10.3390/electronics11101612

Chicago/Turabian Style

Xie, Zhexin, Peidong Liang, Jin Tao, Liang Zeng, Ziyang Zhao, Xiang Cheng, Jianhuan Zhang, and Chentao Zhang. 2022. "An Improved Supervoxel Clustering Algorithm of 3D Point Clouds for the Localization of Industrial Robots" Electronics 11, no. 10: 1612. https://0-doi-org.brum.beds.ac.uk/10.3390/electronics11101612

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