paper-with-me

Papers

Generalized Embedding Machines for Recommender Systems

2020-02-16 · Enneng Yang, Xin Xin, Li Shen, Guibing Guo

Factorization machine (FM) is an effective model for feature-based recommendation which utilizes inner product to capture second-order feature interactions. However, one of the major drawbacks of FM is that it couldn't capture complex high-order interaction signals. A common solution is to change the interaction function, such as stacking deep neural networks on the top of FM. In this work, we propose an alternative approach to model high-order interaction signals in the embedding level, namely Generalized Embedding Machine (GEM). The embedding used in GEM encodes not only the information from the feature itself but also the information from other correlated features. Under such situation, the embedding becomes high-order. Then we can incorporate GEM with FM and even its advanced variants to perform feature interactions. More specifically, in this paper we utilize graph convolution networks (GCN) to generate high-order embeddings. We integrate GEM with several FM-based models and conduct extensive experiments on two real-world datasets. The results demonstrate significant improvement of GEM over corresponding baselines.

📄 PDF Abstract BibTeX arXiv:2002.06561

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation Systems

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Sharpness-Aware Minimization for Generalized Embedding Learning in Federated Recommendation

2026-03-12 · Fengyuan Yu, Xiaohua Feng, Yuyuan Li, Changwang Zhang 외 arxiv

Federated recommender systems enable collaborative model training while keeping user interaction data local and sharing only essential model parameters, thereby mitigating privacy risks. However, existing methods overloo…

Multi-Task Learning

Enhancing Factorization Machines with Generalized Metric Learning

2020-06-20 · Yangyang Guo, Zhiyong Cheng, Jiazheng Jing, Yanpeng Lin 외

Factorization Machines (FMs) are effective in incorporating side information to overcome the cold-start and data sparsity problems in recommender systems. Traditional FMs adopt the inner product to model the second-order…

AttributeMetric LearningRecommendation Systems

Speeding Up Recommender Systems Using Association Rules

2022-11-16 · Eyad Kannout, Hung Son Nguyen, Marek Grzegorowski

Recommender systems are considered one of the most rapidly growing branches of Artificial Intelligence. The demand for finding more efficient techniques to generate recommendations becomes urgent. However, many recommend…

Recommendation Systems

SHARK: A Lightweight Model Compression Approach for Large-scale Recommender Systems

2023-08-18 · Beichuan Zhang, Chenggen Sun, Jianchao Tan, Xinjun Cai 외

Increasing the size of embedding layers has shown to be effective in improving the performance of recommendation models, yet gradually causing their sizes to exceed terabytes in industrial recommender systems, and hence …

Model CompressionQuantizationRecommendation Systems

$FM^2$: Field-matrixed Factorization Machines for Recommender Systems

2021-02-20 · Yang Sun, Junwei Pan, Alex Zhang, Aaron Flores

Click-through rate (CTR) prediction plays a critical role in recommender systems and online advertising. The data used in these applications are multi-field categorical data, where each feature belongs to one field. Fiel…

Click-Through Rate PredictionRecommendation Systems