English

Fast Guided Filter

Computer Vision and Pattern Recognition 2015-05-06 v1

Abstract

The guided filter is a technique for edge-aware image filtering. Because of its nice visual quality, fast speed, and ease of implementation, the guided filter has witnessed various applications in real products, such as image editing apps in phones and stereo reconstruction, and has been included in official MATLAB and OpenCV. In this note, we remind that the guided filter can be simply sped up from O(N) time to O(N/s^2) time for a subsampling ratio s. In a variety of applications, this leads to a speedup of >10x with almost no visible degradation. We hope this acceleration will improve performance of current applications and further popularize this filter. Code is released.

Keywords

Cite

@article{arxiv.1505.00996,
  title  = {Fast Guided Filter},
  author = {Kaiming He and Jian Sun},
  journal= {arXiv preprint arXiv:1505.00996},
  year   = {2015}
}

Comments

Technical report

R2 v1 2026-06-22T09:28:21.591Z