Efficient High-Resolution Template Matching with Vector Quantized Nearest Neighbour Fields
Ankit Gupta, Ida-Maria Sintorn

TL;DR
This paper introduces an efficient vector quantization approach for high-resolution template matching that reduces computational complexity and improves performance in challenging scenarios like occlusions and appearance variations.
Contribution
The paper proposes a novel vector quantization technique combined with filtering in NN fields to enhance efficiency and accuracy in high-resolution template matching.
Findings
Achieves state-of-the-art performance on low-resolution data
Outperforms previous methods at higher resolution
Reduces NN computation complexity significantly
Abstract
Template matching is a fundamental problem in computer vision with applications in fields including object detection, image registration, and object tracking. Current methods rely on nearest-neighbour (NN) matching, where the query feature space is converted to NN space by representing each query pixel with its NN in the template. NN-based methods have been shown to perform better in occlusions, appearance changes, and non-rigid transformations; however, they scale poorly with high-resolution data and high feature dimensions. We present an NN-based method which efficiently reduces the NN computations and introduces filtering in the NN fields (NNFs). A vector quantization step is introduced before the NN calculation to represent the template with features, and the filter response over the NNFs is used to compare the template and query distributions over the features. We show that…
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
TopicsAdvanced Image and Video Retrieval Techniques · Robotics and Sensor-Based Localization · Advanced Neural Network Applications
