All Projects → ahmetius → diffusion-retrieval

ahmetius / diffusion-retrieval

Licence: other
Efficient Diffusion on Region Manifolds: Recovering Small Objects with Compact CNN Representations

Programming Languages

matlab
3953 projects

Projects that are alternatives of or similar to diffusion-retrieval

street2shopTriplet
Challenge the customer to shop task with tripletNet
Stars: ✭ 14 (-82.05%)
Mutual labels:  image-retrieval
roco-dataset
Radiology Objects in COntext (ROCO): A Multimodal Image Dataset
Stars: ✭ 38 (-51.28%)
Mutual labels:  image-retrieval
ISeeNN
A CNN feature based image retrieval website
Stars: ✭ 15 (-80.77%)
Mutual labels:  image-retrieval
gnn-re-ranking
A real-time GNN-based method. Understanding Image Retrieval Re-Ranking: A Graph Neural Network Perspective
Stars: ✭ 64 (-17.95%)
Mutual labels:  image-retrieval
towhee
Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.
Stars: ✭ 821 (+952.56%)
Mutual labels:  image-retrieval
DOLG-pytorch
Unofficial PyTorch Implementation of "DOLG: Single-Stage Image Retrieval with Deep Orthogonal Fusion of Local and Global Features"
Stars: ✭ 69 (-11.54%)
Mutual labels:  image-retrieval
imageRetrieval
Image retrieval learning record
Stars: ✭ 31 (-60.26%)
Mutual labels:  image-retrieval
kapture-localization
Provide mapping and localization pipelines based on kapture format
Stars: ✭ 111 (+42.31%)
Mutual labels:  image-retrieval
SOLAR
PyTorch code for "SOLAR: Second-Order Loss and Attention for Image Retrieval". In ECCV 2020
Stars: ✭ 150 (+92.31%)
Mutual labels:  image-retrieval
gvcnn-tf
Group-View Convolutional Neural Networks for 3D Shape Recognition
Stars: ✭ 22 (-71.79%)
Mutual labels:  image-retrieval
mildnet
Visual Similarity research at Fynd. Contains code to reproduce 2 of our research papers.
Stars: ✭ 76 (-2.56%)
Mutual labels:  image-retrieval
XCloud
Official Code for Paper <XCloud: Design and Implementation of AI Cloud Platform with RESTful API Service> (arXiv1912.10344)
Stars: ✭ 58 (-25.64%)
Mutual labels:  image-retrieval
keras rmac
RMAC implementation in Keras
Stars: ✭ 80 (+2.56%)
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 (-28.21%)
Mutual labels:  image-retrieval
Similarity-Adaptive-Deep-Hashing
Unsupervised Deep Hashing with Similarity-Adaptive and Discrete Optimization (TPAMI2018)
Stars: ✭ 18 (-76.92%)
Mutual labels:  image-retrieval
FAIRY
Fast and scalable search of whole-slide images via self-supervised deep learning - Nature Biomedical Engineering
Stars: ✭ 43 (-44.87%)
Mutual labels:  image-retrieval
EfficientIR
人工智障本地图片检索工具 | An EfficientNet based image retrieval tool
Stars: ✭ 64 (-17.95%)
Mutual labels:  image-retrieval
fast-image-retrieval
A lightweight framework using binary hash codes and deep learning for fast image retrieval.
Stars: ✭ 22 (-71.79%)
Mutual labels:  image-retrieval
symmetrical-synthesis
Official Tensorflow implementation of "Symmetrical Synthesis for Deep Metric Learning" (AAAI 2020)
Stars: ✭ 67 (-14.1%)
Mutual labels:  image-retrieval
art
Exploring the connections between artworks with deep "Visual Analogies"
Stars: ✭ 73 (-6.41%)
Mutual labels:  image-retrieval

Diffusion for image retrieval

This is a Matlab script for our paper:

A. Iscen, G. Tolias, Y. Avrithis, T. Furon, O. Chum. "Efficient Diffusion on Region Manifolds: Recovering Small Objects with Compact CNN Representations", CVPR 2017

Execution

Run the following script:

>> run_test

We provide the descriptors used in our paper and also the necessary ground-truth files for mAP evaluation. In addition to that, we also make available the approximate kNN graph computed off-line with Dong et al. [10] for large-scale datasets. All the required files are stored in the link below and will be downloaded automatically when the script run_test.m is run.

ftp://ftp.irisa.fr/local/texmex/corpus/diffusion/

Optional but recommended prerequisite: Yael Library http://yael.gforge.inria.fr/

All kNN computation will be done with Yael Library if it is found in the path. Even though this is not strictly required, we advise that Yael is installed for efficiency purposes.

Any questions or comments, should be addressed to [email protected]

License

This package is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

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].