LGAISep 11, 2024

What is the Right Notion of Distance between Predict-then-Optimize Tasks?

HarvardMicrosoft
arXiv:2409.06997v23 citationsh-index: 20Has Code
Originality Incremental advance
AI Analysis

This work addresses dataset comparison for machine learning practitioners in decision-aware settings, offering a more informative metric for tasks like data drift detection and model generalization, though it is incremental by focusing on a specific framework.

The paper tackles the problem of comparing datasets in Predict-then-Optimize frameworks, where traditional distances based on prediction error are inadequate, and proposes OTD$^3$, a novel distance that incorporates downstream decisions, showing it effectively captures adaptation success and predicts model transferability across three tasks.

Comparing datasets is a fundamental task in machine learning, essential for various learning paradigms-from evaluating train and test datasets for model generalization to using dataset similarity for detecting data drift. While traditional notions of dataset distances offer principled measures of similarity, their utility has largely been assessed through prediction error minimization. However, in Predict-then-Optimize (PtO) frameworks, where predictions serve as inputs for downstream optimization tasks, model performance is measured through decision regret rather than prediction error. In this work, we propose OTD$^3$ (Optimal Transport Decision-aware Dataset Distance), a novel dataset distance that incorporates downstream decisions in addition to features and labels. We show that traditional feature-label distances lack informativeness in PtO settings, while OTD$^3$ more effectively captures adaptation success. We also derive a PtO-specific adaptation bound based on this distance. Empirically, we show that our proposed distance accurately predicts model transferability across three different PtO tasks from the literature. The code is available at https://github.com/paularodr/OTD3.

Foundations

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

Your Notes