Next Article in Journal
Long-Term IoT-Based Maternal Monitoring: System Design and Evaluation
Next Article in Special Issue
A Hybrid Visual Tracking Algorithm Based on SOM Network and Correlation Filter
Previous Article in Journal
EDISON: An Edge-Native Method and Architecture for Distributed Interpolation
Previous Article in Special Issue
Assessing MMA Welding Process Stability Using Machine Vision-Based Arc Features Tracking System
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Manipulation Planning for Object Re-Orientation Based on Semantic Segmentation Keypoint Detection

1
Department of Electrical and Computer Engineering, Tamkang University, New Taipei City 25137, Taiwan
2
Department of Mechanical and Intelligent Systems Engineering, University of Electro-Communications, Tokyo 182-8585, Japan
*
Author to whom correspondence should be addressed.
Sensors 2021, 21(7), 2280; https://doi.org/10.3390/s21072280
Submission received: 31 January 2021 / Revised: 21 March 2021 / Accepted: 22 March 2021 / Published: 24 March 2021
(This article belongs to the Special Issue Sensor Fusion for Object Detection, Classification and Tracking)

Abstract

:
In this paper, a manipulation planning method for object re-orientation based on semantic segmentation keypoint detection is proposed for robot manipulator which is able to detect and re-orientate the randomly placed objects to a specified position and pose. There are two main parts: (1) 3D keypoint detection system; and (2) manipulation planning system for object re-orientation. In the 3D keypoint detection system, an RGB-D camera is used to obtain the information of the environment and can generate 3D keypoints of the target object as inputs to represent its corresponding position and pose. This process simplifies the 3D model representation so that the manipulation planning for object re-orientation can be executed in a category-level manner by adding various training data of the object in the training phase. In addition, 3D suction points in both the object’s current and expected poses are also generated as the inputs of the next operation stage. During the next stage, Mask Region-Convolutional Neural Network (Mask R-CNN) algorithm is used for preliminary object detection and object image. The highest confidence index image is selected as the input of the semantic segmentation system in order to classify each pixel in the picture for the corresponding pack unit of the object. In addition, after using a convolutional neural network for semantic segmentation, the Conditional Random Fields (CRFs) method is used to perform several iterations to obtain a more accurate result of object recognition. When the target object is segmented into the pack units of image process, the center position of each pack unit can be obtained. Then, a normal vector of each pack unit’s center points is generated by the depth image information and pose of the object, which can be obtained by connecting the center points of each pack unit. In the manipulation planning system for object re-orientation, the pose of the object and the normal vector of each pack unit are first converted into the working coordinate system of the robot manipulator. Then, according to the current and expected pose of the object, the spherical linear interpolation (Slerp) algorithm is used to generate a series of movements in the workspace for object re-orientation on the robot manipulator. In addition, the pose of the object is adjusted on the z-axis of the object’s geodetic coordinate system based on the image features on the surface of the object, so that the pose of the placed object can approach the desired pose. Finally, a robot manipulator and a vacuum suction cup made by the laboratory are used to verify that the proposed system can indeed complete the planned task of object re-orientation.

1. Introduction

With the development of intelligent automation and artificial intelligence technologies such as deep learning, applications and development of intelligent robots have gradually attracted attention in the academic and industrial fields. Among the application requirements of many robots, the development of service robots has become one of the important projects. For example, for a service robot used in stores, if the robot is used to assist service personnel in placing and sorting goods on shelves, key technologies such as image recognition, object picking strategies, and collision avoidance are needed for the robot. The appearance, weight, size, and placement relationship of each product directly affect the complexity of image recognition, picking strategies, and mechanisms design. Therefore, how to determine the object’s pick-and-place method for robot manipulators is worthy of discussion.
The pick-and-place tasks in robotics have been extensively developed and researched not only in industrial manufacturing but also in academia. In recent years, according to the rise of deep neural networks, in addition to classify and logistic regression [1,2], deep learning has also been widely used in the pick-and-place tasks for robot manipulators. It can be roughly divided into four topics: (i) object detection; (ii) object pose estimation; (iii) object picking planning; and (iv) robot motion planning. Regarding object detection, there has some research on the architecture of neural network used for object detection in recent years, such as Region-based Convolutional Neural Networks (R-CNN) related series [3,4,5,6], You Only Look Once (YOLO) series [7,8,9], and Single Shot MultiBox Detector (SSD) [10]. The R-CNN series use a two-stage method to first extract candidate Region Of Interest (ROI) and then classify each ROI so that they can achieve very high accuracy. YOLO series and SSD are one-stage methods, using deep neural network to simultaneously classify objects and detect object positions. The one-stage methods are usually faster and suitable for real-time applications, but the overall recognition accuracy may be lower than the two-stage methods. Object pose estimation is commonly based on RGB-D image [11] or 3D model [12,13] to calculate the 3D pose of object. Manuelli et al. [14] proposed the keypoint [15] method, which is used to detect human skeleton and find the relative keypoints, and combined it with local dense geometric information from a point cloud. In this way, a simpler pose vector can be used to represent the object pose in the environment and facilitate subsequent object picking operations. Semochkin et al. [16] proposed a keypoint detection method for different camera perspectives based on a trained CNN and used keypoints as the representation of object in the task of grasping task. Vecerik et al. [17] proposed a self-supervised training system to detect 2D keypoints for all individual scene views and used CNN to estimate the possible depth of objects, so as to estimate the 3D location of each keypoint.
Research in robotic manipulation over the past decades has mostly focused on how to pick up objects [18], but it has seldom discussed how to manipulate objects or the process of placing objects after being grasped. In fact, in the research about robot pick-and-place planning, most of the scenarios are drop the object down from a height to the box or table without considering the consequences [19,20,21]. There has not yet been a state-of-mind research for the object placement task, so it has been deriving the issue of multiple regrasp [22,23,24] to achieve the issue of specific placement or the issue of re-orientation [25] of the object. In recent years, there have been related studies on generating grasping strategies based on how to use the grasped objects [18]. For example, Do et al. [26] used the affordance of object for task-oriented grasping, while Lai et al. [27] and Qin et at. [28] used the grasped objects as the robot manipulator’s tool to achieve operation control according to the specific objectives.
The purpose of this paper is to combine object detection, object pose estimation, and motion planning for the robot manipulator to achieve the function of object re-orientation. However, since the method of directly segmenting the target object in the 3D point cloud needs to build a 3D model for each target object independently, it also cannot achieve the characteristics that are widely used in the same type of object. As a result, this paper starts from 2D image recognition which is based on the deep learning method, combined with the depth image, and converts the pixel coordinates of the segmented area into 3D coordinates to complete the task of object pose estimation. It also integrates functions such as coordinate conversion, grasp planning, and trajectory planning, so that the robot manipulator can complete the object re-orientation.
The rest of this paper is organized as follows. In Section 2, the system structure of the proposed object re-orientation manipulation planning method is described. In Section 3, five main parts of the proposed 3D keypoint detection system are described. In Section 4, the object pose comparison and robot operation of the proposed manipulation planning system are described. In Section 5, some experimental results are presented to illustrate the proposed method and a laboratory-made robot manipulator is used to verify that the proposed method can indeed run on the actual robot. Finally, the conclusions are summarized in Section 6.

