Photo Recall: Using the Internet to Label Your Photos

Abstract

We describe a system for searching your personal photos using an extremely wide range of text queries, including dates and holidays ("Halloween"), named and categorical places ("Empire State Building" or "park"), events and occasions ("Radiohead concert" or "wedding"), activities ("skiing"), object categories ("whales"), attributes ("outdoors"), and object instances ("Mona Lisa"), and any combination of these -- all with no manual labeling required. We accomplish this by correlating information in your photos -- the timestamps, GPS locations, and image pixels -- to information mined from the Internet. This includes matching dates to holidays listed on Wikipedia, GPS coordinates to places listed on Wikimapia, places and dates to find named events using Google, visual categories using classifiers either pre-trained on ImageNet or trained on-the-fly using results from Google Image Search, and object instances using interest point-based matching, again using results from Google Images. We tie all of these disparate sources of information together in a unified way, allowing for fast and accurate searches using whatever information you remember about a photo. We quantitatively evaluate several aspects of our system and show excellent performance in all respects. Please watch a video demonstrating our system in action on a large range of queries at http://youtu.be/Se3bemzhAiY.

Cite

Text

Kumar and Seitz. "Photo Recall: Using the Internet to Label Your Photos." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2014. doi:10.1109/CVPRW.2014.120

Markdown

[Kumar and Seitz. "Photo Recall: Using the Internet to Label Your Photos." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2014.](https://mlanthology.org/cvprw/2014/kumar2014cvprw-photo/) doi:10.1109/CVPRW.2014.120

BibTeX

@inproceedings{kumar2014cvprw-photo,
  title     = {{Photo Recall: Using the Internet to Label Your Photos}},
  author    = {Kumar, Neeraj and Seitz, Steven M.},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2014},
  pages     = {785-792},
  doi       = {10.1109/CVPRW.2014.120},
  url       = {https://mlanthology.org/cvprw/2014/kumar2014cvprw-photo/}
}