James Philbin, Relja Arandjelović and Andrew Zisserman
Overview
The Oxford Buildings Dataset consists of 5062 images collected from Flickr by searching for particular Oxford landmarks. The collection has been manually annotated to generate a comprehensive ground truth for 11 different landmarks, each represented by 5 possible queries. This gives a set of 55 queries over which an object retrieval system can be evaluated.
Groundtruth Queries
The following image shows all 55 queries used to evaluate performance over the ground truth.
Flickr queries used to download images:
- All Souls Oxford
- Balliol Oxford
- Christ Church Oxford
- Hertford Oxford
- Jesus Oxford
- Keble Oxford
- Magdalen Oxford
- New Oxford
- Oriel Oxford
- Trinity Oxford
- Radcliffe Camera Oxford
- Cornmarket Oxford
- Bodleian Oxford
- Pitt Rivers Oxford
- Ashmolean Oxford
- Worcester Oxford
- Oxford
For each image and landmark in our dataset, one of four possible labels was generated:
- Good - A nice, clear picture of the object/building.
- OK - More than 25% of the object is clearly visible.
- Bad - The object is not present.
- Junk - Less than 25% of the object is visible, or there are very high levels of occlusion or distortion.
Terms and Conditions
The Oxford Buildings dataset consists of images provided by Flickr and use of these images must respect Flickr's Terms and Conditions of Use. In addition, use of the Oxford Buildings dataset must follow our Terms of Access. For privacy issues with the dataset, please refer to our Dataset Privacy Notice.
Downloads
Additionally, we've made extra data available for the 5K dataset:
- README for the following files
- Compressed binary file of SIFT descriptors for the 5K dataset [MD5: fbc0e85c5065f6d97d519a7f2ed3e3f9]
- Compressed text files containing word IDs and geometry for the 5K dataset using a vocabulary size of 1M [MD5: 0734e6023f6bf2140b9531af22ce7953]
- Face annotations
Computing the average precision
- Compile the compute_ap.cpp file, using (on linux)
g++ -O compute_ap.cpp -o compute_ap
. - To compute the average precision for a ranked list,
rank_list.txt
, one runs./compute_ap christ_church_1 rank_list.txt
, for the first Christ Church query, etc.
Relevant Publication
Acknowledgements
This work is supported by an EPSRC Platform grant.