Decision-Focused Evaluation of Worst-Case Distribution Shift
Kevin Ren, Yewon Byun, Bryan Wilder
TL;DR
This work addresses how distribution shift affects downstream resource-allocation decisions by proposing a two-level hierarchical generative model that captures shifts across and within optimization instances. It reformulates the worst-case shift problem as a DR-submodular optimization and solves it with a non-monotone Frank-Wolfe algorithm enhanced with momentum, enabling scalable approximation. Empirically, worst-case distributions identified under a given metric often diverge from those identified under other metrics, highlighting that decision-focused robustness must align with the allocation task rather than per-instance accuracy alone. The approach demonstrates substantial efficiency and robustness improvements over standard polynomial solvers and reveals important practical implications for deploying ML in high-stakes, allocation-based settings.
Abstract
Distribution shift is a key challenge for predictive models in practice, creating the need to identify potentially harmful shifts in advance of deployment. Existing work typically defines these worst-case shifts as ones that most degrade the individual-level accuracy of the model. However, when models are used to make a downstream population-level decision like the allocation of a scarce resource, individual-level accuracy may be a poor proxy for performance on the task at hand. We introduce a novel framework that employs a hierarchical model structure to identify worst-case distribution shifts in predictive resource allocation settings by capturing shifts both within and across instances of the decision problem. This task is more difficult than in standard distribution shift settings due to combinatorial interactions, where decisions depend on the joint presence of individuals in the allocation task. We show that the problem can be reformulated as a submodular optimization problem, enabling efficient approximations of worst-case loss. Applying our framework to real data, we find empirical evidence that worst-case shifts identified by one metric often significantly diverge from worst-case distributions identified by other metrics.
