Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

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.

License

NotificationsYou must be signed in to change notification settings

CISiPLab/cisip-FIRe

Repository files navigation

screener

Released September, 2021

Documentation Status

Documentation:https://fast-image-retrieval.readthedocs.io/en/latest/

Introduction

Fast Image Retrieval (FIRe) is an open source image retrieval project release by Center of Image and Signal Processing Lab (CISiP Lab), Universiti Malaya. This framework implements most of the major binary hashing methods, together with different popular backbone networks and public datasets.

Major features

  • One for All

    Herein, we unified (i) various binary hashing methods, (ii) different backbone, and (iii) multiple datasets under a single framework to ease the research and benchmarking in this domain. It supports popular binary hashing methods, e.g.HashNet,GreedyHash,DPN,OrthoHash, etc.

  • Modularity

    We break the framework into parts so that one can easily implement their own method by joining up the components.

License

This project is released underBSD 3-Clause License.

Changelog

Please refer toChangelog for more detail.

Implemented method/backbone/datasets

Backbone

  1. Alexnet
  2. VGG{16}
  3. ResNet{18,34,50,101,152}

Loss (Method)

Supervised

MethodConfig TemplateLoss Name64bit ImageNet AlexNet (mAP@1K)
ADSHadsh.yamladsh0.645
BiHalfbihalf-supervised.yamlbihalf-supervised0.684
Cross Entropyce.yamlce0.434
CSQcsq.yamlcsq0.686
DFHdfh.yamldfh0.689
DPNdpn.yamldpn0.692
DPSHdpsh.yamldpsh0.599
DTSHdtsh.yamldtsh0.608
GreedyHashgreedyhash.yamlgreedyhash0.667
HashNethashnet.yamlhashnet0.588
JMLHjmlh.yamljmlh0.664
OrthoCos(OrthoHash)orthocos.yamlorthocos0.701
OrthoArc(OrthoHash)orthoarc.yamlorthoarc0.698
SDH-Csdhc.yamlsdhc0.639

Unsupervised

MethodConfig TemplateLoss Name64bit ImageNet AlexNet (mAP@1K)
BiHalfbihalf.yamlbihalf0.403
CIBHashcibhash.yamlcibhash0.322
GreedyHashgreedyhash-unsupervised.yamlgreedyhash-unsupervised0.407
SSDHssdh.yamlssdh0.146
TBHtbh.yamltbh0.324

Shallow (Non-Deep learning methods)

MethodConfig TemplateLoss Name64bit ImageNet AlexNet (mAP@1K)
IMHimh.yamlimh0.467
ITQitq.yamlitq0.402
LsHlsh.yamllsh0.206
PCAHashpca.yamlpca0.405
SHsh.yamlsh0.350
Shallow methods only works with descriptor datasets. We will upload the descriptor datasets and

Datasets

DatasetName in framework
ImageNet100imagenet100
NUS-WIDEnuswide
MS-COCOcoco
MIRFLICKR/Flickr25kmirflickr
Stanford Online Productsop
Cars datasetcars
CIFAR10cifar10

Installation

Please head up toGet Started Docs for guides on setup conda environment and installation.

Tutorials

Please head up toTutorials Docs for guidance.

Reference

If you find this framework useful in your research, please consider cite this project.

@inproceedings{dpn2020,title ={Deep Polarized Network for Supervised Learning of Accurate Binary Hashing Codes.},author ={Fan, Lixin and Ng, Kam Woh and Ju, Ce and Zhang, Tianyu and Chan, Chee Seng},booktitle ={IJCAI},pages ={825--831},year ={2020}}@inproceedings{orthohash2021,title ={One Loss for All: Deep Hashing with a Single Cosine Similarity based Learning Objective},author ={Hoe, Jiun Tian and Ng, Kam Woh and Zhang, Tianyu and Chan, Chee Seng and Song, Yi-Zhe and Xiang, Tao},booktitle ={Advances in Neural Information Processing Systems (NeurIPS)},year ={2021}}

Contributing

We welcome the contributions to improve this project. Please file your suggestions/issues by creating new issues or send us a pull request for your new changes/improvement/features/fixes.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp