Improving Micro-Video Recommendation by Controlling Position Bias

Abstract

As the micro-video apps become popular, the numbers of micro-videos and users increase rapidly, which highlights the importance of micro-video recommendation. Although the micro-video recommendation can be naturally treated as the sequential recommendation, the previous sequential recommendation models do not fully consider the characteristics of micro-video apps, and in their inductive biases, the role of positions is not in accord with the reality in the micro-video scenario. Therefore, in the paper, we present a model named PDMRec (Position Decoupled Micro-video Recommendation). PDMRec applies separate self-attention modules to model micro-video information and the positional information and then aggregate them together, avoid the noisy correlations between micro-video semantics and positional information being encoded into the sequence embeddings. Moreover, PDMRec proposes contrastive learning strategies which closely match with the characteristics of the micro-video scenario, thus reducing the interference from micro-video positions in sequences. We conduct the extensive experiments on two real-world datasets. The experimental results shows that PDMRec outperforms existing multiple state-of-the-art models and achieves significant performance improvements.

Cite

Text

Yu et al. "Improving Micro-Video Recommendation by Controlling Position Bias." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2022. doi:10.1007/978-3-031-26387-3_31

Markdown

[Yu et al. "Improving Micro-Video Recommendation by Controlling Position Bias." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2022.](https://mlanthology.org/ecmlpkdd/2022/yu2022ecmlpkdd-improving/) doi:10.1007/978-3-031-26387-3_31

BibTeX

@inproceedings{yu2022ecmlpkdd-improving,
  title     = {{Improving Micro-Video Recommendation by Controlling Position Bias}},
  author    = {Yu, Yisong and Jin, Beihong and Song, Jiageng and Li, Beibei and Zheng, Yiyuan and Zhuo, Wei},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2022},
  pages     = {508-523},
  doi       = {10.1007/978-3-031-26387-3_31},
  url       = {https://mlanthology.org/ecmlpkdd/2022/yu2022ecmlpkdd-improving/}
}