Real-Time Learning of Accurate Patch Rectification

Abstract

Recent work showed that learning-based patch rectification methods are both faster and more reliable than affine region methods. Unfortunately, their performance improvements are founded in a computationally expensive offline learning stage, which is not possible for applications such as SLAM. In this paper we propose an approach whose training stage is fast enough to be performed at run-time without the loss of accuracy or robustness. To this end, we developed a very fast method to compute the mean appearances of the feature points over sets of small variations that span the range of possible camera viewpoints. Then, by simply matching incoming feature points against these mean appearances, we get a coarse estimate of the viewpoint that is refined afterwards. Because there is no need to compute descriptors for the input image, the method is very fast at run-time. We demonstrate our approach on tracking-by-detection for SLAM, real-time object detection and pose estimation applications.

Cite

Text

Hinterstoisser et al. "Real-Time Learning of Accurate Patch Rectification." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2009. doi:10.1109/CVPR.2009.5206794

Markdown

[Hinterstoisser et al. "Real-Time Learning of Accurate Patch Rectification." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2009.](https://mlanthology.org/cvpr/2009/hinterstoisser2009cvpr-real/) doi:10.1109/CVPR.2009.5206794

BibTeX

@inproceedings{hinterstoisser2009cvpr-real,
  title     = {{Real-Time Learning of Accurate Patch Rectification}},
  author    = {Hinterstoisser, Stefan and Kutter, Oliver and Navab, Nassir and Fua, Pascal and Lepetit, Vincent},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2009},
  pages     = {2945-2952},
  doi       = {10.1109/CVPR.2009.5206794},
  url       = {https://mlanthology.org/cvpr/2009/hinterstoisser2009cvpr-real/}
}