Next Article in Journal
A Hyperspectral Image Classification Method Based on Multi-Discriminator Generative Adversarial Networks
Next Article in Special Issue
PARSUC: A Parallel Subsampling-Based Method for Clustering Remote Sensing Big Data
Previous Article in Journal
Crowdsourced Traffic Event Detection and Source Reputation Assessment Using Smart Contracts
Previous Article in Special Issue
An Approach for the Customized High-Dimensional Segmentation of Remote Sensing Hyperspectral Images
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

3D Convex Hull-Based Registration Method for Point Cloud Watermark Extraction

Faculty of Electrical Engineering and Computer Science, University of Maribor, Koroška Cesta 46, SI-2000 Maribor, Slovenia
*
Author to whom correspondence should be addressed.
Sensors 2019, 19(15), 3268; https://doi.org/10.3390/s19153268
Submission received: 28 June 2019 / Revised: 22 July 2019 / Accepted: 23 July 2019 / Published: 25 July 2019
(This article belongs to the Special Issue Computational Intelligence in Remote Sensing)

Abstract

:
Most 3D point cloud watermarking techniques apply Principal Component Analysis (PCA) to protect the watermark against affine transformation attacks. Unfortunately, they fail in the case of cropping and random point removal attacks. In this work, an alternative approach is proposed that solves these issues efficiently. A point cloud registration technique is developed, based on a 3D convex hull. The scale and the initial rigid affine transformation between the watermarked and the original point cloud can be estimated in this way to obtain a coarse point cloud registration. An iterative closest point algorithm is performed after that to align the attacked watermarked point cloud to the original one completely. The watermark can then be extracted from the watermarked point cloud easily. The extensive experiments confirmed that the proposed approach resists the affine transformation, cropping, random point removal, and various combinations of these attacks. The most dangerous is an attack with noise that can be handled only to some extent. However, this issue is common to the other state-of-the-art approaches.

1. Introduction

Presently, digital data are exchanging through the networks intensively, and are, in this way, exposed to various attacks. A small piece of additional information, i.e., a watermark, can be embedded within the data to identify their origin. Different approaches for watermarking of various digital multimedia data types, including images, audio, and video, were proposed in the past [1,2,3]. The watermark can be embedded in the spatial (for example, changing the grey levels of some pixels on the image) or frequency domains, where different transformations are applied, such as, for example, the discrete cosine or discrete wavelet transformations. The obtained coefficients of the transformed data can then be watermarked in the latest case. With the wide accessibility of 3D scanning devices [4,5], a huge amount of discrete points (i.e.,point clouds), acquired from the surfaces of 3D objects, are currently obtained easily. Their applicability is in various areas, such as, for example, cultural heritage [6,7,8], civil engineering [9,10], architecture [11,12,13], mechanical engineering [14,15], 3D simulation and animation [16,17,18], and indoor navigation [19,20,21]. There is, therefore, also a need to watermark the point cloud data. Unfortunately, the actual point cloud watermarking methods do not address all possible watermark attacks adequately. For example, because they use Principal Component Analysis (PCA) [22], they cannot protect the watermarked point clouds against cropping and random removal attacks.
A novel approach for point cloud watermarking is presented in this paper. It uses a new registration procedure, based on a 3D convex hull, applied before extraction of the watermark. This registration method determines the proper scale and alignment between the watermarked (possibly cropped and/or otherwise attacked) and the original point cloud. Consequently, the Principal Component Analysis (PCA) is not needed during the watermark process anymore.
The paper is organised as follows: Section 2 overviews related works. Section 3 introduces the proposed approach. The experimental results are given and discussed in Section 4. The paper is concluded in Section 5.

2. Previous and Related Works

