48,390 research outputs found

    Friend recommendation in social multimedia networks.

    Full text link
    University of Technology Sydney. Faculty of Engineering and Information Technology.With the rapid development of computer science and internet technologies, social media and social network has experienced explosive growth over the last decades. Social websites, such as Flickr, YouTube, and Twitter, have billions of users who share photos, videos and opinions, they also make friends on these websites. On-line friendship is an emerging topic that attracts the attentions from both economists and sociologists. The study of the on-line friendship, on one hand, can help the on-line merchants to find their potential customers, and thus make more precise recommendations; on the other hand, it helps to get a deep understanding of the relationships among different people. However, individuals’ on-line friend making behaviour is relatively complex and may be affected by many different factors. For example, an individual might make on-line friends with others because they discuss a hard mathematical problem, or it is possible that he/she makes a friend because they both enjoy a film. The reasons for friend making behaviours are likely to be diverse. Traditional friend recommendations that have been widely applied by Facebook and Twitter are often based on common friends and similar profiles such as having the same hobbies or working on a similar topic, which usually can not make a precise recommendation, due to the complexity of the problem. In this thesis, I, with my collaborators, try to give some solutions of on-line social friend recommendation from several aspects. In general, I contribute more than 85% of this thesis. One problem for social friend recommendation is that how shall we find the important social features that would highly influence individuals’ friend making behaviours. Usually, the reason an individual A would make friends with another person B is not that A is satisfied with all the characteristics of B, but that he/she has interest in some factors that B has illustrated. These factors can be viewed as instructive social features for friend recommendation tasks. So in this thesis, we first discuss the important social features for friend recommendation. Chapter 3 provides a general algorithm of important feature selection that can be applied in different fields such as biological and face image classification. The idea is to project the high dimensional data into lower dimensional space and select the important features that preserve both the global and local similarity structures of the datasets. Chapter 4 extends the basic idea of Chapter 3 to the field of social networks, and consider the friend recommendation task from the view of the network structure. First we consider the tag features. The important tag features are chosen so that the Flickr tag similarity network looks similar to the Flickr contact network. In other words, Flickr tag similarity network is aligned to the contact network by selecting the important tag features. This network alignment method can also be applied to more than one networks. In Chapter 5 we begin to take the image features into consideration. It would be relatively difficult to analyse the multi-domain data simultaneously. In this thesis we design a multi-stage scenario to consider the information from one domain in one stage. In this way, not only the complexity of the problem is reduced, but we can also make a deep analysis about the contributions of the information from different domains. For the algorithm proposed in Chapter 5, for the first stage we utilise the tag information similarly as the method suggested in Chapter 4, for the second stage we propose a co-clustering method that clusters the contact information, tag and image feature information simultaneously to refine the final recommendation result. To further improve the recommendation accuracy, in Chapter 6 we apply a topic model based method in the second stage, instead of the co-clustering method proposed in Chapter 5. The reason for the improvement is that co-clustering method can not provide a precise rank of the recommendation list, but the topic model can give a quantitative analysis of the friendship between two individuals. In this chapter we also provide a new method to find the solution of the topic model, which is different from the widely applied Gibbs sampling, variational inference or the matrix factorization method. The idea is to analytically express the solution of the integral of two random variables, in a series form. In this way we can determine the solution of the probabilistic model precisely, which is better than the traditional Gibbs sampling, variational inference or matrix factorization methods. In Chapter 7, with the help of widely discussed Deep Learning (DL) Framework, we develop a staged DL-based friend recommendation method. In the first stage, the text and image information is correlated to learn some features via convlutional neural network. In the second stage, the features are refined by the users’ clustering information via another deep neural network. The methods mentioned in Chapter 4, 5, 6 and 7 are applied in a dataset that collected from the widely used image sharing website Flickr. It contains tens of thousands of users, hundreds of thousands tags and millions of images to predict the on-line friendship between users. The performance of these recommendation methods is examined by precision, recall and F-measure. These methods give some insightful knowledge about individuals’ online relationship and we hope these methods can help social websites to design their recommendation algorithms

    Who are Like-minded: Mining User Interest Similarity in Online Social Networks

    Full text link
    In this paper, we mine and learn to predict how similar a pair of users' interests towards videos are, based on demographic (age, gender and location) and social (friendship, interaction and group membership) information of these users. We use the video access patterns of active users as ground truth (a form of benchmark). We adopt tag-based user profiling to establish this ground truth, and justify why it is used instead of video-based methods, or many latent topic models such as LDA and Collaborative Filtering approaches. We then show the effectiveness of the different demographic and social features, and their combinations and derivatives, in predicting user interest similarity, based on different machine-learning methods for combining multiple features. We propose a hybrid tree-encoded linear model for combining the features, and show that it out-performs other linear and treebased models. Our methods can be used to predict user interest similarity when the ground-truth is not available, e.g. for new users, or inactive users whose interests may have changed from old access data, and is useful for video recommendation. Our study is based on a rich dataset from Tencent, a popular service provider of social networks, video services, and various other services in China

    Tag-Aware Recommender Systems: A State-of-the-art Survey

    Get PDF
    In the past decade, Social Tagging Systems have attracted increasing attention from both physical and computer science communities. Besides the underlying structure and dynamics of tagging systems, many efforts have been addressed to unify tagging information to reveal user behaviors and preferences, extract the latent semantic relations among items, make recommendations, and so on. Specifically, this article summarizes recent progress about tag-aware recommender systems, emphasizing on the contributions from three mainstream perspectives and approaches: network-based methods, tensor-based methods, and the topic-based methods. Finally, we outline some other tag-related works and future challenges of tag-aware recommendation algorithms.Comment: 19 pages, 3 figure

    Time-aware topic recommendation based on micro-blogs

    Get PDF
    Topic recommendation can help users deal with the information overload issue in micro-blogging communities. This paper proposes to use the implicit information network formed by the multiple relationships among users, topics and micro-blogs, and the temporal information of micro-blogs to find semantically and temporally relevant topics of each topic, and to profile users' time-drifting topic interests. The Content based, Nearest Neighborhood based and Matrix Factorization models are used to make personalized recommendations. The effectiveness of the proposed approaches is demonstrated in the experiments conducted on a real world dataset that collected from Twitter.com

    Computing word-of-mouth trust relationships in social networks from Semantic Web and Web 2.0 data sources

    Get PDF
    Social networks can serve as both a rich source of new information and as a filter to identify the information most relevant to our specific needs. In this paper we present a methodology and algorithms that, by exploiting existing Semantic Web and Web2.0 data sources, help individuals identify who in their social network knows what, and who is the most trustworthy source of information on that topic. Our approach improves upon previous work in a number of ways, such as incorporating topic-specific rather than global trust metrics. This is achieved by generating topic experience profiles for each network member, based on data from Revyu and del.icio.us, to indicate who knows what. Identification of the most trustworthy sources is enabled by a rich trust model of information and recommendation seeking in social networks. Reviews and ratings created on Revyu provide source data for algorithms that generate topic expertise and person to person affinity metrics. Combining these metrics, we are implementing a user-oriented application for searching and automated ranking of information sources within social networks

    Ask the GRU: Multi-Task Learning for Deep Text Recommendations

    Full text link
    In a variety of application domains the content to be recommended to users is associated with text. This includes research papers, movies with associated plot summaries, news articles, blog posts, etc. Recommendation approaches based on latent factor models can be extended naturally to leverage text by employing an explicit mapping from text to factors. This enables recommendations for new, unseen content, and may generalize better, since the factors for all items are produced by a compactly-parametrized model. Previous work has used topic models or averages of word embeddings for this mapping. In this paper we present a method leveraging deep recurrent neural networks to encode the text sequence into a latent vector, specifically gated recurrent units (GRUs) trained end-to-end on the collaborative filtering task. For the task of scientific paper recommendation, this yields models with significantly higher accuracy. In cold-start scenarios, we beat the previous state-of-the-art, all of which ignore word order. Performance is further improved by multi-task learning, where the text encoder network is trained for a combination of content recommendation and item metadata prediction. This regularizes the collaborative filtering model, ameliorating the problem of sparsity of the observed rating matrix.Comment: 8 page

    DocTag2Vec: An Embedding Based Multi-label Learning Approach for Document Tagging

    Full text link
    Tagging news articles or blog posts with relevant tags from a collection of predefined ones is coined as document tagging in this work. Accurate tagging of articles can benefit several downstream applications such as recommendation and search. In this work, we propose a novel yet simple approach called DocTag2Vec to accomplish this task. We substantially extend Word2Vec and Doc2Vec---two popular models for learning distributed representation of words and documents. In DocTag2Vec, we simultaneously learn the representation of words, documents, and tags in a joint vector space during training, and employ the simple kk-nearest neighbor search to predict tags for unseen documents. In contrast to previous multi-label learning methods, DocTag2Vec directly deals with raw text instead of provided feature vector, and in addition, enjoys advantages like the learning of tag representation, and the ability of handling newly created tags. To demonstrate the effectiveness of our approach, we conduct experiments on several datasets and show promising results against state-of-the-art methods.Comment: 10 page
    • …
    corecore