Compositional Coding for Collaborative Filtering∗

Total Page:16

File Type:pdf, Size:1020Kb

Compositional Coding for Collaborative Filtering∗ Compositional Coding for Collaborative Filtering∗ Chenghao Liu1;2, Tao Lu2;4, Xin Wang3, Zhiyong Cheng5;6, Jianling Sun2;4, Steven C.H. Hoi1 1Singapore Management University, 2Zhejiang University, 3Tsinghua University 4Alibaba-Zhejiang University Joint Institute of Frontier Technologies 5Shandong Computer Science Center (National Supercomputer Center in Jinan) 6Qilu University of Technology (Shandong Academy of Sciences) {twinsken,3140102441,sunjl}@zju.edu.cn,[email protected],[email protected],[email protected] ABSTRACT KEYWORDS Efficiency is crucial to the online recommender systems, especially Recommendation, Collaborative Filtering, Discrete Hashing for the ones which needs to deal with tens of millions of users and items. Because representing users and items as binary vectors for 1 INTRODUCTION Collaborative Filtering (CF) can achieve fast user-item affinity com- putation in the Hamming space, in recent years, we have witnessed Real-world recommender systems often have to deal with large an emerging research effort in exploiting binary hashing techniques numbers of users and items especially for online applications, such for CF methods. However, CF with binary codes naturally suffers as e-commerce or music streaming services [2, 3, 13, 14, 27]. For from low accuracy due to limited representation capability in each many modern recommender systems, a de facto solution is often bit, which impedes it from modeling complex structure of the data. based on Collaborative Filtering (CF) techniques, as exemplified In this work, we attempt to improve the efficiency without by Matrix Factorization (MF) algorithms [8]. The principle of MF hurting the model performance by utilizing both the accuracy is to represent users’ preferences and items’ characteristics into r of real-valued vectors and the efficiency of binary codes to rep- low-dimensional vectors, based on the m × n user-item interaction resent users/items. In particular, we propose the Compositional matrix of m users and n items. With the obtained user and item Coding for Collaborative Filtering (CCCF) framework, which not vectors (in the offline training stage), during the online recommen- only gains better recommendation efficiency than the state-of-the- dation stage, the preference of a user towards an item is computed art binarized CF approaches but also achieves even higher accuracy by the dot product of their represented vectors. However, when than the real-valued CF method. Specifically, CCCF innovatively dealing with large numbers of users and items (e.g., millions or represents each user/item with a set of binary vectors, which are even billions of users and items), a naive implementation of typical associated with a sparse real-value weight vector. Each value of the collaborative filtering techniques (e.g., based on MF) will leadto weight vector encodes the importance of the corresponding binary very high computation cost for generating preferred item ranking vector to the user/item. The continuous weight vectors greatly en- list for a target user [11]. Specifically, recommending the top-k pre- hances the representation capability of binary codes, and its sparsity ferred items for a user from those n items costs O¹nr +n logkº with guarantees the processing speed. Furthermore, an integer weight real-valued vectors. As a result, this process will become a critical approximation scheme is proposed to further accelerate the speed. efficiency bottleneck in practice where the recommender systems Based on the CCCF framework, we design an efficient discrete opti- typically require a real-time response for large-scale users simulta- mization algorithm to learn its parameters. Extensive experiments neously. Therefore, a fast and scalable yet accurate CF solution is on three real-world datasets show that our method outperforms crucial towards building real-time recommender systems. the state-of-the-art binarized CF methods (even achieves better Recent years have witnessed extensive research efforts for im- performance than the real-valued CF method) by a large margin in proving the efficiency of CF methods for scalable recommender terms of both recommendation accuracy and efficiency. We publish systems. One promising paradigm is to explore the hashing tech- our project at https://github.com/3140102441/CCCF. niques [18, 33, 35] to represent users/items with binary codes in- arXiv:1905.03752v1 [cs.IR] 9 May 2019 stead of the real-value latent factors in traditional MF methods. In CCS CONCEPTS this way, the dot-products of user vector and item vector in MF can be completed by fast bit-operations in the Hamming space [35]. • Information systems → Recommender System; • Human- Furthermore, by exploiting special data structures for indexing all centered computing → Collaborative filtering; items, the computational complexity of generating top-K preferred items is sub-linear or even constant [26, 33], which significantly ∗Jianling Sun is the corresponding author. accelerates the recommendation process. However, learning the binary codes is generally NP-hard [5] Permission to make digital or hard copies of part or all of this work for personal or due to its discrete constraints. Given this NP-hardness, a two-stage classroom use is granted without fee provided that copies are not made or distributed optimization procedure [18, 33, 35], which first solves a relaxed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. Copyrights for third-party components of this work must be honored. optimization problem through ignoring the discrete constraints For all other uses, contact the owner/author(s). and then binarizes the results by thresholding, becomes a compro- SIGIR’19, 2019, July 2019, Paris, France mising solution. Nevertheless, this solution suffers from a large © 2019 Copyright held by the owner/author(s). ACM ISBN 123-4567-24-567/08/06...$15.00 quantization loss [30] and thus fails to preserve the original data https://doi.org/10.475/123_4 geometry (user-item relevance and user-user relationship) in the SIGIR’19, 2019, July 2019, Paris, France Chenghao and Tao, et al. continuous real-valued vector space. As accuracy is arguably the programming subproblems. Besides, we develop an integer approx- most important evaluation metric for recommender systems, re- imation strategy for the weight vectors. This strategy can further searchers put lots of efforts to reduce the quantization loss by direct accelerate the recommendation speed. We conduct extensive experi- discrete optimization [12, 16, 30]. In spite of the advantages of this ments in which our promising results show that the proposed CCCF improved optimization method, compared to real-valued vectors, method not only improves the accuracy but also boosts retrieval CF with binary codes naturally suffers from low accuracy due to efficiency over state-of-the-art binary coding methods. limited representation capability in each bit, which impedes it from modeling complex relationship between users and items. 2 PRELIMINARIES In this section, we first review the two-stage hashing method for y 풅ퟑ -1 +1 +1 +1 풅ퟏ collaborative filtering. Then, we introduce the direct discrete opti- Film Title Genres mization method, which has been used in Discrete Collaborative Filtering (DCF) [30]. Finally, we discuss the limitation of binary 푣3 풗ퟏ 풅ퟏ Star Wars Action, Adventure 푣 codes in representation capability. 1 x 풗ퟐ 풅ퟐ Star Wars II Action, Adventure The Matrix 풗 풅 Action, Sci-Fi 푣2 ퟑ ퟑ Reloaded 2.1 Two-stage Hashing Method 푣 4 풗ퟒ 풅ퟒ Titanic Drama, Romance Matrix Factorization (MF) is the most successful and widely used 풅ퟒ -1 -1 +1 -1 풅ퟐ CF based recommendation method. It represents users and items Figure 1: A toy example to illustrate the limitation of bi- with real-valued vectors. Then an interaction of the corresponding nary codes of Discrete Collaborative Filtering (DCF) [30]. user and item can be efficiently estimated by the inner product. m×n v1; v2; v3, and v4 denote the real-valued vectors for item em- Formally, given a user-item interaction matrix R 2 R with m r r beddings, and d1; d2; d3, and d4 denote the binary codes for users and n items. Let ui 2 R and vj 2 R denote the latent vector item embeddings. According to the film title and genres, v1 for user i and item j respectively. Then, the predicted preference of > is the most similar to v2, followed by v3, while they are all user i towards item j is formulated as rˆij = ui vj : To learn all user > m×r dissimilar to v4. However, the binary codes learned by DCF latent vectors U = »u1;:::; um¼ 2 R and item latent vectors > n×r cannot preserve the intrinsic similarity due to the limited V = »v1;:::; un¼ 2 R , MF minimizes the following regularized representation capability of binary codes. squared loss on the observed ratings: Õ > 2 arg min ¹Rij − u vj º + λR¹U; Vº; (1) Figure 1 gives an example to illustrate the limit of binary codes. U;V i From the “film title" and “genres", we can see that Star Wars is the ¹i; jº2V most similar with Star Wars II, followed by The Matrix Reloaded, and where V denotes the all observed use-item pairs and R¹U; Vº is all of them are action movies while Titanic is remarkably dissimilar the regularization term with respect to U and V controlled by to them which is categorized as a Drama movie. The real-valued λ > 0. To improve recommendation efficiency, after we obtain vectors could easily preserve the original data geometry in the the optimized user/item real-valued latent vectors, the two-stage continuous vector space (e.g., intrinsic movie relationships), like hashing method use binary quantization (rounding off [33] or ro- v1; v2; v3, and v4. However, if we preserve the geometric relations tate [18, 35]) to convert the continuous latent representations into > m×r of Star Wars, Star Wars II and The Matrix Reloaded by representing binary codes.
Recommended publications
  • EFFICIENT RETRIEVAL of MATRIX FACTORIZATION-BASED TOP-K RECOMMENDATIONS
    Journal of Artificial Intelligence Research 70 (2021) 1441-1479 Submitted 09/2020; published 04/2021 Efficient Retrieval of Matrix Factorization-Based Top-k Recommendations: A Survey of Recent Approaches Dung D. Le [email protected] Hady W. Lauw [email protected] School of Computing and Information Systems Singapore Management University 80 Stamford Road, Singapore 178902 Abstract Top-k recommendation seeks to deliver a personalized list of k items to each individual user. An established methodology in the literature based on matrix factorization (MF), which usually represents users and items as vectors in low-dimensional space, is an effective approach to rec- ommender systems, thanks to its superior performance in terms of recommendation quality and scalability. A typical matrix factorization recommender system has two main phases: preference elicitation and recommendation retrieval. The former analyzes user-generated data to learn user preferences and item characteristics in the form of latent feature vectors, whereas the latter ranks the candidate items based on the learnt vectors and returns the top-k items from the ranked list. For preference elicitation, there have been numerous works to build accurate MF-based recommen- dation algorithms that can learn from large datasets. However, for the recommendation retrieval phase, naively scanning a large number of items to identify the few most relevant ones may inhibit truly real-time applications. In this work, we survey recent advances and state-of-the-art approaches in the literature that enable fast and accurate retrieval for MF-based personalized recommenda- tions. Also, we include analytical discussions of approaches along different dimensions to provide the readers with a more comprehensive understanding of the surveyed works.
    [Show full text]
  • Scalable Similarity-Based Neighborhood Methods with Mapreduce
    Scalable Similarity-Based Neighborhood Methods with MapReduce Sebastian Schelter Christoph Boden Volker Markl Technische Universität Berlin, Germany fi[email protected] ABSTRACT sons it is often undesirable to execute these offline compu- Similarity-based neighborhood methods, a simple and popu- tations on a single machine: this machine might fail and lar approach to collaborative filtering, infer their predictions with growing data sizes constant hardware upgrades might by finding users with similar taste or items that have been be necessary to improve the machine's performance to meet similarly rated. If the number of users grows to millions, the time constraints. Due to these disadvantages, a single the standard approach of sequentially examining each item machine solution can quickly become expensive and hard to and looking at all interacting users does not scale. To solve operate. this problem, we develop a MapReduce algorithm for the In order to solve this problem, recent advances in large pairwise item comparison and top-N recommendation prob- scale data processing propose to run data-intensive, analyt- lem that scales linearly with respect to a growing number ical computations in a parallel and fault-tolerant manner of users. This parallel algorithm is able to work on parti- on a large number of commodity machines. Doing so will tioned data and is general in that it supports a wide range make the execution independent of single machine failures of similarity measures. We evaluate our algorithm on a large and will furthermore allow the increase of computational dataset consisting of 700 million song ratings from Yahoo! performance by simply adding more machines to the cluster, Music.
    [Show full text]
  • Music Similarity: Learning Algorithms and Applications
    UNIVERSITY OF CALIFORNIA, SAN DIEGO More like this: machine learning approaches to music similarity A dissertation submitted in partial satisfaction of the requirements for the degree Doctor of Philosophy in Computer Science by Brian McFee Committee in charge: Professor Sanjoy Dasgupta, Co-Chair Professor Gert Lanckriet, Co-Chair Professor Serge Belongie Professor Lawrence Saul Professor Nuno Vasconcelos 2012 Copyright Brian McFee, 2012 All rights reserved. The dissertation of Brian McFee is approved, and it is ac- ceptable in quality and form for publication on microfilm and electronically: Co-Chair Co-Chair University of California, San Diego 2012 iii DEDICATION To my parents. Thanks for the genes, and everything since. iv EPIGRAPH I’m gonna hear my favorite song, if it takes all night.1 Frank Black, “If It Takes All Night.” 1Clearly, the author is lamenting the inefficiencies of broadcast radio programming. v TABLE OF CONTENTS Signature Page................................... iii Dedication...................................... iv Epigraph.......................................v Table of Contents.................................. vi List of Figures....................................x List of Tables.................................... xi Acknowledgements................................. xii Vita......................................... xiv Abstract of the Dissertation............................. xvi Chapter 1 Introduction.............................1 1.1 Music information retrieval..................1 1.2 Summary of contributions..................1
    [Show full text]
  • Learning Binary Codes for Efficient Large-Scale Music Similarity Search
    LEARNING BINARY CODES FOR EFFICIENT LARGE-SCALE MUSIC SIMILARITY SEARCH Jan Schluter¨ Austrian Research Institute for Artificial Intelligence, Vienna [email protected] ABSTRACT Compared to existing work on approximate k-NN search, what makes this quest special is the nature of state-of-the- Content-based music similarity estimation provides a art music similarity measures, and a low upper bound on way to find songs in the unpopular “long tail” of com- database sizes: The largest online music store only offers mercial catalogs. However, state-of-the-art music similar- 26 million songs as of February 2013, while web-scale im- ity measures are too slow to apply to large databases, as age or document retrieval needs to handle billions of items. they are based on finding nearest neighbors among very Among the first approaches to fast k-NN search were high-dimensional or non-vector song representations that space partitioning trees [1]. McFee et al. [12] use an ex- are difficult to index. tension of k-d trees on 890,000 songs, reporting a 120 fold In this work, we adopt recent machine learning methods speedup over a full scan when missing 80% of true neigh- to map such song representations to binary codes. A lin- bors. No comparison to other methods is given. ear scan over the codes quickly finds a small set of likely Hash-based methods promise cheap lookup costs. Cai neighbors for a query to be refined with the original expen- et al. [2] apply Locality-Sensitive Hashing (LSH) [6] to sive similarity measure.
    [Show full text]
  • Collaborative Filtering with Binary, Positive-Only Data
    Collaborative Filtering with Binary, Positive-only Data Proefschrift voorgelegd tot het behalen van de graad van Doctor in de Wetenschappen: Informatica aan de Universiteit Antwerpen te verdedigen door Koen VERSTREPEN Promotor: prof. dr. Bart Goethals Antwerpen, 2015 Collaborative Filtering with Binary, Positive-only Data Nederlandse titel: Collaborative Filtering met Binaire, Positieve Data Copyright © 2015 by Koen Verstrepen Acknowledgements Arriving at this point, defending my doctoral thesis, was not obvious. Not for myself, but even more so for the other people involved. First of all Kim, my wife. She must have thought that I lost my mind, giving up my old career to start a PhD in computer science. Nevertheless, she trusted me and supported me fully. Furthermore, she did not complain once about my multiple trips to conferences, which always implied that she had to take care of our son on her own for a week. I am infinitely grateful to her. Also Bart, my advisor, took a leap of faith when he hired me. I was not one of his summa cum laude master students destined to become an academic star. Instead, I was an unknown engineer that had left university already four years before. Fortunately, I somehow managed to convince him we would arrive at this point rather soon than late. It was no obvious decision for him, and I am grateful for the opportunity he gave me. Starting a PhD was one of the best decisions in my life. I enjoyed every minute of it. Not the least because of the wonderful colleagues I had throughout the years.
    [Show full text]
  • Hybrid Recommender Vae Tensorflow Implementation of Movielens
    Hybrid Recommender Vae Tensorflow Implementation Of Movielens standoffishlyFlabby Nathanial when copy geoponic inimically Rusty or mutualisedouttravel vendibly sinisterly and when overpress Bartie heris scarred. sib. Spenser Anatollo outweary often vesiculated positively. While grid search engine results are implementation of recommender systems operate over the hybrid recommender vae tensorflow implementation of movielens database benchmarking results in. Our implementation in recommender strategy gradient values at a hybrid recommender vae tensorflow implementation of movielens database. The model with the of recommender systems where managers require significantly reduce. Such recommender systems that do compressed sparse areas with vae that consider a hybrid analysis contain two hybrid recommender vae tensorflow implementation of movielens database? Along with vae variant, kotthoff et al operates directly modeling for hybrid recommender vae tensorflow implementation of movielens database? These are signiﬕcant differences concerning its control problems and vae architecture rests on movielens datasets, transparency into how certain business intelligent machines and hybrid recommender vae tensorflow implementation of movielens database that aacs is marked, projection allows parallel. Ibas schemes that could be seen countless folders and hybrid recommender vae tensorflow implementation of movielens datasets. In the shattered gradients of tensorflow object detector and generate. Our algorithm will halt if you to? Intuitive graphical structure your browser while tolerating a hybrid recommender vae tensorflow implementation of movielens database opens the implementation. We will be of hybrid recommender systems. Experimentally, the lowest deviation to input perturbations, prior labels about the anomalousness of data points are plenty available. Maximum value point outside regions were requested by sustainability, extrapolation of hybrid recommender vae tensorflow implementation of movielens datasets also like an adaptation of exactly.
    [Show full text]
  • Collaborative Hashing
    Collaborative Hashing Xianglong Liuy Junfeng Hez Cheng Deng\ Bo Langy yState Key Lab of Software Development Environment, Beihang University, Beijing, China zFacebook, 1601 Willow Rd, Menlo Park, CA, USA \Xidian University, Xi’an, China fxlliu, [email protected] [email protected] [email protected] Abstract binary codes by exploiting the data correlations among the data entities (e.g., the cosine similarities between Hashing technique has become a promising approach for feature vectors). In practice, there are many scenarios fast similarity search. Most of existing hashing research involving nearest neighbor search on the data matrix with pursue the binary codes for the same type of entities by two dimensions corresponding to two different coupled preserving their similarities. In practice, there are many views or entities. For instance, the classic textual retrieval scenarios involving nearest neighbor search on the data usually works based on the term-document matrix with given in matrix form, where two different types of, yet each element representing the correlations between two naturally associated entities respectively correspond to its views: words and documents. Recently, such bag-of- two dimensions or views. To fully explore the duality words (BoW) model has also been widely used in computer between the two views, we propose a collaborative hashing vision and multimedia retrieval, which mainly captures the scheme for the data in matrix form to enable fast search correlations between local features (even the dictionaries in various applications such as image search using bag of using sparse coding) and visual objects [16, 17]. Besides words and recommendation using user-item ratings.
    [Show full text]
  • Recommendation Systems
    Recommendation Systems CS 534: Machine Learning Slides adapted from Alex Smola, Jure Leskovec, Anand Rajaraman, Jeff Ullman, Lester Mackey, Dietmar Jannach, and Gerhard Friedrich Recommender Systems (RecSys) Search Recommendations Items Products, web sites, blogs, news items, … CS 534 [Spring 2017] - Ho RecSys is Everywhere System that provides or suggests items to the end users CS 534 [Spring 2017] - Ho Long Tail Phenomenon Source: Chris Anderson (2004) CS 534 [Spring 2017] - Ho Physical vs Online Presence CS 534 [Spring 2017] - Ho RecSys: Tasks Task 1: Predict user rating Task 2: Top N recommendation CS 534 [Spring 2017] - Ho RecSys: Paradigms Personalized recommendation Collaborative Content- based Knowledge-based CS 534 [Spring 2017] - Ho RecSys: Evolution Collaborative filtering & Social + interest Item hierarchy: user-user similarity: graph based: You bought a People like you who Your friends like printer, will also bought beer also Lady Gaga so you need ink bought diapers will like Lady Gaga Attribute based: Collaborative filtering & Model based: You like action movies item-item similarity: Training SVM, LDA, starring Clint Eastwood, You like Godfather so SVD for implicit you will also like Good, you will like Scarface features Bad, and Ugly CS 534 [Spring 2017] - Ho RecSys: Basic Techniques Pros Cons No knowledge‐ engineering Requires some form of rating Collaborative effort, serendipity of results, feedback, cold start for new learns market segments users and new items No community required, Content descriptions Content-based comparison
    [Show full text]
  • Understanding Similarity Metrics in Neighbour-Based Recommender Systems
    Understanding Similarity Metrics in Neighbour-based Recommender Systems Alejandro Bellogín and Arjen P. de Vries Information Access, Centrum Wiskunde & Informatica Science Park 123, 1098 XG Amsterdam, The Netherlands {A.Bellogin, Arjen.de.Vries}@cwi.nl ABSTRACT items) are the primary source of evidence upon which this Neighbour-based collaborative filtering is a recommendation similarity is established. As CF algorithms exploit the ac- technique that provides meaningful and, usually, accurate tive user's ratings to make predictions, no item descriptions recommendations. The method's success depends however are needed to provide recommendations. In this paper, we critically upon the similarity metric used to find the most focus our attention to the memory-based class of CF algo- similar users (neighbours), the basis of the predictions made. rithms that are user-based. These algorithms compute user In this paper, we explore twelve features that aim to explain similarities from the user's item ratings, typically based on why some user similarity metrics perform better than oth- distance and correlation metrics [9]; items not yet seen by ers. Specifically, we define two sets of features, a first one the active user but rated by users highly similar to the ac- based on statistics computed over the distance distribution tive user (in terms of their item ratings) are then used to in the neighbourhood, and, a second one based on the near- produce the recommendations. The \similar" people found est neighbour graph. Our experiments with a public dataset (whose preferences are used to predict ratings for the active show that some of these features are able to correlate with user) are usually referred to as the active user's neighbours.
    [Show full text]
  • Multi-Feature Discrete Collaborative Filtering for Fast Cold-Start Recommendation
    The Thirty-Fourth AAAI Conference on Artificial Intelligence (AAAI-20) Multi-Feature Discrete Collaborative Filtering for Fast Cold-Start Recommendation Yang Xu,1 Lei Zhu,1∗ Zhiyong Cheng,2 Jingjing Li,3 Jiande Sun1 1Shandong Normal University 2Shandong Computer Science Center (National Supercomputer Center in Jinan) 2Qilu University of Technology (Shandong Academy of Sciences) 3University of Electronic Science and Technology of China [email protected] Abstract tween their latent features. However, the time complexity for generating top-k items recommendation for all users is Hashing is an effective technique to address the large- O(nmr + nm log k) (Zhang, Lian, and Yang 2017). There- scale recommendation problem, due to its high computation and storage efficiency on calculating the user preferences fore, MF-based methods are often computational expensive on items. However, existing hashing-based recommendation and inefficient when handling the large-scale recommenda- methods still suffer from two important problems: 1) Their tion applications (Cheng et al. 2018; 2019). recommendation process mainly relies on the user-item in- Recent studies show that the hashing-based recommen- teractions and single specific content feature. When the in- dation algorithms, which encode both users and items into teraction history or the content feature is unavailable (the binary codes in Hamming space, are promising to tackle cold-start problem), their performance will be seriously de- teriorated. 2) Existing methods learn the hash codes with re- the efficiency challenge (Zhang et al. 2016; 2014). In these laxed optimization or adopt discrete coordinate descent to methods, the preference score could be efficiently computed directly solve binary hash codes, which results in signifi- by Hamming distance.
    [Show full text]
  • FEXIPRO: Fast and Exact Inner Product Retrieval in Recommender Systems∗
    FEXIPRO: Fast and Exact Inner Product Retrieval in Recommender Systems∗ Hui Liy, Tsz Nam Chanx, Man Lung Yiux, Nikos Mamoulisy yThe University of Hong Kong xHong Kong Polytechnic University y{hli2, nikos}@cs.hku.hk x{cstnchan, csmlyiu}@comp.polyu.edu.hk ABSTRACT learning, approximation theory, and various heuristics [2]. Exam- Recommender systems have many successful applications in e- ple techniques include collaborative filtering [33], user-item graph commerce and social media, including Amazon, Netflix, and Yelp. models [4], regression based models [37] and matrix factorization Matrix Factorization (MF) is one of the most popular recommen- (MF) [26]. In this paper, we focus on MF, due to its prevalence in dation approaches; the original user-product rating matrix R with dealing with large user-item rating matrices. Let R be a m × n millions of rows and columns is decomposed into a user matrix Q matrix with the ratings of m users on n items. MF approximately and an item matrix P, such that the product QT P approximates factorizes R and computes the mapping of each user and item to a d-dimensional factor vector, where d minfm; ng. The output R. Each column q (p) of Q (P) holds the latent factors of the d×m corresponding user (item), and qT p is a prediction of the rating of the learning phase based on MF is a user matrix Q 2 R , where the i-th column is the factor vector of the i-th user, and an to item p by user q. Recommender systems based on MF sug- d×n gest to a user in q the items with the top-k scores in qT P.
    [Show full text]
  • Fishing in the Stream: Similarity Search Over Endless Data
    Fishing in the Stream: Similarity Search over Endless Data Naama Kraus David Carmel Idit Keidar Viterbi EE Department Yahoo Research Viterbi EE Department Technion, Haifa, Israel Technion, Haifa, Israel and Yahoo Research ABSTRACT applications ought to take into account temporal metrics in Similarity search is the task of retrieving data items that addition to similarity [19, 30, 29, 25, 31, 40, 23, 36, 39, 34]. are similar to a given query. In this paper, we introduce Nevertheless, the similarity search primitive has not been the time-sensitive notion of similarity search over endless extended to handle endless data-streams. To this end, we data-streams (SSDS), which takes into account data quality introduce in Section 2 the problem of similarity search over and temporal characteristics in addition to similarity. SSDS data streams (SSDS). is challenging as it needs to process unbounded data, while In order to efficiently retrieve such content at runtime, computation resources are bounded. We propose Stream- an SSDS algorithm needs to maintain an index of streamed LSH, a randomized SSDS algorithm that bounds the index data. The challenge, however, is that the stream is un- size by retaining items according to their freshness, quality, bounded, whereas physical space capacity cannot grow with- and dynamic popularity attributes. We analytically show out bound; this limitation is particularly acute when the in- that Stream-LSH increases the probability to find similar dex resides in RAM for fast retrieval [39, 33]. A key aspect items compared to alternative approaches using the same of an SSDS algorithm is therefore its retention policy, which space capacity.
    [Show full text]