CFM: Convolutional Factorization Machines for Context-Aware Recommendation
Abstract
Factorization Machine (FM) is an effective solution for context-aware recommender systems (CARS) which models second-order feature interactions by inner product. However, it is insufficient to capture high-order and nonlinear interaction signals. While several recent efforts have enhanced FM with neural networks, they assume the embedding dimensions are independent from each other and model high-order interactions in a rather implicit manner. In this paper, we propose Convolutional Factorization Machine (CFM) to address above limitations. Specifically, CFM models second-order interactions with outer product, resulting in ''images'' which capture correlations between embedding dimensions. Then all generated ''images'' are stacked, forming an interaction cube. 3D convolution is applied above it to learn high-order interaction signals in an explicit approach. Besides, we also leverage a self-attention mechanism to perform the pooling of features to reduce time complexity. We conduct extensive experiments on three real-world datasets, demonstrating significant improvement of CFM over competing methods for context-aware top-k recommendation.
Cite
Text
Xin et al. "CFM: Convolutional Factorization Machines for Context-Aware Recommendation." International Joint Conference on Artificial Intelligence, 2019. doi:10.24963/IJCAI.2019/545Markdown
[Xin et al. "CFM: Convolutional Factorization Machines for Context-Aware Recommendation." International Joint Conference on Artificial Intelligence, 2019.](https://mlanthology.org/ijcai/2019/xin2019ijcai-cfm/) doi:10.24963/IJCAI.2019/545BibTeX
@inproceedings{xin2019ijcai-cfm,
title = {{CFM: Convolutional Factorization Machines for Context-Aware Recommendation}},
author = {Xin, Xin and Chen, Bo and He, Xiangnan and Wang, Dong and Ding, Yue and Jose, Joemon M.},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2019},
pages = {3926-3932},
doi = {10.24963/IJCAI.2019/545},
url = {https://mlanthology.org/ijcai/2019/xin2019ijcai-cfm/}
}