<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE article  PUBLIC "-//NLM//DTD Journal Publishing DTD v3.0 20080202//EN" "http://dtd.nlm.nih.gov/publishing/3.0/journalpublishing3.dtd"><article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="3.0" xml:lang="en" article-type="research article"><front><journal-meta><journal-id journal-id-type="publisher-id">JCC</journal-id><journal-title-group><journal-title>Journal of Computer and Communications</journal-title></journal-title-group><issn pub-type="epub">2327-5219</issn><publisher><publisher-name>Scientific Research Publishing</publisher-name></publisher></journal-meta><article-meta><article-id pub-id-type="doi">10.4236/jcc.2018.611011</article-id><article-id pub-id-type="publisher-id">JCC-88547</article-id><article-categories><subj-group subj-group-type="heading"><subject>Articles</subject></subj-group><subj-group subj-group-type="Discipline-v2"><subject>Computer Science&amp;Communications</subject></subj-group></article-categories><title-group><article-title>
 
 
  Point Reg Net: Invariant Features for Point Cloud Registration Using in Image-Guided Radiation Therapy
 
</article-title></title-group><contrib-group><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Zhengfei</surname><given-names>Ma</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Bo</surname><given-names>Liu</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Fugen</surname><given-names>Zhou</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Jingheng</surname><given-names>Chen</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref></contrib></contrib-group><aff id="aff1"><addr-line>Image Processing Center, Beihang University, Beijing, China</addr-line></aff><pub-date pub-type="epub"><day>07</day><month>11</month><year>2018</year></pub-date><volume>06</volume><issue>11</issue><fpage>116</fpage><lpage>125</lpage><history><date date-type="received"><day>25,</day>	<month>September</month>	<year>2018</year></date><date date-type="rev-recd"><day>12,</day>	<month>November</month>	<year>2018</year>	</date><date date-type="accepted"><day>19,</day>	<month>November</month>	<year>2018</year></date></history><permissions><copyright-statement>&#169; Copyright  2014 by authors and Scientific Research Publishing Inc. </copyright-statement><copyright-year>2014</copyright-year><license><license-p>This work is licensed under the Creative Commons Attribution International License (CC BY). http://creativecommons.org/licenses/by/4.0/</license-p></license></permissions><abstract><p>
 
 
  
    In image-guided radiation therapy, extracting features from medical point cloud is the key technique for multimodality registration. This novel framework, denoted Control Point Net (CPN), provides an alternative to the common applications of manually designed keypoint descriptors for coarse point cloud registration. The CPN directly consumes a point cloud, divides it into equally spaced 3D voxels and transforms the points within each voxel into a unified feature representation through voxel feature encoding (VFE) layer. Then all volumetric representations are aggregated by Weighted Extraction Layer which selectively extracts features and synthesize into global descriptors and coordinates of control points. Utilizing global descriptors instead of local features allows the available geometrical data to be better exploited to improve the robustness and precision. Specifically, CPN unifies feature extraction and clustering into a single network, omitting time-consuming feature matching procedure. The algorithm is tested on point cloud datasets generated from CT images. Experiments and comparisons with the state-of-the-art descriptors demonstrate that CPN is highly discriminative, efficient, and robust to noise and density changes. 
  
 