Despite the wide applicability of point clouds, their watermarking has not been studied intensively. Principal Component Analysis (PCA) has been applied mostly to withstand affine transformation attacks [3,22,23]. Cotting et al. obtained surface patches by a fast hierarchical clustering algorithm and PCA [24]. After that, the surface patches are transformed into discrete frequency bands by applying the approximate Laplacian operator. The watermark was then embedded into their low-frequency components. Wang et al. also applied the PCA [25]. The points in the transformed coordinate system are then sorted for each axis to form intervals, which embed positions. The watermark was embedded by changing the point coordinates using a secret key. Ke et al. employed an octree and PCA to partition a 3D surface into patches [26]. Then, a patch chain was built to perform a similarity measure between them. The watermark was embedded into the average local vector of every similar patch. Agarwal and Prabhakaran considered these PCA-based approaches, and figured out that they are very vulnerable to cropping attacks [27]. Thus, they developed a new approach that constructs a cluster-tree by using the nearest neighbour heuristic. They applied an extended 3D quantization index modulation [28] to embed a watermark inside a cluster that consisted of at least three points: An encoding point, a head point, and a reference point. Unfortunately, their method depends on the mutual relations and the distances between the cluster points. If any point that defines the cluster, is removed or, for example, the point is not correctly identified as the header point, the watermark information cannot be extracted from that cluster. Therefore, Agarwal and Prabhakaran admitted that their method is not robust against simplification and cropping attacks. Luo et al. constructed clusters of eight 3D points around a randomly chosen vertex [29]. The coordinates of the points in each cluster were then used as an input to the Discrete Cosine Transformation (DCT) [30]. A watermark was inserted in the last DCT coefficients. Modified coefficients were then transformed inversely into coordinates in the spatial domain. Their method is vulnerable to any cluster modifications, such as a rearrangement of the points, and a point removal attack. However, the authors did consider how their method handles affine transformations and cropping attacks. As their method constructs the cluster of the closest points around a randomly selected vertex, it is unlikely that the clusters can be preserved when a random point removal and cropping attacks occur. Moreover, it is not clear how arbitrarily chosen vertexes are selected identically at a point removal and cropping attacks. They did not apply any registration of both point clouds. Thus, the affine transformations are not supported. Rames et al. presented a fragile fractal scheme for watermarking of LiDAR data, which can handle a huge number of points [31]. Their method incorporates computationally intensive operations and is not robust to attacks. The approach applies a General-Purpose Graphics Processing Unit (GPGPU) that was used to find similar fractal patterns. Recently, another fragile data hiding scheme was proposed by Itier and Puech [32]. Unfortunately, it has low robustness against attacks that can change the way of a Hamiltonian path that was constructed and used in data hiding. Table 1 summarises the level of robustness against various attacks.
Alternative approaches have been considered, because the PCA-based approaches cannot handle cropping and random removal attacks. The Iterative Closest Point algorithm (ICP) and its variants are registration techniques that could estimate rigid transformation, such as a translation and a rotation between the source and the target point cloud [33,34,35]. However, it is still a challenging task to estimate a non-rigid transformation (the simplest among them is scaling). A comprehensive survey on these topics can be found in [36]. Moreover, the ICP algorithms depend on a good introductory alignment to achieve accurate convergence to the global minimum. Thus, various approaches were proposed for the initial coarse alignment [37,38,39,40,41]. Unfortunately, these approaches still have difficulties with non-rigid transformation estimation, such as scaling. Only a few recent works consider this type of transformation. Mellado et. al. proposed a relative scale estimation and 3D registration of multi-modal geometry using growing least square that can handle situations with 3D models with different sampling densities, scale, and various levels of noise [42]. Their method supports both a semi-automatic scale estimation (the user needs to specify a scale range and a pair of corresponding points), and an automatic approach by selecting seeds and finding correspondences between them. In the final stage, a random sample consensus (RANSAC) is applied to estimate the relative scale and initial alignment [43]. Recently, Fan et al. proposed a registration approach that applies a 3D convex hull [44]. They tried to find the similarity transformation by determining a translation vector, a rotation matrix and a scaling factor. The best transformation is determined by a randomly selected triangle from the source convex hull and a triangle on the target convex hull by applying RANSAC. The same authors extended their work, and projected the cloud points onto the reference plane and then performed matching [45]. None of the above methods are used in the watermarking of a 3D point cloud. Thus, we are not convinced that they can handle different attacks properly, especially the cropping attacks. A more robust approach is needed that can handle the point clouds damaged by various attacks. Thus, we propose an improved registration method used in the process of watermark extraction, which also applies a 3D convex hull to determine the initial scaling factor between the watermarked (possibly attacked) and the original point clouds.

3. The Proposed 3D Point Registration Method

The main contribution of this paper is a new registration method for a relative scale estimation using a 3D convex hull in the process of the watermark extraction from a point cloud [46,47]. The main motivation was to overcome the main disadvantage of methods using the RANSAC algorithm and its variants. Namely, RANSAC is an iterative algorithm, operating on all points from the point cloud. The points are unstructured and, therefore, difficult for the registration. The number of geometric entities were reduced and the structured entity (i.e., the 3D convex hull) is obtained, which is more suitable for the registration. The proposed approach is an extension of our method for watermarking of georeferenced airborne LiDAR data [48], which does not consider the affine transformation attacks, because these types of attacks are meaningless for LiDAR data. On the contrary, the presented extension works on point clouds in general, and can handle affine transformation, cropping, and random removal attacks. In the continuation, a brief overview of the method for watermarking georeferenced airborne LiDAR data is given in the next subsection [48]. After that, the new registration method for watermark extraction from the point cloud is explained in detail.

3.1. An Overview of LiDAR Data Watermarking

The watermarking methods consist of two weakly coupled tasks: Watermark embedding and watermark extraction.
  • Watermark embedding. The watermark embedding defines randomly distributed marker areas, firstly on the X Y -plane (see Figure 1). Then, the X and Y coordinates of the points within these areas are modified slightly as follows: Each marker area is divided further into smaller circular parts. The distances between the centroids of the points within the circular parts and the centres of the circular parts are calculated and used as an input vector to Discrete Cosine Transformation (DCT) [30]. The last DCT-coefficient is modified, and the Inverse Discrete Cosine Transformation (IDCT) is performed. In this way, the modified vector of distances is obtained, and it is used for small disturbances of the centroids. Finally, the coordinates of the LiDAR points are modified slightly to match the new centroid positions (details of the approach are given in [48]).
  • Watermark extraction. The watermark extraction from the LiDAR point cloud is performed identically to the watermarking, except for the last step [48]. The marker areas are determined first. Then, the distances are calculated, and the vector of the DCT-coefficients is built. Finally, the last DCT-coefficient is checked to determine the value of the embedded watermark bit. The process continues for all marker locations to construct the whole watermark [48].

3.2. Point Cloud Watermarking

Contrary to the georeferenced LiDAR points, point clouds, consisting of points scanned from the surfaces of 3D models, can be positioned, scaled, and oriented in many different ways. This is the reason watermarking of such point clouds differs from the LiDAR point clouds’ watermarking. In the continuation of the paper, the original point cloud is denoted as I, while the possibly attacked point cloud as W A .
Watermark Embedding
The watermark embedding process should change the coordinates of the points by the same amount regardless of the point cloud size. The input point cloud is normalised first; it is scaled proportionally to map its height between the values 1.0 and 1.0 (see Figure 2). The so-called normalised point cloud I N is obtained from I in such a way. The bounding box of I is needed only in this step. The normalization of the watermarked, and possible attacked point cloud, is not needed in the process of the point cloud registration. The proposed registration approach is based on the scale ratios between identified triangles of the source and target convex-hulls, as explained in the continuation. The same watermark embedding process is then performed, as described briefly in Section 3.1.
Watermark Extraction
The first step of the watermark extraction from W A is its registration. However, before the registration, W A is cleaned of possible outliers. In our case, the statistical outlier removal algorithm was applied from the Point Cloud Library (PCL) [49,50].

3.3. Convex Hull Point Cloud Registration

