Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Deep Models of Interactions Across Sets

About

We use deep learning to model interactions across two or more sets of objects, such as user-movie ratings, protein-drug bindings, or ternary user-item-tag interactions. The canonical representation of such interactions is a matrix (or a higher-dimensional tensor) with an exchangeability property: the encoding's meaning is not changed by permuting rows or columns. We argue that models should hence be Permutation Equivariant (PE): constrained to make the same predictions across such permutations. We present a parameter-sharing scheme and prove that it could not be made any more expressive without violating PE. This scheme yields three benefits. First, we demonstrate state-of-the-art performance on multiple matrix completion benchmarks. Second, our models require a number of parameters independent of the numbers of objects, and thus scale well to large datasets. Third, models can be queried about new objects that were not available at training time, but for which interactions have since been observed. In experiments, our models achieved surprisingly good generalization performance on this matrix extrapolation task, both within domains (e.g., new users and new movies drawn from the same distribution used for training) and even across domains (e.g., predicting music ratings after training on movies).

Jason Hartford, Devon R Graham, Kevin Leyton-Brown, Siamak Ravanbakhsh• 2018

Related benchmarks

TaskDatasetResultRank
Matrix completionMovieLens 1M (test)
RMSE0.832
30
Rating PredictionMovieLens 90/10 1M (train test)
RMSE0.86
27
Matrix completionMovieLens-100K (test)
RMSE0.905
21
Matrix completionDouban
RMSE0.738
15
Rating PredictionMovieLens 100k U1 (test)
RMSE0.92
15
Rating PredictionMovieLens 100K (80/20 train test)
RMSE0.91
14
Matrix completionYahooMusic
RMSE20
10
Matrix completionFlixster subset
RMSE0.908
8
Matrix completionYahooMusic subset
RMSE20
8
Matrix completionDouban (test)
RMSE0.734
7
Showing 10 of 14 rows

Other info

Code

Follow for update