├── README.md ├── code ├── .DS_Store ├── README ├── cifar10_semi.py ├── cifar10_sup.py ├── mnist.py ├── sarcos.py └── synthetic.py ├── distillation.bib ├── distillation.tex ├── figures ├── distillation_cifar10_semi.pdf ├── distillation_cifar10_sup.pdf ├── distillation_mnist_300.pdf ├── distillation_mnist_500.pdf ├── distillation_sarcos_300.pdf ├── distillation_sarcos_500.pdf ├── plot.ipynb ├── result_cifar10_semi ├── result_cifar10_sup ├── result_mnist_300 ├── result_mnist_500 ├── result_sarcos_300 └── result_sarcos_500 ├── iclr2016_conference.bst └── iclr2016_conference.sty /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lopezpaz/distillation_privileged_information/HEAD/README.md -------------------------------------------------------------------------------- /code/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lopezpaz/distillation_privileged_information/HEAD/code/.DS_Store -------------------------------------------------------------------------------- /code/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lopezpaz/distillation_privileged_information/HEAD/code/README -------------------------------------------------------------------------------- /code/cifar10_semi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lopezpaz/distillation_privileged_information/HEAD/code/cifar10_semi.py -------------------------------------------------------------------------------- /code/cifar10_sup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lopezpaz/distillation_privileged_information/HEAD/code/cifar10_sup.py -------------------------------------------------------------------------------- /code/mnist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lopezpaz/distillation_privileged_information/HEAD/code/mnist.py -------------------------------------------------------------------------------- /code/sarcos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lopezpaz/distillation_privileged_information/HEAD/code/sarcos.py -------------------------------------------------------------------------------- /code/synthetic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lopezpaz/distillation_privileged_information/HEAD/code/synthetic.py -------------------------------------------------------------------------------- /distillation.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lopezpaz/distillation_privileged_information/HEAD/distillation.bib -------------------------------------------------------------------------------- /distillation.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lopezpaz/distillation_privileged_information/HEAD/distillation.tex -------------------------------------------------------------------------------- /figures/distillation_cifar10_semi.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lopezpaz/distillation_privileged_information/HEAD/figures/distillation_cifar10_semi.pdf -------------------------------------------------------------------------------- /figures/distillation_cifar10_sup.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lopezpaz/distillation_privileged_information/HEAD/figures/distillation_cifar10_sup.pdf -------------------------------------------------------------------------------- /figures/distillation_mnist_300.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lopezpaz/distillation_privileged_information/HEAD/figures/distillation_mnist_300.pdf -------------------------------------------------------------------------------- /figures/distillation_mnist_500.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lopezpaz/distillation_privileged_information/HEAD/figures/distillation_mnist_500.pdf -------------------------------------------------------------------------------- /figures/distillation_sarcos_300.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lopezpaz/distillation_privileged_information/HEAD/figures/distillation_sarcos_300.pdf -------------------------------------------------------------------------------- /figures/distillation_sarcos_500.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lopezpaz/distillation_privileged_information/HEAD/figures/distillation_sarcos_500.pdf -------------------------------------------------------------------------------- /figures/plot.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lopezpaz/distillation_privileged_information/HEAD/figures/plot.ipynb -------------------------------------------------------------------------------- /figures/result_cifar10_semi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lopezpaz/distillation_privileged_information/HEAD/figures/result_cifar10_semi -------------------------------------------------------------------------------- /figures/result_cifar10_sup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lopezpaz/distillation_privileged_information/HEAD/figures/result_cifar10_sup -------------------------------------------------------------------------------- /figures/result_mnist_300: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lopezpaz/distillation_privileged_information/HEAD/figures/result_mnist_300 -------------------------------------------------------------------------------- /figures/result_mnist_500: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lopezpaz/distillation_privileged_information/HEAD/figures/result_mnist_500 -------------------------------------------------------------------------------- /figures/result_sarcos_300: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lopezpaz/distillation_privileged_information/HEAD/figures/result_sarcos_300 -------------------------------------------------------------------------------- /figures/result_sarcos_500: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lopezpaz/distillation_privileged_information/HEAD/figures/result_sarcos_500 -------------------------------------------------------------------------------- /iclr2016_conference.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lopezpaz/distillation_privileged_information/HEAD/iclr2016_conference.bst -------------------------------------------------------------------------------- /iclr2016_conference.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lopezpaz/distillation_privileged_information/HEAD/iclr2016_conference.sty --------------------------------------------------------------------------------