AIOct 23, 2024

FairDgcl: Fairness-aware Recommendation with Dynamic Graph Contrastive Learning

arXiv:2410.17555v116 citationsh-index: 11IEEE Trans Knowl Data Eng
Originality Incremental advance
AI Analysis

This work addresses fairness issues in AI recommendations for users, but it is incremental as it builds on existing data augmentation methods.

The paper tackles the problem of unfairness in recommender systems by proposing FairDgcl, a dynamic graph adversarial contrastive learning framework that improves fairness through high-quality data augmentation, achieving enhanced fairness and accuracy as demonstrated in experiments on four real-world datasets.

As trustworthy AI continues to advance, the fairness issue in recommendations has received increasing attention. A recommender system is considered unfair when it produces unequal outcomes for different user groups based on user-sensitive attributes (e.g., age, gender). Some researchers have proposed data augmentation-based methods aiming at alleviating user-level unfairness by altering the skewed distribution of training data among various user groups. Despite yielding promising results, they often rely on fairness-related assumptions that may not align with reality, potentially reducing the data quality and negatively affecting model effectiveness. To tackle this issue, in this paper, we study how to implement high-quality data augmentation to improve recommendation fairness. Specifically, we propose FairDgcl, a dynamic graph adversarial contrastive learning framework aiming at improving fairness in recommender system. First, FairDgcl develops an adversarial contrastive network with a view generator and a view discriminator to learn generating fair augmentation strategies in an adversarial style. Then, we propose two dynamic, learnable models to generate contrastive views within contrastive learning framework, which automatically fine-tune the augmentation strategies. Meanwhile, we theoretically show that FairDgcl can simultaneously generate enhanced representations that possess both fairness and accuracy. Lastly, comprehensive experiments conducted on four real-world datasets demonstrate the effectiveness of the proposed FairDgcl.

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