Code for submitted paper to KDD 2018
Customize paths first in setup.sh (data folder, model save folder, etc.).
git clone git://github.com/skywaLKer518/MultiplicativeMultimodal.git
cd MultiplicativeMultimodal/imagerecognition
# Change paths in setup.sh
# It also provides options to download CIFAR data.
./setup.shVanilla resnet model
./run_resnet32_example.shResnet-Mulmix multimodal model
./run_resnet32_mulmix_example.shAvailable values for DATASET are cifar-100.
Available values for MODEL are resnet-32/110.
Dataset needs to be downloaded in http://archive.ics.uci.edu/ml/datasets/HIGGS. Simple preprocessing (feature normalization) is done in higgs/utils.py.
Additive combination
cd example
./run_jobs_higgs_add.shMulMix combination
cd example
./run_jobs_higgs_mulmix.sh