Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Alleviating User-Sensitive bias with Fair Generative Sequential Recommendation Model

Created by
  • Haebom

Author

Yang Liu, Feng Wu, Xuefang Zhu

Outline

This paper proposes FairGENRec, a new sequential recommendation model based on the Diffusion Model (DM), to solve the fairness problem of the recommendation system. Existing recommendation systems can excessively learn correlations with sensitive features (such as gender and age) in the process of learning the user's behavioral patterns, which can lead to unfair results. FairGENRec learns by injecting random noise into the original distribution through a model that recognizes sensitive features and reconstructing items using a sequential noise removal model. In addition, it models the fairness of recommendations by injecting various interest information that removes the bias of sensitive user features into the generated results. In the inference stage, noise is added using the user's past interactions and the target item representation is reconstructed through derepresentation. The experimental results using three datasets show that FairGENRec is effective in improving both accuracy and fairness, and the degree of fairness improvement is visualized through case analysis.

Takeaways, Limitations

Takeaways:
A novel method to effectively solve the fairness problem of recommendation systems using a diffusion model is presented.
Experimentally demonstrating the superiority of the FairGENRec model in simultaneously improving accuracy and fairness.
Improving fairness through injecting diverse interest information to remove bias from sensitive features.
Efficient item reconstruction via sequential noise removal model.
Limitations:
Further research is needed on the generalization performance of the proposed model.
Additional experiments on various sensitive features and datasets are needed.
Need to analyze the impact of the accuracy of sensitive feature recognition model on FairGENRec performance.
Further research is needed on computational complexity and efficiency.
👍