English

A Tale of Two Efficient and Informative Negative Sampling Distributions

Machine Learning 2021-07-30 v2 Artificial Intelligence Data Structures and Algorithms Information Retrieval

Abstract

Softmax classifiers with a very large number of classes naturally occur in many applications such as natural language processing and information retrieval. The calculation of full softmax is costly from the computational and energy perspective. There have been various sampling approaches to overcome this challenge, popularly known as negative sampling (NS). Ideally, NS should sample negative classes from a distribution that is dependent on the input data, the current parameters, and the correct positive class. Unfortunately, due to the dynamically updated parameters and data samples, there is no sampling scheme that is provably adaptive and samples the negative classes efficiently. Therefore, alternative heuristics like random sampling, static frequency-based sampling, or learning-based biased sampling, which primarily trade either the sampling cost or the adaptivity of samples per iteration are adopted. In this paper, we show two classes of distributions where the sampling scheme is truly adaptive and provably generates negative samples in near-constant time. Our implementation in C++ on CPU is significantly superior, both in terms of wall-clock time and accuracy, compared to the most optimized TensorFlow implementations of other popular negative sampling approaches on powerful NVIDIA V100 GPU.

Keywords

Cite

@article{arxiv.2012.15843,
  title  = {A Tale of Two Efficient and Informative Negative Sampling Distributions},
  author = {Shabnam Daghaghi and Tharun Medini and Nicholas Meisburger and Beidi Chen and Mengnan Zhao and Anshumali Shrivastava},
  journal= {arXiv preprint arXiv:2012.15843},
  year   = {2021}
}

Comments

Published at ICML 2021

R2 v1 2026-06-23T21:39:45.818Z