Cost-Adaptive Recourse Recommendation by Adaptive Preference Elicitation
Duy Nguyen, Bao Nguyen, Viet Anh Nguyen
TL;DR
The paper tackles the problem of personalized recourse under subject-specific costs by learning the cost function through adaptive preference elicitation and then generating cost-aware recourse using two methods that respect a confidence set of costs. The core idea is to model the subject cost as a Mahalanobis distance with an unknown matrix $A_0$, identify $A_0$ via adaptive pairwise questions (yielding a Chebyshev center $A_c^\star$ of the feasible set), and produce recourse that remains valid for all $A$ in the final set. It provides a gradient-based recourse applicable to white-box models and a graph-based sequential recourse for black-box settings, with robust optimization and generalizations to handle inconsistencies and multi-option questions. Empirical results on seven real-world datasets show cost reductions and strong validity compared to baselines, demonstrating practical benefits of cost-adaptive recourse in diverse scenarios.
Abstract
Algorithmic recourse recommends a cost-efficient action to a subject to reverse an unfavorable machine learning classification decision. Most existing methods in the literature generate recourse under the assumption of complete knowledge about the cost function. In real-world practice, subjects could have distinct preferences, leading to incomplete information about the underlying cost function of the subject. This paper proposes a two-step approach integrating preference learning into the recourse generation problem. In the first step, we design a question-answering framework to refine the confidence set of the Mahalanobis matrix cost of the subject sequentially. Then, we generate recourse by utilizing two methods: gradient-based and graph-based cost-adaptive recourse that ensures validity while considering the whole confidence set of the cost matrix. The numerical evaluation demonstrates the benefits of our approach over state-of-the-art baselines in delivering cost-efficient recourse recommendations.
