基于非局部信息的信号与图像处理算法及其应用研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
在信号与图像处理领域,对信号或图像进行有效的表示是一项关键且富有挑战性的研究工作。传统的表示方法一般是依据对信号或图像所做的假设,建立某个函数模型或概率模型。然而,信号与图像的复杂多样性使得构建这样的参数模型成为一项非常困难的工作。通常,这种模型的构建需要大量的先验知识,生成的模型易受假设条件的限制,并且一般只适用于某些特定类型的信号或图像。
     当人们还在努力寻求一种通用的参数模型表示方法的时候,海量数据的处理需求以及计算机计算性能的提高催生了一类新的信号及图像分析与处理方法—数据驱动(data driven)的方法,或者称作基于样例(example based)的方法。与传统的基于参数模型的方法不同,数据驱动的方法根据数据本身提供的信息对数据进行表示,适用于处理那些过于复杂而难以准确建模的信号。
     图像中的每一个像素点都不是孤立存在的,而是与其邻域内的像素一起构成图像中的几何结构。以像素点为中心的窗口邻域,或者称为图像块,能够很好地体现像素点的结构特征。相应于每一个像素点的图像块的集合可以作为图像的一种过完备表示。同时,图像一般都具有自相似性质,即处于图像中不同位置处的像素点往往表现出很强的相关性,比如自然图像中的长边缘、纹理图像以及具有周期性结构的图像等,都表现出远距离的相关性。基于此,在数据驱动的算法中,可以利用图像自身提供的非局部相似信息来进行有效的图像处理。目前,基于非局部图像块相似性的方法在纹理合成、图像与视频去噪、图像超分辨率分析等诸多领域得到了广泛的应用,并表现出了非常优良的性能。
     本论文以信号块或图像块作为信号或图像的表示基元,基于信号与图像的非局部相似性质对纹理合成以及去噪进行了系统深入的理论和应用研究。主要贡献及创新点包括:
     (1)提出了一种基于离散小波变换的快速纹理合成方法
     针对像素域基于纹理块拼接的合成算法合成效率不高的问题,提出了一种基于离散小波变换的快速纹理合成方法。合成过程只在低频子带内进行,然后利用同一尺度内以及不同尺度间系数之间的父子对应关系,合成相应高频子带内的系数。一方面,由于低频子带图像的尺寸减小,利用较小的图像块就可以表示较大范围的纹理特征。同时,由于参与相似性比较的像素点数目与合成的像素点数目都大为减少,从而大大降低了计算的复杂度。另一方面,小波变换的多分辨率分解特性可以更好地表示纹理图像的特征。在进行相似性比较时,可以利用不同频率子带内的系数,增强相似性比较的准确性,从而有利于生成视觉效果更好的纹理图像。实验结果表明,所提出的多分辨率合成算法对于一大类纹理图像都能够取得很好的合成结果,合成效率较原始的算法有了很大程度的提高。(2)对非局部均值算法的相似性测度进行了改进
     在非局部均值算法中,邻域之间的相似性比较仅仅采用平移的邻域形式,不能充分地利用图像提供的自相似性质。针对此问题,将分形理论中的等距对称变换引入到非局部均值去噪算法中,对其相似性测度进行改进,提高了相似性比较的准确性。改进方法能够为图像中的像素找到更多的相似像素点,从而更充分地利用了图像的自相似性质,为非局部均值去噪提供了更好的前提。(3)提出了一种自适应的滤波参数选取方法
     非局部均值算法中滤波参数选取的优劣对滤波性能有着至关重要的影响。原始的算法中对整幅图像采用同一个滤波参数,这必然会出现对图像中的某些像素点产生过度平滑,而对另外一些像素点滤波不充分的问题。并且,当噪声水平超过一定的值之后,很难找到一个全局的滤波参数,使其对图像的各个部分都能很好地去噪。我们注意到,邻域之间的欧氏距离与滤波参数的比值决定权值的大小。对于图像中不同的像素点,邻域之间的欧氏距离一般具有不同的分布。为了得到更好的滤波效果,对于不同的距离分布,选用不同的滤波参数更为合理。基于此想法,根据邻域之间欧氏距离的统计分布特点,提出一种基于图像灰度分布统计特性的滤波参数选取方法。该方法能够根据不同像素的特点自适应地选取滤波参数。对测试图像去噪的实验结果也验证了改进方法的有效性。(4)提出了一种两级的非局部均值去噪方法
     非局部均值算法利用邻域内灰度值向量之间的欧氏距离衡量邻域之间的相似性。由于灰度值向量取自含有噪声的图像,因此,欧氏距离的计算势必会受到噪声的影响。特别地,当图像中含有较强的噪声时,直接利用含噪图像的灰度值计算欧氏距离已经不能很好地反映邻域之间的相似性。针对此问题,本论文提出-种两级非局部均值去噪方法。一级去噪时使用较小的滤波参数,在去除一部分噪声的同时,也使得二级去噪时的相似性比较更加准确。实验结果表明,与采用-次滤波相比,采用两级去噪能够更为有效地去除噪声。噪声强度越大,两级非局部均值方法对去噪性能的改善就越明显。
     (5)提出一种基于自适应搜索区域的非局部均值去噪方法
     非局部均值算法利用图像(子图像)中所有像素的加权平均来对含噪图像的真实灰度值进行估计。由于参与加权平均的某些像素点的灰度值很可能与当前像素点的灰度值之间存在着较大的差异,这些不相关的像素势必会对去噪性能产生负面的影响。局部自适应估计方法中的局部多项式逼近-置信区间交叉技术可以以-种逐点的方式为图像中的每一个像素点自适应地确定一个各向异性的邻域,邻域内的像素点与中心像素点具有相似的性质。因此,将该技术与非局部均值算法相结合,可以在加权平均的过程中去除不相关像素点的影响,从而提高非局部均值算法的去噪性能。
     (6)在算法应用方面,提出一种基于非局部相似性与平移不变小波变换相结合的一维信号去噪方法,并将非局部均值算法应用于PET图像去噪
     对于一维信号的去噪,首先利用块匹配的方法分组相似的信号块,将相似的信号块组成不同的信号块组。然后,对各个信号块组作平移不变的小波变换处理得到变换系数,再对这些系数作硬阈值收缩降噪。最后,经过小波逆变换得到空域信号。考虑到信号块之间的重叠,提出使用简单平均与加权平均两种方式进行组合来得到最终的去噪结果。实验结果表明,与基于小波变换以及平移不变小波变换的去噪方法相比,本文所提出的方法能够取得更高的信噪比,并且得到的去噪信号更接近于原始信号。此外,将非局部均值算法用于去除PET图像中的泊松噪声。对测试图像以及实际临床PET图像的去噪结果表明,非局部均值算法能够有效地去除PET图像中的噪声,对各部分功能结构具有非常好的保护能力,取得了比中值滤波和维纳滤波更好的结果,为PET图像的去噪提供了一种新的手段。
