LGMay 12, 2025

From Search To Sampling: Generative Models For Robust Algorithmic Recourse

arXiv:2505.07351v14 citationsh-index: 8Has CodeICLR
Originality Highly original
AI Analysis

This addresses the need for robust and efficient recourse recommendations for individuals impacted by automated decisions, representing a novel method rather than an incremental improvement.

The paper tackles the problem of algorithmic recourse by proposing GenRe, a generative model that jointly trains for proximity, plausibility, and validity, leading to superior performance across multiple metrics compared to state-of-the-art baselines.

Algorithmic Recourse provides recommendations to individuals who are adversely impacted by automated model decisions, on how to alter their profiles to achieve a favorable outcome. Effective recourse methods must balance three conflicting goals: proximity to the original profile to minimize cost, plausibility for realistic recourse, and validity to ensure the desired outcome. We show that existing methods train for these objectives separately and then search for recourse through a joint optimization over the recourse goals during inference, leading to poor recourse recommendations. We introduce GenRe, a generative recourse model designed to train the three recourse objectives jointly. Training such generative models is non-trivial due to lack of direct recourse supervision. We propose efficient ways to synthesize such supervision and further show that GenRe's training leads to a consistent estimator. Unlike most prior methods, that employ non-robust gradient descent based search during inference, GenRe simply performs a forward sampling over the generative model to produce minimum cost recourse, leading to superior performance across multiple metrics. We also demonstrate GenRe provides the best trade-off between cost, plausibility and validity, compared to state-of-art baselines. Our code is available at: https://github.com/prateekgargx/genre.

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