Skip to course content
Free computer vision course

Computer Vision and Multimodal AI

Module 09 Activity

Scenario

Embeddings make image search possible and make several new mistakes possible too.

What you build

A working image search over your own images, with a near-duplicate audit and a record of which model built the index.

Steps

  1. Embed your images, normalise once, and build a search index. Record which model produced it.
  2. Run five queries and inspect what the top matches have in common. Report whether it is the object or the background.
  3. Report the rank-1-to-rank-2 gap for each query and say which matches were decisive.
  4. Query for something absent from your corpus. Confirm results come back anyway and set a score threshold.
  5. Run a near-duplicate check at cosine > 0.95 across all pairs, BEFORE splitting.
  6. Report how many near-duplicate pairs would have straddled your split.

Evidence to hand in

Review checklist