Abstract

Decomposition of LiDAR full-waveform data can not only enhance the density and positioning accuracy of a point cloud, but also provide other useful parameters, such as pulse width, peak amplitude, and peak position which are important information for subsequent processing. Full-waveform data usually contain some random noises. Traditional filtering algorithms always cause distortion in the waveform. filtering algorithm is based on Mean Shift method. It can smooth the signal iteratively and will not cause any distortion in the waveform. In this paper, an improved filtering algorithm is proposed, and several experiments on both simulated waveform data and real waveform data are implemented to prove the effectiveness of the proposed algorithm.

1. Introduction

The traditional airborne LiDAR (Light Detection and Ranging) systems only provide discrete multiple returns. They ignore the inherent information of the objects, such as structure and reflection characteristics. Furthermore, users cannot determine the errors caused by inadequate acquisition methods, because the acquisition methods are regarded as commercial secrets and are not public [1]. Since the Austrian company RIEGL first provides small-footprint scanners with capacity of digitizing entire waveform in commercial LiDAR system in 2004, more and more commercial LiDAR providers provide full-waveform data. Full-waveform scanning systems can sample the continuous laser signal by using a very small sampling interval and record it and not just record discrete return pulses [2]. The advantage is that users can process the full-waveform data and obtain corresponding information according to their applications.

Because of background light, detector noise, and noise of the digitization of waveform, there always exist messy data which do not belong to the laser signal, and the laser signals may be even mixed by the messy data [3]. Thus, properly removing the noise is important for subsequent processing of waveform data. The removal of random noise is a common problem in digital signal processing, especially in the field of image processing. Traditional image filtering algorithms may lead significant distortion to the waveform, such as mean filtering and Gaussian filtering. And the filtering results directly influence the accuracy and reliability of waveform parameter calculation. Therefore, research on filtering method which can effectively keep the characteristics of LiDAR waveform data has important theoretical significance and practical value.

The noise of laser system includes additive noise and multiplicative noise, and both of these noises will have negative influence on applications of laser scanning data. Therefore, an important task in applications of laser scanning data is to find dominant noises and develop a method to remove the noises. For gas laser systems, additive noise plays a leading role, while the influence of multiplicative noise is negligible [4].

Signal denoising methods can be divided into two categories: frequency domain processing and spatial domain processing. Spatial domain denoising methods directly apply space transformation to the signals. It is usually a neighborhood operation, which means the value of a sampling point in the output signals is calculated by a certain algorithm by using its neighbor’s value from the input signals. The algorithm can be average filtering, Gaussian filtering, and so forth. Frequency domain denoising methods first transform the signal into frequency domain before the filtering and then transform the signal back to space domain by inverse transformation after the filtering, such as Fourier transform and wavelet transform.

The distribution of noises in LiDAR signals is very complicated, and only using the traditional digital filters that smooth the signals just by selecting a cut-off frequency is not efficient. In practice, the shape of waveform which is smoothed by the discrete wavelet transform is similar to wavelet function and contains serious distortions [5]. Fang and Huang [6] removed noises in signals by wavelet coefficients which used the nonlinear soft threshold technology and kept the feature of signals at the same time. However, the calculation quantity of wavelet multiscale decomposition reconstruction is too large to be used for smoothing thousands of pieces of LiDAR full-waveform data. Thus, its performance still needs to be further improved to solve practical problems.

As for the space domain denoising, except for traditional image processing algorithms, Sun et al. [7] regarded LiDAR signal denoising as a function regression problem and used the least squares support vector machine (SVM) to remove the noise in LiDAR data. However, if a better denoising result is needed, the prior knowledge of LiDAR signals should be added to the training of the support vector machine. The drawback of this method is that if the distribution of LiDAR waveform is not the sum of Gaussian distribution, the denoising result will not be ideal. However, LiDAR waveform signal is not strict Gaussian distribution in practice.

The traditional image spatial domain filtering algorithms such as mean filtering and Gaussian filtering do not need a priori knowledge of the waveform data, and the algorithms are simple and suitable for rapid processing of a large number of waveform data. But using these algorithms for denoising may cause distortion of the waveform, such as the shrinkage of the peak amplitude and the increase of pulse width [8]. Yang and Huang [9] adopted a Gaussian filter to remove random noise in waveform data and pointed out the drawbacks of traditional denoising algorithms.

The organization of this paper is as follows: the second part mainly introduces the improved filtering algorithm; the third part presents experiments on both simulated waveform data and real waveform data and compared the experimental results; finally a summary of the whole paper is given.

