Skip to content

AIMedLab/OSHeDA

Repository files navigation

Python code implementation for our proposed method, RL-OSHeDA, along with the baselines used in our experiments, is provided. We include NUSWIDE & ImageNet dataset for demonstration. Other datasets used in our experiments are publicly available and can be downloaded from the following sources:

=============================================================================================

Usage:

To run experiment for the proposed method RL-OSHeDA on NUSWIDE & ImageNet dataset, use the following command:

python main_OSHeDA.py --setting NUSIMAGE_nustag_hist_imagenet_decaf_3

To run experiment for DS3L on NUSWIDE & ImageNet dataset, use the following command:

python main_DS3L.py --setting NUSIMAGE_nustag_hist_imagenet_decaf_3

To run experiment for KPG on NUSWIDE & ImageNet dataset, use the following command:

python main_KPG.py --setting NUSIMAGE_nustag_hist_imagenet_decaf_3

To run experiment for OPDA on NUSWIDE & ImageNet dataset, use the following command:

python main_OPDA.py --setting NUSIMAGE_nustag_hist_imagenet_decaf_3

To run experiment for SCT on NUSWIDE & ImageNet dataset, use the following command:

python main_SCT.py --setting NUSIMAGE_nustag_hist_imagenet_decaf_3

To run experiment for PL on NUSWIDE & ImageNet dataset, use the following command:

python main_SPL.py --setting NUSIMAGE_nustag_hist_imagenet_decaf_3

To run experiment for SSAN on NUSWIDE & ImageNet dataset, use the following command:

python main_SSAN.py --setting NUSIMAGE_nustag_hist_imagenet_decaf_3

To run experiment for STN on NUSWIDE & ImageNet dataset, use the following command:

python main_STN.py --setting NUSIMAGE_nustag_hist_imagenet_decaf_3

To run experiment for SL on NUSWIDE & ImageNet dataset, use the following command:

python main_SUP.py --setting NUSIMAGE_nustag_hist_imagenet_decaf_3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages