English

Frequency-aware SGD for Efficient Embedding Learning with Provable Benefits

Machine Learning 2021-11-24 v3 Optimization and Control

Abstract

Embedding learning has found widespread applications in recommendation systems and natural language modeling, among other domains. To learn quality embeddings efficiently, adaptive learning rate algorithms have demonstrated superior empirical performance over SGD, largely accredited to their token-dependent learning rate. However, the underlying mechanism for the efficiency of token-dependent learning rate remains underexplored. We show that incorporating frequency information of tokens in the embedding learning problems leads to provably efficient algorithms, and demonstrate that common adaptive algorithms implicitly exploit the frequency information to a large extent. Specifically, we propose (Counter-based) Frequency-aware Stochastic Gradient Descent, which applies a frequency-dependent learning rate for each token, and exhibits provable speed-up compared to SGD when the token distribution is imbalanced. Empirically, we show the proposed algorithms are able to improve or match adaptive algorithms on benchmark recommendation tasks and a large-scale industrial recommendation system, closing the performance gap between SGD and adaptive algorithms. Our results are the first to show token-dependent learning rate provably improves convergence for non-convex embedding learning problems.

Keywords

Cite

@article{arxiv.2110.04844,
  title  = {Frequency-aware SGD for Efficient Embedding Learning with Provable Benefits},
  author = {Yan Li and Dhruv Choudhary and Xiaohan Wei and Baichuan Yuan and Bhargav Bhushanam and Tuo Zhao and Guanghui Lan},
  journal= {arXiv preprint arXiv:2110.04844},
  year   = {2021}
}

Comments

Additional experiments on Word2Vec embedding learning included

R2 v1 2026-06-24T06:46:27.744Z