Blurred Template Matching Based on Cascaded Network

Juncai Peng,Nong Sang,Changxin Gao,Lerenhan Li
DOI: https://doi.org/10.1007/978-3-030-34120-6_39
2019-01-01
Abstract:Template matching is widely used in computer vision applications, but most matching methods simply assume the ideal images without real-word degradations, such as Gaussian blur. Traditional methods for blurred template matching either first resort to image deblurring and then perform template matching with the recovered image, or joint solve image deblurring and matching based on sparse expression prior. However, these methods always perform poor and the matching speed is slow. In this paper, we propose a blurred template matching method based on a cascaded network, which combines a coarse matching network and a fine matching network. The coarse matching network searches for a small image where the target matching position is located in the reference image, and then the fine matching network calculates the similarity between the blurred template image and all image patches in the small image, thus the matching position is the corresponding position of the image patch with the highest similarity. Extensive experiments demonstrate that our method significantly outperforms the state-of-art on the accuracy, speed and robustness.
What problem does this paper attempt to address?