All Projects → Xuanmeng-Zhang → gnn-re-ranking

Xuanmeng-Zhang / gnn-re-ranking

Licence: other
A real-time GNN-based method. Understanding Image Retrieval Re-Ranking: A Graph Neural Network Perspective

Projects that are alternatives of or similar to gnn-re-ranking

Person reid baseline pytorch
Pytorch ReID: A tiny, friendly, strong pytorch implement of object re-identification baseline. Tutorial 👉https://github.com/layumi/Person_reID_baseline_pytorch/tree/master/tutorial
Stars: ✭ 2,963 (+4529.69%)
Mutual labels:  re-ranking, image-retrieval
Fast Reid
SOTA Re-identification Methods and Toolbox
Stars: ✭ 2,287 (+3473.44%)
Mutual labels:  re-ranking, image-retrieval
Causing
Causing: CAUsal INterpretation using Graphs
Stars: ✭ 47 (-26.56%)
Mutual labels:  gnn
GNN-Recommender-Systems
An index of recommendation algorithms that are based on Graph Neural Networks.
Stars: ✭ 505 (+689.06%)
Mutual labels:  gnn
GPQ
Generalized Product Quantization Network For Semi-supervised Image Retrieval - CVPR 2020
Stars: ✭ 60 (-6.25%)
Mutual labels:  image-retrieval
LabelRelaxation-CVPR21
Official PyTorch Implementation of Embedding Transfer with Label Relaxation for Improved Metric Learning, CVPR 2021
Stars: ✭ 37 (-42.19%)
Mutual labels:  image-retrieval
img classification deep learning
No description or website provided.
Stars: ✭ 19 (-70.31%)
Mutual labels:  image-retrieval
Awesome-Federated-Learning-on-Graph-and-GNN-papers
Federated learning on graph, especially on graph neural networks (GNNs), knowledge graph, and private GNN.
Stars: ✭ 206 (+221.88%)
Mutual labels:  gnn
UDLF
An Unsupervised Distance Learning Framework for Multimedia Retrieval
Stars: ✭ 40 (-37.5%)
Mutual labels:  re-ranking
dgcnn
Clean & Documented TF2 implementation of "An end-to-end deep learning architecture for graph classification" (M. Zhang et al., 2018).
Stars: ✭ 21 (-67.19%)
Mutual labels:  gnn
BasicGNNTracking
This shows a basic implementation of the global nearest neighbour (GNN) multi target Tracker. Kalman filter is used for Tracking and Auction Algorithm for determining the assignment of measurments to filters.
Stars: ✭ 36 (-43.75%)
Mutual labels:  gnn
mmgnn textvqa
A Pytorch implementation of CVPR 2020 paper: Multi-Modal Graph Neural Network for Joint Reasoning on Vision and Scene Text
Stars: ✭ 41 (-35.94%)
Mutual labels:  gnn
ncem
Learning cell communication from spatial graphs of cells
Stars: ✭ 77 (+20.31%)
Mutual labels:  gnn
imageRetrieval
Image retrieval learning record
Stars: ✭ 31 (-51.56%)
Mutual labels:  image-retrieval
natural-language-joint-query-search
Search photos on Unsplash based on OpenAI's CLIP model, support search with joint image+text queries and attention visualization.
Stars: ✭ 143 (+123.44%)
Mutual labels:  image-retrieval
FAIRY
Fast and scalable search of whole-slide images via self-supervised deep learning - Nature Biomedical Engineering
Stars: ✭ 43 (-32.81%)
Mutual labels:  image-retrieval
cisip-FIRe
Fast Image Retrieval (FIRe) is an open source project to promote image retrieval research. It implements most of the major binary hashing methods to date, together with different popular backbone networks and public datasets.
Stars: ✭ 40 (-37.5%)
Mutual labels:  image-retrieval
Huawei DIGIX ImageRetri Top2
2020 DIGIX GLOBAL AI CHALLENGE - Digital Device Image Retrieval - Top2 WEARE队
Stars: ✭ 63 (-1.56%)
Mutual labels:  image-retrieval
cnn-for-image-retrieval
🌅The code of post "Image retrieval using MatconvNet and pre-trained imageNet"
Stars: ✭ 623 (+873.44%)
Mutual labels:  image-retrieval
Ranked-List-Loss-for-DML
CVPR 2019: Ranked List Loss for Deep Metric Learning, with extension for TPAMI submission
Stars: ✭ 56 (-12.5%)
Mutual labels:  image-retrieval

Understanding Image Retrieval Re-Ranking: A Graph Neural Network Perspective

[Paper]

On the Market-1501 dataset, we accelerate the re-ranking processing from 89.2s to 9.4ms with one K40m GPU, facilitating the real-time post-processing. Similarly, we observe that our method achieves comparable or even better retrieval results on the other four image retrieval benchmarks, i.e., VeRi-776, Oxford-5k, Paris-6k and University-1652, with limited time cost.

Implementation

The paddlepaddle implementation can be found in [PaddlePaddle].

The pytorch version can be found in [Person_reID_baseline_pytorch].

Citation

@article{zhang2020understanding,
  title={Understanding Image Retrieval Re-Ranking: A Graph Neural Network Perspective},
  author={Zhang, Xuanmeng and Jiang, Minyue and Zheng, Zhedong and Tan, Xiao and Ding, Errui and Yang, Yi},
  journal={arXiv preprint arXiv:2012.07620},
  year={2020}
}

Related Repos

  1. Pedestrian Alignment Network GitHub stars
  2. 2stream Person re-ID GitHub stars
  3. Pedestrian GAN GitHub stars
  4. Language Person Search GitHub stars
  5. DG-Net GitHub stars
  6. 3D Person re-ID GitHub stars
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].