中文
相关论文

相关论文: New Computational Techniques for a Faster Variatio…

200 篇论文

This paper proposes a new procedure in order to improve the performance of block matching and 3-D filtering (BM3D) image denoising algorithm. It is demonstrated that it is possible to achieve a better performance than that of BM3D algorithm…

计算机视觉与模式识别 · 计算机科学 2011-12-13 'Omid Pakdelazar' , 'Gholamali Rezai-rad'

Filtering multi-dimensional images such as color images, color videos, multispectral images and magnetic resonance images is challenging in terms of both effectiveness and efficiency. Leveraging the nonlocal self-similarity (NLSS)…

图像与视频处理 · 电气工程与系统科学 2020-11-09 Zhaoming Kong , Xiaowei Yang , Lifang He

The 3D block matching (BM3D) method is among the state-of-art methods for denoising images corrupted with additive white Gaussian noise. With the help of a novel inter-frame connectivity strategy, we propose an extension of the BM3D method…

图像与视频处理 · 电气工程与系统科学 2019-06-18 Kireeti Bodduna , Joachim Weickert

Block-matching and 3D filtering (BM3D) is an image denoising algorithm that works in two similar steps. Both of these steps need to perform grouping by block-matching. We implement the block-matching in an FPGA, leveraging its ability to…

图像与视频处理 · 电气工程与系统科学 2020-06-26 Rafael Pizarro Solar , Michal Pleskowicz

This paper investigates image denoising, comparing traditional non-learning-based techniques, represented by Block-Matching 3D (BM3D), with modern learning-based methods, exemplified by NBNet. We assess these approaches across diverse…

图像与视频处理 · 电气工程与系统科学 2025-11-11 Ghazal Kaviani , Reza Marzban , Ghassan AlRegib

With the recent advancements in the field of information industry, critical data in the form of digital images is best understood by the human brain. Therefore, digital images play a significant part and backbone role in many areas such as…

图像与视频处理 · 电气工程与系统科学 2024-12-10 Muhammad Umair Danish

Imaging polarimetry allows more information to be extracted from a scene than conventional intensity or colour imaging. However, a major challenge of imaging polarimetry is image degradation due to noise. This paper investigates the…

计算机视觉与模式识别 · 计算机科学 2018-05-09 Alexander B. Tibbs , Ilse M. Daly , Nicholas W. Roberts , David R. Bull

Leading denoising methods such as 3D block matching (BM3D) are patch-based. However, they can suffer from frequency domain artefacts and require to specify explicit noise models. We present a patch-based method that avoids these drawbacks.…

图像与视频处理 · 电气工程与系统科学 2020-02-04 Kireeti Bodduna , Joachim Weickert

VBM3D is an extension to video of the well known image denoising algorithm BM3D, which takes advantage of the sparse representation of stacks of similar patches in a transform domain. The extension is rather straightforward: the similar 2D…

计算机视觉与模式识别 · 计算机科学 2020-01-08 Thibaud Ehret , Pablo Arias

A family of the Block Matching 3-D (BM3D) algorithms for various imaging problems has been recently proposed within the framework of nonlocal patch-wise image modeling [1], [2]. In this paper we construct analysis and synthesis frames,…

最优化与控制 · 数学 2015-05-28 Aram Danielyan , Vladimir Katkovnik , Karen Egiazarian

Patch-based denoising algorithms like BM3D have achieved outstanding performance. An important idea for the success of these methods is to exploit the recurrence of similar patches in an input image to estimate the underlying image…

计算机视觉与模式识别 · 计算机科学 2019-01-21 Si Lu

We propose a novel direction to improve the denoising quality of filtering-based denoising algorithms in real time by predicting the best filter parameter value using a Convolutional Neural Network (CNN). We take the use case of BM3D, the…

图像与视频处理 · 电气工程与系统科学 2020-01-22 Subhayan Mukherjee , Navaneeth Kamballur Kottayil , Xinyao Sun , Irene Cheng

With the widespread application of convolutional neural networks (CNNs), the traditional model based denoising algorithms are now outperformed. However, CNNs face two problems. First, they are computationally demanding, which makes their…

图像与视频处理 · 电气工程与系统科学 2024-03-07 Yu Guo , Axel Davy , Gabriele Facciolo , Jean-Michel Morel , Qiyu Jin

In order to improve speckle noise denoising of block matching 3d filtering (BM3D) method, an image frequency-domain multi-layer fusion enhancement method (MLFE-BM3D) based on nonsubsampled contourlet transform (NSCT) has been proposed. The…

图像与视频处理 · 电气工程与系统科学 2020-01-07 Huang Shuo , Zhou Ping , Shi Hao , Sun Yu , Wan Suiren

There are two main streams in up-to-date image denoising algorithms: non-local self similarity (NSS) prior based methods and convolutional neural network (CNN) based methods. The NSS based methods are favorable on images with regular and…

计算机视觉与模式识别 · 计算机科学 2017-04-04 Byeongyong Ahn , Nam Ik Cho

Block-Matching and 3D Filtering (BM3D) exploits non-local self-similarity priors for denoising but relies on fixed parameters. Deep models such as U-Net are more flexible but often lack interpretability and fail to generalize across noise…

图像与视频处理 · 电气工程与系统科学 2025-11-18 Kerem Basim , Mehmet Ozan Unal , Metin Ertas , Isa Yildirim

The paper presents an image denoising algorithm by combining a method that is based on directional quasi-analytic wavelet packets (qWPs) with the popular BM3D algorithm. The qWPs and its corresponding transforms are designed in [1]. The…

图像与视频处理 · 电气工程与系统科学 2022-06-10 Amir Averbuch , Pekka Neittaanmaki , Valery Zheludev , Moshe Salhov , Jonathan Hauser

The advancement of imaging devices and countless images generated everyday pose an increasingly high demand on image denoising, which still remains a challenging task in terms of both effectiveness and efficiency. To improve denoising…

图像与视频处理 · 电气工程与系统科学 2023-05-10 Zhaoming Kong , Fangxi Deng , Haomin Zhuang , Jun Yu , Lifang He , Xiaowei Yang

Despite their recent success on image denoising, the need for deep and complex architectures still hinders the practical usage of CNNs. Older but computationally more efficient methods such as BM3D remain a popular choice, especially in…

计算机视觉与模式识别 · 计算机科学 2021-03-05 Junaid Malik , Serkan Kiranyaz , Mehmet Yamac , Moncef Gabbouj

This work tackles the issue of noise removal from images, focusing on the well-known DCT image denoising algorithm. The latter, stemming from signal processing, has been well studied over the years. Though very simple, it is still used in…

图像与视频处理 · 电气工程与系统科学 2022-07-13 Sébastien Herbreteau , Charles Kervrann
‹ 上一页 1 2 3 10 下一页 ›