Block matching algorithm based on Harmony Search optimization for motion estimation
Erik Cuevas

TL;DR
This paper introduces a novel block matching algorithm for motion estimation in video coding that combines Harmony Search optimization with a fitness approximation model to improve efficiency and accuracy.
Contribution
It presents a new hybrid method integrating Harmony Search with a fitness approximation for more effective motion vector search.
Findings
Reduces computational complexity compared to exhaustive search.
Achieves comparable accuracy with faster processing times.
Demonstrates improved performance over existing fast BM algorithms.
Abstract
Motion estimation is one of the major problems in developing video coding applications. Among all motion estimation approaches, Block-matching (BM) algorithms are the most popular methods due to their effectiveness and simplicity for both software and hardware implementations. A BM approach assumes that the movement of pixels within a defined region of the current frame can be modeled as a translation of pixels contained in the previous frame. In this procedure, the motion vector is obtained by minimizing a certain matching metric that is produced for the current frame over a determined search window from the previous frame. Unfortunately, the evaluation of such matching measurement is computationally expensive and represents the most consuming operation in the BM process. Therefore, BM motion estimation can be viewed as an optimization problem whose goal is to find the best-matching…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVideo Coding and Compression Technologies · Advanced Vision and Imaging · Video Analysis and Summarization
