English

An Analysis and Implementation of the HDR+ Burst Denoising Method

Image and Video Processing 2021-10-19 v1 Computer Vision and Pattern Recognition

Abstract

HDR+ is an image processing pipeline presented by Google in 2016. At its core lies a denoising algorithm that uses a burst of raw images to produce a single higher quality image. Since it is designed as a versatile solution for smartphone cameras, it does not necessarily aim for the maximization of standard denoising metrics, but rather for the production of natural, visually pleasing images. In this article, we specifically discuss and analyze the HDR+ burst denoising algorithm architecture and the impact of its various parameters. With this publication, we provide an open source Python implementation of the algorithm, along with an interactive demo.

Keywords

Cite

@article{arxiv.2110.09354,
  title  = {An Analysis and Implementation of the HDR+ Burst Denoising Method},
  author = {Antoine Monod and Julie Delon and Thomas Veit},
  journal= {arXiv preprint arXiv:2110.09354},
  year   = {2021}
}

Comments

28 pages, 15 figures, published at https://doi.org/10.5201/ipol.2021.336, code on https://github.com/amonod/hdrplus-python

R2 v1 2026-06-24T06:58:43.350Z