English

Image Denoising Using Green Channel Prior

Image and Video Processing 2024-08-13 v1 Computer Vision and Pattern Recognition

Abstract

Image denoising is an appealing and challenging task, in that noise statistics of real-world observations may vary with local image contents and different image channels. Specifically, the green channel usually has twice the sampling rate in raw data. To handle noise variances and leverage such channel-wise prior information, we propose a simple and effective green channel prior-based image denoising (GCP-ID) method, which integrates GCP into the classic patch-based denoising framework. Briefly, we exploit the green channel to guide the search for similar patches, which aims to improve the patch grouping quality and encourage sparsity in the transform domain. The grouped image patches are then reformulated into RGGB arrays to explicitly characterize the density of green samples. Furthermore, to enhance the adaptivity of GCP-ID to various image contents, we cast the noise estimation problem into a classification task and train an effective estimator based on convolutional neural networks (CNNs). Experiments on real-world datasets demonstrate the competitive performance of the proposed GCP-ID method for image and video denoising applications in both raw and sRGB spaces. Our code is available at https://github.com/ZhaomingKong/GCP-ID.

Keywords

Cite

@article{arxiv.2408.05923,
  title  = {Image Denoising Using Green Channel Prior},
  author = {Zhaoming Kong and Fangxi Deng and Xiaowei Yang},
  journal= {arXiv preprint arXiv:2408.05923},
  year   = {2024}
}

Comments

arXiv admin note: text overlap with arXiv:2402.08235

R2 v1 2026-06-28T18:10:04.597Z