We use the following environment to run all the experiments in this page.
- Python 3.6
- PyTorch 0.4.1
- CUDA 9.0.176
- CUDNN 7.0.4
We provide three groups of results (including the accuracies of Overall, Yes/No, Number and Other) for each model on VQA-v2 using different training schemes as follows. We provide pre-trained models for the latter two schemes.
-
Train -> Val: trained on the
train
split and evaluated on theval
split. -
Train+val -> Test-dev: trained on the
train+val
splits and evaluated on thetest-dev
split. -
Train+val+vg -> Test-dev: trained on the
train+val+vg
splits and evaluated on thetest-dev
split.
Note that for one model, the used base learning rate in the two schemas may be different, you should modify this setting in the config file to reproduce the results.
Model | Base lr | Overall (%) | Yes/No (%) | Number (%) | Other (%) |
---|---|---|---|---|---|
BUTD | 2e-3 | 63.84 | 81.40 | 43.81 | 55.78 |
MFB | 7e-4 | 65.35 | 83.23 | 45.31 | 57.05 |
MFH | 7e-4 | 66.18 | 84.07 | 46.55 | 57.78 |
BAN-4 | 2e-3 | 65.86 | 83.53 | 46.36 | 57.56 |
BAN-8 | 2e-3 | 66.00 | 83.61 | 47.04 | 57.62 |
MCAN-small | 1e-4 | 67.17 | 84.82 | 49.31 | 58.48 |
MCAN-large | 7e-5 | 67.50 | 85.14 | 49.66 | 58.80 |
Model | Base lr | Overall (%) | Yes/No (%) | Number (%) | Other (%) | Download |
---|---|---|---|---|---|---|
BUTD | 2e-3 | 66.98 | 83.28 | 46.19 | 57.85 | model |
MFB | 7e-4 | 68.29 | 84.64 | 48.29 | 58.89 | model |
MFH | 7e-4 | 69.11 | 85.56 | 48.81 | 59.69 | model |
BAN-4 | 1.4e-3 | 68.9 | 85.0 | 49.5 | 59.56 | model |
BAN-8 | 1.4e-3 | 69.07 | 85.2 | 49.63 | 59.71 | model |
MCAN-small | 1e-4 | 70.33 | 86.77 | 52.14 | 60.40 | model |
MCAN-large | 5e-5 | 70.48 | 86.90 | 52.11 | 60.63 | model |
Model | Base lr | Overall (%) | Yes/No (%) | Number (%) | Other (%) | Download |
---|---|---|---|---|---|---|
BUTD | 2e-3 | 67.54 | 83.48 | 46.97 | 58.62 | model |
MFB | 7e-4 | 68.25 | 84.79 | 48.24 | 58.68 | model |
MFH | 7e-4 | 68.86 | 85.38 | 49.27 | 59.21 | model |
BAN-4 | 1.4e-3 | 69.31 | 85.42 | 50.15 | 59.91 | model |
BAN-8 | 1.4e-3 | 69.48 | 85.40 | 50.82 | 60.14 | model |
MCAN-small | 1e-4 | 70.69 | 87.08 | 53.16 | 60.66 | model |
MCAN-large | 5e-5 | 70.82 | 87.19 | 52.56 | 60.98 | model |