paper-with-me

홈 › Papers

Real-Time Vanishing Point Detector Integrating Under-Parameterized RANSAC and Hough Transform

2021-01-01 · ICCV 2021 10 · Jianping Wu, Liang Zhang, Ye Liu, Ke Chen

We propose a novel approach that integrates under-parameterized RANSAC (UPRANSAC) with Hough Transform to detect vanishing points (VPs) from un-calibrated monocular images. In our algorithm, the UPRANSAC chooses one hypothetical inlier in a sample set to find a portion of the VP's degrees of freedom, which is followed by a highly reliable brute-force voting scheme (1-D Hough Transform) to find the VP's remaining degrees of freedom along the extension line of the hypothetical inlier. Our approach is able to sequentially find a series of VPs by repeatedly removing inliers of any detected VPs from minimal sample sets until the stop criterion is reached. Compared to traditional RANSAC that selects 2 edges as a hypothetical inlier pair to fit a model of VP hypothesis and requires hitting a pair of inliners, the UPRANSAC has a higher likelihood to hit one inliner and is more reliable in VP detection. Meanwhile, the tremendously scaled-down voting space with the requirement of only 1 parameter for processing significantly increased the performance efficiency of Hough Transform in our scheme. Testing results with well-known benchmark datasets show that the detection accuracies of our approach were higher or on par with the SOTA while running in deeply real-time zone.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

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

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

Vanishing point detection with convolutional neural networks

2016-09-04 · Ali Borji

Inspired by the finding that vanishing point (road tangent) guides driver's gaze, in our previous work we showed that vanishing point attracts gaze during free viewing of natural scenes as well as in visual search (Borji…

Deep Cuboid Detection: Beyond 2D Bounding Boxes

2016-11-30 · Debidatta Dwibedi, Tomasz Malisiewicz, Vijay Badrinarayanan, Andrew Rabinovich

We present a Deep Cuboid Detector which takes a consumer-quality RGB image of a cluttered scene and localizes all 3D cuboids (box-like objects). Contrary to classical approaches which fit a 3D model from low-level cues l…

Deep Learning

Finding Vanishing Points via Point Alignments in Image Primal and Dual Domains

2014-06-01 · CVPR 2014 6 · Jose Lezama, Rafael Grompone von Gioi, Gregory Randall, Jean-Michel Morel

We present a novel method for automatic vanishing point detection based on primal and dual point alignment detection. The very same point alignment detection algorithm is used twice: First in the image domain to group li…