In signal and image processing field, the most crucial and also the most challenging issue is to find an effective way to represent signals or images. Traditionally, some function models or probability models are usually constructed based on certain assumptions for the signal or image as their representations. However, the complexity and variety of the signal and image make it a very difficult task to construct such a parametric model, which requires much prior knowledge about the signal. And what's more, the model only works well for some specific signals or images under the assumption constraints.
     When people are still trying their best to find a more general parametric model to well represent signals, both the requirements for dealing with mass of data and the performance improvement of computers give birth to a new kind of signal and image analysis and processing methods-data driven methods, also known as example-based methods. Different with the traditional model-based methods, this new technology represents a signal based on the information provided by the data itself, and it is very suitable and effective for dealing with those data which are difficult to model due to their complexity.
     Every pixel in an image is not alone; it builds up geometric structures together with its surrounding neighbors. A square window centered at a pixel, also called a patch, can well reflect its structure property. And all the patches corresponding to each pixel can constitute a set or a space, which can act as an overcomplete representation of an image. Meanwhile, self-similarity is an essential property of an image, i.e., the pixels at different locations resemble with each other. For example, the pixels along a long edge, or more specifically, the pixels in the texture images or images with periodic patterns all show strong long-range correlations. In example-based algorithms, the non-local similarity information provided by an image itself can be made use of to tackle some image processing problems. Currently, the algorithms based on non-local patch similarity have found their applications in many fields, such as texture synthesis, image and video denoising, image super-resolution etc., and have shown their superiority.
     In this work, with signal blocks and image patches as the basic representations for a signal or an image, the algorithms and their applications based on non-local similarity information for texture synthesis and signal and image denoising are studied systematically. The main contributions of this thesis include:
     (1) A fast texture synthesis algorithm based on DWT is proposed.
     A fast texture synthesis algorithm based on DWT is proposed to improve the efficiency of the pixel-domain image quilting algorithm. The quilting of the coefficients is carried out only in the approximation sub-band, and then the coefficients in all detail sub-bands are synthesized simultaneously based on the parent-child relationship of the coefficients within the same scale and across different scales. On one hand, due to the reduced size of the low resolution image, larger texture pattern characteristics can be captured just by smaller sized patches; in addition, the number of pixels both for similarity comparison and to be synthesized become smaller, so the computational complexity is greatly reduced. On the other hand, the texture characteristics can be better represented in the wavelet domain, the coefficients in different sub-bands can give their contributions to the similarity comparison, which can help to generate visually more appealing textures. The synthesis results show that the proposed approach can synthesize a wide range of textures, and it is more efficient than the original one.
     (2) A modified similarity metric for the non-local means algorithm is proposed.
     In the original non-local means algorithm, only translational neighborhood patterns are used in similarity comparison, which do not fully exploit the symmetric characteristics that exist in many images. To address this problem, the isometry transformations in fractal theory are introduced to modify its similarity metric, so that the self-similarity property of images can be better made use of. In this way, the similarity comparisons become more accurate and more candidate pixels can be picked out for averaging a pixel to be restored, and the larger number of candidate pixels can provide a better precondition for non-local means denoising.
     (3) An adaptive filtering parameter selection method is put forward.
     The filtering parameter plays an important role in the non-local means algorithm, which takes a fixed value empirically for the whole image in the original scheme. Generally speaking, different pixels own different properties, the fixed global parameter will result in over-smoothing some pixels while not being able to filter others sufficiently. And what's more, when the noise level exceeds a certain value, it is no longer possible to choose a global parameter such that the noise is removed everywhere without destroying structures somewhere else in the image. It is noted that the ratio of the Euclidean distance between neighborhoods and the filtering parameter determines the weight. For different pixels in an image, the Euclidean distances between neighborhoods in the search region satisfy different distributions, so better denoising results should be obtained by choosing different filtering parameters for different pixels. Motivated by this idea, an adaptive filtering parameter selection method based on image intensity statistics is proposed, which can determine the filtering parameter adaptively according to individual pixel property. Experiment results verify the effectiveness of the proposed method.
     (4) A two-stage non-local means filtering strategy is proposed.
     The neighborhood similarity is measured by Euclidean distances between neighborhood gray value vectors in the non-local means algorithm. The calculation of the Euclidean distance will be affected by noise, especially when the noise level is too high, the Euclidean distances obtained on noisy images can no longer well reflect the neighborhood similarity. To solve this problem, a two-stage non-local means filtering strategy is proposed. With some noise removed with a smaller filtering parameter in the first stage, the similarity can be obtained more accurately and better adapted to the non-local means algorithm in the second filtering stage. Experiment results demonstrate that compared with the original algorithm, more noise can be removed by the proposed two-stage filtering approach, and it performs even better under higher noise level cases.
     (5) An adaptive search based non-local means filtering scheme is proposed.
     The non-local means algorithm uses the weighted average of all pixels in an image to recover a noise-free pixel. However, if the pixel values used for average do not lie in the same gray levels as the one to be restored, they will make negative contributions to the denoising performance. As a locally adaptive estimation method, the Local Polynomial Approximation-Intersection of Confidence Interval technique can provide anisotropic neighborhoods adapting to image features for pixels in an image in a point-wise manner, within which the image is homogeneous. We combine the non-local means algorithm with this locally adaptive anisotropic estimation method to develop a new denoising approach. It can exclude the pixels whose gray values are different from the one to be restored in the non-local averaging process, and this will alleviate the effect of non-similar pixels and thus enhance the denoising performance.
     (6) As applications, a signal denoising method combining non-local signal similarities with translation invariant wavelet transform is developed; and also the non-local means algorithm is applied to suppress the poisson noise in PET images.
     For 1-D signal denoising, signal blocks with similar structures are assembled together to build up groups with strong correlations; and then the translation invariant wavelet transform is applied on these groups to produce, in an enhanced sparsity manner, the transformed coefficients; these coefficients are then hard-thresholded and inverse transformed back into their denoised versions. Considering the overlapping between blocks, two aggregation methods, i.e. simple averaging and weighted averaging are proposed to fuse the different estimates together to get the final estimate. Experimental results illustrate that the proposed method can obtain superior denoising performance compared with the wavelet and translation invariant wavelet based methods. In addition, the non-local means algorithm is applied to remove the poisson noise in PET images. Experimental results for both the test image and real clinical PET images show that the non-local means can remove the noise in PET images efficiently with functional structures well preserved, and achieves better denoising results than median filtering and wiener filtering methods. Therefore, the non-local means algorithm can act as an alternative and potential powerful method for PET image denoising.
