paper-with-me

Papers

Learning the Structure of Auto-Encoding Recommenders

2020-08-18 · Farhan Khawar, Leonard Kin Man Poon, Nevin Lianwen Zhang

Autoencoder recommenders have recently shown state-of-the-art performance in the recommendation task due to their ability to model non-linear item relationships effectively. However, existing autoencoder recommenders use fully-connected neural network layers and do not employ structure learning. This can lead to inefficient training, especially when the data is sparse as commonly found in collaborative filtering. The aforementioned results in lower generalization ability and reduced performance. In this paper, we introduce structure learning for autoencoder recommenders by taking advantage of the inherent item groups present in the collaborative filtering domain. Due to the nature of items in general, we know that certain items are more related to each other than to other items. Based on this, we propose a method that first learns groups of related items and then uses this information to determine the connectivity structure of an auto-encoding neural network. This results in a network that is sparsely connected. This sparse structure can be viewed as a prior that guides the network training. Empirically we demonstrate that the proposed structure learning enables the autoencoder to converge to a local optimum with a much smaller spectral norm and generalization error bound than the fully-connected network. The resultant sparse network considerably outperforms the state-of-the-art methods like \textsc{Mult-vae/Mult-dae} on multiple benchmarked datasets even when the same number of parameters and flops are used. It also has a better cold-start performance.

📄 PDF Abstract BibTeX arXiv:2008.07956

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative Filtering

Methods 이 논문이 사용한 방법론

Solana Customer Service Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

Training Large-Scale News Recommenders with Pretrained Language Models in the Loop

2021-02-18 · Shitao Xiao, Zheng Liu, Yingxia Shao, Tao Di 외

News recommendation calls for deep insights of news articles' underlying semantics. Therefore, pretrained language models (PLMs), like BERT and RoBERTa, may substantially contribute to the recommendation quality. However…

ArticlesNews RecommendationRecommendation Systems

Noise Contrastive Estimation for Autoencoding-based One-Class Collaborative Filtering

2020-08-03 · Jin Peng Zhou, Ga Wu, Zheda Mai, Scott Sanner

One-class collaborative filtering (OC-CF) is a common class of recommendation problem where only the positive class is explicitly observed (e.g., purchases, clicks). Autoencoder based recommenders such as AutoRec and var…

Collaborative Filtering

Peeling Back the Layers: An In-Depth Evaluation of Encoder Architectures in Neural News Recommenders

2024-10-02 · Andreea Iana, Goran Glavaš, Heiko Paulheim

Encoder architectures play a pivotal role in neural news recommenders by embedding the semantic and contextual information of news and users. Thus, research has heavily focused on enhancing the representational capabilit…

Model SelectionNews RecommendationRecommendation Systems

Defending Substitution-Based Profile Pollution Attacks on Sequential Recommenders

2022-07-19 · Zhenrui Yue, Huimin Zeng, Ziyi Kou, Lanyu Shang 외

While sequential recommender systems achieve significant improvements on capturing user dynamics, we argue that sequential recommenders are vulnerable against substitution-based profile pollution attacks. To demonstrate …

Adversarial AttackAdversarial DefenseRecommendation Systems

Pre-train and Fine-tune: Recommenders as Large Models

2025-01-24 · Zhenhao Jiang, Chenghao Chen, Hao Feng, Yu Yang 외

In reality, users have different interests in different periods, regions, scenes, etc. Such changes in interest are so drastic that they are difficult to be captured by recommenders. Existing multi-domain learning can al…

Recommendation Systems