Robust local-to-global spatial proximity sampling for geometric model fitting
摘要
Geometric model fitting is a fundamental task in computer vision, often challenged by data corrupted with numerous outliers. To address this, we propose LGSPS (Local-to-Global Spatial Proximity Sampling), a robust sampling algorithm that leverages a local-to-global proximity measure to guide minimal subset selection. By constructing neighborhood sets based on true inliers and exploiting their local-to-global spatial relationships, LGSPS effectively suppresses structurally inconsistent outliers and generates minimal subsets that lead to reliable model hypotheses. Experimental results on single- and multi-structure real images demonstrate that LGSPS consistently outperforms state-of-the-art fitting methods, confirming its robustness and practical effectiveness. The source code is available at:https://github.com/lanzizi166/Robust-Local-to-Global-Spatial-Proximity-Sampling-for-Geometric-Model-Fitting.