The convex hull of a set I of points in Euclidean space is the smallest convex set that contains I [51]. There are various algorithms for constructing convex hulls. In our approach, the Quickhull [46] has been used for I and W A . Let H W (the source convex-hull) and H I (the target convex-hull) be convex hulls of W A and I N , correspondingly. The surface of a 3D convex hull consists of triangles and, therefore, T W = { t i } denotes a set of triangles of H W , and T I = { t j } a set of triangles of H I . The registration algorithm attempts to find the pairs of corresponding triangles from T W and T I , i.e., t i t j . If a matching pair of triangles is found, the appropriate scale factor (i.e., the needed affine transformation) can be calculated easily. Unfortunately, various attacks can change H W considerably. Consequently, the number of triangles in both sets can be different, i.e., | T I | | T W | , and the best matching triangles are difficult to identify. Even worse, as explained later, a triangle from T W can have multiple matches with triangles from T I . However, if W A and I N are similar to some extent, there should be enough corresponding triangles among T I and T W that the scale and the rigid affine transformation can be estimated. These are then applied to W A for its alignment with I N . An Iterative Closest Point algorithm (ICP) was applied for this task  [33,34,35].
Relative Scale Estimation
The areas A i and A j of each triangle t i and t j are calculated first. The triangles of each convex hull are then sorted separately in decreasing order of their areas, and, after that, compared by examining the edge ratios. However, small triangles are not convenient for the comparison, because even the slightest additive noise can change their edge ratios significantly. Thus, 40% of the smallest triangles from T W and 20% of the tiniest triangles from T I are discarded (these percentages were determined experimentally). Next, the lengths of each triangle edges ( d 1 , d 2 , and d 3 ) are calculated, and arranged in increasing order, i.e., d 1 d 2 d 3 . The edges are used to calculate the edge ratios α and β according to Equation (1):
α = d 1 / d 3 β = d 2 / d 3
The similarity ratios σ i , j and ρ i , j are then calculated as follows:
σ i , j = α i α j 1 , 0 i < | T W | , 0 j < | T I | ρ i , j = β i β j 1 , 0 i < | T W | , 0 j < | T I | .
Triangle t i T W is considered to be similar enough to triangle t j T I , if | σ i , j | < τ | ρ i , j | < τ , where τ is a given threshold. Arrays of scale factors S i are formed for each t i and matching similar triangles candidates t k T I by applying Equation (3):
S i , k = A i A k .
All arrays S i are then sorted in decreasing order. The first elements of each S i are the best matching triangles and the candidates for the final scale factor estimation (see Figure 3). An array B = { ( b i , i i , k i ) } is formed, where b i is the first element of S i (the one with the best scale factor), while i i and k i are indices of corresponding similar triangles t i T W and t k T I , respectively. Array B is then sorted in decreasing order according to the b i . If W A is obtained by scaling I N with some scale factor s and no other attacks occur, then the largest triangles from H W with the similarity ratios σ i , j and ρ i , j match with the largest triangles from H I with the same similarity ratios. In such cases, the scale factor s would be equal to b i , i.e., s = b i .
Unfortunately, attacks cause that b i may have different values. Thus, array B is processed in order to determine the most frequent value of the scale factor. An array H = { s i , f i , Ψ i } is established, which is populated by applying Algorithm 1. The scale factor s i is calculated as an average of scale factors within the range [ b i ξ , b i + ξ ] ( ξ is the range threshold, defined experimentally), Ψ i is an array of matching triangle pairs, and f i is the number of scale factors b i within the considered range (see Figure 4). If only a scale attack has occurred, or if there are no attacks at all, at most one scale factor s i H with the highest value f i exists. On the other hand, the attacks can cause that the scale factors are dispersed. The wrong scale factors should be isolated, and the correct scale factor should be determined as precisely as possible. Thus, the relatively small range threshold tolerance ( ξ = 0.0002 ) is used. As the scale factors ( b i + 1 , b i + 2 , ) , that are within range [ b i ± ξ ] , are already handled, the next element for processing from B is the first scale factor that is outside the range [ b i ± ξ ] (the scale factor b i + 3 in Figure 4).
Algorithm 1 Find Most Frequent Scale.
Require:B—an array of best scale factors, ξ —the range threshold (default: ξ = 0.0002 ), n—the length of the array B
1:
i 0
2:
while i < n do
3:
     s i B . b i
4:
     f i 1
5:
     Ψ i { ( B . i i , B . k i ) }
6:
     j i 1
7:
    while ( j > 0   & B . b i B . b j < ξ ) do
8:
         s i ( s i + B . b j ) / 2
9:
         f i f i + 1
10:
         Ψ i Ψ i { ( B . i j , B . k j ) }
11:
         j j 1
12:
    end while
13:
     j i + 1
14:
    while ( j < n   & B . b i B . b j < ξ ) do
15:
         s i ( s i + B . b j ) / 2
16:
         f i f i + 1
17:
         Ψ i Ψ i { ( B . i j , B . k j ) }
18:
         j j + 1
19:
    end while
20:
     i j
21:
end while
Any scale factor s i with f i < ϕ is discarded in the continuation applying Algorithm 2. ϕ is an occurrence threshold, which was set experimentally to ϕ = 3 (see Figure 5). The isolated wrong scale factors are discarded in this way. Depending on the attacks, there can be more than one s i with f i ϕ . In such case, scale factors are joined, calculating weighted average s k (see Figure 5) with Equation (4). This is performed only if s j < s i + η (see Figure 5) (the range threshold η = 0.01 was defined experimentally).
s k = s i f i + s j f j f i + f j
Triangle pairs Ψ i and Ψ j are joined, too. Finally, H is sorted according to f i and the first s i with the highest f i is the best scale estimation.
Algorithm 2 Scale Factor Discarding And Joining.
Require:H—the output from Algorithm 1, η —the range threshold (default: η = 0.01 , ϕ —the frequency threshold (default: ϕ = 3 ), n—is the length of the array H)
1:
for i 0 to n 2 do
2:
    if H . f i > 0 then
