LGOCOct 6, 2023

Robust Losses for Decision-Focused Learning

arXiv:2310.04328v28 citationsh-index: 3
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in optimization-based machine learning for decision-making, offering incremental improvements in robustness for applications like resource allocation or scheduling.

The paper tackles the problem of decision-focused learning where empirical regret is an ineffective surrogate for expected regret due to uncertainty, and proposes three novel robust loss functions that improve test-sample empirical regret while maintaining computational efficiency.

Optimization models used to make discrete decisions often contain uncertain parameters that are context-dependent and estimated through prediction. To account for the quality of the decision made based on the prediction, decision-focused learning (end-to-end predict-then-optimize) aims at training the predictive model to minimize regret, i.e., the loss incurred by making a suboptimal decision. Despite the challenge of the gradient of this loss w.r.t. the predictive model parameters being zero almost everywhere for optimization problems with a linear objective, effective gradient-based learning approaches have been proposed to minimize the expected loss, using the empirical loss as a surrogate. However, empirical regret can be an ineffective surrogate because empirical optimal decisions can vary substantially from expected optimal decisions. To understand the impact of this deficiency, we evaluate the effect of aleatoric and epistemic uncertainty on the accuracy of empirical regret as a surrogate. Next, we propose three novel loss functions that approximate expected regret more robustly. Experimental results show that training two state-of-the-art decision-focused learning approaches using robust regret losses improves test-sample empirical regret in general while keeping computational time equivalent relative to the number of training epochs.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes