paper-with-me

홈 › Papers

Bayesian ensemble learning for image denoising

2013-08-06 · Hyuntaek Oh

Natural images are often affected by random noise and image denoising has long been a central topic in Computer Vision. Many algorithms have been introduced to remove the noise from the natural images, such as Gaussian, Wiener filtering and wavelet thresholding. However, many of these algorithms remove the fine edges and make them blur. Recently, many promising denoising algorithms have been introduced such as Non-local Means, Fields of Experts, and BM3D. In this paper, we explore Bayesian method of ensemble learning for image denoising. Ensemble methods seek to combine multiple different algorithms to retain the strengths of all methods and the weaknesses of none. Bayesian ensemble models are Non-local Means and Fields of Experts, the very successful recent algorithms. The Non-local Means presumes that the image contains an extensive amount of self-similarity. The approach of the Fields of Experts model extends traditional Markov Random Field model by learning potential functions over extended pixel neighborhoods. The two models are implemented and image denoising is performed on natural images. The experimental results obtained are used to compare with the single algorithm and discuss the ensemble learning and their approaches. Comparing to the results of Non-local Means and Fields of Experts, Ensemble learning showed improvement nearly 1dB.

📄 PDF Abstract BibTeX arXiv:1308.1374

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingEnsemble LearningImage Denoising

Similar Papers 제목 키워드 기반

Robust Deep Ensemble Method for Real-world Image Denoising

2022-06-08 · Pengju Liu, Hongzhi Zhang, Jinghui Wang, Yuzhi Wang 외

Recently, deep learning-based image denoising methods have achieved promising performance on test data with the same distribution as training set, where various denoising models based on synthetic or collected real-world…

DeblurringDenoisingImage DeblurringImage Denoising+4

ResEnsemble-DDPM: Residual Denoising Diffusion Probabilistic Models for Ensemble Learning

2023-12-04 · Shi Zhenning, Dong Changsheng, Xie Xueshuo, Pan Bin 외

Nowadays, denoising diffusion probabilistic models have been adapted for many image segmentation tasks. However, existing end-to-end models have already demonstrated remarkable capabilities. Rather than using denoising d…

DenoisingEnsemble LearningImage GenerationImage Segmentation+2

Linear-Time Algorithm in Bayesian Image Denoising based on Gaussian Markov Random Field

2017-10-20 · Muneki Yasuda, Junpei Watanabe, Shun Kataoka, Kazuyuki Tanaka

In this paper, we consider Bayesian image denoising based on a Gaussian Markov random field (GMRF) model, for which we propose an new algorithm. Our method can solve Bayesian image denoising problems, including hyperpara…

DenoisingImage Denoising

Self-supervised Bayesian Deep Learning for Image Denoising

2021-01-01 · Tongyao Pang, Yuhui Quan, Hui Ji

Deep learning is currently one prominent approach for image denoising, and most of existing works train a denoising neural network (NN) on many pairs of noisy images and their clean counterparts. Recent studies showed th…

Deep LearningDenoisingImage Denoising

Self-Supervised Learning based CT Denoising using Pseudo-CT Image Pairs

2021-04-06 · Dongkyu Won, Euijin Jung, Sion An, Philip Chikontwe 외

Recently, Self-supervised learning methods able to perform image denoising without ground truth labels have been proposed. These methods create low-quality images by adding random or Gaussian noise to images and then tra…

DenoisingImage DenoisingSelf-Supervised Learning