Optimal Reduction of Large Image Databases for Location Recognition

Michal Havlena, Wilfried Hartmann, Konrad Schindler; Proceedings of the IEEE International Conference on Computer Vision (ICCV) Workshops, 2013, pp. 676-683

Abstract


For some computer vision tasks, such as location recognition on mobile devices or Structure from Motion (SfM) computation from Internet photo collections, one wants to reduce a large set of images to a compact, representative subset, sometimes called "keyframes" or "skeletal set". We examine the problem of selecting a minimum set of such keyframes from the point of view of discrete optimization, as the search for a minimum connected dominating set (CDS) of the graph of pairwise connections between the database images. Even the simple minimum dominating set (DS) problem is known to be NP-hard, and the constraint that the dominating set should be connected makes it even harder. We show how the minimum DS can nevertheless be solved to global optimality efficiently in practice, by formulating it as an integer linear program (ILP). Furthermore, we show how to upgrade the solution to a connected dominating set with a second ILP if necessary, although the complete method is no longer globally optimal. We also compare the proposed method to a previous greedy heuristic. Experiments with several image sets show that the greedy solution already performs remarkably well, and that the optimal solution achieves roughly 5% smaller keyframe sets which perform equally well in location recognition and SfM tasks.

Related Material


[pdf]
[bibtex]
@InProceedings{Havlena_2013_ICCV_Workshops,
author = {Michal Havlena and Wilfried Hartmann and Konrad Schindler},
title = {Optimal Reduction of Large Image Databases for Location Recognition},
booktitle = {Proceedings of the IEEE International Conference on Computer Vision (ICCV) Workshops},
month = {June},
year = {2013}
}