MLLGAug 2, 2016

Exponential Family Embeddings

arXiv:1608.00778v2109 citations
Originality Incremental advance
AI Analysis

This work provides a general framework for embedding various data types, which is useful for researchers and practitioners in fields like neuroscience, marketing, and recommendation systems, though it is incremental as it builds on existing word embedding concepts.

The authors tackled the problem of extending word embeddings to other high-dimensional data types, such as neural activity, shopping behavior, and movie ratings, and found that their exponential family embedding models were more effective than other dimension reduction methods in reconstructing held-out data and uncovering qualitative structure.

Word embeddings are a powerful approach for capturing semantic similarity among terms in a vocabulary. In this paper, we develop exponential family embeddings, a class of methods that extends the idea of word embeddings to other types of high-dimensional data. As examples, we studied neural data with real-valued observations, count data from a market basket analysis, and ratings data from a movie recommendation system. The main idea is to model each observation conditioned on a set of other observations. This set is called the context, and the way the context is defined is a modeling choice that depends on the problem. In language the context is the surrounding words; in neuroscience the context is close-by neurons; in market basket data the context is other items in the shopping cart. Each type of embedding model defines the context, the exponential family of conditional distributions, and how the latent embedding vectors are shared across data. We infer the embeddings with a scalable algorithm based on stochastic gradient descent. On all three applications - neural activity of zebrafish, users' shopping behavior, and movie ratings - we found exponential family embedding models to be more effective than other types of dimension reduction. They better reconstruct held-out data and find interesting qualitative structure.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes