IRLGSISep 14, 2019

Deep Collaborative Filtering with Multi-Aspect Information in Heterogeneous Networks

arXiv:1909.06627v1105 citations
Originality Incremental advance
AI Analysis

This work addresses the need for more accurate recommendations by capturing multi-aspect user and item characteristics, though it is incremental as it builds on existing latent factor and neural network approaches.

The authors tackled the problem of limited representation in latent factor models for recommender systems by proposing NeuACF and NeuACF++, which use heterogeneous networks and deep neural networks to learn aspect-level latent factors, resulting in significant performance improvements over existing models on three real-world datasets.

Recently, recommender systems play a pivotal role in alleviating the problem of information overload. Latent factor models have been widely used for recommendation. Most existing latent factor models mainly utilize the interaction information between users and items, although some recently extended models utilize some auxiliary information to learn a unified latent factor for users and items. The unified latent factor only represents the characteristics of users and the properties of items from the aspect of purchase history. However, the characteristics of users and the properties of items may stem from different aspects, e.g., the brand-aspect and category-aspect of items. Moreover, the latent factor models usually use the shallow projection, which cannot capture the characteristics of users and items well. In this paper, we propose a Neural network based Aspect-level Collaborative Filtering model (NeuACF) to exploit different aspect latent factors. Through modelling the rich object properties and relations in recommender system as a heterogeneous information network, NeuACF first extracts different aspect-level similarity matrices of users and items respectively through different meta-paths, and then feeds an elaborately designed deep neural network with these matrices to learn aspect-level latent factors. Finally, the aspect-level latent factors are fused for the top-N recommendation. Moreover, to fuse information from different aspects more effectively, we further propose NeuACF++ to fuse aspect-level latent factors with self-attention mechanism. Extensive experiments on three real world datasets show that NeuACF and NeuACF++ significantly outperform both existing latent factor models and recent neural network models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes