IntroductionIGoal: Recognize the an image’s location by matching to a databaseIChallenges: matching is time consuming; image retrieval is noisyIPrevious Approaches: image retrieval based & direct matchingIOur Approach:I Use an image graph to learn local similarity functionsI Encourage diversity in top ranked resultsImage GraphsINodes are imagesIOnly geometricallyconsistent imagesare connectedIEdge weights definedby Jaccard IndexN(a,b)J(a,b): N(a)+N(b)−N(a,b),and thresholded toimprove robustnessIOn the right: anexample image graphon Dubrovnik dataset(red nodes are centerimages selected)Overview of ApproachITraining:I 1. Compute a covering of the graph with a set of subgraphs (select center imagesor neighborhoods in the image graph).I2. Learn and calibrate an SVM-based distance metric for each subgraph.ITesting:I 3. Use the models in step 2 to compute the distance from a query image to eachdatabase image, and generate a ranked shortlist of possible image matches.4. Perform geometric verification sequentially with the top database images in theshortlist.IGenerating Ranking ResultsIRanked neighborhoods are concatenated to form a ranking list of all DB imagesIOrder within each neighborhood determined by BoW similarityIGoal: to have the first true match appear in ranked shortlist as early as possible.IComparison of BoW image retrieval ranking and our learned ranking:IRanking can be further improved by enforcing diversity in top results: pick the nextimage conditioned on previous one failing to matchExperimentsReference[1] Y. Li, N. Snavely, and D. Huttenlocher. Location recognition using prioritizedfeature matching. In ECCV, 2010.[2] T. Sattler, T. Weyand, B. Leibe, and L. Kobbelt. Image retrieval for image-basedlocalization revisited. In BMVC, 2012.