LGMLFeb 28, 2025

Controlled Model Debiasing through Minimal and Interpretable Updates

arXiv:2502.21284v2h-index: 11Trans. Mach. Learn. Res.
Originality Incremental advance
AI Analysis

This addresses the need for consistent and cost-effective model updates in high-stakes applications, though it is incremental as it builds on existing fairness methods.

The paper tackles the problem of debiasing machine learning models without rebuilding them from scratch by introducing controlled model debiasing, which ensures minimal and interpretable updates, and demonstrates that their algorithm achieves comparable performance to state-of-the-art methods.

Traditional approaches to learning fair machine learning models often require rebuilding models from scratch, typically without considering potentially existing models. In a context where models need to be retrained frequently, this can lead to inconsistent model updates, as well as redundant and costly validation testing. To address this limitation, we introduce the notion of controlled model debiasing, a novel supervised learning task relying on two desiderata: that the differences between the new fair model and the existing one should be (i) minimal and (ii) interpretable. After providing theoretical guarantees to this new problem, we introduce a novel algorithm for algorithmic fairness, COMMOD, that is both model-agnostic and does not require the sensitive attribute at test time. In addition, our algorithm is explicitly designed to enforce minimal and interpretable changes between biased and debiased predictions in a binary classification task, a property that, while highly desirable in high-stakes applications, is rarely prioritized as an explicit objective in fairness literature. Our approach combines a concept-based architecture and adversarial learning and we demonstrate through empirical results that it achieves comparable performance to state-of-the-art debiasing methods while performing minimal and interpretable prediction changes.

Foundations

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

Your Notes