2. System Structure

The system architecture of the proposed manipulation planning method for object re-orientation in a category-level manner is shown in Figure 1. There are two main modules: 3D keypoint detection and manipulation planning. In the 3D keypoint detection module, since this paper uses Deep Convolutional Neural Network (DCNN) to detect the target object and each pack unit of the object, it usually requires plenty of time to build such a large training dataset to optimize the DCNN model. To solve this problem, a data augmentation module is added in the system and is used off-line to construct training dataset, which creates ample training data by superimposing a small number of manually marked datasets on different backgrounds. As a result, the database can be efficiently used to optimize the DCNN model and fine-tune a pre-train model. The data augmentation system process is introduced in detail in Section 3.5.
In the on-line process, this paper uses a trained Mask R-CNN and a CNN-based semantic segmentation for object detection. First, Mask R-CNN is used to segment the pixel level of a target object. After gaining the segmented object picture, it is input into the semantic segmentation network to segment each pack unit of the object. After obtaining the position of each pack unit of object, the centroid position of each pack unit is used as the keypoint of the object, and the 3D pose of the object is estimated through the normal vector of the keypoint. The detailed operation process is presented in Section 3 and the operating time of the real robot is described in Section 5.3.
In the manipulation planning module, the pose of the object and the normal vector of each pack unit are first converted into the working coordinate system of the robot manipulator. Then, according to the current pose and the expected pose of the object, the Slerp [29] algorithm is used to enable the robot manipulator to perform a series of movements in the workspace to re-orientate the object. Finally, the object is repositioned through the laboratory-made 7-DoF robot manipulator and vacuum suction cup. The detailed operation process is presented in Section 4.

3. 3D Keypoint Detection System

The main purpose of this section is to introduce how to establish the 3D keypoint detection system and explain how to integrate multiple object detection algorithms to achieve the purpose of estimating pose of the object. There are five main parts: (a) Mask R-CNN; (b) CNN-based semantic segmentation; (c) CRFs-based refinement; (d) keypoint annotation and object average normal vector; and (e) data augmentation for training dataset generation. They are described as follows.

3.1. Mask R-CNN

Mask R-CNN, a two-stage object detection algorithm which can achieve category-level detection and a mask that delimits the pixels constituting each object, enables the complete contour pixel position of the object to be accurately segmented while maintaining the operating speed. This algorithm is a deep learning algorithm based on Faster R-CNN [5] proposed by He et al. [6] for object detection and instance segmentation. The two-stage structure of Faster R-CNN model is used for object detection. In the first stage, Feature Pyramid Network (FPN) is used to generate a set of regions of interest as potential bounding box candidates to improve the robustness of detecting objects of different sizes. In the second stage, the candidate regions of interest are classified, and then the pixel position of the object is predicted by deconvolution, which provides three outputs for each object: a class label, a bounding box that delimits the object, and a mask that delimits the pixels that constitute. The mask image with the highest confidence index is selected as the input of the semantic segmentation system. Figure 2 shows the detailed two-stage architecture of Mask R-CNN.

3.2. CNN-Based Semantic Segmentation

This paper uses the semantic segmentation method based on convolutional neural network (CNN-based semantic segmentation) to perform secondary segmentation on the complete object mask image output in the previous section. The purpose is to segment the precise position of each pack unit of the object. For example, the PET bottle can split into two pack units: the body and the cap. In this paper, the existing DeepLab-ResNet [30] is employed as the network architecture at this stage, which is characterized by the use of atrous convolution shown in Figure 3 for convolution processing. The benefit is that it can maintain a larger Field-of-View (FOV) after processing with the convolution layer while maintaining the resolution of the feature map and the size of the convolution kernel, to ensure that more features are stored when the image size is equal during the convolution process.

