Noise Estimation from a Single Image

Abstract

In order to work well, many computer vision algorithms require that their parameters be adjusted according to the image noise level, making it an important quantity to estimate. We show how to estimate an upper bound on the noise level from a single image based on a piecewise smooth image prior model and measured CCD camera response functions. We also learn the space of noise level functions how noise level changes with respect to brightness and use Bayesian MAP inference to infer the noise level function from a single image. We illustrate the utility of this noise estimation for two algorithms: edge detection and featurepreserving smoothing through bilateral filtering. For a variety of different noise levels, we obtain good results for both these algorithms with no user-specified inputs.

Cite

Text

Liu et al. "Noise Estimation from a Single Image." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2006. doi:10.1109/CVPR.2006.207

Markdown

[Liu et al. "Noise Estimation from a Single Image." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2006.](https://mlanthology.org/cvpr/2006/liu2006cvpr-noise/) doi:10.1109/CVPR.2006.207

BibTeX

@inproceedings{liu2006cvpr-noise,
  title     = {{Noise Estimation from a Single Image}},
  author    = {Liu, Ce and Freeman, William T. and Szeliski, Richard and Kang, Sing Bing},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2006},
  pages     = {901-908},
  doi       = {10.1109/CVPR.2006.207},
  url       = {https://mlanthology.org/cvpr/2006/liu2006cvpr-noise/}
}