All Projects → dongkyuk → DOLG-pytorch

dongkyuk / DOLG-pytorch

Licence: MIT License
Unofficial PyTorch Implementation of "DOLG: Single-Stage Image Retrieval with Deep Orthogonal Fusion of Local and Global Features"

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to DOLG-pytorch

gnn-re-ranking
A real-time GNN-based method. Understanding Image Retrieval Re-Ranking: A Graph Neural Network Perspective
Stars: ✭ 64 (-7.25%)
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 (-15.94%)
Mutual labels:  image-retrieval
fastface
Light Face Detection using PyTorch Lightning
Stars: ✭ 71 (+2.9%)
Mutual labels:  pytorch-lightning
lightning-transformers
Flexible components pairing 🤗 Transformers with Pytorch Lightning
Stars: ✭ 551 (+698.55%)
Mutual labels:  pytorch-lightning
pytorch multi input example
Multi-Input Deep Neural Networks with PyTorch-Lightning - Combine Image and Tabular Data
Stars: ✭ 40 (-42.03%)
Mutual labels:  pytorch-lightning
towhee
Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.
Stars: ✭ 821 (+1089.86%)
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 (-18.84%)
Mutual labels:  image-retrieval
lightning-asr
Modular and extensible speech recognition library leveraging pytorch-lightning and hydra.
Stars: ✭ 36 (-47.83%)
Mutual labels:  pytorch-lightning
MVSNet pl
MVSNet: Depth Inference for Unstructured Multi-view Stereo using pytorch-lightning
Stars: ✭ 49 (-28.99%)
Mutual labels:  pytorch-lightning
EfficientIR
人工智障本地图片检索工具 | An EfficientNet based image retrieval tool
Stars: ✭ 64 (-7.25%)
Mutual labels:  image-retrieval
PCLoc
Pose Correction for Highly Accurate Visual Localization in Large-scale Indoor Spaces (ICCV 2021)
Stars: ✭ 37 (-46.38%)
Mutual labels:  image-retrieval
quickvision
An Easy To Use PyTorch Computer Vision Library
Stars: ✭ 49 (-28.99%)
Mutual labels:  pytorch-lightning
SOLAR
PyTorch code for "SOLAR: Second-Order Loss and Attention for Image Retrieval". In ECCV 2020
Stars: ✭ 150 (+117.39%)
Mutual labels:  image-retrieval
mildnet
Visual Similarity research at Fynd. Contains code to reproduce 2 of our research papers.
Stars: ✭ 76 (+10.14%)
Mutual labels:  image-retrieval
Neural-HMM
Neural HMMs are all you need (for high-quality attention-free TTS)
Stars: ✭ 69 (+0%)
Mutual labels:  pytorch-lightning
weasel
Weakly Supervised End-to-End Learning (NeurIPS 2021)
Stars: ✭ 117 (+69.57%)
Mutual labels:  pytorch-lightning
embeddings-for-trees
Set of PyTorch modules for developing and evaluating different algorithms for embedding trees.
Stars: ✭ 19 (-72.46%)
Mutual labels:  pytorch-lightning
2021-dialogue-summary-competition
[2021 훈민정음 한국어 음성•자연어 인공지능 경진대회] 대화요약 부문 알라꿍달라꿍 팀의 대화요약 학습 및 추론 코드를 공유하기 위한 레포입니다.
Stars: ✭ 86 (+24.64%)
Mutual labels:  pytorch-lightning
uetai
Custom ML tracking experiment and debugging tools.
Stars: ✭ 17 (-75.36%)
Mutual labels:  pytorch-lightning
roco-dataset
Radiology Objects in COntext (ROCO): A Multimodal Image Dataset
Stars: ✭ 38 (-44.93%)
Mutual labels:  image-retrieval

Pytorch Implementation of Deep Orthogonal Fusion of Local and Global Features (DOLG)

This is the unofficial PyTorch Implementation of "DOLG: Single-Stage Image Retrieval with Deep Orthogonal Fusion of Local and Global Features"

reference: https://arxiv.org/pdf/2108.02927.pdf

Model Structure

Image

Prerequisites

  • PyTorch
  • PyTorch Lightning
  • timm
  • sklearn
  • pandas
  • jpeg4py
  • albumentations
  • python3
  • CUDA

Data

You can get the GLDv2 dataset from here.

If you just want the GLDv2-clean dataset, check this kaggle competition dataset.

Place your data like the structure below

data
├── train_clean.csv
└── train
    └── ###
        └── ###
            └── ###
                └── ###.jpg

Citations

@misc{yang2021dolg,
      title={DOLG: Single-Stage Image Retrieval with Deep Orthogonal Fusion of Local and Global Features}, 
      author={Min Yang and Dongliang He and Miao Fan and Baorong Shi and Xuetong Xue and Fu Li and Errui Ding and Jizhou Huang},
      year={2021},
      eprint={2108.02927},
      archivePrefix={arXiv},
      primaryClass={cs.CV}
}
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].