Home

Awesome

On Structured Prediction Theory with Calibrated Convex Surrogate Losses

This repo contains some MATLAB scripts providing numerical and symbolic computations of the calibration functions presented in our paper On Structured Prediction Theory with Calibrated Convex Surrogate Losses.

The repo contains the following scripts:

The scripts were tested on Ubuntu 16.04, Matlab-R2016a, but should run on other systems as well. The numerical scripts depend on Optimization Toolbox, the symbolic scripts depend on Symbolic Math Toolbox.

The code is released under Apache v2 License allowing to use the code in any way you want.

Citation

If you are using this software please cite the following paper in any resulting publication:

@inproceedings{osokin17consistency,<br> title = {On Structured Prediction Theory with Calibrated Convex Surrogate Losses},<br> author = {Anton Osokin and Francis Bach and Simon Lacoste-Julien},<br> booktitle = {Advances in Neural Information Processing Systems (NIPS)},<br> year = {2017} }

Authors