3.3. CRFs-Based Refinement

After the CNN-based semantic segmentation process described in Section 3.2, an approximate object result can be found, which may affect the subsequent centroid calculation. To overcome this problem, a fully connected CRFs layer [31] is used to refine the CNN output, produce accurate semantic segmentation results, and recover object boundaries at a level of detail. The CRFs are a type of discriminative undirected probabilistic graphical model, which represents the Markov random field that outputs another set of random variables under the condition of a given set of random input variables x. The energy function of the model is described by
E ( x ) = i θ i ( x i ) + i j θ i j ( x i , x j )
where x is the label assignment for pixels, θ i ( x i ) = log P ( x i ) is the unary potential, and P ( x i ) is the corresponding label assignment probability at pixel i obtained from the CNN output. The following expression can be used to connect all pairs of image pixels, where i, j is the pairwise potential for each pair
θ i j = μ ( x i , x j ) ω 1 e x p p i p j 2 2 σ α 2 I i I j 2 2 σ β 2 + ω 2 e x p p i p j 2 2 σ γ 2
In Equation (2), μ ( x i , x j ) = 1 if x i x j , while the rest are all 0, which means that only nodes with distinct labels are penalized. The two Gaussian kernels are used to express in different feature spaces. The first Gaussian kernel depends on the penalty between two pixel positions (denoted as p i and p j ) and between their RGB values (denoted as I i and I j ). The second kernel considers spatial proximity when enforcing smoothness and only depends on the pixel position.

3.4. Keypoint Annotation and Object Average Normal Vector

After the output of the above process, the complete contour of pack unit is marked with different colors, so that the centroid position of each part can be calculated separately. Take the bottle cap as an example. The centroid calculation method is described as follows.
Step 1: Convert the pack unit mask into grayscale, and define the points on the mask image by
c a p = [ p o i n t 1 , p o i n t 2 , , p o i n t k ]
where k is the length of pixel of the bottle cap mask.
Step 2: Define the maximum and minimum coordinate values in x-axis and y-axis by
i m i n = M i n ( p o i n t 1 . x , p o i n t 2 . x , p o i n t k . x ) i m a x = M a x ( p o i n t 1 . x , p o i n t 2 . x , p o i n t k . x ) j m i n = M i n ( p o i n t 1 . y , p o i n t 2 . y , p o i n t k . y ) j m a x = M a x ( p o i n t 1 . y , p o i n t 2 . y , p o i n t k . y )
Step 3: Calculate the moment of order ( p + q ) of an image in the interval range x, y for a 2D continuous function f ( x , y ) by
m p q = x y x p y q f ( x , y )
where p , q = 0 , 1 , 2 , .
Step 4: Calculate the zero-order moment m 00 of the function f ( x , y ) , which represents the total of mass of the given image and is defined as
m 00 = i = i m i n i m a x j = j m i n j m a x f ( i , j )
Step 5: Calculate the two first-order moments m 10 and m 01 , which represent the centre of mass of the given image and are defined as
m 10 = i = i m i n i m a x j = j m i n j m a x i × f ( i , j )
m 01 = i = i m i n i m a x j = j m i n j m a x j × f ( i , j )
Step 6: Calculate the centroid x ¯ and y ¯ by dividing m 10 and m 01 by m 00 , which can be expressed as
x ¯ = m 10 m 00 , y ¯ = m 01 m 00
Set the calculated centroid position to a depth of range d p c l , calculate the vector of each pixel in the range through the point cloud image, and calculate the average normal vector of the object surface. The average normal vector calculation process is shown in Algorithm 1.

3.5. Data Augmentation for Training Dataset Generation

This subsection introduces the data augmentation module for deep learning proposed in this paper. In the preparation of training data, since this paper uses the Mask R-CNN to perform the first stage of object detection, its main purpose is to segment the complete object contour. As a result, the ground truth data are marked with the type of individual objects, as shown in the left picture of Figure 4. In the second stage of semantic segmentation, the main purpose is to use the complete object contour image in the output of previous stage to detect each pack unit of the object, so as to annotate the keypoints of the object in Section 3.4. The corresponding ground truth is shown in the right picture of Figure 4, each color pixel representing each pack unit of objects classified from the input image.
Algorithm 1: Get average normal vector from point clouds.
Sensors 21 02280 i031
The procedure of proposed data augmentation system is shown in Figure 5. This paper uses a variety of background pictures and manually marked images to randomly superimpose and related image processes to geometrically transform the ground truth, which includes rotation, zoom, shift, random stack, etc., so that the object can be combined with the background to synthesize a random training dataset while retaining the original features for training in DCNNs.
In the training process, this paper uses the data augmentation system to build individual datasets to train Mask R-CNN and CNN-based semantic segmentation network. Table 1 shows the information of data augmentation and network training, which includes the backbone network, the number of objects, the number of random scenes, the manually label photos, the number of individually generated training photos, and the resolution of the photos.

4. Manipulation Planning System

The main purpose of this section is to introduce how to use the keypoints of the object combined with the robot manipulator to plan the operation of sucking the object and explain how to compare the expected pose and current pose of object to achieve the purpose of re-orientating the object. There are two main parts: (a) object pose comparison; and (b) robot operation. They are described as follows.

4.1. Object Pose Comparison

After obtaining the 3D keypoints of the object in Section 3, this section mainly discusses how to use the keypoint information of each pack unit to compare the pose difference of the object. The task of “How to re-orientate a PET bottle on the shelf” is presented as an example; the keypoints p t a r g e t _ c a p and p t a r g e t _ b o t t l e of the pack unit are used to represent the positions of the PET bottle cap and PET bottle body, respectively. The points p t a r g e t _ b o t t l e and p t a r g e t _ c a p are used to obtain a unit vector v t a r g e t _ a x i s to represent the pose of the PET bottle, and the point p t a r g e t _ c a p is projected on the camera coordinate of the y-axis to get a project point p t a r g e t _ c a l . Then, the rotation angle θ o b j _ r o t a t i o n of the PET bottle in space can be calculated by
θ o b j _ r o t a t i o n = π a cos p t a r g e t _ c a p p t a r g e t _ c a l ¯ p t a r g e t _ c a p p t a r g e t _ b o t t l e ¯
After calculating the rotation angle θ o b j _ r o t a t i o n of the object, the position of the object and the pose unit vector in the workspace can be obtained. Next, invert this pose unit vector as the orientation of end-effector to suck the object by converting the coordinate system from camera to robot so that the robot manipulator can be used to suck the target object.
Finally, by comparing the expected pose v g o a l _ a x i s that is initially given by the user with the current pose v t a r g e t _ a x i s , the initial and target suck position and orientation of the end-effector of the robot manipulator can be obtained through coordinate conversion, and the object can be sucked from the target to goal to achieve the purpose of “re-orientate a PET bottle on the shelf”. The schematic diagram is shown in Figure 6, where the black dashed line represents the movement trajectory of the pick-and-place action in workspace of two keypoints.

4.2. Robot Operation

This section mainly discusses the coordinate conversion and the linear trajectory planning in workspace, the purpose of which is to generate the trajectory of endpoint of robot manipulator. The flowchart of robot manipulator operation planning is shown in Figure 7. The unit vector of an object can be obtained through the 3D keypoint detection in Section 3; through the coordinate conversion, an orientation of endpoint of robot to suck the object can be obtained. Finally, the operation of the robot manipulator is planned through the kinematics [32].
After obtaining the position and orientation that are represented by quaternion of the end-effector of the robot manipulator, the current pose and the target pose of the object can be calculated by interpolating the two quaternions at a ratio to plan the movement path. The purpose of this section is to use the Slerp algorithm to generate the trajectory points that the robot manipulator passes through and arrange the rotation of each point, which is expected that the trajectory of orientation to also be smooth.
To perform general linear interpolation between point p 1 and p 2 , if T interpolation points are to be generated, the interpolation points at time t are calculated as
p t = p 1 + t T p 2 p 1
In the orientation planning part, the spherical linear interpolation of the quaternion in the four-dimensional space can be simplified to two unit vectors v t a r g e t _ a x i s and v g o a l _ a x i s on the two-dimensional plane to interpolate on the unit circle. The purpose is that, when two endpoints of the robot manipulator are fixed, the orientation can be formed as a spherical surface in the three-dimensional space, and the trajectory between the two orientation vectors is the sphere by the approach vector of the robot manipulator. At time t, the angle between the two vectors is w, the interpolation vector v t is calculated by Equation (12), and the schematic diagram is shown in Figure 8.
S l e r p v t = sin ( 1 t ) w sin w v t a r g e t _ a x i s + sin t w sin w v g o a l _ a x i s

5. Experimental Results

The purpose of this section is to verify the validity of the methods proposed in this paper. The three main hardware instruments used in the experiment are shown in Figure 9. The overall software system was implemented with Robot Operating System (ROS), which provides a standard communication tunnel to help collaborative development. The DCNN and normal vector were implemented with Tensorflow and Point Cloud Library (PCL), respectively. In this section, the experimental results of the object re-orientation are divided into three main parts: (a) image recognition results; (b) real-world demonstration; and (c) computational eficiency. They are described as follows:

5.1. Image Recognition Result

5.1.1. CNN-Based Object Detection

Since DCNN is used to detect the target object and each pack unit of object, it usually requires a large training dataset to improve the accuracy of the method. To solve this problem, the data augmentation module described in Section 3.5 was added to the system. The information of data augmentation and network training of Mask R-CNN and CNN-based semantic segmentation is shown in Table 1. The Intersection-over-Union (IoU) metric was added to quantitatively evaluate the accuracy of the proposed visual perception algorithm. It is defined by
I o U ( A , B ) = A r e a o f O v e r l a p A r e a o f U n i o n = | A B | | A | + | B | | A B | × 100 %
Regarding to image recognition result, the original camera image was the input of the Mask R-CNN, and a single object was extracted to be the input of the CNN-based semantic segmentation for the pack unit detection. After that, the semantic segmentation result was optimized by the CRFs-based refinement method. The image processing results of three types of objects by the proposed method are described in Table 2 and Table 3. From the output results of the processes by the Mask R-CNN, object extraction, CNN-based semantic segmentation, and CRFs-based refinement, the mean IoU of Mask R-CNN and pack-unit segment through the comparison with ground truth data are 0.942 and 0.913, respectively. Through the experimental results, it can be verified that the proposed method can completely segment each position of pack-unit.

5.1.2. Object Pose Estimation

