Extending Fair Null-Space Projections for Continuous Attributes to Kernel Methods
Felix Störck, Fabian Hinder, Barbara Hammer
TL;DR
The paper tackles fairness in regression with continuous protected attributes by extending the fair null-space projection approach to kernel methods. It introduces a kernel-level transformation that removes information predictive of protected attributes within the empirical feature space, while preserving kernel structure and enabling out-of-sample application. The method is model-agnostic and demonstrated through SVR and KRR variants (FKD), showing competitive or improved performance against contemporary baselines across real-world datasets and under multiple protected attributes. The work also discusses computational strategies, notably Nyström approximations, to scale the approach and outlines limitations and avenues for future research in broader kernel methods and privacy-aware applications.
Abstract
With the on-going integration of machine learning systems into the everyday social life of millions the notion of fairness becomes an ever increasing priority in their development. Fairness notions commonly rely on protected attributes to assess potential biases. Here, the majority of literature focuses on discrete setups regarding both target and protected attributes. The literature on continuous attributes especially in conjunction with regression -- we refer to this as \emph{continuous fairness} -- is scarce. A common strategy is iterative null-space projection which as of now has only been explored for linear models or embeddings such as obtained by a non-linear encoder. We improve on this by generalizing to kernel methods, significantly extending the scope. This yields a model and fairness-score agnostic method for kernel embeddings applicable to continuous protected attributes. We demonstrate that our novel approach in conjunction with Support Vector Regression (SVR) provides competitive or improved performance across multiple datasets in comparisons to other contemporary methods.
