This is a faster and improved version of diffusion retrieval, inspired by diffusion-retrieval.

Reference:

If you would like to understand further details of our method, these slides may provide some help.

Features

Requirements

Parameters

All parameters can be modified in Makefile. You may want to edit DATASET and FEATURE_TYPE to test all combinations of each dataset and each feature type. Another parameter truncation_size is set to 1000 by default, for large datasets like Oxford105k and Paris106k, changing it to 5000 will improve the performance.

Run

Updates!!

Authors