Skip to content
/ DivE Public

Repository of "Improving Cross-Modal Retrieval With Set of Diverse Embeddings" (CVPR'23, Highlight)

Notifications You must be signed in to change notification settings

kdwonn/DivE

Repository files navigation

Improving Cross-Modal Retrieval with Diverse Set of Embeddings

arXiv

This repository contains official source code for our paper:

Improving Cross-Modal Retrieval with Diverse Set of Embeddings
Dongwon Kim, Namyup Kim, and Suha Kwak
POSTECH CSE
CVPR (Highlight), Vancouver, 2023.

Acknowledgement

Parts of our codes are adopted from following repositories.

Dataset

For now, provided training script is only for Faster-RCNN + bi-GRU experimental setting on COCO dataset. We use the dataset preparation scripts from https://github.com/kuanghuei/SCAN#download-data. Place the precomp folder and id_mapping.json under ./data/coco_butd, and vocab file under ./vocab.

Requirements

You can install requirements using conda.

conda create --name <env> --file requirements.txt

Training on COCO

sh train_eval_coco.sh

About

Repository of "Improving Cross-Modal Retrieval With Set of Diverse Embeddings" (CVPR'23, Highlight)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published