GPU-Based Computation of 2D Least Median of Squares with Applications to Fast and Robust Line Detection
Gil Shapira, Tal Hassner

TL;DR
This paper introduces a GPU-accelerated algorithm for 2D Least Median of Squares computation, significantly improving speed and robustness in line detection within noisy images compared to traditional methods.
Contribution
The paper presents a novel CUDA-based parallel algorithm for fast 2D LMS estimation and demonstrates its application to enhance line detection accuracy and efficiency.
Findings
GPU algorithm is much faster than CPU counterpart
Enhanced line detection accuracy in noisy images
Outperforms standard Hough Transform methods
Abstract
The 2D Least Median of Squares (LMS) is a popular tool in robust regression because of its high breakdown point: up to half of the input data can be contaminated with outliers without affecting the accuracy of the LMS estimator. The complexity of 2D LMS estimation has been shown to be where is the total number of points. This high theoretical complexity along with the availability of graphics processing units (GPU) motivates the development of a fast, parallel, GPU-based algorithm for LMS computation. We present a CUDA based algorithm for LMS computation and show it to be much faster than the optimal state of the art single threaded CPU algorithm. We begin by describing the proposed method and analyzing its performance. We then demonstrate how it can be used to modify the well-known Hough Transform (HT) in order to efficiently detect image lines in noisy images. Our…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage and Object Detection Techniques · Robotics and Sensor-Based Localization · Soil Geostatistics and Mapping