Through the pack unit image output in Section 3.3, the keypoint annotation method described in Section 3.4 could be used to separately calculate the keypoints representing pack unit. The experimental results to mark the keypoints in the original image are shown in Figure 10, where the left picture is the PET bottle stand upright on the shelf and the right picture is placed flat on the shelf. The keypoints of the cap and body of the PET bottle are marked with red and blue, respectively.
After obtaining the keypoint information of the object, through the point cloud-based unit vector calculation process described in Section 3.4, a unit vector could be obtained to represent the pose information of the object in the environment. In Figure 11, the unit vector in the workspace is described by the red arrow and the coordinate system is the coordinate system of the camera, which is installed on top of the slide rail of robot. After obtaining this unit vector, the inverse unit vector of this vector could be used as the orientation of the end-effector of the robot manipulator to suck the object through coordinate conversion, so that the robot manipulator can suck the target object.
To analyze the accuracy of the proposed 3D keypoint detection system, this study used the Mean Absolute Error (MAE) metric to measure the pose estimation results. Using manually marked key-points as ground truth data, the two poses of the PET bottle in Figure 12 were detected multiple times and the position and pose were transformed into the robot base frame. To measure pose estimation errors of the proposed method, the position and rotation estimation errors are, respectively, defined as
δ T Ω = T Ω T ^ Ω a n d δ R Ω = R Ω R ^ Ω
where Ω = x , y , z represents one of the three axes of the Cartesian coordinate system. T Ω and R Ω represent the position and rotation of the ground truth, respectively. T ^ Ω and R ^ Ω represent the position and rotation of the estimate data, respectively. Based on the above definition, the mean absolute error metric is defined as
M A E δ X Ω = 1 N δ X Ω
where N is the total test number and X represents one of the estimate variables T or R, and N is the total test number. The MAE measures of the pose estimation results are described in Table 4.
In Table 4, the average errors of the position estimation results obtained from the proposed method are, respectively, 0.13, 0.58, and 0.73 cm along the x-, y-, and z-axis, and the average rotation errors are, respectively, 3.27, 5.68, and 2.36 degrees across the x-, y-, and z-axis. This accuracy level is suitable for the robot manipulator to perform the object picking and re-orientation task. Therefore, the experimental results validate the pose estimation accuracy of the proposed algorithm.

5.2. Real-World Demonstration

An experiment of the proposed manipulation planning for the object re-orientation is presented and its flow chart of the whole experiment process is described in Figure 12. First, an RGB-D camera was used to capture environmental information, and the expected position and pose of the object was estimated through the keypoint detection system described in Section 3. After obtaining the expected position and pose, the object was replaced by the user, and the keypoint detection system was used to estimate current position and pose of the object. The keypoint detection system suspended detection during the operation of the robot manipulator. By comparing the difference of the expected and current position and pose, a series of movements of the robot manipulator was generated to pick the object and re-orientate it to the expected position and pose. After completing the above process, the camera was used to capture the current pose of the object, and the picture of the expected object’s pose was compared with the Intersection over Union described in Equation (12). If the similarity was greater than 0.9, the process was determined to be successful. If the similarity was less than 0.9, the object re-orientation was performed again to achieve a closer result. To ensure that the detection system has good accuracy in the operation of the real robot, the checkerboard calibration method provided by realsense™ [33] was used to calibrate the camera before the experimental process. The movement states of the robot manipulator shown in each picture of Figure 13 are described as follows:
(a)
Capture the expected position and pose of the object.
(b)
Capture the current position and pose of the object.
(c)
Robot initial pose.
(d)
Move to the front of the object.
(e)
Suck the object.
(f)
Re-orientate the object.
(g)
Place the object to the expected pose.
(h)
Return to the initial state.

5.3. Computational Efficiency

The proposed system was implemented in C++ and Python running on an Ubuntu 16.04 platform personal computer that is equipped with an Intel® Core™ i7-7700 CPU, 32 GB DDR4 system memory, and a NVIDIA GeForce GTX 1080 GPU with 8 GB frame buffer memory. The average processing time in each phase of the proposed 3D keypoint detection system is described in Table 5. We can see that the average total processing time took about 1.742 s in the real operation, and the CNN-based semantic segmentation and CRFs-based refinement spent more time in the whole process.

6. Conclusions

An object re-orientation planning method based on 3D keypoint detection is proposed for the robot manipulator so that it can re-orientate an object from an arbitrary pose to a specified position and pose. There are three main contributions of this research: (i) In the object pose estimation system, the CNN-based object detection algorithm is used to recognize the position of each object by separating them into some pack units, and the depth image is added to estimate the object’s pose in the environment. Due to the characteristics of the CNN-based object detection algorithm, it can be executed in a category-level manner by adding several relative categories of the object, without the need to relatively build a 3D model of the object in the training phase. Compared with other 3D model-based object detection systems, this method can simplify the procedure more effectively. (ii) In the second stage of CNN-based pack unit detection, the mask image obtained by instance segmentation in the first stage is used as input so that the environmental effect is reduced and the contour of each pack unit can be accurately and completely segmented. In addition, it can simultaneously generate fewer label categories while using CRF for individual contour optimization. (iii) In the manipulation planning for object re-orientation, the spherical linear interpolation method is used to effectively generate a series of movements in the workspace for the robot manipulator by comparing the difference of the current pose and the expected pose of the object. It can be concluded from the experimental results that the proposed method can indeed complete the object re-orientation.

Author Contributions

Conceptualization, C.-C.W., C.-Y.T. and H.A.; methodology, L.-Y.Y., C.-C.L. and C.-Y.T.; software, L.-Y.Y., C.-C.L. and C.-Y.T.; validation, L.-Y.Y., C.-C.L. and C.-Y.T.; formal analysis, C.-C.W., C.-Y.T. and H.A.; investigation, L.-Y.Y. and C.-C.L.; resources, C.-C.W. and C.-Y.T.; data curation, L.-Y.Y.; writing—original draft, L.-Y.Y., C.-C.L. and C.-Y.T.; writing—review and editing, C.-C.W. and H.A.; visualization, L.-Y.Y.; supervision, C.-C.W.; project administration, C.-C.W.; and funding acquisition, C.-C.W. All authors have read and agreed to the published version of the manuscript.

