Home

Awesome

ZSL_GAN

code for the conference and the journal versions of the paper:

Yizhe Zhu, Mohamed Elhoseiny, Bingchen Liu, Xi Peng and Ahmed Elgammal "A Generative Adversarial Approach for Zero-Shot Learning from Noisy Texts", CVPR, 2018

Processed feature Data:

You can download the dataset CUBird and NABird
Put the uncompressed data to the folder "data"

Raw wikipedia article data:

Raw wikipedia article data of CUBird and NABird, as well as detailed merging information of NABird, can be obtained here.

Reproduce results

CUBird SCS mode && SCE mode

python train_CUB.py --splitmode easy
python train_CUB.py --splitmode hard

NABird SCS mode && SCE mode

python train_NAB.py --splitmode easy
python train_NAB.py --splitmode hard

Results evaluated on GBU setting[1]

Download the data and uncompress it to the folder 'data/GBU'.

python train_GBU.py --dataset CUB1 --preprocessing --z_dim 100
python train_GBU.py --dataset AWA1 --preprocessing --z_dim 10
python train_GBU.py --dataset AWA2 --preprocessing --z_dim 10
python train_GBU.py --dataset APY --preprocessing --z_dim 10
python train_GBU.py --dataset SUN --preprocessing --z_dim 10
python train_GBU.py --dataset FLO --preprocessing --z_dim 100
ModelAwA1 T1usHCUB T1usH
DAP [2]44.10.088.70.040.01.767.93.3
CONSE [3]45.60.488.60.834.31.672.23.1
SSE [4]60.17.080.512.943.98.546.914.4
DEVISE [5]54.213.468.722.452.023.853.032.8
SJE [6]65.611.374.619.653.923.559.233.6
LATEM [7]55.17.371.713.349.315.257.324.0
ESZSL [8]58.26.675.612.153.912.663.821.0
ALE [9]59.916.876.127.554.923.762.834.4
SYNC [10]54.08.987.316.255.611.570.919.8
SAE [11]53.01.877.13.533.37.854.013.6
DEM [12]68.432.884.747.351.719.657.929.2
GAZSL (OURS)68.229.684.243.855.831.6861.3441.78
ModelAwA2 T1usHaPY T1usH
DAP [2]46.10.084.70.033.84.878.39.0
CONSE [3]44.50.590.61.026.90.091.20.0
SSE [4]61.08.182.514.834.00.278.90.4
DEVISE [5]59.717.174.727.839.84.976.99.2
SJE [6]61.98.073.914.432.93.755.76.9
LATEM [7]55.811.577.320.035.20.173.00.2
ESZSL [8]58.65.977.811.038.32.470.14.6
ALE [9]62.514.081.823.939.74.673.78.7
SYNC [10]46.610.090.518.023.97.466.313.3
SAE [11]54.11.182.22.28.30.480.90.9
DEM [12]67.130.586.4**45.135.011.175.119.4
GAZSL (OURS)70.235.486.950.341.1314.1778.6324.01
ModelSUN T1usHFLO T1usH
DAP [2]39.94.225.17.2
CONSE [3]38.86.839.911.6
SSE [4]51.52.136.44.0
DEVISE [5]56.516.927.420.9
SJE [6]53.714.730.519.8
LATEM [7]55.314.728.819.5
ESZSL [8]54.511.027.915.8
ALE [9]58.121.833.126.3
SYNC [10]56.37.943.313.4
SAE [11]40.38.818.011.8 
DEM [12]61.920.534.325.6
GAZSL (OURS)61.322.139.328.360.528.177.441.2

Note: The results of work [2-11] are copied from TABLE6 in [1]. The results of work [12] are obtained from the authors' report. Thanks to Li Zhang for the template of README.

Citation

If you find this implementation or the analysis conducted in our report helpful, please consider citing:

@inproceedings{Yizhe_ZSL_2018,  
    Author = {Yizhe Zhu, Mohamed Elhoseiny, Bingchen Liu, Xi Peng and Ahmed Elgammal},  
    Title = {A Generative Adversarial  Approach for Zero-Shot Learning from Noisy Texts},  
    Booktitle = {CVPR},  
    Year = {2018}  
}

TODO:

Update:

References