DOI QR코드

DOI QR Code

SAR Image De-noising Based on Residual Image Fusion and Sparse Representation

  • Ma, Xiaole (Institute of Information Science, Beijing Jiaotong University) ;
  • Hu, Shaohai (Institute of Information Science, Beijing Jiaotong University) ;
  • Yang, Dongsheng (Institute of Information Science, Beijing Jiaotong University)
  • Received : 2018.05.30
  • Accepted : 2018.12.07
  • Published : 2019.07.31

Abstract

Since the birth of Synthetic Aperture Radar (SAR), it has been widely used in the military field and so on. However, the existence of speckle noise makes a good deal inconvenience for the subsequent image processing. The continuous development of sparse representation (SR) opens a new field for the speckle suppressing of SAR image. Although the SR de-noising may be effective, the over-smooth phenomenon still has bad influence on the integrity of the image information. In this paper, one novel SAR image de-noising method based on residual image fusion and sparse representation is proposed. Firstly we can get the similar block groups by the non-local similar block matching method (NLS-BM). Then SR de-noising based on the adaptive K-means singular value decomposition (K-SVD) is adopted to obtain the initial de-noised image and residual image. The residual image is processed by Shearlet transform (ST), and the corresponding de-noising methods are applied on it. Finally, in ST domain the low-frequency and high-frequency components of the initial de-noised and residual image are fused respectively by relevant fusion rules. The final de-noised image can be recovered by inverse ST. Experimental results show the proposed method can not only suppress the speckle effectively, but also save more details and other useful information of the original SAR image, which could provide more authentic and credible records for the follow-up image processing.

Keywords

1. Introduction

 As one of microwave imaging radars with all-time and all-weather, SAR can produce radar images with high resolution, which has more abundant information compared with optical images. Thus, it has been widely used in special technology, strategic and tactical in military field, etc. Nevertheless, the speckle noise caused by its coherent imaging mechanism, has a serious impact on the follow-up work like image enhancement and recovery. Thus, how to suppress even eliminate the speckle noise effectively, has become one of the main tasks in the SAR image study [1].

 Until now, a great deal of SAR image de-noising methods have been proposed, which can be divided into three types: image de-noising based on spatial domain, image de-noising based on transform domain and image de-noising based on SR [2]. For spatial domain methods, they mainly use the similarity between the pixels of the image. While transform domain methods usually adopt some orthogonal basis functions to represent the noisy image and obtain different frequency sub-band coefficients; the image de-noising can be realized by processing those coefficients. The common multi-scale geometric transforms [1] which are widely used in the speckle suppressing are dual tree complex wavelet transform (DTCWT), Contourlet, Shearlet etc. Since the image contains many different kinds of characteristics to express information, if we only use the fixed orthogonal basis function, which can hardly represent all the characteristics of the image, the noise and real information cannot be completely separated [3].

 With the research and continuous development of multidimensional signal sparse representation, the signal representation theory of complete and over-complete sparse decomposition have attracted tremendous attention and achieved great success in SAR image field [4]. For example, Chenglong Wang [5] proposed SAR image despeckling based on the nonlocally centralized sparse representation model, and Xiao Quan [6] proposed image denoising based on adaptive over-complete sparse representation. Compared with the image de-noising based on transform domain, the SR one can also be realized by mapping the noisy image into other domains. Differently, SR does not use the fixed basis function to represent the image, while it can sparsely represent the noisy image with the redundant dictionary, including K-SVD [7] and so on. Since the noise is not the sparse component, we can realize the image de-noising by this representation, which can depart the signal and noise clearly.

 In the SR field of the image, generating a dictionary is an important precondition and a crucial link for representing the image signal sparsely. Although the over-complete dictionary has good effect for the image de-noising, it usually takes much time during the dictionary training so that the instantaneity of the algorithm is seriously influenced. The adaptive dictionary training is simple and fast; however, because of the limitations of the image itself, in most cases, the generated dictionary cannot availably represent some characteristics in the original image, which leads to the losing of some essential detail information and over-smoothing phenomenon, finally causing the decline of the de-noising effect. To overcome these aforementioned shortcomings, in this paper, we first extract the useful information from the residual image, which is obtained by the image de-noising based on SR; then fuse them into the initial de-noised image of SR de-noising by the image fusion methods; in the end we can obtain the final de-noised image.

 The rest of this paper is organized as follows. Section 2 introduces the image de-noising based on K-SVD; while in Section 3 the residual image de-noising method based on ST domain is discussed. The fusion of the residual image and initial de-noised image is illustrated in Section 4, and in this part the framework of the proposed method is shown, too. Experiments and its results can be seen in Section 5. At last, we make the conclusion in Section 6 and the future scope is discussed in Section 7.

