🤖 AI Summary
This paper addresses the insufficient robustness of social recommendation systems against adversarial attacks. To mitigate this vulnerability, we propose a multi-source collaborative filtering framework that jointly leverages trust graphs, item ratings, and intra-item similarities. Methodologically, we design a weighted-averaging ensemble architecture compatible with arbitrary user similarity metrics; explicitly model tamper-resistant trust structures to enhance attack resilience; and incorporate item-similarity constraints to improve prediction consistency. Extensive experiments demonstrate that our approach significantly improves both recommendation robustness—particularly in low-rating regimes—and overall accuracy. Empirical results validate the inherent stability of trust graphs under data poisoning attacks. All source code is publicly released, establishing a reproducible, trustworthy paradigm for robust recommendation research.
📝 Abstract
This paper explores recommender systems in social networks which leverage information such as item rating, intra-item similarities, and trust graph. We demonstrate that item-rating information is more influential than other information types in a collaborative filtering approach. The trust graph-based approaches were found to be more robust to network adversarial attacks due to hard-to-manipulate trust structures. Intra-item information, although sub-optimal in isolation, enhances the consistency of predictions and lower-end performance when fused with other information forms. Additionally, the Weighted Average framework is introduced, enabling the construction of recommendation systems around any user-to-user similarity metric. All the codes are publicly available on GitHub.