README.md

May 29, 2018 ยท View on GitHub

MNIST-multitask

Reproduce ICLR2018 under-reviewed paper MULTI-TASK LEARNING ON MNIST IMAGE DATASETS

the paper argues that pre-train network with MNIST-like dataset can boost performance

results

datasetsingle-taskM+Fsingle-task (paper reported)M+F (paper reported)
MNIST0.9960.99560.99560.9971
FashionMNIST0.93940.9420.94320.9518

discussion

in my reproduction, FashionMNIST performs better with MNIST+FashionMNIST pre-trained first

but MNIST doesn't enjoy the benefits of pre-training.

The bias between reproduction and paper can result from preprocess of data.

Author

Po-Chih Huang / @pochih