Funding

This research was partly funded by the Ministry of Science and Technology (MOST) of the Republic of China, grant numbers MOST 109-2918-I-032-002 and MOST 109-2221-E-032-038.

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

The following abbreviations are used in this paper:
CRFsConditional Random Fields
DCNNDeep Convolutional Neural Network
FOVField-of-View
FPNFeature Pyramid Network
IoUIntersection over Union
MAEMean Absolute Error
PCLPoint Cloud Library
R-CNNRegion-based Convolutional Neural Network
RoIRegions of Interest
SlerpSpherical Linear Interpolation
SSDSingle Shot MultiBox Detector
YOLOYou Only Look Once

References

  1. Christian, S.; Wei, L.; Yangqing, J.; Pierre, S.; Scott, R.; Dragomir, A.; Dumitru, E.; Vincent, V.; Andrew, R. Going deeper with convolutions. IEEE Comput. Soc. Conf. Comput. Vis. Pattern Recogn. 2015, 7–12, 1–9. [Google Scholar]
  2. Yanmin, Q.; Philip, C.W. Very deep convolutional neural networks for robust speech recognition. IEEE Workshop Spok. Lang. Technol. 2017, 1, 481–488. [Google Scholar]
  3. Ross, G.; Jeff, D.; Trevor, D.; Jitendra, M. Rich feature hierarchies for accurate object detection and semantic segmentation. IEEE Comput. Soc. Conf. Comput. Vis. Pattern Recogn. 2014, 580–587. [Google Scholar] [CrossRef] [Green Version]
  4. Girshick, R. Fast R-CNN. IEEE Int. Conf. Comput. Vis. 2015, 1440–1448. [Google Scholar] [CrossRef]
  5. Ren, S.; He, K.; Girshick, R.; Sun, J. Faster R-CNN: Towards real-time object detection with region proposal networks. Neural Inform. Process. Syst. 2015, 91–99. [Google Scholar] [CrossRef] [Green Version]
  6. He, K.; Gkioxari, G.; Dollar, P.; Girshick, R. Mask R-CNN. IEEE Int. Conf. Comput. Vis. 2017, 2980–2988. [Google Scholar] [CrossRef]
  7. Redmon, J.; Divvala, S.; Girshick, R.; Farhadi, A. You only look once: Unified, real-time object detection. IEEE Comput. Soc. Conf. Comput. Vis. Pattern Recogn. 2016, 779–788. [Google Scholar] [CrossRef] [Green Version]
  8. Redmon, J.; Farhadi, A. YOLO9000: Better, faster, stronger. IEEE Conf. Comput. Vis. Pattern Recogn. 2017, 187–213. [Google Scholar] [CrossRef] [Green Version]
  9. Redmon, J.; Farhadi, A. YOLOv3: An incremental improvement. arXiv 2018, arXiv:1804.02767. [Google Scholar]
  10. Liu, W.; Anguelov, D.; Erhan, D.; Szegedy, C.; Reed, S.; Fu, C.Y.; Berg, A.C. SSD: Single shot multibox detector. Eu. Conf. Comput. Vis. 2016, 21–37. [Google Scholar] [CrossRef] [Green Version]
  11. Jiang, P.; Ishihara, Y.; Sugiyama, N.; Oaki, J.; Tokura, S.; Sugahara, A.; Ogawa, A. Depth image–based deep learning of grasp planning for textureless planar-faced objects in vision-guided robotic bin-picking. IEEE Sens. J. 2020, 20, 706. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  12. Lin, C.M.; Tsai, C.Y.; Lai, Y.C.; Li, S.A.; Wong, C.C. Visual object recognition and pose estimation based on a deep semantic segmentation network. IEEE Sen. J. 2018, 18, 9370–9381. [Google Scholar] [CrossRef]
  13. Wu, Y.; Fu, Y.; Wang, S. Deep instance segmentation and 6D object pose estimation in cluttered scenes for robotic autonomous grasping. Ind. Robot 2020, 47, 593–606. [Google Scholar] [CrossRef]
  14. Manuelli, L.; Gao, W.; Florence, P.; Tedrake, R. kPAM: KeyPoint affordances for category-level robotic manipulation. arXiv 2019, arXiv:1903.06684. [Google Scholar]
  15. Sun, X.; Xiao, B.; Wei, F.; Liang, S.; Wei, Y. Integral human pose regression. Comput. Sci. 2018, 11210, 536–553. [Google Scholar]
  16. Semochkin, A.N.; Zabihifar, S.; Efimov, A.R. Object grasping and manipulating according to user-defined method using key-points. In Proceedings of the IEEE International Conference on Developments in eSystems Engineering, Kazan, Russia, 7–10 October 2019; pp. 454–459. [Google Scholar]
  17. Vecerik, M.; Regli, J.-B.; Sushkov, O.; Barker, D.; Pevceviciute, R.; Rothörl, T.; Schuster, C.; Hadsell, R.; Agapito, L.; Scholz, J. S3K: Self-Supervised Semantic Keypoints for Robotic Manipulation via Multi-View Consistency. arXiv 2020, arXiv:2009.14711. [Google Scholar]
  18. Newbury, R.; He, K.; Cosgun, A.; Drummond, T. Learning to place objects onto flat surfaces in human-preferred orientations. arXiv 2020, arXiv:2004.00249. [Google Scholar]
  19. Mahler, J.; Liang, J.; Niyaz, S.; Laskey, M.; Doan, R.; Liu, X.; Ojea, J.A.; Goldberg, K. Dex-Net 2.0: Deep learning to plan robust grasps with synthetic point clouds and analytic grasp metrics. Robot. Sci. Syst. 2017, 58–72. [Google Scholar] [CrossRef]
  20. Morrison, D.; Leitner, J.; Corke, P. Closing the loop for robotic grasping: A real-time, generative grasp synthesis approach. Robot. Sci. Syst. 2018, 21–31. [Google Scholar] [CrossRef]
  21. Wada, K.; Okada, K.; Inaba, M. Joint learning of instance and semantic segmentation for robotic pick-and-place with heavy occlusions in clutter. Int. Conf. Robot. Autom. 2019, 9558–9564. [Google Scholar] [CrossRef]
  22. Wan, W.; Igawa, H.; Harada, K.; Onda, H.; Nagata, K.; Yamanobe, N. A regrasp planning component for object reorientation. Autonom. Robot. 2019, 43, 1101–1115. [Google Scholar] [CrossRef]
  23. Wan, W.; Mason, M.T.; Fukui, R.; Kuniyoshi, Y. Improving regrasp algorithms to analyze the utility of work surfaces in a workcell. IEEE Int. Conf. Robot. Autom. 2015, 4326–4333. [Google Scholar] [CrossRef]
  24. Ali, A.; Lee, J.Y. Integrated motion planning for assembly task with part manipulation using re-grasping. Appl. Sci. 2020, 10, 749. [Google Scholar] [CrossRef] [Green Version]
  25. Nguyen, A.; Kanoulas, D.; Caldwell, D.G.; Tsagarakis, N.G. Preparatory object reorientation for task-oriented grasping. In Proceedings of the IEEE International Conference on Intelligent Robots and Systems, Daejeon, Korea, 9–14 October 2016; pp. 893–899. [Google Scholar]
  26. Do, T.T.; Nguyen, A.; Reid, I. AffordanceNet: An end-to-end deep learning approach for object affordance detection. In Proceedings of the IEEE International Conference on Robotics and Automation, Brisbane, QLD, Australia, 21–25 May 2018; pp. 5882–5889. [Google Scholar]
  27. Lai, Y.-C. Task-Oriented Grasping and Tool Manipulation for Dual-Arm Robot (In Chinese). Ph.D. Thesis, Tamkang University, New Taipei City, Taiwan, 2020. [Google Scholar]
  28. Qin, Z.; Fang, K.; Zhu, Y.; Li, F.; Savarese, S. KETO: Learning keypoint representations for tool manipulation. arXiv 2019, arXiv:1910.11977. [Google Scholar]
  29. Shoemake, K. Animating rotation with quaternion curves. In Proceedings of the 12th Annual Conference on Computer Graphics and Interactive Techniques, New York, NY, USA, 22–26 July 1985; pp. 245–254. [Google Scholar]
  30. Long, J.; Shelhamer, E.; Darrell, T. Fully convolutional networks for semantic segmentation. IEEE Conf. Comput. Vis. Pattern Recogn. 2014, 3431–3440. [Google Scholar] [CrossRef] [Green Version]
  31. Chen, L.-C.; Papandreou, G.; Kokkinos, I.; Murphy, K.; Yuille, A.L. DeepLab: Semantic image segmentation with deep convolutional nets, atrous convolution, and fully connected CRFs. IEEE Trans. Pattern Anal. Mach. Intell. 2017, 40, 834–848. [Google Scholar] [CrossRef] [PubMed]
  32. Wong, C.C.; Chien, S.Y.; Feng, H.M.; Aoyama, H. Motion planning for dual-arm robot based on soft actor-critic. IEEE Access. 2021, 9, 26871–26885. [Google Scholar]
  33. Intel® RealSense™ Depth Module D400 Series Custom Calibration; Intel Corporation: Santa Clara, CA, USA, 2018.