2. The Image De-noising Based on Improved K-SVD

 K-SVD is one of the image de-noising methods based on over-complete sparse decomposition [3,8]. Since the dictionary matrix is over-complete, there are a lot of solutions of the matrix, which means the sparse coefficients of the image is not sole. It is well known that the sparser the solution is, the better the reconstructed image is. Thus, we should choose the sparsest solutions to reconstruct the image.

 Suppose the over-complete dictionary matrix is \(D \in R^{M \times k}\) , and the noisy is \(I \in R^{M \times N}\) . SR model can be simplified as Eq.(1).

\(\hat{\alpha}=\arg \min _{\alpha}\|\alpha\|_{0} \quad \mathrm { s.t. } \ \|D \alpha-I\|_{2}^{2} \leq \varepsilon\)       (1)

where \(α\) denote the sparse coefficients. In most cases, \(\|\alpha\|_{0} \leq L<<M\) , and \(L\) denotes the maximum value of the sparseness. When \(ε\) is fixed, we can get the sparse coefficient \(α\) by solving the model in Eq.(1).

 In order to solve SR model by orthogonal matching pursuit (OMP) method better, we can change the model in Eq.(1) into the following model in Eq.(2).

\(\hat{\alpha}=\arg \min _{\alpha}\|D \alpha-I\|_{2}^{2}+\mu\|\alpha\|_{0}\)       (2)

where \(µ\) denotes the penalty factor. As usual, we abstract the noisy image as the additive model \(Y=X+n\). Among the aforementioned model, \(Y\) denotes observed SAR image in reality, \(X\) denotes the ideal noise-free image and \(n\) denotes the noise.

 Since the dictionary training can be effecitve only if the image is small, if we use the whole noisy image to train the dictionary directly, to some extent the sparseness of the image will be influenced so the sparsest representation of the image cannot be obtained [7]. More importantly, this process ignores the similar information hidden in the image [9]. In this paper, we first divide the original noisy image into different image blocks with small size; next we obtain the similar image block groups by the non-local similar block matching method [10] and process every group by K-SVD based on OMP. By this way, we can not only obtain the sparsest representation, but also improve the algorithm’s accuracy and availability.

\(\left\{\hat{D}, \hat{\alpha}_{i j}, \hat{X}\right\}=\arg \min _{D, \alpha_{ij}, X} \lambda\|X-Y\|_{2}^{2}+\sum_{i, j} \mu_{i j}\left\|\alpha_{i j}\right\|_{0}+\sum_{i, j}\left\|D \alpha_{i j}-X_{i j}\right\|_{2}^{2}\)       (3)

where \(\lambda\|X-Y\|\) denotes the approximation degree between the noisy image \(Y\) and noise-free image \(X\) , and it can be realized by \(\|X-Y\|_{2}^{2} \leq {Const } \cdot \sigma^{2}\). \(σ\) denotes the standard deviation of the noise. All of the subscripts stand for the position (i, j) that refers to the center pixel of the corresponding image block.

 Although we can obtain the optimal sparse representation and good de-noising results by using aforementioned SR method, it is also more possible to generate over-smooth, and lead the loss of the details, edges and other important information, even destroy the integrity of the image information in some serious cases. As shown in Fig. 1, Fig. 1(a) and (b) are the original SAR images token by French Space Agency and the noisy image with the ENL of \(L=25\) . Fig. 1 (c) is the initial de-noised image by the improved K-SVD, while Fig. 1(d) is the residual image between the original image and initial image. As can be seen in Fig. 1(c), some edges are lost and the outline is fuzzy. The residual image in Fig. 1(d) contains not only much noise, but also some detail information such as the missed outlines in Fig. 1(c). Therefore, it is essential to extract the useful information in the residual image and fuse them into the initial de-noised image. And this process determines the final de-noised results and has significant impact on the subsequent image processing.