3:
         s H . s i
4:
         f H . f i
5:
         Ψ H . Ψ i
6:
        for j 0 to n 1 do
7:
           if H . f j > ϕ   & | s H . s j | < η then
8:
                s ( s f + H . s j H . f j ) / ( f + H . f j )
9:
                f f + H . f j
10:
                Ψ Ψ H . Ψ j
11:
                H . f j 0
12:
           end if
13:
        end for
14:
         H . s i s
15:
         H . f i f
16:
         H . Ψ i Ψ
17:
    end if
18:
end for
Rotation and Translation Estimation
The first s i with the highest f i in the array H also contains an array of matching triangles Ψ i . They are used for estimation of rotation and translation. Two auxiliary point clouds are built, from the first and the second matching pair of triangles B . i i and B . k i . The centres of the triangles are used as the points of these clouds. The source triangles are scaled by s i . Because the auxiliary cloud contains considerably fewer points, rotation and translation is performed fast. The rigid transformation matrix (i.e.,rotation and translation) is determined between newly created point clouds by applying the Single Value Decomposition-based alignment estimation [52]. Because the correspondences of the points between these point clouds have been already obtained from the scale estimation process, applying this algorithm is the most efficient solution. The scaling and the rigid transformation are then applied to the watermarked point cloud W A . In this way, a better initial alignment hint is assured for the ICP algorithm. The ICP algorithm is applied at the end for the fine alignment of W A to I N . As a good initial alignment of the source cloud is achieved, only a few iterations of the ICP are needed.
Extraction of the Watermark Bits
The same steps are performed as in the process of watermark embedding after aligning W A to I N (see Watermark Embedding in Section 3.2 and [48]), except for the last step. The markers are determined; the distances are calculated, and a vector of the DCT coefficients is built. The last DCT coefficient is checked to determine the value of the embedded watermark bit. This process is repeated for all marker locations to reconstruct the whole watermark.

4. Experimental Results and Discussions