2. Improved Filtering Algorithm

filtering algorithm is proposed by Taubin, which is based on Mean Shift method [10]. This algorithm is a low-pass filter defined on a Gaussian kernel function. It adds a factor which can suppress the shrinkage of peak amplitude to Gaussian function and effectively overcomes the drawback of Gaussian filtering that leads to waveform edge shrinkage, thus avoiding the waveform distortion effectively.

2.1. Traditional Filtering Algorithm

A one-dimensional signal can be represented as a column vector , and the simplest form of Gaussian filtering method can be described by where , is a scale factor, and . The formula can be written in matrix form as where is the matrix as

The Gaussian filtering may lead shrinkage to the edge of the signal, and the Gaussian kernel function cannot be the low-pass filter kernel. To solve this problem, a nonshrinking function of the matrix is chosen to replace the matrix , so and this process can be iterated times: Since is symmetric, it has real eigenvalues and eigenvectors. If the real eigenvalues of are and the corresponding eigenvectors are , then formula (4) can be described as where is filtering kernel function. If , after iterating for times, in low frequency part , while in high frequency part . Thus the choice of kernel function is shown as where is a negative scale factor and . It means that after smoothing by formula (1) with positive scale factor another calculation step was taken

Since , and , chose a marginal value fulfill , and meet the condition:

Smoothing by (1) will lead distortion to signal because all the calculations are additive operation; if the calculation of (8) is added and calculated as the two formulas alternately, the drawback of Gaussian filtering can be overcome. This is the principal of filtering algorithm.

2.2. Improved Filtering Algorithm

The traditional algorithm is based on Gaussian filtering and modified the kernel function. It restrains the shrinkage caused by Gaussian filtering through the method of the alternate addition and subtraction calculation. However, since , the degree of addition calculation and subtraction calculation is different. As a consequence, the result of denoising is affected. In this paper, the algorithm is improved. The traditional algorithm will operate for several times. When it is the odd time, use the following formula:when it is the even time, use the following formula:

Each processing of the traditional algorithm is weighted correction on a single direction, and the directions of correction between adjacent points are different. Thus, processing for several times may decrease the difference between the point and the mean value of its neighbors; the difference between two adjacent points may be significant. As a result, the elimination of noise is not effective enough. The improved algorithm uses the traditional algorithm alternately; namely, the directions of different correction of the same point are different. The iterative processing can offset the distortion caused by the algorithm, and the denoising result is further improved.

3. Denoising Experiment

In order to evaluate the effectiveness of each filtering algorithm, this paper uses both simulated waveform data and real waveform data for the experiments and comparison.

3.1. Experiment on Simulated Data

LiDAR full-waveform data is composed of equidistant discrete points, where   is the sampling number, and the distance between two adjacent points is sampling interval. Different data acquisition systems have different sampling numbers and sampling intervals. In general, sampling number could be 64, 128, or 256. LiDAR waveform data is similar to the composition of Gaussian distribution [11], and it has been confirmed from two aspects of mathematics and physics by Li and Ma [12]. The sampling number of simulated waveform data is 128, and it is composed of three Gaussian distributions. Their peak amplitude, peak position, and pulse width are (84.29, 25.00, 4.80), (28.99, 19.00, 2.40), and (17.16, 33.00, 2.40), and the parameters are acquired through the decomposition of real LiDAR full-waveform data. The simulated data without noise is shown in Figure 1. The abscissa is sampling number, and coordinate is amplitude (the same in all the figures).

The simulated waveform data only considers the additive noise and is simulated by adding salt and pepper noise to the ideal nonnoise Gaussian wave. Salt and pepper noise in the image refers to the black and white noise, including salt noise and pepper noise. The former is high gray noise and the latter is low gray noise. In waveform data, salt and pepper noise refers to plus or minus a suitable value in some of the sampling points of the ideal nonnoise waveform and makes the ideal waveform containing noise. In this paper, 35 noises are created by using Matlab and the signal-to-noise ratio is 6 watts. Then the noises are added to the ideal nonnoise Gaussian wave randomly. In practice, there is backnoise in real waveform data; however, the removal of backnoise will not be discussed in this paper. Thus backnoise with constant value of 10 is added to the simulated data. Waveform with noise is shown in Figure 2.

Figure 3 shows the denoising results of salt and pepper noise by mean filtering, Gaussian filtering, traditional algorithm filtering, and improved algorithm filtering when the size of processing window is 3, and the parameters of algorithm are selected as follows: , , and .