Fig. 1. The images of K-SVD (a) the original image; (b) the noisy image; (c) the initial de-noised image; (d) the residual image

3. The Residual Image De-noising in Shearlet Domain

 As mentioned above, the de-noising methods based on SR can make the information of the original image be incomplete. In the proposed method, we need to extract the discarded useful information from the residual image. Here we introduce the residual image de-noising in Shearlet domain briefly and by this way, we can extract the useful detail information efficiently.

3.1 Shearlet

 Shearlet is one of the multi-scale geometric transforms [11], which is the combination of the geometric and multi-resolution analysis by the classical theory of the affine systems. And when the dimension is two, which means \(n = 2\) , the affine system with the synthesis of inflation can be represented as Eq.(4).

\(\mathcal{A}_{A B}(\psi)=\left\{\psi_{j, l, k}(x)=|\operatorname{det} A| \frac{j}{2} \psi\left(B^{l} A^{j} x-k\right) ; j, l \in \mathbb{Z}, k \in \mathbb{Z}^{2}\right\}\)       (4)

where \(A=\left[\begin{array}{l} 4,0 \\ 0,2 \end{array}\right]\) denotes the expansion matrix with the anisotropy, and \(B=\left[\begin{array}{l} 1,1 \\ 0,1 \end{array}\right]\) denotes the shear matrix.

 The support interval of wavelet function \(\psi_{j, l, k}\) in frequency domain is

\(\sup p \hat{\psi}_{j, l, k}^{(0)} \subset\left\{\left(\xi_{1}, \xi_{2}\right): \xi_{1} \in\left[-2^{2 j-1},-2^{2 j-4}\right] \cup\left[2^{2 j-4}, 2^{2 j-1}\right],\left|\frac{\xi_{2}}{\xi_{1}}+l 2^{-j}\right| \leq 2^{-j}\right\}\)      (5)

 As Fig. 2(a) shows, the support interval \(\widehat{\psi}_{j, l, k}^{(0)}\) is a pair of trapezoidal areas, of which the size is \(2^{2 j} \times 2^{j}\) and the slope is \(l 2^{-j}\) . Supposing \(D_{0}=\left\{\left(\xi_{1}, \xi_{2}\right) \in \hat{\mathbb{R}}^{2}:\left|\xi_{1}\right| \geq \frac{1}{8},\left|\frac{\xi_{2}}{\xi_{1}}\right| \leq 1\right\}\) , the function sets \(\left\{\hat{\psi}^{(0)}\left(\xi A_{0}^{-j} B_{0}^{-l}\right)\right\}\) can form the decomposition figure spanned \(D_{0}\) in frequency domain, which can be seen as the solid line in Fig. 2(b). In the same way, we can structure the dotted line of Fig. 2(b), which is \(D_{1}=\left\{\left(\xi_{1}, \xi_{2}\right) \in \hat{R}^{2}:\left|\xi_{2}\right| \geq \frac{1}{8},\left|\frac{\xi_{1}}{\xi_{2}}\right| \leq 1\right\}\) .

Fig. 2. Shearlet (a) the support interval of \(\psi_{j, l, k}\); (b) the decomposition figure in ST domain

 Therefore, the continuous ST transform of \(f\) can be defined as Eq.(6).

\(S T_{\psi}=\left\langle f, \psi_{j, l, k}^{(d)}\right\rangle\)       (6)

where \(j \geq 0,-2^{j} \leq l \leq 2^{j}-1, k \in \mathbb{Z}^{2}, d=0,1\) .

