Leveraging AV1 motion vectors for Fast and Dense Feature Matching

๐Ÿ“… 2025-10-20
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF

career value

228K/year
๐Ÿค– AI Summary
Traditional feature matching methods (e.g., SIFT) suffer from high computational cost and limited keypoint density. To address this, we propose an efficient dense matching method leveraging motion vectors (MVs) extracted directly from the AV1 compressed domain. Our approach parses encoder-generated MVs, refines them via sub-pixel interpolation, and applies cosine-similarity-based consistency filtering to produce high-density, sub-pixel-accurate short trajectories suitable for SfM/SLAM frontends. This work constitutes the first use of AV1 MVs directly in visual reconstruction pipelines. Evaluated on a 117-frame video, our method achieves full-frame registration, reconstructing 460Kโ€“620K 3D points with reprojection errors of only 0.51โ€“0.53 pixels, while significantly reducing CPU utilization. The method strikes a favorable balance among matching density, geometric accuracy, and computational efficiency, demonstrating strong potential for scalable, end-to-end 3D reconstruction deployment.

Technology Category

Application Category

๐Ÿ“ Abstract
We repurpose AV1 motion vectors to produce dense sub-pixel correspondences and short tracks filtered by cosine consistency. On short videos, this compressed-domain front end runs comparably to sequential SIFT while using far less CPU, and yields denser matches with competitive pairwise geometry. As a small SfM demo on a 117-frame clip, MV matches register all images and reconstruct 0.46-0.62M points at 0.51-0.53,px reprojection error; BA time grows with match density. These results show compressed-domain correspondences are a practical, resource-efficient front end with clear paths to scaling in full pipelines.
Problem

Research questions and friction points this paper is trying to address.

Repurposing AV1 motion vectors for dense feature matching
Achieving efficient compressed-domain correspondence with low CPU usage
Enabling scalable Structure from Motion with resource-efficient front end
Innovation

Methods, ideas, or system contributions that make the work stand out.

Repurposing AV1 motion vectors for dense matching
Filtering tracks using cosine consistency method
Creating compressed-domain feature correspondences efficiently
๐Ÿ”Ž Similar Papers
No similar papers found.