I’m working on a project where I need to compare a given image with a set of say 20 images at a time and determine which one is the closest match. I’m looking for guidance or references to models, algorithms, or methodologies that can handle this type of problem efficiently.
The core requirements are:
- Extracting features from images to represent them in a comparable format.
- Matching the given image to the most similar image from a dataset (like image similarity or retrieval tasks).
If anyone has experience with a similar problem, knows of pre-trained models, research papers, or code repositories, or can suggest the best approach to solve this, I’d really appreciate your help!
Thanks in advance!