</p></abstract><kwd-group><kwd>Medical Image Registration</kwd><kwd> Point Cloud</kwd><kwd> Deep Learning</kwd><kwd> Invariant Feature</kwd></kwd-group></article-meta></front><body><sec id="s1"><title>1. Introduction</title><sec id="s1_1"><title>1.1. Overview</title><p>A point cloud is a set of unorganized irregular 3D points in a unified coordinate system, capturing 3D spatial information of an object or scenery. 3D point cloud registration refers to a research problem in which two isomorphic point cloud sets are known by coordinates respectively, and an optimal homomorphous transformation between them is remained to be solved. It is a fundamental problem in 3D computer vision. Many applications have been developed including 3D modeling [<xref ref-type="bibr" rid="scirp.88547-ref1">1</xref>] [<xref ref-type="bibr" rid="scirp.88547-ref2">2</xref>], object recognition [<xref ref-type="bibr" rid="scirp.88547-ref3">3</xref>], surface alignment [<xref ref-type="bibr" rid="scirp.88547-ref4">4</xref>] [<xref ref-type="bibr" rid="scirp.88547-ref5">5</xref>] and antonymous driving [<xref ref-type="bibr" rid="scirp.88547-ref6">6</xref>].</p><p>There is no overwhelming solution for this challenging task due to unknown initial positions, noisy raw data, varying point densities, partial loss or overlap, and more unknown difficulties. Generally, current point cloud registration methods can be classified into two categories: iteration-based [<xref ref-type="bibr" rid="scirp.88547-ref7">7</xref>] and feature-based [<xref ref-type="bibr" rid="scirp.88547-ref8">8</xref>] [<xref ref-type="bibr" rid="scirp.88547-ref9">9</xref>] [<xref ref-type="bibr" rid="scirp.88547-ref10">10</xref>]. Iteration-based methods inevitably carry heavy computational load which is unwanted in the scenery of real-time surgery and image-guided radiation therapy.</p><p>In this paper, we focus on the feature-based method in which registration is achieved by extracting features, matching features and generating point-to-point correspondences, which is independent of initial proximity information between coordinate systems. For feature-based methods, local feature descriptors play a core role in feature matching [<xref ref-type="bibr" rid="scirp.88547-ref11">11</xref>]. In general, a good feature descriptor should be highly descriptive, unambiguous, compact and computationally efficient to enable a good matching performance. And the descriptors should also be robust to common noises and adaptive to various modalities, which is a challenging task due to the varieties of nuisances and the point cloud’s irregular format.</p><p>At present, numerous local feature descriptors have been demonstrated [<xref ref-type="bibr" rid="scirp.88547-ref9">9</xref>] [<xref ref-type="bibr" rid="scirp.88547-ref12">12</xref>] [<xref ref-type="bibr" rid="scirp.88547-ref13">13</xref>] [<xref ref-type="bibr" rid="scirp.88547-ref14">14</xref>]. All of these feature descriptors either make use of local geometric statistics (e.g., normal, curvature), or spatial distribution of the neighboring points. For almost planar or spherical surfaces, they either suffer from low descriptiveness, or sensitiveness for surface noise and single outliers, as a result of lack of global topology information. In addition, descriptors derived from mathematical formula doubtfully make fully use of common statistical characteristics of a given dataset.</p><p>In this context, inspired by [<xref ref-type="bibr" rid="scirp.88547-ref15">15</xref>], we conduct a novel type of deep learning network that extracts feature descriptors aiming at dataset of a specific category, which makes it possible to take advantage of characteristics of medical data and its unique statistics distribution. Softmax layer and Max Pooling layer are innovatively modified to be Weighted Extraction Layer (WEL), and are applied to point-wise information. Local features are weighted, synthesized and aggregated into global descriptors as well as coordinates of control points, which are mean coordinates across local subsets of points. Utilizing control points instead of key-points allows the available geometrical data to be better exploited [<xref ref-type="bibr" rid="scirp.88547-ref16">16</xref>], and improves the robustness of registration. The global descriptors and coordinates of control points are internally promising sorted, omitting the time-consuming and error-prone feature matching procedure.</p><p>The contributions of this work are as follows:</p><p>1) We improve the architecture of voxel feature encoding (VFE) layer based on Voxel Net [<xref ref-type="bibr" rid="scirp.88547-ref6">6</xref>], which is suitable for consuming unordered point sets in 3D;</p><p>2) We propose Weighted Extraction Layer (WEL) which selectively synthesizes local features into global descriptors and coordinates of control points;</p><p>3) We show how CPN can be trained to perform 3D registration without point matching procedure;</p></sec><sec id="s1_2"><title>1.2. Related Works</title><p>Registration of pre- and intra-interventional data is one of the enabling technologies for image-guided radiation therapy, radio surgery, and interventional radiology. Different combinations of modalities and dimensionalities, either 3D/2D or 3D/3D, have been studied [<xref ref-type="bibr" rid="scirp.88547-ref17">17</xref>] [<xref ref-type="bibr" rid="scirp.88547-ref18">18</xref>]. However, seldom has application adopted point cloud as format of input data. [<xref ref-type="bibr" rid="scirp.88547-ref19">19</xref>] presents an 2-D/3-D registration based on CNN regression using for image-guided interventions. [<xref ref-type="bibr" rid="scirp.88547-ref16">16</xref>] explores the use of 3D point cloud sensors in medical augmented reality applications.</p><p>On the other side, many studies on general point cloud registration have been conducted, e.g. spin images [<xref ref-type="bibr" rid="scirp.88547-ref12">12</xref>], fast point feature histograms (FPFH) [<xref ref-type="bibr" rid="scirp.88547-ref9">9</xref>], signature of histograms of orientations (SHOT) [<xref ref-type="bibr" rid="scirp.88547-ref13">13</xref>], and rotational projection statistics (RoPS) [<xref ref-type="bibr" rid="scirp.88547-ref14">14</xref>]. [<xref ref-type="bibr" rid="scirp.88547-ref20">20</xref>] proposes local feature statistics histogram (LFSH)feature descriptor, and gives a performance comparison between these features.</p><p>Recent days, point cloud processing based on deep learning has become research focus. [<xref ref-type="bibr" rid="scirp.88547-ref21">21</xref>] provides a classic unified architecture for unordered point cloud classification, segmentation, and semantic parsing. [<xref ref-type="bibr" rid="scirp.88547-ref6">6</xref>] unifies feature extraction and bounding box prediction into a single end-to-end trainable deep network. [<xref ref-type="bibr" rid="scirp.88547-ref15">15</xref>] represents latest progress of deep-learning-based algorithm for point cloud registration. It encodes local 3D geometric structures into super-points using unsupervised auto-encoder. However, a matching procedure and a fine-tuning stage must be performed before transformation estimation.</p></sec></sec><sec id="s2"><title>2. Algorithm Principle</title><p>The CPN takes as input two point clouds which are similar in shape by different in local coordinates, extracting local features per voxel, then synthesizes them into coordinates of control points. One group of control points paired with one point cloud, representing its position and pose. The global descriptors and coordinates of control points are internally promising sorted, therefore transformation estimation with RANSAC can be immediately applied without feature matching procedure. The number of control points M is fixed regardless of point cloud size. Currently we set M = 64 .</p><sec id="s2_1"><title>2.1. Control Point Net Architecture</title><p>The proposed CPN consists the following layers or functional blocks:</p><p>1) Data Grouping, in which the 3D space is equally subdivided into cubic voxels, points are grouped according to the voxel they reside in;</p><p>2) Random Sampling, in which fixed number inside each voxel are randomly selected;</p><p>3) Voxel Feature Encoding (VFE) Layers, in which point-wise features and locally aggregated feature are combined to learn descriptive shape;</p><p>4) Multiple Fully Connected Layers, in which each point-wise feature are aggregated within a middle layer, then packed up into a fixed-length feature vector;</p><p>5) Weighted Extraction Layer, in which feature vectors in a same voxel are first normalized by softmax arithmetic along elements, then synthesized to be the feature vector of this voxel. Same operations apply to coordinate. Finally, features and coordinates extracted from all voxels are maxpooled along elements and the global descriptors and super-point coordinates are generated. The architecture of CPN is illustrated in <xref ref-type="fig" rid="fig1">Figure 1</xref>.</p></sec><sec id="s2_2"><title>2.2. Data Grouping and VFE</title><p>These blocks are designed based on operations in [<xref ref-type="bibr" rid="scirp.88547-ref6">6</xref>], aiming to extract and learn descriptive shape information from local point distribution. Points are subdivided and grouped along Z, Y, X respectively into voxels. Points with highly variable density throughout different voxels are randomly sampled to keep a fixed number T.</p><p>As shown in <xref ref-type="fig" rid="fig2">Figure 2</xref>, the architecture of VFE Layer consists of a point-wise shared fully connected layer, an element-wise maxpooling layer, and a doubled point-wise concatenated feature vector as output.</p><p>The inputs of VFE-1 is</p><p>V = { p i = [ x i , y i , z i , x i − c x , y i − c y , z i − c z ] ∈ ℜ 6 }</p><p>where the centroid of points in each voxel is denoted as ( c x , c y , c z ) .</p><p>The inputs of VFE-2 are the outputs of VFE-1.</p></sec><sec id="s2_3"><title>2.3. Multiple Fully Connected Layers</title><p>We design a 3-layer fully connected network, with Batch Normalization and ReLU applied sequentially. All layers are operated on point-wise feature generated from VFE-2 layer. Layers share same weights for all points.</p></sec><sec id="s2_4"><title>2.4. Weighted Extraction Layer</title><p>In order to weight and synthesize point-wise information, softmax arithmetic on point-wise features and coordinates in same voxel is first applied.</p><p>Let F k t i = { { f i } 1... T } 1... K be the inputs of softmax block, where T is the number of points in a voxel, K is the number of non-empty voxels. { f i } i = 1.... M is the feature vector generated from Fully Connected Layers, where M is output dimension.</p><p>Let P k t = { { ( x , y , z ) } 1... T } 1... K be the coordinates of points in point cloud.</p><p>Q ˜ k i = ∑ t = 1 T S o f t M a x t ( F k t i ) &#183; F k t i (1)</p><p>P ˜ k i = ∑ t = 1 T S o f t M a x t ( F k t i ) &#183; ( P k t ) (2)</p><p>are the voxel-wise softmax feature vectors and coordinate vectors, where the definition of softmax arithmetic is</p><p>S o f t M a x t ( X t ) = e X t ∑ t e X t (3)</p><p>Then feature vectors and coordinate vectors are extracted from all voxels are maxpooled into global descriptors and control points</p><p>Q ^ i = M a x k Q ˜ k i (4)</p><p>P ^ i = P ˜ k ' i (5)</p><p>where k ' in (5) is paired with k in (4) (<xref ref-type="fig" rid="fig3">Figure 3</xref>).</p></sec><sec id="s2_5"><title>2.5. Loss Function</title><p>CPN is designed to extract features for registration. In order to achieve minimum registration error, the coordinates of control points should be invariant under the point cloud coordinate system. Thus for every sample in dataset, we define loss function as</p><p>l o s s = ∑ i ‖ P ^ A i − H ⋅ P ^ B i ‖ (5)</p><p>where H is rigid transformation matrix that projects corresponding points from one point cloud onto another. { P ^ i } are coordinates of control points generated from CPN. The L1-Norm is preferred to utilize robustness upon existence of outlier points.</p></sec></sec><sec id="s3"><title>3. Experimental</title><sec id="s3_1"><title>3.1. Dataset</title><p>We’re mostly interested in the application on medical scenery such as real-time surgery or image-guided radiation therapy. Thus we establish a medical point cloud dataset using for both training and evaluating. The raw data are download from The Cancer Imaging Archive (TCIA) [<xref ref-type="bibr" rid="scirp.88547-ref22">22</xref>]. Collections of CT scans for lung cancer (National Lung Screening Trial, LCTSC, NSCLC-Radiomics) are adopted. All point clouds are extracted from CT images by edge detection along Z-axis positive direction. The intensity threshold is set to −250, which effectively detects the surface of skin. On average, 40,000 points can be extracted from a series of CT images and aggregated into a point cloud sample. Samples that have too few points are dropped. Samples that have too many points are down-sampled. All samples are cropped into a same 3D size, 40 cm &#215; 40 cm &#215; 40 cm, and the mass centers are translated into origin of coordinates. In total, we prepared 1000 samples for training and 100 for evaluating.</p><p>Labels are homograph transforms H whose rotation part is generated as a uniform distribution in ℜ 3 , and translation part is a uniform distribution between (−5 cm, 5 cm). Every training sample is composed of two identical point clouds, and can be transformed from one to another by homograph H (<xref ref-type="fig" rid="fig4">Figure 4</xref>).</p><p>With only 1000 training sample, training our network from scratch will undoubtedly suffer from overfitting. We introduce three kinds of data augmentation techniques to relieve this tendency, including jitter on points, scaling on points, and jitter on transform H . The augmentations are all done on-the-fly by GPU without being stored on disk.</p></sec><sec id="s3_2"><title>3.2. Experimental Setup</title><p>All experiments are conducted under Intel Corel i7-5960X, 32.0GB RAM, NVIDIA GeForce GTX1080Ti, Windows 7 SP1. The development environment is Tensorflow 1.2.0, Python 3.6.0.</p><p>The voxel size is a tradeoff parameter between precision and speed. It’s also a</p><p>bound between local details and global coverage. Currently we adopt 10 &#215; 10 &#215; 10 as the size of grid.</p></sec><sec id="s3_3"><title>3.3. Evaluation and Analysis</title><p>For quantitative analysis of the correspondences, we use percentage of success correspondences [<xref ref-type="bibr" rid="scirp.88547-ref22">22</xref>]. When the transformation error e = ‖ P ^ A i − H ⋅ P ^ B i ‖ is below a predefined threshold (we used 1 cm), the registration result is marked “success”. The smaller the RMSE, the better the two point clouds are aligned. The output of CPN can be used to calculate success correspondences directly. In contrast, for classic feature extractors, a matching algorithm should be first applied to obtain feasible correspondences between P ^ A and P ^ B . We evaluated the performance on testing dataset with Gaussian noise (standard deviation = 1 mm). The comparison results are shown in <xref ref-type="table" rid="table1">Table 1</xref>. Parameters for classic feature descriptors are set as <xref ref-type="table" rid="table2">Table 2</xref>.</p><p><xref ref-type="table" rid="table1">Table 1</xref> suggests that CPN outperforms all classic descriptors in the percentage of success correspondences (71.4%) and achieves a promising matching result.</p><p>The time efficiency comparison is illustrated in <xref ref-type="table" rid="table3">Table 3</xref>. All operations in CPN except the data grouping and sampling blocks are regular and dense, enabling the acceleration by GPU in a parallel manner. One can see that our CPN is superior to other descriptors in time efficiency. FPFH and SHOT descriptors are faster than the PFH descriptor by approximately an order of magnitude. In addition, the time for RANSAC matching should not be neglected.</p><p>To verify the effectiveness and robustness of the registration algorithm under nuisances, we apply modifications on test data including: randomly moving 5% - 30% of the points a uniformly distributed distance of up to 5 mm; randomly removing 5% - 30% of the points to test sensitivity to the density change.</p><p><xref ref-type="fig" rid="fig5">Figure 5</xref>(a) and <xref ref-type="fig" rid="fig5">Figure 5</xref>(b) summarize the results. All descriptors can keep a relative high percentage of success correspondences under low-level noise or tiny change of density. The CPN always performs better compared with classic descriptors. However, the performance of CPN drops quickly when more points are removed. Even in challenging case with 30% points removed, our network is still workable and gives an acceptable percentage of success.</p><table-wrap id="table1" ><label><xref ref-type="table" rid="table1">Table 1</xref></label><caption><title> Performance comparison (Averaged)</title></caption><table><tbody><thead><tr><th align="center" valign="middle" >Criteria</th><th align="center" valign="middle" >CPN</th><th align="center" valign="middle" >Spin image</th><th align="center" valign="middle" >PFH</th><th align="center" valign="middle" >FPFH</th><th align="center" valign="middle" >SHOT</th></tr></thead><tr><td align="center" valign="middle" >NC</td><td align="center" valign="middle" >64</td><td align="center" valign="middle" >451</td><td align="center" valign="middle" >295</td><td align="center" valign="middle" >210</td><td align="center" valign="middle" >410</td></tr><tr><td align="center" valign="middle" >PSC</td><td align="center" valign="middle" >71.4%</td><td align="center" valign="middle" >23.1%</td><td align="center" valign="middle" >28.4%</td><td align="center" valign="middle" >19.7%</td><td align="center" valign="middle" >35.5%</td></tr></tbody></table></table-wrap><p>a. NC denotes the number of correspondences. For CPN, all super-point coordinates are regarded as correspondences; b. PSC represents the percentage of success correspondences.</p><table-wrap id="table2" ><label><xref ref-type="table" rid="table2">Table 2</xref></label><caption><title> Parameter settings</title></caption><table><tbody><thead><tr><th align="center" valign="middle" ></th><th align="center" valign="middle" >Spin image</th><th align="center" valign="middle" >PFH</th><th align="center" valign="middle" >FPFH</th><th align="center" valign="middle" >SHOT</th></tr></thead><tr><td align="center" valign="middle" >Search radius (%)</td><td align="center" valign="middle" >-</td><td align="center" valign="middle" >13</td><td align="center" valign="middle" >13</td><td align="center" valign="middle" >13</td></tr><tr><td align="center" valign="middle" >Support angle (degree)</td><td align="center" valign="middle" >60</td><td align="center" valign="middle" >-</td><td align="center" valign="middle" >-</td><td align="center" valign="middle" >-</td></tr><tr><td align="center" valign="middle" >Dimensionality</td><td align="center" valign="middle" >15 &#215; 15</td><td align="center" valign="middle" >5 &#215; 5 &#215; 5</td><td align="center" valign="middle" >3x11</td><td align="center" valign="middle" >8 &#215; 2 &#215; 2 &#215; 10</td></tr><tr><td align="center" valign="middle" >length</td><td align="center" valign="middle" >225</td><td align="center" valign="middle" >125</td><td align="center" valign="middle" >33</td><td align="center" valign="middle" >320</td></tr></tbody></table></table-wrap><table-wrap id="table3" ><label><xref ref-type="table" rid="table3">Table 3</xref></label><caption><title> Time efficiency (Averaged)</title></caption><table><tbody><thead><tr><th align="center" valign="middle" >Criteria</th><th align="center" valign="middle" >CPN</th><th align="center" valign="middle" >Spin image</th><th align="center" valign="middle" >PFH</th><th align="center" valign="middle" >FPFH</th><th align="center" valign="middle" >SHOT</th></tr></thead><tr><td align="center" valign="middle" >Extraction</td><td align="center" valign="middle"  rowspan="2"  >1.7s</td><td align="center" valign="middle" >83s</td><td align="center" valign="middle" >280s</td><td align="center" valign="middle" >14s</td><td align="center" valign="middle" >19s</td></tr><tr><td align="center" valign="middle" >Matching</td><td align="center" valign="middle" >26s</td><td align="center" valign="middle" >14s</td><td align="center" valign="middle" >6s</td><td align="center" valign="middle" >22s</td></tr></tbody></table></table-wrap><p>a. CPN is accelerated by GPU. Classic features and RANSAC matching run on single CPU.</p></sec></sec><sec id="s4"><title>4. Conclusions</title><p>This paper presented CPN, an innovative network that extracts feature descriptors and control points for medical point cloud registration. The CPN deals with the challenges of extracting robust and unambiguous point cloud features and achieve great improvement over state-of-art algorithms.</p><p>A possible explanation why CPN outperforms classic feature descriptors is that the training stage makes it possible for network to utilize a certain assumption on input data statistical characteristics and distribution.</p><p>A possible explanation why CPN is much faster than classic feature descriptors is that the architecture of CPN is easily accelerated by parallel computational architecture. While it includes an offline training stage, the online stages can be implemented efficiently in parallel, making it suitable for serving real-time applications</p><p>In future work, we intend to adapt this approach for scalable size of voxel. Another interesting direction is to design a multi-scale version of CPN, similarly as Point Net++ [<xref ref-type="bibr" rid="scirp.88547-ref23">23</xref>].</p></sec><sec id="s5"><title>Acknowledgements</title><p>This work was supported by the National Natural Science Foundation of China (61601012).</p></sec><sec id="s6"><title>Conflicts of Interest</title><p>The authors declare no conflicts of interest regarding the publication of this paper.</p></sec><sec id="s7"><title>Cite this paper</title><p>Ma, Z.F., Liu, B., Zhou, F.G. and Chen, J.H. (2018) Point Reg Net: Invariant Features for Point Cloud Registration Using in Image-Guided Radiation Therapy. Journal of Computer and Communications, 6, 116-125. https://doi.org/10.4236/jcc.2018.611011</p></sec></body><back><ref-list><title>References</title><ref id="scirp.88547-ref1"><label>1</label><mixed-citation publication-type="other" xlink:type="simple">Lowe, D.G. (2004) Distinctive Image Features from Scale-Invariant Keypoints. International Journal of Computer Vision, 60, 91-110.  
https://doi.org/10.1023/B:VISI.0000029664.99615.94</mixed-citation></ref><ref id="scirp.88547-ref2"><label>2</label><mixed-citation publication-type="other" xlink:type="simple">Lu, K., Wang, Q., Xue, J. and Pan, W. (2014) 3d Model Retrieval and Classification by Semi-Supervised Learning with Content-Based Similarity. Information Sciences: An International Journal, 281, 703-713. https://doi.org/10.1016/j.ins.2014.03.079</mixed-citation></ref><ref id="scirp.88547-ref3"><label>3</label><mixed-citation publication-type="other" xlink:type="simple">Guo, Y., Sohel, F., Bennamoun, M., Wan, J. and Lu, M. (2015) A Novel Local Surface Feature for 3d Object Recognition under Clutter and Occlusion. Information Sciences, 293, 196-213. https://doi.org/10.1016/j.ins.2014.09.015</mixed-citation></ref><ref id="scirp.88547-ref4"><label>4</label><mixed-citation publication-type="other" xlink:type="simple">Albarelli, A., Rodolà, E. and Torsello, A. (2015) Fast and Accurate Surface Alignment through an Isometry-Enforcing Game. Pattern Recognition, 48, 2209-2226.  
https://doi.org/10.1016/j.patcog.2015.01.020</mixed-citation></ref><ref id="scirp.88547-ref5"><label>5</label><mixed-citation publication-type="other" xlink:type="simple">Gong, M., Wu, Y., Cai, Q., Ma, W., Qin, A.K., Wang, Z., et al. (2016) Discrete Particle Swarm Optimization for High-Order Graph Matching. Information Sciences: An International Journal, 328, 158-171. https://doi.org/10.1016/j.ins.2015.08.038</mixed-citation></ref><ref id="scirp.88547-ref6"><label>6</label><mixed-citation publication-type="other" xlink:type="simple">Zhou, Y. and Tuzel, O. (2017) Voxelnet: End-to-End Learning for Point Cloud Based 3d Object Detection.</mixed-citation></ref><ref id="scirp.88547-ref7"><label>7</label><mixed-citation publication-type="other" xlink:type="simple">Chen, C.S., Hung, Y.P. and Cheng, J.B. (2002) Ransac-Based Darces: A New Approach to Fast Automatic Registration of Partially Overlapping Range Images. IEEE Transactions on Pattern Analysis &amp; Machine Intelligence, 21, 1229-1234.  
https://doi.org/10.1109/34.809117</mixed-citation></ref><ref id="scirp.88547-ref8"><label>8</label><mixed-citation publication-type="other" xlink:type="simple">Guo, Y., Sohel, F., Bennamoun, M., Wan, J. and Lu, M. (2014) An Accurate and Robust Range Image Registration Algorithm for 3d Object Modeling. IEEE Transactions on Multimedia, 16, 1377-1390. https://doi.org/10.1109/TMM.2014.2316145</mixed-citation></ref><ref id="scirp.88547-ref9"><label>9</label><mixed-citation publication-type="other" xlink:type="simple">Rusu, R.B., Blodow, N. and Beetz, M. (2009) Fast Point Feature Histograms (FPFH) for 3D Registration. IEEE International Conference on Robotics and Automation, IEEE Press, 1848-1853. https://doi.org/10.1109/ROBOT.2009.5152473</mixed-citation></ref><ref id="scirp.88547-ref10"><label>10</label><mixed-citation publication-type="other" xlink:type="simple">Wyngaerd, J.V., Koch, R., Proesmans, M. and Gool, L.V. (1999) Invariant-Based Registration of Surface Patches. The Proceedings of the Seventh IEEE International Conference on Computer Vision, 1, 301-306.  
https://doi.org/10.1109/ICCV.1999.791234</mixed-citation></ref><ref id="scirp.88547-ref11"><label>11</label><mixed-citation publication-type="other" xlink:type="simple">Guo, Y., Bennamoun, M., Sohel, F., Lu, M., Wan, J. and Kwok, N.M. (2016) A Comprehensive Performance Evaluation of 3d Local Feature Descriptors. International Journal of Computer Vision, 116, 66-89.  
https://doi.org/10.1007/s11263-015-0824-y</mixed-citation></ref><ref id="scirp.88547-ref12"><label>12</label><mixed-citation publication-type="other" xlink:type="simple">Johnson, A.E. and Hebert, M. (1998) Surface Matching for Object Recognition in Complex Three-Dimensional Scenes. Image &amp; Vision Computing, 16, 635-651.  
https://doi.org/10.1016/S0262-8856(98)00074-2</mixed-citation></ref><ref id="scirp.88547-ref13"><label>13</label><mixed-citation publication-type="other" xlink:type="simple">Tombari, F., Salti, S. and Stefano, L.D. (2010) Unique Signatures of Histograms for Local Surface Description. European Conference on Computer Vision Conference on Computer Vision, 6313, 356-369. https://doi.org/10.1007/978-3-642-15558-1_26</mixed-citation></ref><ref id="scirp.88547-ref14"><label>14</label><mixed-citation publication-type="other" xlink:type="simple">Lu, M., Wan, J.W., Guo, Y.L., et al. (2013) Rotational Projection Statistics for 3d Local Surface Description and Object Recognition. International Journal of Computer Vision, 105, 63-86. https://doi.org/10.1007/s11263-013-0627-y</mixed-citation></ref><ref id="scirp.88547-ref15"><label>15</label><mixed-citation publication-type="other" xlink:type="simple">Elbaz, G., Avraham, T. and Fischer, A. (2017) 3D Point Cloud Registration for Localization Using a Deep Neural Network Auto-Encoder. Computer Vision and Pattern Recognition, 2472-2481.</mixed-citation></ref><ref id="scirp.88547-ref16"><label>16</label><mixed-citation publication-type="other" xlink:type="simple">Placitelli, A.P. and Gallo, L. (2011) 3D Point Cloud Sensors for Low-Cost Medical In-Situ Visualization. IEEE International Conference on Bi-oinformatics and Biomedicine Workshops, 596-597. https://doi.org/10.1109/BIBMW.2011.6112435</mixed-citation></ref><ref id="scirp.88547-ref17"><label>17</label><mixed-citation publication-type="other" xlink:type="simple">Markelj, P., Tomazevic, D., Likar, B. and Pernus, F. (2012) A Review of 3d/2d Registration Methods for Image-Guided Interventions. Medical Image Analysis, 16, 642-661. https://doi.org/10.1016/j.media.2010.03.005</mixed-citation></ref><ref id="scirp.88547-ref18"><label>18</label><mixed-citation publication-type="other" xlink:type="simple">Shams, R., Sadeghi, P., Kennedy, R.A. and Hartley, R.I. (2010) A Survey of Medical Image Registration on Multicore and the Gpu. Signal Processing Magazine IEEE, 27, 50-60. https://doi.org/10.1109/MSP.2009.935387</mixed-citation></ref><ref id="scirp.88547-ref19"><label>19</label><mixed-citation publication-type="other" xlink:type="simple">Miao, S., Wang, Z.J. and Liao, R. (2016) A Cnn Regression Approach for Real-Time 2d/3d Registration. IEEE Transactions on Medical Imaging, 35, 1352-1363.  
https://doi.org/10.1109/TMI.2016.2521800</mixed-citation></ref><ref id="scirp.88547-ref20"><label>20</label><mixed-citation publication-type="other" xlink:type="simple">Yang, J., Cao, Z. and Zhang, Q. (2016) A Fast and Robust Local Descriptor for 3d Point Cloud Registration. Information Sciences, 346-347, 163-179.  
https://doi.org/10.1016/j.ins.2016.01.095</mixed-citation></ref><ref id="scirp.88547-ref21"><label>21</label><mixed-citation publication-type="other" xlink:type="simple">Charles, R.Q., Su, H., Mo, K. and Guibas, L.J. (2017) PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation. IEEE Conference on Computer Vision and Pattern Recognition, 77-85. https://doi.org/10.1109/CVPR.2017.16</mixed-citation></ref><ref id="scirp.88547-ref22"><label>22</label><mixed-citation publication-type="other" xlink:type="simple">The Cancer Imaging Archive. http://www.cancerimagingarchive.net/</mixed-citation></ref><ref id="scirp.88547-ref23"><label>23</label><mixed-citation publication-type="other" xlink:type="simple">Qi, C.R., Yi, L., Su, H. and Guibas, L.J. (2017) Pointnet++: Deep Hierarchical Feature Learning on Point Sets in a Metric Space.</mixed-citation></ref></ref-list></back></article>