paper-with-me

Papers

FairGAN: GANs-based Fairness-aware Learning for Recommendations with Implicit Feedback

2022-04-25 · Proceedings of the ACM Web Conference 2022 4 · Jie Li, Yongli Ren, Ke Deng

Ranking algorithms in recommender systems influence people to make decisions. Conventional ranking algorithms based on implicit feedback data aim to maximize the utility to users by capturing users’ preferences over items. However, these utility-focused algorithms tend to cause fairness issues that require careful consideration in online platforms. Existing fairness-focused studies does not explicitly consider the problem of lacking negative feedback in implicit feedback data, while previous utility-focused methods ignore the importance of fairness in recommendations. To fill this gap, we propose a Generative Adversarial Networks (GANs) based learning algorithm FairGAN mapping the exposure fairness issue to the problem of negative preferences in implicit feedback data. FairGAN does not explicitly treat unobserved interactions as negative, but instead, adopts a novel fairness-aware learning strategy to dynamically generate fairness signals. This optimizes the search direction to make FairGAN capable of searching the space of the optimal ranking that can fairly allocate exposure to individual items while preserving users’ utilities as high as possible.

📄 PDF Abstract BibTeX

Code (1)

jasonshere/FairGAN tf

Tasks

Exposure FairnessFairnessRecommendation Systems

Methods 이 논문이 사용한 방법론

WGAN GP Wasserstein GAN + Gradient Penalty, or WGAN-GP, is a generative adversarial network that uses the Wasserstein loss formulation plus a gradient norm penalty to achieve…

Similar Papers 제목 키워드 기반

Reprogramming FairGANs with Variational Auto-Encoders: A New Transfer Learning Model

2022-03-11 · Beatrice Nobile, Gabriele Santin, Bruno Lepri, Pierpaolo Brutti

Fairness-aware GANs (FairGANs) exploit the mechanisms of Generative Adversarial Networks (GANs) to impose fairness on the generated data, freeing them from both disparate impact and disparate treatment. Given the model's…

FairnessTransfer Learning

FairGAN: Fairness-aware Generative Adversarial Networks

2018-05-28 · Depeng Xu, Shuhan Yuan, Lu Zhang, Xintao Wu

Fairness-aware learning is increasingly important in data mining. Discrimination prevention aims to prevent discrimination in the training data before it is used to conduct predictive analysis. In this paper, we focus on…

FairnessGeneral Classification

TabFairGAN: Fair Tabular Data Generation with Generative Adversarial Networks

2021-09-02 · Amirarsalan Rajabi, Ozlem Ozmen Garibay

With the increasing reliance on automated decision making, the issue of algorithmic fairness has gained increasing importance. In this paper, we propose a Generative Adversarial Network for tabular data generation. The m…

Decision MakingFairnessGenerative Adversarial NetworkTabular Data Generation

UnfairGAN: An Enhanced Generative Adversarial Network for Raindrop Removal from A Single Image

2021-10-11 · Duc Manh Nguyen, Sang-Woong Lee

Image deraining is a new challenging problem in real-world applications, such as autonomous vehicles. In a bad weather condition of heavy rainfall, raindrops, mainly hitting glasses or windshields, can significantly redu…

Autonomous VehiclesGenerative Adversarial NetworkRaindrop RemovalRain Removal

Uncertainty and Fairness Awareness in LLM-Based Recommendation Systems

2026-01-31 · Chandan Kumar Sah, Xiaoli Lian, Li Zhang, Tony Xu 외 arxiv

Large language models (LLMs) enable powerful zero-shot recommendations by leveraging broad contextual knowledge, yet predictive uncertainty and embedded biases threaten reliability and fairness. This paper studies how un…

Recommendation Systems