IRLGAug 2, 2021

A Hinge-Loss based Codebook Transfer for Cross-Domain Recommendation with Nonoverlapping Data

arXiv:2108.01473v19 citations
AI Analysis

This addresses the sparsity issue in recommender systems for e-commerce applications, but it is incremental as it builds on existing transfer learning techniques with a novel loss function.

The paper tackles the sparsity problem in cross-domain recommendation with non-overlapping data by proposing a transfer learning approach using co-clustering and hinge loss to transfer a codebook from a source to a target domain, demonstrating improved approximation of the target matrix on benchmark datasets.

Recommender systems(RS), especially collaborative filtering(CF) based RS, has been playing an important role in many e-commerce applications. As the information being searched over the internet is rapidly increasing, users often face the difficulty of finding items of his/her own interest and RS often provides help in such tasks. Recent studies show that, as the item space increases, and the number of items rated by the users become very less, issues like sparsity arise. To mitigate the sparsity problem, transfer learning techniques are being used wherein the data from dense domain(source) is considered in order to predict the missing entries in the sparse domain(target). In this paper, we propose a transfer learning approach for cross-domain recommendation when both domains have no overlap of users and items. In our approach the transferring of knowledge from source to target domain is done in a novel way. We make use of co-clustering technique to obtain the codebook (cluster-level rating pattern) of source domain. By making use of hinge loss function we transfer the learnt codebook of the source domain to target. The use of hinge loss as a loss function is novel and has not been tried before in transfer learning. We demonstrate that our technique improves the approximation of the target matrix on benchmark datasets.

Foundations

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

Your Notes