Stanford 3D models (http://graphics.stanford.edu/data/3Dscanrep/) were used in our experiments (Table 2). Equation (5) was applied to estimate the marker radius r o u t .
r o u t = 150 P π n p ,
where P = d x d y is the projected area in plane X Y ( d x and d y are the sides of the bounding box) (see Figure 1) and n p is the number of points in I. Value n p = 150 was used to achieve that the number of points per marker was in range [ 150 , 250 ]. This guarantees that the watermark can be embedded successfully and sustain a certain level of the distortion caused by various attacks. The 64-bit watermark 63687732303137 16 was applied in all experiments.
The match percentage m p between the inserted watermark w and the extracted watermark w * was calculated as:
m p = n q M 100 % ,
where n q is the number of equal bits in both watermarks, and M is the size of the watermark in bits. m p indicates the success of watermark extraction from the W I and W A . Various experiments were performed to evaluate the proposed approach, and to find how the parameters of the watermarking process affect the presented method.

4.1. Setting the Parameters for Watermark Embedding

In this subsection, a short explanation of parameter setting while inserting the watermark into the W I is given (details are in [48]). Table 3 shows the values of the parameters, where N * is the number of markers, T is the number of smaller circular areas within the circular marker (i.e.,the number of DCT coefficients), γ is the value of modulating amplitude of the last DCT coefficient that is used to embed a watermark bit, and d m a x is the maximum allowable distance used to control displacement of the points due to embedding of the watermark.
Figure 6 shows the results of experiments. The finest results were achieved if the number of smaller circular areas within the marker or the size of the input vector of DCT was between 128 and 160. The best match percentages were obtained when the bit coding amplitude (the amount that the last DCT coefficient was changed) was between 0.02 and 0.04 . This parameter has an impact on the level of the point displacement, which is controlled by the parameter d m a x . It was impossible to embed the watermark successfully if this parameter value was too small (below 0.01 ).

4.2. Evaluating the Resistance of the Method Against Different Attack Types

The resistance of the proposed method against different types of attacks is considered in the continuation. Table 4, Table 5, Table 6 and Table 7 show the average ( m a v g p ) and the minimum match percentage ( m m i n p ), together with the number of successful watermark extractions ( n e ) above threshold m t h p . The m t h p value is set to 67.19 % as determined in [48]. The last column of Table 4, Table 5, Table 6 and Table 7 represents the average m a v g p and the minimum m m i n p match percentage of all test cases (marked with ∗), while n e is the total number of successful watermark extractions (marked with †).

4.2.1. Affine Transformation Attacks

The main advantage of the PCA-based approaches is robustness against affine transformation attacks (see Table 1 in Section 2). Therefore, the proposed method was faced firstly with this type of attack. One-hundred random test cases were performed for each point cloud. The scaling factor was chosen randomly between 0.1 and 4.0 , the translation in each coordinate direction between 2.0 and 2.0 , and the rotation around each axis between 0.0 and 2 π radians. The results of individual and combined affine transformation attacks are given in Table 4. The watermark was unable to extract only in 3 out of 500 cases. Although the majority of test cases succeeded, we have checked the failed cases. It turns out that the orientation of W A was inappropriate for the ICT algorithm in all three cases. A slight rotation of W A remedied the problem. Figure 7a shows an example of the combined affine transformation attacks, where W A is in the red colour. The point cloud was aligned completely with the original one and, the match percentage m p = 100 % .

4.2.2. Cropping Attacks

PCA-based methods cannot handle cropping attacks because of calculating the point cloud centroid. Even the smallest cropping may, therefore, have a huge impact on the position of a centroid. On the contrary, the proposed method copes well with the cropping attacks. In our case, W A was cropped from the top by various amounts as shown in Figure 8. The watermark was extracted, even when W A was cropped to 80 % of the points. A combination of affine transformations and cropping attacks was the next experiment. The amount of croppings were changing randomly between 0 % and 50 % . The majority of the cases were solved successfully, as shown in Table 5. Only 9 out of 500 test cases failed, i.e.,the watermark was not extracted. Figure 7b shows an example where 60 % of W A points was cropped (the attacked 3D point cloud is plotted in red, the aligned model in blue, while the original points cloud is displayed in black). Another example of a cropping attack is presented in Figure 7e, where the bottom of W T was cropped with a slantwise cut at approximately 50 % . The watermark was extracted successfully in both cases.

4.2.3. Random Removal Attacks

The cluster-based approach, developed by Agarwal and Prabhakaran [27], constructs a cluster-tree using the nearest neighbour heuristic. Thus, their method is vulnerable to random removal attacks that have an impact on the cluster construction. Figure 9 shows that the proposed method can extract the watermark, even up to 70 % of randomly removed points.
The combined cropping and random removal attacks were performed (Table 6) in the next experiments. All 500 test cases succeeded. The amount of cropping and the percentage of removed points were changed randomly between 0 % and 50 % . Table 6 also shows the results of the combined affine transformation, cropping, and random removal attacks. Our method extracted the watermarks in 488 out of the 500 test cases. Figure 7c shows an example where 50 % of points were cropped, and then 50 % of the remaining points were removed randomly. The method was successful in this case. Another example of a cropping attack is presented in Figure 7f, where even more complex cropping was performed (large portions of the model are removed from the top, while the bottom of the model is removed completely).

4.2.4. Noise Attacks

This kind of attack is considered to be the most difficult. As the watermark is embedded by changing the coordinates of the points, any further alteration can damage the embedded watermark regardless of the watermarking approach. Thus, none of the existing methods can resist this kind of attack adequately. Indeed, the watermark can be protected only to a certain extent. A local noise attack is less vulnerable than a global noise attack. The watermark can resist a higher amount of locally, rather than globally, added noise (see Figure 10 and Figure 11). This can also be seen in Table 7 that summarises the results of the combined attacks. Figure 11d shows an example where the noise between 0.00 and 0.18 (according to the height of the 3D model, normalised between 1 and 1) was added randomly in the upper part of W A . The noise may have an impact on the convex hull. It can change the edges of triangles in such a way that the correspondence between triangles t i and t j cannot be found.

5. Conclusions

A new method for 3D point cloud watermarking is considered in this work. The scale estimation and the registration of a possibly attacked point cloud with the source point cloud are done through the use of a 3D convex hull. The method consists of the following three steps:
  • Constructing the convex hulls of watermarked and original point clouds;
  • Matching the triangles of both convex hulls to determine the affine transformation between them;
  • Performing point cloud registration by applying the obtained affine transformation and the Iterative Closest Point registration algorithm.
Extensive testing was done of the proposed method. It was confirmed that the method can handle cropping attacks, which cannot be tackled by the existing PCA-based approaches. The main benefit of these approaches is their resistance to affine transformation attacks. It was shown that the proposed method copes with this type of attack equally well. The method is also successful with other attacks, such as random removal attacks, affine transformation attacks, and combinations of all the mentioned attacks. The most devastating would be an attack with noise, because it cancels out the modifications in 3D point positions, made during the process of the watermark embedding. However, this issue is common with all known 3D point clouds watermarking methods.

Author Contributions

Conceptualization, B.L. and B.Ž.; Methodology, B.L.; Software, B.L.; Validation, B.L. and B.Ž.; Formal Analysis, B.L.; Investigation, B.L.; Writing—Original Draft Preparation, B.L.; Writing—Review & Editing, B.Ž.; Visualization, B.L.; Supervision, B.Ž.; Project Administration, B.Ž.; Funding Acquisition, B.Ž.

Funding

This work was supported by the Slovenian Research Agency under Grants P2-0041 and J2-8176.

Acknowledgments

We will like to acknowledge the Stanford Graphics Lab for providing the 3D models.

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

The following abbreviations are used in this manuscript:
PCAPrincipal component analysis
DCTDiscrete cosine transformation
IDCTInverse discrete cosine transformation
LiDARLight Detection And Ranging
ICPIterative closest point algorithm
RANSACRandom sample consensus
PCLPoint cloud library

References

  1. Shih, F.Y. Digital Watermarking and Steganography Fundamentals and Techniques; CRC Press: Boca Raton, FL, USA, 2008; p. 202. [Google Scholar]
  2. Cox, I.; Miller, M.; Bloom, J.; Fridrich, J.; Kalker, T. Digital Watermarking and Steganography; Morgan Kaufmann: Burlington, MA, USA, 2007. [Google Scholar]
  3. Dugelay, J.L.; Baskurt, A.; Daoudi, M. 3D Object Processing: Compression, Indexing and Watermarking; John Wiley & Sons: Hoboken, NJ, USA, 2008; pp. 1–198. [Google Scholar]
  4. Boehler, W.; Marbs, A. 3D scanning instruments. Proc. CIPA WG 2002, 6, 9–18. [Google Scholar]
  5. Paulus, S.; Schumann, H.; Kuhlmann, H.; Léon, J. High-precision laser scanning system for capturing 3D plant architecture and analysing growth of cereal plants. Biosyst. Eng. 2014, 121, 1–11. [Google Scholar] [CrossRef]
  6. Koller, D.; Frischer, B.; Humphreys, G. Research Challenges for Digital Archives of 3D Cultural Heritage Models. J. Comput. Cult. Herit. 2010, 2, 1–17. [Google Scholar] [CrossRef]
  7. Guidi, G.; Russo, M.; Angheleddu, D. 3D survey and virtual reconstruction of archeological sites. Digit. Appl. Archaeol. Cult. Herit. 2014, 1, 55–69. [Google Scholar] [CrossRef]
  8. Barrile, V.; Bilotta, G.; Lamari, D. 3D models of Cultural Heritage. Int. J. Math. Model. Methods Appl. Sci. 2017, 11, 1–8. [Google Scholar]
  9. Walsh, S.B.; Borello, D.J.; Guldur, B.; Hajjar, J.F. Data processing of point clouds for object detection for structural engineering applications. Comput. Aided Civ. Infrastruct. Eng. 2013, 28, 495–508. [Google Scholar] [CrossRef]
  10. Ham, Y.; Han, K.K.; Lin, J.J.; Golparvar-Fard, M. Visual monitoring of civil infrastructure systems via camera-equipped Unmanned Aerial Vehicles (UAVs): A review of related works. Vis. Eng. 2016, 4, 1. [Google Scholar] [CrossRef]
  11. Sanchez, V.; Zakhor, A. Planar 3D modeling of building interiors from point cloud data. In Proceedings of the 19th IEEE International Conference on Image Processing, Orlando, FL, USA, 30 September–3 October 2012; pp. 1777–1780. [Google Scholar]
  12. Khoshelham, K.; Díaz-Vilariño, L. 3D modelling of interior spaces: Learning the language of indoor architecture. Int. Arch. Photogramm. Remote Sens. Spat. Inf. Sci. 2014, 40, 321. [Google Scholar] [CrossRef]
  13. Rebolj, D.; Pučko, Z.; Babič, N.Č.; Bizjak, M.; Mongus, D. Point cloud quality requirements for Scan-vs-BIM based automated construction progress monitoring. Autom. Constr. 2017, 84, 323–334. [Google Scholar] [CrossRef]
  14. Paulic, M.; Irgolic, T.; Balic, J.; Cus, F.; Cupar, A.; Brajlih, T.; Drstvensek, I. Reverse engineering of parts with optical scanning and additive manufacturing. Proced. Eng. 2014, 69, 795–803. [Google Scholar] [CrossRef]
  15. Anwer, N.; Mathieu, L. From reverse engineering to shape engineering in mechanical design. CIRP Ann. 2016, 65, 165–168. [Google Scholar] [CrossRef] [Green Version]
  16. Li, Y.; Fan, X.; Mitra, N.J.; Chamovitz, D.; Cohen-Or, D.; Chen, B. Analyzing growing plants from 4D point cloud data. ACM Trans. Graph. (TOG) 2013, 32, 157. [Google Scholar] [CrossRef]
  17. Li, H.; Yu, J.; Ye, Y.; Bregler, C. Realtime facial animation with on-the-fly correctives. ACM Trans. Graph. 2013, 32, 42. [Google Scholar] [CrossRef]
  18. Favorskaya, M.; Tkacheva, A. Rendering of wind effects in 3D landscape scenes. Proc. Comput. Sci. 2013, 22, 1229–1238. [Google Scholar] [CrossRef]
  19. Biswas, J.; Veloso, M. Depth camera based indoor mobile robot localization and navigation. In Proceedings of the IEEE International Conference on Robotics and Automation, St. Paul, MN, USA, 14–18 May 2012; pp. 1697–1702. [Google Scholar]
  20. Díaz-Vilariño, L.; Khoshelham, K.; Martínez-Sánchez, J.; Arias, P. 3D modeling of building indoor spaces and closed doors from imagery and point clouds. Sensors 2015, 15, 3491–3512. [Google Scholar] [CrossRef] [PubMed]
  21. Liu, S.; Gao, D.; Wang, P.; Guo, X.; Xu, J.; Liu, D.X. A Depth-Based Weighted Point Cloud Registration for Indoor Scene. Sensors 2018, 18, 3608. [Google Scholar] [CrossRef] [PubMed]
  22. Jolliffe, I.T. Principal Component Analysis; Springer: Berlin/Heidelberg, Germany; New York, NY, USA, 1986. [Google Scholar]
  23. Chaouch, M.; Verroust-Blondet, A. Alignment of 3D models. Graph. Model. 2009, 71, 63–76. [Google Scholar] [CrossRef] [Green Version]
  24. Cotting, D.; Weyrich, T.; Pauly, M.; Gross, M. Robust watermarking of point-sampled geometry. In Proceedings of the Shape Modeling International SMI, Genova, Italy, 7–9 June 2004; pp. 233–242. [Google Scholar]
  25. Wang, P.C.; Wang, C.M. Reversible data hiding for point-sampled geometry. J. Inf. Sci. Eng. 2007, 23, 1889–1900. [Google Scholar]
  26. Ke, Q.; Dong-Qing, X. A self-similarity based robust watermarking scheme for 3D point cloud models. Information 2013, 16, 3621. [Google Scholar]
  27. Agarwal, P.; Prabhakaran, B. Robust blind watermarking of point-sampled geometry. IEEE Trans. Inf. Forensics Secur. 2009, 4, 36–48. [Google Scholar] [CrossRef]
  28. Chen, B.; Wornell, G.W. Quantization index modulation: A class of provably good methods for digital watermarking and information embedding. IEEE Trans. Inf. Theory 2001, 47, 1423–1443. [Google Scholar] [CrossRef]
  29. Luo, H.; Lu, Z.M.; Pan, J.S. A reversible data hiding scheme for 3D point cloud model. In Proceedings of the Sixth IEEE International Symposium on Signal Processing and Information Technology, ISSPIT, Cairo, Egypt, 15–18 December 2007; pp. 863–867. [Google Scholar]
  30. Ahmed, N.; Natarajan, T.; Rao, K.R. Discrete Cosine Transform. IEEE Trans. Comput. 1974, C-23, 90–93. [Google Scholar] [CrossRef]
  31. Rahmes, M.; Wilder, K.; Fox, K. A multi-resolution fractal additive scheme for blind watermarking of 3D point data. Cyber Sens. 2013, 8757, 87570G. [Google Scholar] [CrossRef]
  32. Itier, V.; Puech, W. High capacity data hiding for 3D point clouds based on Static Arithmetic Coding. Multimed. Tools Appl. 2017, 76, 26421–26445. [Google Scholar] [CrossRef]
  33. Besl, P.J.; McKay, N.D. A method for registration of 3D shapes. IEEE Trans. Pattern Anal. Mach. Intell. 1992, 14, 239–256. [Google Scholar] [CrossRef]
  34. Rusinkiewicz, S. Efficient Variants of the ICP Algorithm. In Proceedings of the 3D Digital Imaging and Modeling, Quebec City, QC, Canada, 28 May–1 June 2001; pp. 145–153. [Google Scholar]
  35. Segal, A.; Haehnel, D.; Thrun, S. Generalized-{ICP}. In Proceedings of the Robotics: Science and Systems (RSS), Seattle, WA, USA, 28 June–1 July 2009. [Google Scholar]
  36. Tam, G.K.L.; Liu, Y.; Langbein, F.C.; Cheng, Z.; Marshall, D.; Rosin, P.L.; Martin, R.R.; Sun, X.; Lai, Y. Registration of 3D Point Clouds and Meshes: A Survey from Rigid to Nonrigid. IEEE Trans. Vis. Comput. Graph. 2012, 19, 1199–1217. [Google Scholar] [CrossRef] [Green Version]
  37. 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; pp. 3212–3217. [Google Scholar]
  38. Theiler, P.W.; Wegner, J.D.; Schindler, K. Markerless point cloud registration with keypoint-based 4-points congruent sets. ISPRS Ann. Photogramm. Remote Sens. Spat. Inf. Sci. 2013, 2, 283–288. [Google Scholar] [CrossRef]
  39. Mellado, N.; Mitra, N.; Aiger, D. SUPER 4PCS Fast Global Pointcloud Registration via Smart Indexing. Comput. Graph. Forum 2014, 33, 205–215. [Google Scholar] [CrossRef]
  40. Pankaj, D.S.; Nidamanuri, R.R. A robust estimation technique for 3D point cloud registration. Image Anal. Stereol. 2015, 35, 15–28. [Google Scholar] [CrossRef]
  41. Gao, Y.; Du, Z.; Xu, W.; Li, M.; Dong, W. HEALPix-IA: A Global Registration Algorithm for Initial Alignment. Sensors 2019, 19, 427. [Google Scholar] [CrossRef]
  42. Mellado, N.; Dellepiane, M.; Scopigno, R. Relative Scale Estimation and 3D Registration of Multi-Modal Geometry Using Growing Least Squares. IEEE Trans. Vis. Comput. Graph. 2016, 22, 2160–2173. [Google Scholar] [CrossRef] [PubMed]
  43. Fischler, M.A.; Bolles, R.C. Random sample consensus: a paradigm for model fitting with applications to image analysis and automated cartography. Commun. ACM 2002, 24, 381–395. [Google Scholar] [CrossRef]
  44. Fan, J.; Yang, J.; Lu, F.; Ai, D.; Zhao, Y.; Wang, Y. 3-Points Convex Hull Matching (3PCHM) for fast and robust point set registration. Neurocomputing 2016, 194, 227–240. [Google Scholar] [CrossRef] [Green Version]
  45. Fan, J.; Yang, J.; Zhao, Y.; Ai, D.; Liu, Y.; Wang, G.; Wang, Y. Convex Hull Aided Registration Method (CHARM). IEEE Trans. Vis. Comput. Graph. 2017, 23, 2042–2055. [Google Scholar] [CrossRef] [PubMed]
  46. Barber, C.B.; Dobkin, D.P.; Huhdanpaa, H. The Quickhull Algorithm for Convex Hulls. ACM Trans. Math. Softw. 1996, 22, 469–483. [Google Scholar] [CrossRef]
  47. Stein, A.; Geva, E.; El-Sana, J. CudaHull: Fast parallel 3D convex hull on the GPU. Comput. Graph. 2012, 36, 265–271. [Google Scholar] [CrossRef]
  48. Lipuš, B.; Žalik, B. Robust watermarking of airborne LiDAR data. Multimed. Tools Appl. 2018, 77, 29077–29097. [Google Scholar] [CrossRef]
  49. 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]
  50. Rusu, R.B.; Cousins, S. 3D is here: Point cloud library (PCL). In Proceedings of the IEEE International Conference on Robotics and Automation, Shanghai, China, 9–13 May 2011; pp. 1–4. [Google Scholar]
  51. Andrew, A.M. Another efficient algorithm for convex hulls in two dimensions. Inf. Proc. Lett. 1979, 9, 216–219. [Google Scholar] [CrossRef]
  52. Arun, K.S. Least-square fitting of two 3D point set. IEEE 1987, PAMI-9, 698–700. [Google Scholar]