Figure 1. System architecture of the proposed manipulation planning method for object re-orientation.
Figure 1. System architecture of the proposed manipulation planning method for object re-orientation.
Sensors 21 02280 g001
Figure 2. Detailed two-stage structure of Mask R-CNN architecture [6].
Figure 2. Detailed two-stage structure of Mask R-CNN architecture [6].
Sensors 21 02280 g002
Figure 3. Examples of atrous convolution [30].
Figure 3. Examples of atrous convolution [30].
Sensors 21 02280 g003
Figure 4. An example of training sample.
Figure 4. An example of training sample.
Sensors 21 02280 g004
Figure 5. Procedure of the proposed data augmentation method.
Figure 5. Procedure of the proposed data augmentation method.
Sensors 21 02280 g005
Figure 6. The schematic diagram of object reorientation.
Figure 6. The schematic diagram of object reorientation.
Sensors 21 02280 g006
Figure 7. Flowchart of robot manipulator operation planning.
Figure 7. Flowchart of robot manipulator operation planning.
Sensors 21 02280 g007
Figure 8. Schematic diagram of two-vector linear interpolation in a two-dimensional plane [32].
Figure 8. Schematic diagram of two-vector linear interpolation in a two-dimensional plane [32].
Sensors 21 02280 g008
Figure 9. Three instruments used in the experiment: (a) laboratory-made 7-DoF manipulator; (b) laboratory-made vacuum suction cup; and (c) Intel® RealSense™ D435 RGB-D camera.
Figure 9. Three instruments used in the experiment: (a) laboratory-made 7-DoF manipulator; (b) laboratory-made vacuum suction cup; and (c) Intel® RealSense™ D435 RGB-D camera.
Sensors 21 02280 g009
Figure 10. Keypoint detection results of PET bottle obtained by the proposed object pose estimation method.
Figure 10. Keypoint detection results of PET bottle obtained by the proposed object pose estimation method.
Sensors 21 02280 g010
Figure 11. Schematic diagram of unit vector calculation results for PET bottle.
Figure 11. Schematic diagram of unit vector calculation results for PET bottle.
Sensors 21 02280 g011
Figure 12. Flow chart of the experiment of the proposed manipulation planning for the object re-orientation.
Figure 12. Flow chart of the experiment of the proposed manipulation planning for the object re-orientation.
Sensors 21 02280 g012
Figure 13. Experimental snapshots of the experiment of the proposed manipulation planning for the object re-orientation.
Figure 13. Experimental snapshots of the experiment of the proposed manipulation planning for the object re-orientation.
Sensors 21 02280 g013
Table 1. Information of data augmentation and network training of Mask R-CNN and CNN-based semantic segmentation.
Table 1. Information of data augmentation and network training of Mask R-CNN and CNN-based semantic segmentation.
ItemMask R-CNNCNN-Based Semantic Segmentation
Backbone networkResNet-101ResNet-101
Number of objects36
Number of random scenes1010
Manually label photos4550
Automatically generate photos40006000
Resolution640 * 480640 * 480
Table 2. Image processing results of three types of obtained by the proposed CNN-based object detection method.
Table 2. Image processing results of three types of obtained by the proposed CNN-based object detection method.
PET BottleCarton DrinkTomato Can
Origin
picture
Sensors 21 02280 i001 Sensors 21 02280 i002 Sensors 21 02280 i003
Output
of Mask
R-CNN
Sensors 21 02280 i004 Sensors 21 02280 i005 Sensors 21 02280 i006
Object
extraction
Sensors 21 02280 i007 Sensors 21 02280 i008 Sensors 21 02280 i009
Output of
CNN-based
Semantic
Segmentation
Sensors 21 02280 i010 Sensors 21 02280 i011 Sensors 21 02280 i012
CRFs-Based
refinement
Sensors 21 02280 i013 Sensors 21 02280 i014 Sensors 21 02280 i015
Table 3. Image processing results of three different pose of the PET bottle obtained by the proposed CNN-based object detection method.
Table 3. Image processing results of three different pose of the PET bottle obtained by the proposed CNN-based object detection method.
PET BottlePET BottlePET Bottle
Origin
picture
Sensors 21 02280 i016 Sensors 21 02280 i017 Sensors 21 02280 i018
Output
of Mask
R-CNN
Sensors 21 02280 i019 Sensors 21 02280 i020 Sensors 21 02280 i021
Object
extraction
Sensors 21 02280 i022 Sensors 21 02280 i023 Sensors 21 02280 i024
Output of
CNN-based
Semantic
Segmentation
Sensors 21 02280 i025 Sensors 21 02280 i026 Sensors 21 02280 i027
CRFs-Based
refinement
Sensors 21 02280 i028 Sensors 21 02280 i029 Sensors 21 02280 i030
Table 4. MAE measures of the 3D keypoint detection system results shown in Figure 10.
Table 4. MAE measures of the 3D keypoint detection system results shown in Figure 10.
MAE ValuePosition Error (cm)Rotation Error (Degree)Total Test Number
δ T x δ T y δ T z δ R x δ R y δ R z N
Figure 10 (left)0.14260.64380.74463.67225.20382.723215
Figure 10 (right)0.12270.52100.68922.87466.16241.990215
Total average0.13270.58240.73193.27345.68312.356730
Table 5. Average processing time in each step of the proposed 3D keypoint detection system.
Table 5. Average processing time in each step of the proposed 3D keypoint detection system.
FunctionMethodProcessing TimeProportion of Time
Visual
Perception
Mask R-CNN0.25814.8%
CNN-Based Semantic Segmentation0.42924.6%
CRFs-Based Refinement (5 iterations)0.99657.1%
Object Pose
Estimation
Keypoint Annotation0.0160.9%
Normal Vector from Point Cloud0.0432.4%
Total Processing Time (in seconds)1.742
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Wong, C.-C.; Yeh, L.-Y.; Liu, C.-C.; Tsai, C.-Y.; Aoyama, H. Manipulation Planning for Object Re-Orientation Based on Semantic Segmentation Keypoint Detection. Sensors 2021, 21, 2280. https://doi.org/10.3390/s21072280

AMA Style

Wong C-C, Yeh L-Y, Liu C-C, Tsai C-Y, Aoyama H. Manipulation Planning for Object Re-Orientation Based on Semantic Segmentation Keypoint Detection. Sensors. 2021; 21(7):2280. https://doi.org/10.3390/s21072280

Chicago/Turabian Style

Wong, Ching-Chang, Li-Yu Yeh, Chih-Cheng Liu, Chi-Yi Tsai, and Hisasuki Aoyama. 2021. "Manipulation Planning for Object Re-Orientation Based on Semantic Segmentation Keypoint Detection" Sensors 21, no. 7: 2280. https://doi.org/10.3390/s21072280

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