As shown in Figure 3, when the size of processing window is 3, all the algorithms cannot achieve a fine denoising result, and the noise is still obvious. Moreover, when processing window is 7, the data will be overfiltered and will lose some detailed information. In order to achieve more obvious denoising results and retain the details of waveform data, the size of processing window is enlarged to 5, and the denoising results are shown in Figure 4. In addition, wavelet denoising is brought in as a representative of frequency domain denoising methods to be compared with the proposed method. This paper uses soft threshold wavelet denoising and the threshold is calculated by the formula , where is the standard deviation of noise and is the length of the waveform [13].

Figure 4 shows that the denoising results are much better after enlarging the size of processing window. However, mean filtering and Gaussian filtering lead obvious distortion to the waveform, and the peak becomes smaller and width becomes larger seriously. Wavelet denoising reaches a good result except the distortion of waveform. Traditional filtering algorithm can smooth waveform and only cause very slight distortion, because filtering algorithm added a factor which can suppress the shrinkage of the peak based on Gaussian function and overcome the drawback of Gaussian filtering that led to waveform edge shrinkage. Thus, it can smooth waveform effectively and keep the shape of waveform at the same time. As shown in Figure 5, the waveform smoothed by improved algorithm is nearer to the original waveform than that smoothed by traditional algorithm and the value difference is up to 1. The square deviation is imported to evaluate the effectiveness of these methods. The calculation of peak signal-to-noise ratio is shown as the following formula:where is the th sampling point of original waveform and is the th sampling point of filtered waveform. This parameter shows the difference between original waveform and filtered waveform, and the smaller the parameter is, the filtered waveform is more similar with the original waveform. Table 1 is the square deviation of different methods and it shows that denoising result of improved filtering algorithm is better than traditional filtering algorithm, for the denoising result of improved algorithm is more close to the ideal nonnoise waveform. Table 2 compares the parameters of waveform processed by different algorithms and shows the advantage of improved filtering algorithm in maintaining the shape of waveform.

3.2. Experiment on Real Data

The real waveform data in this paper is collected by the Leica ALS60 system and saved as LAS1.3 format. The surveying area is urban, and it contains building, tree, and ground points. The sampling number of each waveform is 128, and the sampling interval is 1 nanosecond. The experiments on simulated data show that when the size of processing window is 3, no matter which filtering algorithm is used, the result of denoising is not remarkable. When it comes to real data, the size of processing window is directly chosen as 5. Figure 6 shows the denoising results of real waveform data by wavelet denoising, mean filtering, Gaussian filtering, traditional filtering algorithm, and improved filtering algorithm when the size of processing window is 5.

Figure 6 shows that wavelet denoising, mean filtering, and Gaussian filtering cause obvious waveform distortion and the peak decreases seriously. The difference between the results of traditional and improved filtering algorithm is not significant in figures, so the peak signal-to-noise ratio (PSNR) is imported to evaluate the effectiveness of these two methods. The calculation of peak signal-to-noise ratio is shown as formula (13). In the formula, the max is the maximum value in the waveform, and is the value of the th point in the waveform, and is the value of the th point in the denoised waveform. The PSNR of denoised waveform is shown in Table 3, and it shows that the PSNR of denoising result of improved filtering algorithm is larger:

As shown in Figure 7, the shrinkage of waveform peak smoothed by improved algorithm is not as serious as that smoothed by traditional algorithm. In addition, the parameters of waveforms are compared in Table 4. It is obvious that filtering by improved algorithm can maintain the peak better. Because the sampling number of the waveform data is only 128, the peak position differences are not obvious.

4. Conclusion

In data processing, noise must be considered. Only by removing noise effectively fine results can be achieved in further process. This paper introduced the common methods of random noise removal and improved the traditional filtering algorithm. The effectiveness of frequency domain denoising, traditional image processing algorithms, filtering algorithm, and improved filtering algorithm is compared by experiments on both simulated data and real data. Based on the experiments, this paper pointed out that denoising by traditional image processing algorithms and wavelet denoising will cause distortion to the LiDAR waveform and proved the superiority of filtering algorithm. filtering algorithm can remove random noise effectively and keep the shape of the waveform at the same time, and the improved filtering algorithm can further improve the signal-to-noise ratio, which is useful for the further processing of waveform data.

Conflict of Interests

The authors declare that there is no conflict of interests regarding the publication of this paper.