Deep Learning for Recommendation, Matching, Ranking and Personalization

Contact: Yang Song

 

Deep Neural Networks (DNN) has shown to be very effective for image classification, speech recognition and sequence modeling in the past few years. Beyond those applications, out recent research outcomes also show the power of DNN for various user modeling tasks, such as recommendation, ranking adaptation and personalization. Here is the summary of our work at Microsoft Research.

 

 

Ranking Adaptation: RankNet is one of the widely used ranking models for web search tasks. In this work, we study how to adapt a generic RankNet for personalized search. We first trained a variety of RankNets with different number of hidden layers and network structures on a per-user basis, and observed that a deep neural network with five hidden layers gives the best performance. To further improve the performance of adaptation, we propose a set of novel methods categorized into two groups. In the first group, three methods are proposed to properly assess the usefulness of each adaptation instance and only leverage the most informative instances to adapt a user-specific RankNet model. These assessments are based on KL-divergence, click entropy or a heuristic to ignore top clicks in adaptation queries. In the second group, two methods are proposed to regularize the training of the neural network in RankNet: one of these methods regularize the error back-propagation via a truncated gradient approach, while the other method limits the depth of the back propagation when adapting the neural network. 

WSDM 2014, SIGIR 2013.

   
 

Cross-domain Recommendation: In this work, we propose a content-based recommendation system to address both the recommendation quality and the system scalability. We propose to use a rich feature set to represent users, according to their web browsing history and search queries. We use a Deep Learning approach to map users and items to a latent space where the similarity between users and their preferred items is maximized. We extend the model to jointly learn from features of items from different domains and user features by introducing a multi-view Deep Learning model. The combination of different domains into a single model for learning helps improve the recommendation quality across all the domains, as well as having a more compact and a semantically richer user latent feature vector. 

WWW 2015

   
 

Zero-query Search Prediction:  In this work, we study proactive recommendations without user issuing queries. In this work, we aim at discovering and characterizing these types of tasks so that we can automatically predict when} and what types of tasks will be repeated by the users in the future, through analyzing search logs from a commercial Web search engine and user interaction logs from a mobile App that offers proactive recommendations. We first introduce a set of novel features that can accurately capture task repetition. We then propose a novel deep learning framework that learns user preferences and makes automatic predictions. Our framework is capable of learning both user-independent global models as well as catering personalized models via model adaptation.

WWW 2016

   
               

Multi-resolution DNN for Temporal Recommendation: In this work, we study the temporal recommendation task where the correlations between recommended items are not only content-based but also time-related. We proposed a novel multi-resolution DNN that combines content-based DNN with several temporal models (LSTM) to jointly optimize content similarity and time correlations.

SIGIR 2016

   

(Picture To Be Added) 

Deep Matrix Factorization: In this work, we study the problem of matrix factorization. We propose a matching framework that optimizes the correlation between users and items in a latent space, which is generated using deep neural networks. We show the effectiveness of our models on several applications, including collaborative filtering, latent semantic indexing, GLoVe and so on.