You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project is an extension work to SIB. If our project is helpful for your research, please consider citing :
@inproceedings{shen2021reranking,
title={Re-ranking for image retrieval and transductive few-shot classification},
author={Shen, Xi and Xiao, Yang and Hu, Shell Xu, and Sbai, Othman and Aubry, Mathieu},
booktitle={Conference on Neural Information Processing Systems (NeurIPS)},
year={2021}
}
It decomposes the N * N similarity graph into N subgraphs
where rows and columns of the matrix are ordered depending on similarities to the subgraph reference image.
The output of SSR is an improved similarity matrix.
2.1 Image retrieval
2.1.1 SSR module
Rows : the subgraph reference image (red) and
the query image (green);
Columns : top retrieved images of the query image (green).
These images are ordered according to the reference image (red).
2.1.2 Results
To reproduce the results on image retrieval datasets (rOxford5k, rParis6k), please refer to Image Retrieval
2.2 Transductive few-shot classification
2.2.1 SSR module
We illustrate our idea with an 1-shot-2way example:
Rows: the subgraph reference image (red) and the support set S;
Columns: the support set S and the query set Q. Both S and Q are ordered according to the reference image (red).