Figure 1. Watermarking of LiDAR point clouds.
Figure 1. Watermarking of LiDAR point clouds.
Sensors 19 03268 g001
Figure 2. Normalization of input point cloud.
Figure 2. Normalization of input point cloud.
Sensors 19 03268 g002
Figure 3. Array of scaling factors S i binds the best candidates ( b i , b i + 1 , and b i + 2 ) for scale estimation.
Figure 3. Array of scaling factors S i binds the best candidates ( b i , b i + 1 , and b i + 2 ) for scale estimation.
Sensors 19 03268 g003
Figure 4. Determining scale factor s i and f i ; s i in an average of f i = 6 scale factors in this example.
Figure 4. Determining scale factor s i and f i ; s i in an average of f i = 6 scale factors in this example.
Sensors 19 03268 g004
Figure 5. A new s k with frequency f k = f i + f j is obtained from s i and s j ; scaled factors marked with red colour are discarded.
Figure 5. A new s k with frequency f k = f i + f j is obtained from s i and s j ; scaled factors marked with red colour are discarded.
Sensors 19 03268 g005
Figure 6. Experimenting with different values of parameters.
Figure 6. Experimenting with different values of parameters.
Sensors 19 03268 g006
Figure 7. Various examples of combined attacks: (a) Affine transformation ( m p = 100 % ). (b) Affine transformation and cropping ( m p = 95.31 % ). (c) Affine transformation, cropping and random removal ( m p = 93.75 % ). (d) Affine transformation and local noise ( m p = 96.88 % ). (e) Affine transformation and cropping with slantwise cut ( m p = 87.50 % ). (f) Affine transformation and complex cropping ( m p = 93.51 % ).
Figure 7. Various examples of combined attacks: (a) Affine transformation ( m p = 100 % ). (b) Affine transformation and cropping ( m p = 95.31 % ). (c) Affine transformation, cropping and random removal ( m p = 93.75 % ). (d) Affine transformation and local noise ( m p = 96.88 % ). (e) Affine transformation and cropping with slantwise cut ( m p = 87.50 % ). (f) Affine transformation and complex cropping ( m p = 93.51 % ).
Sensors 19 03268 g007
Figure 8. Cropping top attack.
Figure 8. Cropping top attack.
Sensors 19 03268 g008
Figure 9. Random removal of the points.
Figure 9. Random removal of the points.
Sensors 19 03268 g009
Figure 10. Local noise attack.
Figure 10. Local noise attack.
Sensors 19 03268 g010
Figure 11. Global noise attack.
Figure 11. Global noise attack.
Sensors 19 03268 g011
Table 1. The watermark robustness (h—high, l—low or non-robust (marked with ×)) against various attacks.
Table 1. The watermark robustness (h—high, l—low or non-robust (marked with ×)) against various attacks.
AttackApproach
OurPCA-BasedOther
[24] [26][25] [27] [29][32][31]
affine-transformationhhhhh×ll
croppingh×××ll××
random removalhllll×××
local noiseh h lh h lll
global noisellllll××
This depends strongly on the level of locally added noise.
Table 2. 3D point clouds used in experiments.
Table 2. 3D point clouds used in experiments.
File3D ModelNumber of Points n p Number of Convex Hull Triangles r out
F1Bunny35,94720640.073212
F2Dragon50,0007520.073595
F3Lucy50,0026240.047158
F4Armadillo172,97416680.030441
F5Happy Buddha543,65237340.012011
Table 3. The values of parameters.
Table 3. The values of parameters.
ParameterRangeDefault Value
N * -4000
T64–192128
γ 0.02–0.10 0.04
d m a x 0.0025–0.2000 0.0040
Table 4. Affine transformation attacks.
Table 4. Affine transformation attacks.
FileF1F2F3F4F5Avg/Min ∗/Total †
Translate attack
m a v g p (%)99.98100.00100.00100.0098.2798.27
m m i n p (%)98.44100.00100.00100.0093.7593.75 ∗
n e 100100100100100500 †
Scale attack
m a v g p (%)99.91100.00100.00100.0098.9198.27
m m i n p (%)98.44100.00100.00100.0093.7593.75 ∗
n e 100100100100100500 †
Rotate attack
m a v g p (%)99.3899.9197.27100.0095.8598.48
m m i n p (%)98.4498.4456.25100.0071.8856.25 ∗
n e 10010098100100498 †
Combined affine transformation attacks
m a v g p (%)99.3399.8997.45100.0091.4998.23
m m i n p (%)98.4498.4462.55100.0078.1262.55 ∗
n e 10010099100100499 †
Table 5. Combined affine transformation and cropping attacks.
Table 5. Combined affine transformation and cropping attacks.
FileF1F2F3F4F5Avg/Min ∗/Total †
m a v g p (%)99.5698.0895.14100.0087.4496.04
m m i n p (%)96.8889.0671.88100.0053.1253.12 ∗
n e 10010010010091491 †
Table 6. Combined attacks with a random removal of points.
Table 6. Combined attacks with a random removal of points.
FileF1F2F3F4F5Avg/Min ∗/Total †
Combined cropping and random removal attacks
m a v g p (%)96.5295.3198.34100.0092.1796.47
m m i n p (%)85.9481.2587.50100.0071.8871.88 ∗
n e 100100100100100500 †
Combined affine trans., cropping and random removal attacks
m a v g p (%)97.3394.2091.7599.9885.4793.75
m m i n p (%)85.9481.2598.4454.6954.9693.75 ∗
n e 1001009910089488 †
Table 7. Combined attacks with noise added locally between 0.02 and 0.26 and a maximum noise added globally between 0.0001 and 0.0002 .
Table 7. Combined attacks with noise added locally between 0.02 and 0.26 and a maximum noise added globally between 0.0001 and 0.0002 .
FileF1F2F3F4F5Avg/Min ∗/Total †
Combined affine trans., cropping, random removal and local noise attacks
m a v g p (%)96.7693.06677.2891.8666.8985.27
m m i n p (%)85.9476.5640.6248.4445.3145.31 ∗
n e 100100708141395 †
Combined affine trans., cropping, random removal and global noise attacks
m a v g p (%)97.3394.0973.8694.0680.5987.99
m m i n p (%)87.5057.8135.9443.7553.1235.94 ∗
n e 10099558878420 †

Share and Cite

MDPI and ACS Style

Lipuš, B.; Žalik, B. 3D Convex Hull-Based Registration Method for Point Cloud Watermark Extraction. Sensors 2019, 19, 3268. https://doi.org/10.3390/s19153268

AMA Style

Lipuš B, Žalik B. 3D Convex Hull-Based Registration Method for Point Cloud Watermark Extraction. Sensors. 2019; 19(15):3268. https://doi.org/10.3390/s19153268

Chicago/Turabian Style

Lipuš, Bogdan, and Borut Žalik. 2019. "3D Convex Hull-Based Registration Method for Point Cloud Watermark Extraction" Sensors 19, no. 15: 3268. https://doi.org/10.3390/s19153268

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