1,321 research outputs found

    Adversarial Training Towards Robust Multimedia Recommender System

    Full text link
    With the prevalence of multimedia content on the Web, developing recommender solutions that can effectively leverage the rich signal in multimedia data is in urgent need. Owing to the success of deep neural networks in representation learning, recent advance on multimedia recommendation has largely focused on exploring deep learning methods to improve the recommendation accuracy. To date, however, there has been little effort to investigate the robustness of multimedia representation and its impact on the performance of multimedia recommendation. In this paper, we shed light on the robustness of multimedia recommender system. Using the state-of-the-art recommendation framework and deep image features, we demonstrate that the overall system is not robust, such that a small (but purposeful) perturbation on the input image will severely decrease the recommendation accuracy. This implies the possible weakness of multimedia recommender system in predicting user preference, and more importantly, the potential of improvement by enhancing its robustness. To this end, we propose a novel solution named Adversarial Multimedia Recommendation (AMR), which can lead to a more robust multimedia recommender model by using adversarial learning. The idea is to train the model to defend an adversary, which adds perturbations to the target image with the purpose of decreasing the model's accuracy. We conduct experiments on two representative multimedia recommendation tasks, namely, image recommendation and visually-aware product recommendation. Extensive results verify the positive effect of adversarial learning and demonstrate the effectiveness of our AMR method. Source codes are available in https://github.com/duxy-me/AMR.Comment: TKD

    Hybrid Collaborative Filtering with Autoencoders

    Get PDF
    Collaborative Filtering aims at exploiting the feedback of users to provide personalised recommendations. Such algorithms look for latent variables in a large sparse matrix of ratings. They can be enhanced by adding side information to tackle the well-known cold start problem. While Neu-ral Networks have tremendous success in image and speech recognition, they have received less attention in Collaborative Filtering. This is all the more surprising that Neural Networks are able to discover latent variables in large and heterogeneous datasets. In this paper, we introduce a Collaborative Filtering Neural network architecture aka CFN which computes a non-linear Matrix Factorization from sparse rating inputs and side information. We show experimentally on the MovieLens and Douban dataset that CFN outper-forms the state of the art and benefits from side information. We provide an implementation of the algorithm as a reusable plugin for Torch, a popular Neural Network framework

    An Efficient Cross-Domain Recommendation Technique in Cold-Start Situations

    Get PDF
    Most of the recent studies on recommender systems are focused on single domain recommendation systems. In the single domain recommendation systems, the items that are used for training and test data set are belongs to within the same domain. Cross-site domains or item recommendations in multi-domain environment are available in Amazon i.e. it incorporate two or more domains. Few research studies are done on the cross-site recommendation systems. Cross-site recommendations provide the relationship between the two sets of items from various domains. They can provide the extra information about the users of a target domain and recommendations will be done based on that. In this paper, we will study cross-site recommendation model on the cold start situation, where the purchase history is not available for the new user. Cold-start is the well-known issue in the area of recommendation systems. It seriously affect the recommendations in the collaborative filtering approaches. In this paper, we propose a new solution to recommend products from e-commerce websites to users at social networking sites. a noteworthy issue is how to leverage knowledge from social networking websites when there is no purchase history for a customer especially in cold start situations.in particular we proposed the solution for cold start recommendation by linking the users across social networking sites and e-commerce websites i.e. customers who have social network identities and have purchased on e-commerce websites as a bridge to map user’s social networking features in to another feature representation which can be easier for product recommendation. Here we propose to learn by using recurrent neural networks both user’s and product’s feature representations called user embedding and product embedding from the data collected from e-commerce website and then apply a modified gradient boosting trees method to transform user’s social networking features in to user embedding. Once found, then develop a feature-based matrix factorization approach which can leverage the learnt user embedding for the cold-start product recommendation. Experimental results shows that our approach effectively works and gives the best recommended results in cold start situations

    Deep Learning based Recommender System: A Survey and New Perspectives

    Full text link
    With the ever-growing volume of online information, recommender systems have been an effective strategy to overcome such information overload. The utility of recommender systems cannot be overstated, given its widespread adoption in many web applications, along with its potential impact to ameliorate many problems related to over-choice. In recent years, deep learning has garnered considerable interest in many research fields such as computer vision and natural language processing, owing not only to stellar performance but also the attractive property of learning feature representations from scratch. The influence of deep learning is also pervasive, recently demonstrating its effectiveness when applied to information retrieval and recommender systems research. Evidently, the field of deep learning in recommender system is flourishing. This article aims to provide a comprehensive review of recent research efforts on deep learning based recommender systems. More concretely, we provide and devise a taxonomy of deep learning based recommendation models, along with providing a comprehensive summary of the state-of-the-art. Finally, we expand on current trends and provide new perspectives pertaining to this new exciting development of the field.Comment: The paper has been accepted by ACM Computing Surveys. https://doi.acm.org/10.1145/328502

    Transfer Meets Hybrid: A Synthetic Approach for Cross-Domain Collaborative Filtering with Text

    Full text link
    Collaborative filtering (CF) is the key technique for recommender systems (RSs). CF exploits user-item behavior interactions (e.g., clicks) only and hence suffers from the data sparsity issue. One research thread is to integrate auxiliary information such as product reviews and news titles, leading to hybrid filtering methods. Another thread is to transfer knowledge from other source domains such as improving the movie recommendation with the knowledge from the book domain, leading to transfer learning methods. In real-world life, no single service can satisfy a user's all information needs. Thus it motivates us to exploit both auxiliary and source information for RSs in this paper. We propose a novel neural model to smoothly enable Transfer Meeting Hybrid (TMH) methods for cross-domain recommendation with unstructured text in an end-to-end manner. TMH attentively extracts useful content from unstructured text via a memory module and selectively transfers knowledge from a source domain via a transfer network. On two real-world datasets, TMH shows better performance in terms of three ranking metrics by comparing with various baselines. We conduct thorough analyses to understand how the text content and transferred knowledge help the proposed model.Comment: 11 pages, 7 figures, a full version for the WWW 2019 short pape

    Adopting Machine Learning in Demographic Filtering for Movie Recommendation System

    Get PDF
    In the era of big data explosion, movie recommendation system is widely used as an information tool by human to support decision making. Two common issues found in the machine learning movie recommendation system still undeniable cold start and data sparsity. In resolving or reducing the issues, a research study is conducted with the objectives to analyze, study, and test a decision-making algorithm that can solve cold start problem in a movie recommendation system with precise parameter. The proposed of demographics filtering technique with k-means clustering method using machine learning approached were conducted in this study. The research findings shall present the effects of the proposed demographic filtering for movie recommendations. Demographic filtering can group users into clusters based on parameter like gender, age group and occupation. An effective clustering process based on user demographic information can bring a productive user categorization or grouping. Based on the clusters, ideally, users in same cluster will enjoy the recommended movie that come from a similar genre. This research paper shall contribute demographic filtering studies as an alternative solution for the future work of technical development
    corecore