Re-Ranking by Multi-Feature Fusion with Diffusion for Image Retrieval
Abstract
We present a re-ranking algorithm for image retrieval by fusing multi-feature information. We utilize pair wise similarity scores between images to exploit the underlying relationships among images. The initial ranked list for a query from each feature is represented as an undirected graph, where edge strength comes from feature-specific image similarity. Graphs from multiple features are combined by a mixture Markov model. In addition, we utilize a probabilistic model based on the statistics of similarity scores of similar and dissimilar image pairs to determine the weight for each graph. The weight for a feature is query specific, where the ranked lists of different queries receive different weights. Our approach for calculating weights is data-driven and does not require any learning. A diffusion process is then applied to the fused graph to reduce noise and achieve better retrieval performance. Experiments demonstrate that our approach significantly improves performance over baseline methods and outperforms many state-of-the-art retrieval methods.
Cite
Text
Yang et al. "Re-Ranking by Multi-Feature Fusion with Diffusion for Image Retrieval." IEEE/CVF Winter Conference on Applications of Computer Vision, 2015. doi:10.1109/WACV.2015.82Markdown
[Yang et al. "Re-Ranking by Multi-Feature Fusion with Diffusion for Image Retrieval." IEEE/CVF Winter Conference on Applications of Computer Vision, 2015.](https://mlanthology.org/wacv/2015/yang2015wacv-re/) doi:10.1109/WACV.2015.82BibTeX
@inproceedings{yang2015wacv-re,
title = {{Re-Ranking by Multi-Feature Fusion with Diffusion for Image Retrieval}},
author = {Yang, Fan and Matei, Bogdan and Davis, Larry S.},
booktitle = {IEEE/CVF Winter Conference on Applications of Computer Vision},
year = {2015},
pages = {572-579},
doi = {10.1109/WACV.2015.82},
url = {https://mlanthology.org/wacv/2015/yang2015wacv-re/}
}