paper-with-me

Papers

Field-aware Variational Autoencoders for Billion-scale User Representation Learning

2022-08-01 · IEEE 38th International Conference on Data Engineering (ICDE) 2022 8 · Ge Fan, Chaoyun Zhang, Junyang Chen, Baopu Li, Zenglin Xu, Yingjie Li, Luyu Peng, Zhiguo Gong

User representation learning plays an essential role in Internet applications, such as recommender systems. Though developing a universal embedding for users is demanding, only few previous works are conducted in an unsupervised learning manner. The unsupervised method is however important as most of the user data is collected without specific labels. In this paper, we harness the unsupervised advantages of Variational Autoencoders (VAEs), to learn user representation from large-scale, high-dimensional, and multi-field data. We extend the traditional VAE by developing Field-aware VAE (FVAE) to model each feature field with an independent multinomial distribution. To reduce the complexity in training, we employ dynamic hash tables, a batched softmax function, and a feature sampling strategy to improve the efficiency of our method. We conduct experiments on multiple datasets, showing that the proposed FVAE significantly outperforms baselines on several tasks of data reconstruction and tag prediction. Moreover, we deploy the proposed method in real-world applications and conduct online A/B tests in a look-alike system. Results demonstrate that our method can effectively improve the quality of recommendation. To the best of our knowledge, it is the first time that the VAE-based user representation learning model is applied to real-world recommender systems.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation SystemsRepresentation LearningTAG

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Latent Variable Modelling Using Variational Autoencoders: A survey

2022-06-20 · Vasanth Kalingeri

A probability distribution allows practitioners to uncover hidden structure in the data and build models to solve supervised learning problems using limited data. The focus of this report is on Variational autoencoders, …

BIG-bench Machine LearningSurvey

Text Modeling with Syntax-Aware Variational Autoencoders

2019-08-27 · Yijun Xiao, William Yang Wang

Syntactic information contains structures and rules about how text sentences are arranged. Incorporating syntax into text modeling methods can potentially benefit both representation learning and generation. Variational …

Representation Learning

Variational Autoencoding Neural Operators

2023-02-20 · Jacob H. Seidman, Georgios Kissas, George J. Pappas, Paris Perdikaris

Unsupervised learning with functional data is an emerging paradigm of machine learning research with applications to computer vision, climate modeling and physical systems. A natural way of modeling functional data is by…

Operator learning

Predictive Coding, Variational Autoencoders, and Biological Connections

2020-11-15 · NeurIPS Workshop Neuro_AI 2019 12 · Joseph Marino

This paper reviews predictive coding, from theoretical neuroscience, and variational autoencoders, from machine learning, identifying the common origin and mathematical framework underlying both areas. As each area is pr…

BIG-bench Machine Learning

Learning Style-Aware Symbolic Music Representations by Adversarial Autoencoders

2020-01-15 · Andrea Valenti, Antonio Carta, Davide Bacciu

We address the challenging open problem of learning an effective latent space for symbolic music data in generative music modeling. We focus on leveraging adversarial regularization as a flexible and natural mean to imbu…

Music Modeling