Distributed Computer Vision Algorithms Through Distributed Averaging
Abstract
Traditional computer vision and machine learning algorithms have been largely studied in a centralized setting, where all the processing is performed at a single central location. However, a distributed approach might be more appropriate when a network with a large number of cameras is used to analyze a scene. In this paper we show how centralized algorithms based on linear algebraic operations can be made distributed by using simple distributed averages. We cover algorithms such as SVD, least squares, PCA, GPCA, 3-D point triangulation, pose estimation and affine SfM.
Cite
Text
Tron and Vidal. "Distributed Computer Vision Algorithms Through Distributed Averaging." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2011. doi:10.1109/CVPR.2011.5995654Markdown
[Tron and Vidal. "Distributed Computer Vision Algorithms Through Distributed Averaging." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2011.](https://mlanthology.org/cvpr/2011/tron2011cvpr-distributed/) doi:10.1109/CVPR.2011.5995654BibTeX
@inproceedings{tron2011cvpr-distributed,
title = {{Distributed Computer Vision Algorithms Through Distributed Averaging}},
author = {Tron, Roberto and Vidal, René},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2011},
pages = {57-63},
doi = {10.1109/CVPR.2011.5995654},
url = {https://mlanthology.org/cvpr/2011/tron2011cvpr-distributed/}
}