Project_proposal
Project_proposal
Project_proposal
Image Processing
Hamza Ali
October 10, 2024
1 Introduction
Image denoising is a key task in digital image processing, where noise is reduced to improve image
quality. Noise, introduced by sensor imperfections or transmission errors, degrades visual clarity. Over-
denoising risks removing crucial details, while under-denoising leaves unwanted noise. This project
examines the effects of both, on denoised images.
2 Related Work
Deep learning-based denoising methods, such as DRUNET [1], have achieved impressive results under
controlled conditions, where noise levels are known. Studies such as those by Bevilacqua et al. [2] and
Martin et al. [3] have provided datasets and benchmarks for evaluating denoising algorithms. This
study contributes to the field by investigating the consequences of misestimating noise levels during
denoising.
1
2.2 Theoretical Framework
The study is based on principle of advanced image processing techniques. Noise is added to the images,
and the effects of denoising are evaluated using Peak Signal-to-Noise Ratio (PSNR) and Structural
Similarity Index (SSIM), two widely used metrics for assessing image quality.
4 Methodology
This research uses publicly available datasets like Set5 and BSDS100 to create noisy images. The
DRUNET algorithm is applied to these images, followed by an evaluation using PSNR and SSIM. The
results will show how over- and under-denoising impact image quality.
5 Time Plan
• Weeks 40-42: Literature review and dataset preparation.
• Weeks 43-45: Implement DRUNET and noise generation
• Weeks 46-49: Run experiments, gather data and Analyze results
• Weeks 50-51: Submit proposal for review
• Weeks 52-02: Finalize the project and prepare a presentation
• Weeks 02-03: Present and submit project
2
References
[1] K. Zhang, Y. Li, W. Zuo, L. Zhang, L. Van Gool, and R. Timofte, “Plug-and-play image restora-
tion with deep denoiser prior,” IEEE Transactions on Pattern Analysis and Machine Intelligence,
vol. 44, no. 10, pp. 6360–6376, 2022.
[2] M. Bevilacqua, A. Roumy, C. Guillemot, and M. L. Alberi-Morel, Low-complexity single-image
super-resolution based on nonnegative neighbor embedding. BMVA Press, 2012.
[3] D. Martin, C. Fowlkes, D. Tal, and J. Malik, “A database of human segmented natural images
and its application to evaluating segmentation algorithms and measuring ecological statistics,”
in Proceedings Eighth IEEE International Conference on Computer Vision. ICCV 2001, vol. 2,
pp. 416–423 vol.2, 2001.