An Image Matching Algorithm Based On Singular Value Decomposition and Belief Propagation

Jianfang DOU,Qin QIN,Zimei TU
DOI: https://doi.org/10.3969/j.issn.1001-4543.2016.03.011
2016-01-01
Abstract:Finding correspondences between pair of images of the same scene is a key problem in computer vision. When matching images undergoes viewpoint change, partial occlusion, clutters and illumination change, there will be a lot of mismatches due to the limited repeatability and discriminative power of features. A robust matching algorithm that can remove false matches and propagate the correct ones to obtain more matches is proposed, thus improve the matching accuracy. Firstly, SURF (Speeded Up Robust Features) descriptors of each image are extracted, which can be used to build the proximity matrix. Secondly, SVD (Singular Value Decomposition) is performed on the proximity matrix to obtain the initial matches. Thirdly, the unique property of delaunay triangulation is adopted to refine the initial matches which can produce the maximum clique of the two delaunay graph. Finally, the lost matches are recovered with the constraint of dual graph of Voronoi. Experimental results on Oxford datasets indicate that the algorithm can improve match performance compared to the RANSAC-based method. At the same time, the stability of our method is better than RANSAC.
What problem does this paper attempt to address?