Benyi Hu, Ren-Jie Song, Xiu-Shen Wei*, Yazhou Yao, Xian-Sheng Hua, Yuehu Liu
Corresponding author: Xiu-Shen Wei
PyRetri (pronounced as [ˈperɪˈtriː]) is a unified deep learning based unsupervised image retrieval toolbox built on PyTorch, which is designed for researchers and engineers.
PyRetri is a versatile deep learning based unsupervised image retrieval toolbox designed with simplicity and flexibility in mind.
- Modular Design: We decompose the deep learning based unsupervised image retrieval into several stages and users can easily construct an image retrieval pipeline by selecting and combining different modules.
- Flexible Loading: The toolbox is able to adapt to load several types of model parameters, including parameters with the same keys and shape, parameters with different keys, and parameters with the same keys but different shapes.
- Support of Multiple Methods: The toolbox directly supports several popluar methods designed for deep learning based unsupervised image retrieval, which is also suitable for person re-identification.
- Configuration Search Tool: We provide the configuration search tool to help users to find the optimal retrieval configuration with various hyper-parameters.
The toolbox supports popluar and prominent methods of unsupervised image retrieval and users can also design and add their own modules.
- Pre-processing
- DirectResize, PadResize, ShorterResize
- CenterCrop, TenCrop
- TwoFlip
- ToTensor, ToCaffeTensor
- Normalize
- Feature Representation
- Post-processing
- SVD, PCA
- DBA
- QE, K-reciprocal
06 May 2020: Our paper is online, you are welcomed to download the paper at here.
29 April 2020: Our PyRetri is launched!
Please refer to INSTALL.md for installation and dataset preparation.
Please see GETTING_STARTED.md for the basic usage of PyRetri.
Results and models are available in MODEL_ZOO.md.
This project is released under the Apache 2.0 license.
If you use this toolbox in your research, please cite this paper.
@inproceedings{Hu2020PyRetri,
author = {Benyi Hu and Ren{-}Jie Song and
Xiu{-}Shen Wei and Yazhou Yao and
Xian{-}Sheng Hua and Yuehu Liu},
title = {PyRetri: {A} PyTorch-based Library for Unsupervised Image Retrieval
by Deep Convolutional Neural Networks},
booktitle = {{ACM} International Conference on Multimedia ({ACM MM})},
pages = {4461--4464},
year = {2020},
}
If you have any questions about our work, please do not hesitate to contact us by emails.
Xiu-Shen Wei: weixs.gm@gmail.com
Benyi Hu: hby0906@stu.xjtu.edu.cn
Renjie Song: songrenjie@megvii.com
This project is supported by the Fundamental Research Funds for the Central Universities, No. 30920041111.