[go: up one dir, main page]

Skip to content

skywaLKer518/MultiplicativeMultimodal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Learn to Combine Modalities in Multimodal Deep Learning

Code for submitted paper to KDD 2018

CIFAR-100

Installation

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.sh

run experiments

Vanilla resnet model

./run_resnet32_example.sh

Resnet-Mulmix multimodal model

./run_resnet32_mulmix_example.sh

Available values for DATASET are cifar-100. Available values for MODEL are resnet-32/110.

HIGGS

Dataset download

Dataset needs to be downloaded in http://archive.ics.uci.edu/ml/datasets/HIGGS. Simple preprocessing (feature normalization) is done in higgs/utils.py.

run experiments

Additive combination

cd example
./run_jobs_higgs_add.sh

MulMix combination

cd example
./run_jobs_higgs_mulmix.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published