引文
[1]. B.Julesz, "Visual pattern discrimination," IRE Transactions in Information Theory, vol.8, no.2, pp.84-92,1962.
    [2]. S.Lu, K.Fu, "A syntactic approach to texture analysis," Computer Graphics and Image Processing, vol.7, no.3, pp.303-330,1978.
    [3]. J.Monne, F.Schmitt, D.Massaloux, "Bidimensional texture synthesis by markov chains," Computer Graphics and Image Processing, vol.17, no.l, pp.1-23,1981.
    [4]. G.Cross, A.K.Jain, "Markov random field texture models," IEEE Transactions on Pattern Analysis and Machine Intelligence, vol.5, no.l, pp.25-39,1983.
    [5]. A.Gagalowicz, S.D.Ma, "Model driven synthesis of natural textures for 3-D scenes," Computers and Graphics, vol.10, no.2, pp.161-170,1986.
    [6]. D.J.Heeger, J.R.Bergen, "Pyramid-based texture analysis/synthesis," In Proceedings of SIGGRAPH'95, pp.229-238, Aug.1995.
    [7]. J.S.De Bonet, "Multiresolution sampling procedure for analysis and synthesis of texture images," In Proceedings of SIGGRAPH'97, pp.361-368, Aug.1997.
    [8]. E.Simoncelli, J.Portilla, "Texture characterization via joint statistics of wavelet coefficient magnitudes," In Proceedings of the 5th International Conference on Image Processing, Chicago, vol.1, pp.62-66,1998.
    [9]. A.Witkin, M.Kass, "Reaction-diffusion textures," In Proceedings of ACM SIGGRAPH, Los Angeles:ACM Press, pp.299-308,1991
    [10].J.Dorsey, A.Edelman, J.Legakis, et al, "Modeling and rendering of weathered stone," In Proceedings of ACM SIGGRAPH, Los Angeles:ACM Press, pp.225-234,1999.
    [11].S.Worley, "A cellular texture basis function," In Proceedings of ACM SIGGRAPH, New Orleans:ACM Press, pp.291-294,1996.
    [12].A.A.Efros, T.K.Leung, "Texture synthesis by non-parametric sampling," In International Conference on Computer Vision, Vol.2, pp.1033-1038, Sep.1999.
    [13].L.Y.Wei, M.Levoy, "Fast texture synthesis using tree-structured vector quantization," In Proceedings of ACM SIGGRAPH 2000, Computer Graphics Proceedings, Annual Conference Series, pp.479-488,2000.
    [14].M.Ashikhmin, "Synthesizing natural textures," In Proceedings of 2001 ACM Symposium on Interactive 3D Graphics, pp.217-226, March 2001.
    [15].J.Zhang, K.Zhou, L.Velho, et al., "Synthesis of progressively variant textures on arbitrary surfaces," ACM Transactions on Graphics, vol.22, no.3, pp.295-302,2003.
    [16].Y.Q.Xu, B.Guo, H.Y.Shum, "Chaos mosaic:fast and memory efficient texture synthesis," Microsoft Research Technical Report MSR-TR-2000-32,2000.
    [17].L.Liang, C.Liu, Y.Q.Xu, et al., "Real-time texture synthesis by patch-based sampling," ACM Transactions on Graphics, vol.20, no.3, pp.127-150, July 2001.
    [18].A.A.Efros, W.T.Freeman, "Image quilting for texture synthesis and transfer," In Proceedings of SIGGRAPH 2001, pp.341-346, August 2001.
    [19].V.Kwatra, A.Schodl, I.Essa, et al., "Graphcut textures:Image and video synthesis using graph cuts," ACM Transactions on Graphics, SIGGRAPH 2003, vol.22, no.3, pp.277-286, July 2003.
    [20].Y.X.Liu, W.C.Lin, J.Hays, "Near-regular texture synthesis and manipulation," In Proceedings of SIGGRAPH'2004, pp.368-376,2004.
    [21].Y.X.Liu, Y.Tsin, W.C.Lin, "The promise and perils of near-regular texture," International Journal of Computer Vision, vol.62, no.1-2, pp.145-159,2005.
    [22].Q.Wu, Y.Yu, "Feature matching and deformation for texture synthesis," ACM Transactions on Graphics, vol.23, no.3, pp.364-367, August 2004.
    [23].V.Kwatra, I.Essa, A.Bobick, et al., "Texture optimization for example-based synthesis," ACM Transactions on Graphics, vol.24, no.3, pp.795-802,2005.
    [24].H.Guo, J.E.Odegard, M.Lang, et al., "Wavelet based speckle reduction with application to SAR based ATD/R," First International Conference on Image Processing, Austin, Texas, USA, vol.1, pp.75-79,1994.
    [25].R.D.Nowark, "Wavelet based Rician noise removal for magnetic resonance imaging," IEEE Transactions on Image Processing, vol.8, no.10, pp.1408-1419,1999.
    [26].D.L.Donoho, "De-noising by soft-thresholding," IEEE Transactions on Information Theory, vol.41, no.3, pp.613-627,1995.
    [27].D.L.Donoho, I.M.Johnstone, "Ideal spatial adaptation via wavelet shrinkage," Biometrika, vol.81, pp.425-455,1994.
    [28].H.A.Chipman, E.D.Kolaczyk, R.E.McCulloch, "Adaptive Bayesian wavelet shrinkage," Journal of American Statistical Association, vol.92, no.440, pp.1413-1421,1997.
    [29].P.Moulin, J.Liu, "Analysis of multiresolution image denoising schemes using generalized Gaussian and complexity priors," IEEE Transactions on Information Theory, vol.45, no.3, pp.909-919,1999.
    [30].J.Romberg, H.Choi, R.G.Baraniuk, "Bayesian tree-structured image modeling using wavelet-domain hidden markov models," IEEE Transactions on Image Processing, vol.10, no.7, pp.1056-1068,2001.
    [31].J.Portilla, V.Strela, M.J.Wainwright, E.P. Simoncelli, "Image denoising using scale mixtures of Gaussians in the wavelet domain," IEEE Transactions on Image Processing, vol.12, no.11, pp.1338-1351,2003.
    [32]. J.Guerrero-Colon, J.Portilla, "Two-level adaptive denoising using Gaussian scale mixtures in overcomplete oriented pyramids," IEEE International Conference on Image Processing, Genoa,
    Italy, pp.Ⅰ-105-108,2005.
    [33].L.Siwei, E.P.Simoncelli, "Modeling multiscale subbands of photographic images with fields of Gaussian Scale Mixtures," IEEE Transactions on Pattern Analysis and Machine Intelligence, vol.31, no.4, pp.693-706,2009.
    [34].L.Yaroslavsky, K.Egiazarian, J.Astola, "Transform domain image restoration methods:Review, comparison and interpretation," In Proceedings of Nonlinear Image Processing and Pattern Analysis XII, vol.4304, pp.155-169,2001.
    [35].O.Guleryuz, "Weighted overcomplete denoising," In Proceedings of Asilomar Conference on Signals, Systems, Computers, Pacific Grove, CA, vol.2, pp.1992-1996,2003.
    [36].K.Dabov, A.Foi, V.Katkovnik, et al., "Image denoising by sparse 3D transform-domain collaborative filtering," IEEE Transactions on Image Processing, vol.16, no.8, pp.2080-2095, 2007.
    [37].D.Muresan, T.Parks, "Adaptive principal components and image denoising," IEEE International Conference on Image Processing, Barcelona, Spain, vol.1, pp.101-104,2003.
    [38].M.Elad, M.Aharon, "Image denoising via sparse and redundant representations over learned dictionaries," IEEE Transactions on Image Processing, vol.15, no.12, pp.3736-3745,2006.
    [39].A.Foi, V.Katkovnik, K.Egiazarian, "Pointwise Shape-Adaptive DCT for high-quality denoising and deblocking of grayscale and color images," IEEE Transactions on Image Processing, vol.16, no.5, pp.1395-1411, May 2007.
    [40].R.Eslami, H.Radha, "Optimal linear combination of denoising schemes for efficient removal of image artifacts," IEEE International Conference in Multimedia and Expo, Toronto, Ontario, Canada, pp.465-468,2006.
    [41].M.Lindenbaum, M.Fischer, A.M.Bruckstein, "On Gabor's Contribution to Image-enhancement," Pattern Recognition, vol.27, no.1, pp.1-8,1994.
    [42].P.Perona, J.Malik, "Scale-space and edge detection using anisotropic diffusion," IEEE Transactions on Pattern Analysis and Machine Intelligence, vol.12, no.5, pp.629-639,1990.
    [43].L.Rudin, S.Osher, E.Fatemi, "Nonlinear total variation based noise removal algorithms," Physica D, vol.60, no.2, pp.259-268,1992.
    [44].L.P.Yaroslavsky. Digital Picture Processing, an introduction. Springer-Verlag, Berlin,1985.
    [45].L.P.Yaroslavsky, M.Eden. Fundamentals of Digital Optics. Birkhauser Boston, Boston, MA, 1996.
    [46].J.S.Lee, "Digital image smoothing and the sigma filter," Computer Vision, Graphics, and Image Processing, vol.24, no.2, pp.255-269,1983.
    [47].S.M.Smith, J.M.Brady, "SUSAN-a new approach to low level image processing," International Journal of Computer Vision, vol.23, no.l, pp.45-78,1997.
    [48].C.Tomasi, R.Manduchi, "Bilateral filtering for gray and color images," Proceedings of International Conference on Computer Vision, Bombay, India, pp.839-846,1998.
    [49].蔡超,丁明跃,周成平等.小波域中的双边滤波.电子学报,vol.32, no.l,pp.128-131,2004.
    [50]. A.Buades, B.Coll, J.M.Morel, "A nonlocal algorithm for image denoising," In Proceedings of International Conference on Computer Vision and Pattern Recognition, San Diego, CA, USA, vol.2, pp.60-65,2005.
    [51]. A.Buades, B.Coll, J.M.Morel, "A review of image denoising algorithms, with a new one," Multiscale Modeling and Simulation (SIAM Interdisciplanary Journal), vol.4, no.2, pp.490-530,2005.
    [52].A.Buades, B.Coll, J.M.Morel, "Image denoising by nonlocal averaging," In Proceedings of IEEE International Conference on Acoustic Speech and Signal Processing, Ohiladelphia, PA, pp.25-28, Mar.2005.
    [53].R.R.Coifman, D.Donoho, "Translation-invariant de-noising," In Wavelets and Statistics, Springer-Verlag, New York, pp.125-150,1995.
    [54].J.S. De Bonet, "Noise reduction through detection of signal redundancy," Rethinking Artificial Intelligence, MIT AI Lab,1997.
    [55].Z.Wang, D.Zhang, "Restoration of impulse noise corrupted images using long-range correlation," IEEE Signal Processing Letters, vol.5, no.1, pp.4-7,1998.
    [56].D.Zhang, Z.Wang, "Image information restoration based on long-range correlation," IEEE Transactions on Circuits and Systems for Video Technology, vol.12, no.5, pp.331-341,2002.
    [57].S.A.Awate, R.T.Whitaker, "High order image statistics for unsupervised, information-theoretic, adaptive image filtering," In Proceedings of International Conference on Computer Vision and Pattern Recognition, San Diego, CA, USA, pp.44-51,2005.
    [58].C.Kervrann, J.Boulanger, P.Coupe, "Bayesian non-local means filter, image redundancy and adaptive dictionaries for noise removal," In Scale Space and Variational Methods in Computer VisionF, F. Sgallari, A.Murli, and N.Paragios, Eds. New York:Springer, vol.4485, pp.520-532, 2007.
    [59].A.Singer, Y.Shkolnisky, B.Nadler, "Diffusion Interpretation of non-local neighborhood filters for signal denoising," SIAM Journal on Imaging Sciences, vol.2, no.1, pp.118-139,2009.
    [60].P.Chatterjee, P.Milanfar, "A generalization of non-local means via kernel regression," In Proceedings of SPIE Conference on Computational Imaging, San Jose, CA(US),vol.6814, pp.6814P,2008.
    [61].S.Kindermann, S.Osher, P.W.Jones, "Deblurring and denoising of images by nonlocal functionals," Multiscale Modeling and Simulation, vol.4, no.4, pp.1091-1115,2005.
    [62].G.Gilboa, S.Osher, "Nonlocal linear image regularization and supervised segmentation," SIAM Journal on Multiscale Modeling and Simulation, vol.6, no.2, pp.595-630, July 2007.
    [63].G.Gilboa, J.Darbon, S.Osher, et al., "Nonlocal convex functionals for image regularization," Tech Rep. CAM-06-57 Derpt. Math., Univ. California, Los Angeles,2006.
    [64].T.Brox, D.Cremers, "Iterated nonlocal means for texture restoration," In Proceedings of
    International Conference on Scale Space and Variational Methods in Computer Vision, F. Sgallari, A.Murli, and N.Paragios, eds, New York:Springer, vol.4485, pp.13-24,2007.
    [65].O.Kleinschmidt, T.Brox, D.Cremers, "Nonlocal texture filtering with efficient tree structures and invariant patch similarity measures," International Workshop on Local and Non-Local Approximation in Image Processing, Lausanne, Switzerland, vol.2008,2008.
    [66].C.Kervrann, J.Boulanger, "Optimal spatial adaptation for patch-based image denoising," IEEE Transactions on Image Processing, vol.15, no.10, pp.2866-2878,2006.
    [67].Y.Lou, P.Favaro, S.Soatto, "Nonlocal similarity image filtering," In:Reports CAM(8-26), http://www.math.ucla.edu/-bertozzi/papers/LPSB.pdf,2008.
    [68].S.Zimmer, S.Didas, J.Weickert, "A rotationally invariant block matching strategy improving image denoising with non-local means," International Workshop on Local and Non-Local Approximation in Image Processing, Lausanne, Switzerland, vol.2008,2008.
    [69].M.Mahmoudi, G.Sapiro, "Fast image and video denoising via nonlocal means of similar neighborhoods," Signal Processing Letters, vol.12, no.12, pp.839-842,2005.
    [70].Y.L.Liu, J.Wang, X.Chen, et al, "A robust and fast non-local means algorithm for image denoising," Journal of Computer Science and Technology, vol.23, no.2, pp.270-279,2008.
    [71].P.Coupe, P.Yger, S.Prima, et al., "Fast nonlocal means denosing for 3D MR images," International Conference on Medical Image Computing and Computer-Assisted Intervention, vol.4191, pp.33-40,2006.
    [72].P.Coupe, P.Yger, S, Prima, et al., "An Optimized Blockwise Nonlocal Means Denoising Filter for 3-D Magnetic Resonance Images," IEEE Transactions on Medical Imaging, vol.27, no.4, pp.425-441,2008.
    [73].P.Coupe, P.Hellier, C.Kervrann et al, "Bayesian non local means-based speckle filtering," 5th IEEE International Symposium on Biomedical Imaging:from Nano to Macro, pp.1291-1294, 2008.
    [74].王志明,张丽.自适应的快速非局部图像去噪算法.中国图象图形学报,vol.14, no.4, pp.669-675,2009.
    [75].杨学志,沈晶,范良欢.基于非局部均值滤波的结构保持相干斑噪声抑制方法.中国图象图形学报,vol.14, no.12, pp.2443-2450,2009.
    [76].K.Dabov, A.Foi, V.Katkovnik, et al., "BM3D image denoising with shape-adaptive principal component analysis," In Proceedings of Workshop on Signal Processing with Adaptive Sparse Structured Representations, Saint-Malo, France,2009.
    [77]. V.Katkovnik, A.Foi, K.Egiazarian, et al., "From local kernel to nonlocal multiple-model image denoising," International Journal of Computer Vision, vol.86, no.1, pp.1-32,2010.
    [78].S.C.Zhu, Y.Wu, D.Mumford, "Filters, random fields and maximum entropy(FRAME): Towards a unified theory for texture modeling," International Journal of Computer Vision, vol.27, no.2, pp.107-126,1998.
    [79].W.T.Freeman, E.C.Pasztor, O.T.Carmichael, "Learning low level vision," International Journal of Computer Vision, vol.40, no.1, pp.25-47,2000.
    [80].S.Roth, M.J.Black, "Fields of experts:A framework for learning image priors with applications," In Proceedings of International Conference on Computer Vision and Pattern Recognition, San Diego, CA, vol.2, pp.860-867,2005.
    [81].A.Criminisi, P.Perez, K.Toyama, "Region filling and object removal by exemplar-based inpaintings," IEEE Transactions on Image Processing, vol.13, no.9, pp.1200-1212,2004.
    [82].R.Chellappa, A.Jain. Markov Random Fields:Theory and Applications. Academic Press,1993.
    [83].S.G.Mallat, "A theory for multiresolution signal decomposition:the wavelet representation," IEEE Transactions on Pattern Analysis and Machine Intelligence, vol.11, no.7, pp.674-693, 1989.
    [84].彭玉华.小波变换与工程应用.第一版.北京:科学出版社,1999.
    [85].杨福生.小波变换的工程分析与应用.北京:科学出版社,2003.
    [86].S.G.Mallat, S.Zhong, "Characterization of signal from multiscale edges," IEEE Transactions on Pattern Analysis and Machine Intelligence, vol.14, no.7, pp.710-732,1992.
    [87].S.J.Gortler, P.Schroder, M.F.Cohen, et al., "Wavelet radiosity," In Proceedings of SIGGRAPH'93, pp.221-230,1993.
    [88].I.Drori, D.Lischinski, "Fast multi-resolution image operations in the wavelet domain," IEEE Transactions on Visualization and Computer Graphics, vol.9, no.3, pp.395-411,2003.
    [89].S.Arivazhagan, L.Ganesan, "Texture classification using wavelet transform," Pattern Recognition Letters, vol.24, no.9-10, pp.1513-1521,2003.
    [90].L.Ronietto, M.Walter, C.R.Jung, "Patch-based texture synthesis using wavelets," Brazilian Symposium on Computer Graphics and Image Processing, Natal, Brazil, pp.383-389,2005.
    [91].D.S.Wickramanayake, E.A.Edirisinghe, H.E.Bez, "Multiresolution texture synthesis in wavelet transform domain," The Journal of Imaging Science and Technology, vol.50, no.1, pp.93-102,2006.
    [92].D.S.Wickramanayake, E.A.Edirisinghe, H.E.Bez, "Transform domain texture synthesis," ELSEVIER Signal Processing:Image Communication, vol.23, pp.1-13,2008.
    [93]. A.Buades, B.Coll, J.M.Morel, "Nonlocal image and movie denoising," International Journal of Computer Vision, vol.76, no.2, pp.123-139,2008.
    [94].T.N.Pappas, R.J.Safranek. Perceptual criteria for image quality evaluation. In Handbook of Image and Video Processing (A.C. Bovik, ed.), Academic Press, May 2000.
    [95].Z.Wang, A.Bovik, H.Sheikh, E.Simoncelli, "Image quality assessment:From error visibility to structural similarity," IEEE Transactions on Image Processing, vol.13, no.4, pp.600-612,2004.
    [96].D.G.Lowe, "Distinctive image features from scale-invariant keypoints," International Journal of Computer Vision, vol.60, no.2, pp.91-110,2004.
    [97].A.E.Jacquin, "Image coding based on a fractal theory of iterated contractive image transformations," IEEE Transactions on Image Processing, vol.1, no.1, pp.18-30,1992.
    [98].N.Azzabou, N.Paragios, F.Guichard, "Image denoising based on adapted dictionary computation," International Conference on Image Processing, San Antonio, Texas, USA, vol.3, pp.109-112,2007.
    [99].B.Zitova, J.Flusser, "Image registration methods:a survey," Image and Vision Computing, vol.21, no.1l, pp.977-1000,2003.
    [100]. Z.X. Ji, Q.Chen, Q.S. Sun, et al, "A moment-based nonlocal-means algorithm for image denoising," Elsevier Information Processing Letters, vol.109, no.23-24, pp.1238-1244,2009.
    [101]. J.Froment, S.Postec, "Self-similarity of images in the context of the non-local means filter," In Approximation and Optimization in Image Restoration and Reconstruction, Ⅱe de Porquerolles, France, June 8-12,2009.
    [102]. M.Ebrahimi, E.R.Vrscay, "Examining the role of scale in the context of the non-local means filter," Lecture Notes in Computer Sciences, vol.5112, pp.170-181,2008.
    [103]. S.K.Alexander, E.R.Vrscay, "IFS imaging beyond compression," Nonlinear Analysis: Theory, Methods & Applications, vol.71, no.12, pp.1215-1226, Dec.2009.
    [104]. D.La Torre, E.R.Vrscay, M.Ebrahimi, et al, "Measure-valued images, associated fractal transforms and the affine self-similarity of images," SIAM Journal on Imaging Sciences, vol.2, no.2, pp.470-507,2009.
    [105]. J.Orchard, M.Ebrahimi, A.Wong, "Efficient nonlocal-means denoising using SVD," International Conference on Image Processing, San Diego, California, pp.1732-1735,2008.
    [106]. J.Salmon, "On two parameters for denoising with non-local means," IEEE Signal Processing Letters, vol.17, no.3, pp.269-272,2010.
    [107]. A.Buades. Image and Film denoising by non-local means. PhD thesis, Universitat de les Illes Balears, Palma de Mallorca, Spain,2006.
    [108]. A.N.Avanaki, A.Diyanat, S.Sodagari, "Optimum parameter estimation for non-local means image de-noising using corner information," The 9th International Conference on Signal Processing, Beijing, China, pp.861-863,2008.
    [109]. N.Azzabou, N.Paragios, F.Cao, et al., "Variable bandwidth image denoising using image-based noise models," In Proc. International Conference on Computer Vision and Pattern Recognition, Minneapolis, pp.1-7,2007.
    [110]. A.Buades, B.Coll, J.M.Morel. Image and movie denoising by nonlocal means[R]. Tech. Rep.25, CMLA, Cachan cedex, France,2006.
    [111]. H.Xu, J.Z. Xu, F. Wu, "A post compensation scheme for nonlocal means filter based image restoration," International Conference on Image Processing, San Diego, California, USA, pp.545-548,2008.
    [112]. A.Dauwe, B.Goossens, H.Luong, et al., "A fast non-local image denoising algorithm," In Proceedings of SPIE Electronic Imaging, vol.6812, San Jose, USA, pp.681210-681210-8, 2008.
    [113]. B.Goossens, H.Luong, A.pizurica, et al., "An improved non-local denoising algorithm," In Proceedings of International Workshop on Local and Non-Local Approximation in Image Processing, Lausanne, Switzerland, pp.143-156,2008.
    [114]. J.Wang, Y.Guo, Y.Ying, et al., "Fast non-local algorithm for image denoising," IEEE International Conference on Image Processing, Atlanta, GA, USA, pp.1429-1432,2006.
    [115].冈萨雷斯.数字图像处理第二版.北京:电子工业出版社,2003.
    [116]. V.Katkovnik, K.Egiazarian, J.Astola, "Local Approximation Techniques in Signal and Image Processing," SPIE Press, Monograph, vol. PM157,2006.
    [117]. A.Goldenshluger, A.Nemirovski, "On spatial adaptive estimation of nonparametric regression," Mathematical Methods of Statistics, vol.6, pp.135-170,1997.
    [118]. V.Katkovnik, "A new method for varying adaptive bandwidth selection," IEEE Transactions on Signal Processing., vol.47, no.9, pp.2567-2571,1999.
    [119]. V. Katkovnik, K.Egiazarian, J.Astola, "Adaptive window size image de-noising based on intersection of confidence intervals(ICI) rule," Journal of Mathematical Imaging and Vision, vol.16, no.3, pp.223-235,2002.
    [120]. V.Katkovnik, A.Foi, K.Egiazarian, et al., "Directional varying scale approximations for anisotropic signal processing," In Proceedings of XII European Signal Processing Conference, EUSIPCO 2004, Vienna, pp.101-104, Sep.2004.
    [121]. A.Foi, V.Katkovnik, K.Egiazarian, et al., "A novel anisotropic local polynomial estimator based on directional multiscale optimizations," IMA International Conference on Mathematics in Signal Processing, Cirencester, UK, pp.79-82,2004.
    [122]. P.Razifar, M.Sandstrom, H.Schnieder et al., "Noise correlation in PET, CT, SPECT and PET/CT data evaluated using autocorrelation function:a phantom study on data, reconstructed using FBP and OSEM," Bio Medical Central:Medical Imaging, vol.5, pp.5,2005.
    [123]. V.Gupta, C.C.Chiu, P.T.Sian,"A differential evolution approach for PET image denoising," The 29th Annual International Conference of the IEEE on Engineering in Medicine and Biology Society, pp.4173-4176,2007.
    [124]. P.Chatterjee, P.Milanfar, "Is denoising dead?," IEEE Transactions on Image Processing, vol.19, no.4, pp.895-911,2010.
    [125]. V.Dore, M.Cheriet, "Robust NL-Means Filter With Optimal Pixel-Wise Smoothing Parameter for Statistical Image Denoising," IEEE Transactions on Signal Processing, vol.57, no.5, pp.1703-716,2009.
    [126]. T.Tasdizen, "Principal neighborhood dictionaries for nonlocal means image denoising," IEEE Transactions on Image Processing, vol.18, no.12, pp.2649-2660,2009.
    [127]. D.Van De Ville, M.Kocher, "Sure-Based Non-Local Means," IEEE Signal Processing Letters, vol.16, no.l1, pp.973-976,2009.
    [128]. C.A.Deledalle, L.Denis, F.Tupin, "Iterative Weighted Maximum Likelihood Denoising With Probabilistic Patch-based Weights," IEEE Transactions on Image Processing, vol.18, no.12, pp.2661-2672,2009.
    [129]. T.Brox, O.Kleinschmidt, D.Cremers, "Efficient nonlocal means for denoising of texture patterns," IEEE Transactions on Image Processing, vol.17, no.7, pp.1083-1092,2008.
    [130]. A.Buades, B.Coll, J.M.Morel, "The staircasing effect in neighborhood filters and its solution," IEEE Transactions on Image Processing, vol.15, no.6, pp.1499-1505, Jun 2006.

© 2004-2018 中国地质图书馆版权所有 京ICP备05064691号 京公网安备11010802017129号

地址:北京市海淀区学院路29号 邮编:100083

电话:办公室:(+86 10)66554848;文献借阅、咨询服务、科技查新:66554700