Covariance Trees for 2D and 3D Processing

Abstract

Gaussian Mixture Models have become one of the major tools in modern statistical image processing, and allowed performance breakthroughs in patch-based image denoising and restoration problems. Nevertheless, their adoption level was kept relatively low because of the computational cost associated to learning such models on large image databases. This work provides a flexible and generic tool for dealing with such models without the computational penalty or parameter tuning difficulties associated to a naïve implementation of GMM-based image restoration tasks. It does so by organising the data manifold in a hirerachical multiscale structure (the Covariance Tree) that can be queried at various scale levels around any point in feature-space. We start by explaining how to construct a Covariance Tree from a subset of the input data, how to enrich its statistics from a larger set in a streaming process, and how to query it efficiently, at any scale. We then demonstrate its usefulness on several applications, including non-local image filtering, data-driven denoising, reconstruction from random samples and surface modeling from unorganized 3D points sets.

Cite

Text

Guillemot et al. "Covariance Trees for 2D and 3D Processing." Conference on Computer Vision and Pattern Recognition, 2014. doi:10.1109/CVPR.2014.78

Markdown

[Guillemot et al. "Covariance Trees for 2D and 3D Processing." Conference on Computer Vision and Pattern Recognition, 2014.](https://mlanthology.org/cvpr/2014/guillemot2014cvpr-covariance/) doi:10.1109/CVPR.2014.78

BibTeX

@inproceedings{guillemot2014cvpr-covariance,
  title     = {{Covariance Trees for 2D and 3D Processing}},
  author    = {Guillemot, Thierry and Almansa, Andres and Boubekeur, Tamy},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2014},
  doi       = {10.1109/CVPR.2014.78},
  url       = {https://mlanthology.org/cvpr/2014/guillemot2014cvpr-covariance/}
}