IRAug 11, 2017

iTrace: An Implicit Trust Inference Method for Trust-aware Collaborative Filtering

arXiv:1708.03658v25 citations
Originality Incremental advance
AI Analysis

This work addresses the need for more accurate recommender systems in Internet commerce by introducing a trust-aware approach, though it is incremental as it builds upon existing collaborative filtering frameworks.

The paper tackles the problem of misleading recommendations in collaborative filtering by proposing iTrace, a trust-aware method that predicts implicit trust from sparse explicit trust data, resulting in a significant improvement in recommendation quality measured by mean absolute error.

The growth of Internet commerce has stimulated the use of collaborative filtering (CF) algorithms as recommender systems. A collaborative filtering (CF) algorithm recommends items of interest to the target user by leveraging the votes given by other similar users. In a standard CF framework, it is assumed that the credibility of every voting user is exactly the same with respect to the target user. This assumption is not satisfied and thus may lead to misleading recommendations in many practical applications. A natural countermeasure is to design a trust-aware CF (TaCF) algorithm, which can take account of the difference in the credibilities of the voting users when performing CF. To this end, this paper presents a trust inference approach, which can predict the implicit trust of the target user on every voting user from a sparse explicit trust matrix. Then an improved CF algorithm termed iTrace is proposed, which takes advantage of both the explicit and the predicted implicit trust to provide recommendations with the CF framework. An empirical evaluation on a public dataset demonstrates that the proposed algorithm provides a significant improvement in recommendation quality in terms of mean absolute error (MAE).

Foundations

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

Your Notes