TL;DR
This paper introduces FastVAE, a fast variational autoencoder for collaborative filtering that uses an inverted multi-index for sublinear-time sampling, significantly improving efficiency and accuracy over existing methods.
Contribution
The paper proposes a novel sampling method based on inverted multi-index for VAE, enabling efficient training with millions of items in collaborative filtering.
Findings
FastVAE outperforms state-of-the-art baselines in sampling quality.
FastVAE achieves higher efficiency in large-scale datasets.
The method scales well with millions of items.
Abstract
Variational AutoEncoder (VAE) has been extended as a representative nonlinear method for collaborative filtering. However, the bottleneck of VAE lies in the softmax computation over all items, such that it takes linear costs in the number of items to compute the loss and gradient for optimization. This hinders the practical use due to millions of items in real-world scenarios. Importance sampling is an effective approximation method, based on which the sampled softmax has been derived. However, existing methods usually exploit the uniform or popularity sampler as proposal distributions, leading to a large bias of gradient estimation. To this end, we propose to decompose the inner-product-based softmax probability based on the inverted multi-index, leading to sublinear-time and highly accurate sampling. Based on the proposed proposals, we develop a fast Variational AutoEncoder (FastVAE)…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSoftmax
