Dynamic Programming for Predict+Optimise

Abstract

We study the predict+optimise problem, where machine learning and combinatorial optimisation must interact to achieve a common goal. These problems are important when optimisation needs to be performed on input parameters that are not fully observed but must instead be estimated using machine learning. We provide a novel learning technique for predict+optimise to directly reason about the underlying combinatorial optimisation problem, offering a meaningful integration of machine learning and optimisation. This is done by representing the combinatorial problem as a piecewise linear function parameterised by the coefficients of the learning model and then iteratively performing coordinate descent on the learning coefficients. Our approach is applicable to linear learning functions and any optimisation problem solvable by dynamic programming. We illustrate the effectiveness of our approach on benchmarks from the literature.

Cite

Text

Demirovic et al. "Dynamic Programming for Predict+Optimise." AAAI Conference on Artificial Intelligence, 2020. doi:10.1609/AAAI.V34I02.5502

Markdown

[Demirovic et al. "Dynamic Programming for Predict+Optimise." AAAI Conference on Artificial Intelligence, 2020.](https://mlanthology.org/aaai/2020/demirovic2020aaai-dynamic/) doi:10.1609/AAAI.V34I02.5502

BibTeX

@inproceedings{demirovic2020aaai-dynamic,
  title     = {{Dynamic Programming for Predict+Optimise}},
  author    = {Demirovic, Emir and Stuckey, Peter J. and Guns, Tias and Bailey, James and Leckie, Christopher and Ramamohanarao, Kotagiri and Chan, Jeffrey},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2020},
  pages     = {1444-1451},
  doi       = {10.1609/AAAI.V34I02.5502},
  url       = {https://mlanthology.org/aaai/2020/demirovic2020aaai-dynamic/}
}