Post-Training Fairness Control: A Single-Train Framework for Dynamic Fairness in Recommendation
Weixin Chen, Li Chen, Yuhan Zhao
TL;DR
Cofair tackles the rigidity of fixed fairness during training by introducing a single-training framework that enables dynamic post-training fairness control in recommender systems. It uses a shared representation layer plus fairness-conditioned adapters to generate level-specific user embeddings, with a user-level regularization ensuring monotonic fairness improvements across levels. An adversarial fairness objective upper-bounds demographic parity, and the framework supports extensions to other fairness notions. Empirical results on Movielens-1M and Last.fm show Cofair achieves favorable fairness-accuracy trade-offs across multiple backbones with no need for retraining, while remaining efficient and adaptable for real-world deployments.
Abstract
Despite growing efforts to mitigate unfairness in recommender systems, existing fairness-aware methods typically fix the fairness requirement at training time and provide limited post-training flexibility. However, in real-world scenarios, diverse stakeholders may demand differing fairness requirements over time, so retraining for different fairness requirements becomes prohibitive. To address this limitation, we propose Cofair, a single-train framework that enables post-training fairness control in recommendation. Specifically, Cofair introduces a shared representation layer with fairness-conditioned adapter modules to produce user embeddings specialized for varied fairness levels, along with a user-level regularization term that guarantees user-wise monotonic fairness improvements across these levels. We theoretically establish that the adversarial objective of Cofair upper bounds demographic parity and the regularization term enforces progressive fairness at user level. Comprehensive experiments on multiple datasets and backbone models demonstrate that our framework provides dynamic fairness at different levels, delivering comparable or better fairness-accuracy curves than state-of-the-art baselines, without the need to retrain for each new fairness requirement. Our code is publicly available at https://github.com/weixinchen98/Cofair.