3.2 The Residual Image De-noising in ST Domain

 After we obtain the high-frequency coefficients \(C_{H}\) and low-frequency coefficients \(C_{L}\) of the residual image, it is very important that adopting which kinds of image de-noising methods to processing these coefficients. Compared with usual noisy images, the residual image has much more noise. Besides, the useful information of the residual image mainly exists in the high-frequency components. So, in this paper we adopt the traditional soft threshold [12] to process the low-frequency coefficients and use the adaptive threshold to deal with the high-frequency coefficients. The soft threshold can be realized by Eq.(7).

\(y(x)=\left\{\begin{array}{ll} \operatorname{sgn}(x)(|x|-T), & \text { if }|x| \geq T \\ 0, { otherwise } \end{array}\right.\)       (7)

where \(T\) denotes the threshold, and sgn \((.)\) denotes the sign function.

 Since the noise and noise-free image is independent of each other [1], the model of the residual image in the high-frequency components can be simplified as Eq.(8).

\(\sigma_{H}^{2}=\sigma_{F}^{2}+\sigma_{N}^{2}\)       (8)

where \(\sigma_{H}^{2}\) denotes the noise variance of the high-frequency components, \(\sigma_{F}^{2}\) denotes the variance of the high-frequency components in the noise-free image and \(\sigma_{N}^{2}\) denotes the noise variance. To make full use of the correlation between the pixels, at the sub-band of scale \(i\) and direction \(j\) , we build a 8×8 pixel size sliding window centered on \(H_{i, j}(p, q)\) . Then we can get the variance of the center pixel by Eq.(9).

\(\hat{\sigma}_{H, p, q}^{2}=\frac{1}{8 \times 8} \sum_{k=1}^{8} \sum_{l=1}^{8}\left|H_{i, j}(k, l)\right|^{2}\)       (9)

 Thus, the variance of high-frequency sub-bands with the size of \(m ×n\) can be obtained by Eq.(10).

\(\hat{\sigma}_{H}^{2}=\frac{1}{m \times n} \sum_{p=1}^{m} \sum_{q=1}^{n} \hat{\sigma}_{H, p, q}^{2}\)       (10)

 According to the method proposed by Dong-ming Li [13], we can obtain the variance of the noise.

\(\hat{\sigma}_{N}=\frac{{Median}\left(\left|H_{i, j}\right|\right)}{0.6745}\)       (11)

 Finally, we can obtain the variance of the de-noised image in the high-frequency components by \(\hat{\sigma}_{F}^{2}=\max \left(\left(\hat{\sigma}_{H}^{2}-\hat{\sigma}_{N}^{2}\right), 0.000001\right)\) . When processing the high-frequency components with the adaptive threshold, the value of the threshold can be obtained by Eq.(12)

\(T_{i, j}\left(\hat{\sigma}_{H}^{2}\right)=\frac{\hat{\sigma}_{N}^{2}}{\hat{\sigma}_{F}^{2}}=\frac{\hat{\sigma}_{N}^{2}}{\sqrt{\max \left(\left(\hat{\sigma}_{H}^{2}-\hat{\sigma}_{N}^{2}\right), 0.000001\right)}}\)        (12)

4. SAR Image De-noising Based on Residual Image Fusion and Sparse Representation

 After we obtain the high-frequency and low-frequency de-noised coefficients of the initial de-noised image and residual image, how to fuse them together by the image fusion methods is another important step in the proposed algorithm. Since the residual image includes much noise and a few detail information of the original image, and both of them mainly exist in the high-frequency components; besides, the detail information in the residual image is completely complementary in the high-frequency components of the initial de-noised image. Therefore, for the high-frequency coefficients of the images, we adopt the fusion rule that adds the different coefficients with the weighting factors, which can be seen in Eq.(13).

\(C_{H_{F}}=a C_{H}+b C_{H_{o}}\)       (13)

where \(C_{H_{F}}\) denotes the high-frequency coefficients of the fused de-noised image, \(C_H\) denotes the high-frequency coefficients of the residual image and \(C_{H_o}\) denotes the high-frequency coefficients of the initial de-noised image by the SR de-noising where exist most the high-frequency information of the original image. \(a\) and \(b\) denote the weighting factors of the corresponding coefficients respectively. To make the final de-noised image accurate and save more original image information, here we set \(b =1\). According to the experiments on different images and values of the parameter \(a\) , we found that 1.2 is the best. As a result, we make \(a=1.2, b=1\).

 For the low-frequency coefficients, we adopt the traditional “choose max” fusion rule to fuse the coefficients, which can be seen in Eq.(14).

\(C_{L_{F}}=\max \left(C_{L}, C_{L_{o}}\right)\)       (14)

where \(C_{L_{F}}, C_{L}\) and \(C_{L_{o}}\) denote the low-frequency coefficients of the de-noised SAR image、the residual image and the initial de-noised image respectively.

 Normally, the speckle noise is fully developed [14]. Moreover, it is a kind of the multiplicative noises, which obeys the \(Γ\) distribution and has the second order stationarity. And the mean of the speckle is one; its variance and equivalent numbers of looks are inversely proportional. Before de-noising the SAR image, we usually process the noisy image with logarithmic transform to obtain the corresponding additive noise model. And after the whole process of the image de-noising, an exponential transform is performed to obtain the final de-noised image. The flow chart of the proposed algorithm can be seen in Fig. 3.

Fig. 3. The flow chart of the proposed algorithm

5. The Experimental Results and Analysis

 To verify the availability and reliability of the proposed algorithm, we compare our algorithm with the image de-noising based on Shearlet (ST) [1], PPB [15], SAR-BM3D [16], K-SVD [3], SR and image fusion (K-SVD+Wavelet) [17]. Moreover, all the experiments were carried out by Matlab codes on an Intel Core i5 3.1 GHz with 4 GB RAM.

 At first, we take the experiments of the SAR image with the size of 512 × 512 took by French Space Agency. Fig. 4(a) is the original image, and we add the speckle to Fig. 4(a) with the equivalent number of looks \(L=5 \thicksim 40\) . The noisy image with \(L=25\) shown in Fig. 4(b) is the most typical one among all the situations. So, we show more detail of it and discuss the results of its de-noised images by different methods.

Fig. 4. The SAR image took by French Space Agency (a) the original image; (b) the noisy image

 Fig. 5(a)~(f) are the de-noised images by various of de-noising methods such as ST, PPB, SAR-BM3D, K-SVD, K-SVD+Wavelet and the proposed method. And Fig. 6 shows more details about the de-noised region in red rectangle of Fig. 4(a). From Fig. 5 and Fig. 6(a) we can see, the de-noised image by ST loses a lot of detail information and its edges are very blurry. Although the de-noised images by PPB and SAR-BM3D can save more edges, they involve some artificial texture in the homogeneous area, which can disturb the information of the original image. By comparing the lower right corner in Fig. 6(b) and (c), the de-noised image by PPB is better. To some extent, using K-SVD can obtain qualified de-noising result and suppress the artificial texture. However, compared with ordinary optical images, SAR image contains more detail information which can be easily ignored and cannot be represented ultimately when de-noising the image by SR, and this leads the loss of some useful information, which is shown in Fig. 5(d), seriously influencing the completeness of the original image. As shown in Fig. 5(e), compared with SR method shown in Fig. 5(d), the image de-noising based on dictionary learning and residual information fusion proposed by Dong Mingkun can reserve more detail information of the original image; but it adopts wavelet transform which cannot accurately express the directional information of the image edges. Compared with Fig. 5(e), the de-noised image by the proposed method not only has less artificial texture, but saves more useful details of the original image, especially the image edges. In addition, Fig. 5(f) and Fig. 6(f) shows the proposed method has the best visual effect among all the results and the proposed method is prior to the state of the art image de-noising methods.

Fig. 5. The de-noised image of Fig. 4(b) (a) ST; (b) PPB; (c) SAR-BM3D; (d) K-SVD; (e) K-SVD+Wavelet; (f) The proposed

Fig. 6. The relevant de-noised region of Fig.4(b) (a) ST; (b) PPB; (c) SAR-BM3D; (d) K-SVD; (e) K-SVD+Wavelet; (f) The proposed

 To testify the superiority of the proposed method objectively, we adopt some common objective evaluation indexes [18] to evaluate the de-noised images. The indexes include the peak signal to noise ratio (PSNR), equivalent number of looks (ENL), structural similarity (SSIM) and edge-preserving index (EPI). In the area of the image de-noising, we usually adopt PSNR to measure the ability of de-noising methods, and the larger the value is, the stronger the method is. ENL reflects the ability of distinguishing the different backward scattering areas, and the larger the value is, the better the visual effect is, and the weaker the speckle is. Moreover, SSIM stands for the similarity between the de-noised image and the original image, and the value of it varies from 0 to 1. When the value of SSIM is larger, more information of the original image can be saved in the de-noised image, and more completed the structure of the de-noised image is. At last, EPI can reflect the ability of different methods to save the edges of the original, and the larger the value is, the better the ability is. When the value of EPI is larger than 1, the edges of the de-noised image is enhanced; otherwise, it is weakened.

 When we add the speckle noise with \(L=5 \sim 40\) to Fig. 4(a), the indexes of de-noised images by the aforementioned methods can be seen in Table 1. To exhibit the contents of Table 1 more intuitively, we change these indexes into the line chart shown in Fig. 7 where the color of all the indexes of the proposed method is black. From Table 1 and Fig. 7(a) we can see, compared with other methods, the de-noised images by the proposed method have improved a lot especially for the images with low speckle and had the highest PSNR. Meanwhile, the de-noised images by the proposed method have the highest ENL among the de-noised images of the same noisy image. All of these fully explain that the proposed method has better ability of image de-noising. Comparing the de-noised images of the same level noise in Table 1, we can obtain that SSIM of the de-noised image by the proposed method is the largest and all of them are over 0.95. As shown in Fig. 7(d), EPI of the de-noised image by the proposed method is best among all. Of all the image de-noising methods based on SR, because both of K-SVD+Wavelet and the proposed method make use of the residual images, EPI of de-noised images by them is larger than the one by K-SVD. But EPI of the proposed method is more close to 1 than K-SVD+Wavelet, which means the proposed has the best ability of saving the edges of the original image. What’s more, these indexes strongly illustrate that the proposed method can save more information of the original image, especially for the edges and other details, further realizing the integrality of the image information.

Table 1. The indexes of the de-noised images of Fig. 4(a)

Fig. 7. The line chart of Table 1 (a) PSNR; (b) ENL; (c) SSIM; (d) EPI

 To more fully account for the universality and practicability of the proposed method, next we perform the experiments with the SAR images of which the size is 512 × 512 and 256 × 256 , and analysis their result carefully. Fig. 8(a) and Fig. 9(a) are the original SAR images; and we add the noise with \(L=25\) to them. Then we can obtain the corresponding noisy images shown as Fig. 8(b) and Fig. 9(b).

Fig. 8. The SAR images with size of 512 × 512 (a) the original image; (b) the noisy image

Fig. 9. The SAR images with size of 256 × 256 (a) the original image; (b) the noisy image

 Similarly, we de-noise the noisy image Fig. 8(b) by the aforementioned methods and can obtain the de-noised images shown in Fig. 10. Besides, as shown in Table 2, the aforementioned indexes are adopted to evaluate the de-noised images in Fig. 10. As shown in Fig. 10(a), the de-noised image by ST is very blurry, especially for the edges which are difficult to distinguish. Due to the existence of the artificial texture in Fig. 10(b) and (c), there is a mixture of the artificial texture and the edges, which leads to serious influence on the subsequent image processing; there is still some noise in the two de-noised images as well. From Fig. 10(d) we can see, the de-noised image by K-SVD has less noise, but it loses a lot of important information during the processing of the image de-noising. For example, the reflection of the bridge in the wide river almost cannot be recognized. Compared with the other de-noised images, Fig. 10(e) and (f) not only have less noise, but also save more detail information of the original image. However, Fig. 10(f) has the best visual effect which shows that the proposed method is the best of all.

Fig. 10. The de-noised image of Fig. 8(b) (a) ST; (b) PPB; (c) SAR-BM3D; (d) K-SVD; (e) K-SVD+Wavelet; (f) The proposed

Table 2. The indexes of the de-noised images in Fig. 10

 By comparing the indexes in Table 2, we can easily come to the conclusion that the proposed method can improve PSNR of the de-noised image and realize better image de-noising. What’s more, ENL of the de-noised image by the proposed method is also the best; and SSIM is close to 1. EPI of the de-noised image by the proposed method is the highest and over 0.9. All of these illustrate that the proposed method is optimal among the aforementioned methods.

 Fig. 11 and Table 3 are the results of de-noised images of Fig. 9(b) by different image de-noising methods and the corresponding objective evaluation indexes of them respectively. From Fig. 11 we can see, the proposed method not only suppresses the speckle noise effectively, but also saves more detail information and has the best visual effect. On the other hand, Table 3 shows that the indexes of the proposed method are the best, and PSNR and ENL have improved a lot. Moreover, SSIM and EPI are closer to 1. Therefore, the proposed method is effective for the image de-noising.

Fig. 11. The de-noised image of Fig. 9(b) (a) ST; (b) PPB; (c) SAR-BM3D; (d) K-SVD; (e) K-SVD+Wavelet; (f) The proposed

Table 3. The indexes of the de-noised images in Fig. 11

6. Conclusion

 By combining the merits of the image de-noising method based on sparse representation and making full use of the detail information in the residual image, in this paper, a novel SAR image de-noising method based on sparse representation and the residual image fusion in Shearlet domain is proposed. Experimental results show that the proposed method has improved a lot on the subjective visual effects and objective evaluation indexes, and it is an efficient and practical SAR image de-noising method. However, in the proposed method we cascade some complementary SAR image de-noising methods and the image de-noising method based on SR is time-consuming, the time complexity is high. In our future work, we will try to improve it.

7. Future Scope

 As one of effective means for observing from the space to earth, SAR imaging does not rely on the illumination but has its microwave. It can penetrate most obstacles such as the cloud, rain and the material on the surface. Especially for military applications and environmental testing, SAR image has big significance. However, one single point in SAR image may correspond to one building in reality. In some cases, it is hard to distinguish the speckle noise and the detail information in SAR image. As a result, the speckle noise of SAR image makes the image information incorrect and can mislead us sometime. Effectively suppressing or removing the noise by the image de-noising methods make the SAR image more useful and is very important for the subsequent image processing

References

  1. Hu Shaohai, Ma Xiaole, Liu Shuaiqi, and Yang Dongsheng, "SAR image de-noising based on non-local similar block matching in NSST domain," in Proc. of 2016 IEEE 13th International Conference on Signal Processing, pp.832-836, November 6-10, 2016.
  2. Ling Shao, Ruomei Yan, Xuelong Li, and Yan Liu, "From heuristic optimization to dictionary learning: a review and comprehensive comparison of image denoising algorithms," IEEE Transactions on Cybernetics, vol. 44, no. 7, pp. 1001-1013, July, 2014. https://doi.org/10.1109/TCYB.2013.2278548
  3. Michal Aharon, Michael Elad and Alfred Bruckstein, "The K-SVD : an algorithm for designing of overcomplete dictionaries for sparse representation," IEEE Transactions on Signal Processing, vol. 54, no. 11, pp. 4311-4322, November, 2006. https://doi.org/10.1109/TSP.2006.881199
  4. Shi Guangming, Liu Danhua, Gao Dahua and et.al., "Advances in Theory and Application of Compressed Sensing," Acta Electronica Sinica, vol. 37, no. 5, pp. 1070-1081, May, 2009. https://doi.org/10.3321/j.issn:0372-2112.2009.05.028
  5. Chenglong Wang, Guanghui Zhao, Guangming Shi and Huan Li, "SAR image despeckling based on the nonlocally centralized sparse representation model," in Proc. of 2014 IEEE International Conference on Computer and Information Technology, pp. 143-147, September 11-13, 2014.
  6. Xiao Quan, Ding Xinghao, Wang Shoujue and et.al., "Image denoising based on adaptive over-complete sparse representation," Chinese Journal of Scientific Instrument, vol. 30, no. 9, pp. 1886-1890, September, 2009. https://doi.org/10.3321/j.issn:0254-3087.2009.09.017
  7. Michael Elad and Michal Aharon, "Image denoising via sparse and redundant representation over learned dictionaries," IEEE Transactions on Signal Processing, vol. 15, no. 12, pp. 3736-3745, December, 2006.
  8. Bhabesh Deka and Prabin Kumar Bora, "Removal of correlated speckle noise using sparse and overcomplete representations," Biomedical Signal Processing and Control, vol. 8, no. 6, pp. 520-533, November, 2013. https://doi.org/10.1016/j.bspc.2013.05.003
  9. A. Buades, B. Coll and J.M. Morel, "A review of image denoising algorithms, with a new one," Multiscale Model. Simul., vol. 4, no. 2, pp. 490-530, 2005. https://doi.org/10.1137/040616024
  10. Hu Shaohai, Yang Dongsheng, Liu Shuaiqi, and Xiaole Ma, "Block-matching based mutimodal medical image fusion via PCNN with SML," in Proc. of 2016 IEEE 13th International Conference on Signal Processing, pp. 13-18, November 6-10, 2016.
  11. Kanghui Guo and Demetrio Labate, "Optimally sparse multidimensional representation using Shearlets," SIAM Journal on Mathematical Analysis, vol. 39, no. 1, pp. 298-318, 2007. https://doi.org/10.1137/060649781
  12. Donoho D L, "De-noising by soft-thresholding," IEEE transactions on information theory, vol. 41, no. 3, pp. 613-627, May, 1995. https://doi.org/10.1109/18.382009
  13. Dongming Li, Lijuan Zhang, Jinhua Yang and Wei Su, "Research on wavelet-based contourlet transform algorithm for adaptive optics image denoising," Optik-International Journal for Light and Electron Optics, vol. 127, no. 12, pp. 5029-5034, June, 2016. https://doi.org/10.1016/j.ijleo.2016.02.042
  14. Goodman J W, "Some fundamental properties of speckle," Journal of the optical society of America, vol. 66, no. 11, pp. 1145-1150, November, 1976. https://doi.org/10.1364/JOSA.66.001145
  15. Charles-Alban Deledalle, LoIc Denis and Florence Tupin, "Iterative weighted maximum likelihood denoising with probabilistic patch-based weights," IEEE Trans. Image Process., vol. 18, no. 12, pp. 2661-2672, December, 2009. https://doi.org/10.1109/TIP.2009.2029593
  16. Sara Parrilli, Mariana Poderico, Cesario Vincenzo Angelino and Luisa Verdoliva, "A nonlocal SAR image denoising algorithm based on LLMMSE wavelet shrinkage," IEEE Trans. Geosci. Remote Sens., vol. 50, no. 2, pp. 606-616, February, 2012. https://doi.org/10.1109/TGRS.2011.2161586
  17. Dong Mingkun, Jiang Aimin and Sun Juan, "Dictionary-learning-based image denoising method using information fusion of residuals," Microprocessors, vol. 2, no. 1, pp. 58-63, 2015.
  18. Liu Shuaiqi, Hu Shaohai, and Xiao Yang, "Bayesian shearlet shrinkage for SAR image de-noising via sparse representation," Multidimensional Systems and Signal Processing, vol. 25, no. 4, pp. 683-701, October, 2014. https://doi.org/10.1007/s11045-013-0225-8

Cited by

  1. Parameter Estimation of Poisson-Gaussian Signal-Dependent Noise from Single Image of CMOS/CCD Image Sensor Using Local Binary Cyclic Jumping vol.21, pp.24, 2019, https://doi.org/10.3390/s21248330