English

Deep vanishing point detection: Geometric priors make dataset variations vanish

Computer Vision and Pattern Recognition 2022-03-17 v1

Abstract

Deep learning has improved vanishing point detection in images. Yet, deep networks require expensive annotated datasets trained on costly hardware and do not generalize to even slightly different domains, and minor problem variants. Here, we address these issues by injecting deep vanishing point detection networks with prior knowledge. This prior knowledge no longer needs to be learned from data, saving valuable annotation efforts and compute, unlocking realistic few-sample scenarios, and reducing the impact of domain changes. Moreover, the interpretability of the priors allows to adapt deep networks to minor problem variations such as switching between Manhattan and non-Manhattan worlds. We seamlessly incorporate two geometric priors: (i) Hough Transform -- mapping image pixels to straight lines, and (ii) Gaussian sphere -- mapping lines to great circles whose intersections denote vanishing points. Experimentally, we ablate our choices and show comparable accuracy to existing models in the large-data setting. We validate our model's improved data efficiency, robustness to domain changes, adaptability to non-Manhattan settings.

Keywords

Cite

@article{arxiv.2203.08586,
  title  = {Deep vanishing point detection: Geometric priors make dataset variations vanish},
  author = {Yancong Lin and Ruben Wiersma and Silvia L. Pintea and Klaus Hildebrandt and Elmar Eisemann and Jan C. van Gemert},
  journal= {arXiv preprint arXiv:2203.08586},
  year   = {2022}
}

Comments

CVPR2022, code available at https://github.com/yanconglin/VanishingPoint_HoughTransform_GaussianSphere

R2 v1 2026-06-24T10:15:36.790Z