paper-with-me

홈 › Papers

Deep vanishing point detection: Geometric priors make dataset variations vanish

2022-03-16 · CVPR 2022 1 · Yancong Lin, Ruben Wiersma, Silvia L. Pintea, Klaus Hildebrandt, Elmar Eisemann, Jan C. van Gemert

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.

📄 PDF Abstract BibTeX arXiv:2203.08586

Code (1)

yanconglin/vanishingpoint_houghtransform_gaussiansphere 공식 구현 pytorch

Similar Papers 제목 키워드 기반

VaPiD: A Rapid Vanishing Point Detector via Learned Optimizers

2021-01-01 · ICCV 2021 10 · Shichen Liu, Yichao Zhou, Yajie Zhao

Being able to infer 3D structures from 2D images with geometric principles, vanishing points have been a well-recognized concept in 3D vision research. It has been widely used in autonomous driving, SLAM, and AR/VR f…

Autonomous DrivingCamera CalibrationCamera Pose EstimationPose Estimation

Transformer Based Line Segment Classifier With Image Context for Real-Time Vanishing Point Detection in Manhattan World

2022-01-01 · CVPR 2022 1 · Xin Tong, Xianghua Ying, Yongjie Shi, Ruibin Wang 외

Previous works on vanishing point detection usually use geometric prior for line segment clustering. We find that image context can also contribute to accurate line classification. Based on this observation, we propo…

A Geometric Approach to Obtain a Bird's Eye View from an Image

2019-05-06 · Ammar Abbas, Andrew Zisserman

The objective of this paper is to rectify any monocular image by computing a homography matrix that transforms it to a bird's eye (overhead) view. We make the following contributions: (i) we show that the homography matr…

NeurVPS: Neural Vanishing Point Scanning via Conic Convolution

2019-10-14 · NeurIPS 2019 12 · Yichao Zhou, Haozhi Qi, Jingwei Huang, Yi Ma

We present a simple yet effective end-to-end trainable deep network with geometry-inspired convolutional operators for detecting vanishing points in images. Traditional convolutional neural networks rely on aggregating e…

Camera Calibration

End-to-End Monocular Vanishing Point Detection Exploiting Lane Annotations

2021-08-31 · Hiroto Honda, Motoki Kimura, Takumi Karasawa, Yusuke Uchida

Vanishing points (VPs) play a vital role in various computer vision tasks, especially for recognizing the 3D scenes from an image. In the real-world scenario of automobile applications, it is costly to manually obtain th…

Camera CalibrationLane Detection