Jump to Content

DynamicEmbedding: Extending TensorFlow for Colossal-Scale Applications

Yun Zeng
Siqi Zuo
Dongcai Shen
Arxiv, Google Inc (2020), pp. 20
Google Scholar

Abstract

One of the limitations of deep learning models with sparse features today stems from the predefined nature of their input, which requires a dictionary be defined prior to the training. With this paper we propose both a theory and a working system design which remove this limitation, and show that the resulting models are able to perform better and efficiently run at a much larger scale. Specifically, we achieve this by decoupling a model’s content from its form to tackle architecture evolution and memory growth separately. To efficiently handle model growth, we propose a new neuron model, called DynamicCell, drawing inspiration from from the free energy principle [15] to introduce the concept of reaction to discharge non- free energy, which also subsumes gradient descent based approaches as its special cases. We implement DynamicCell by introducing a new server into TensorFlow to take over most of the work involving model growth. Consequently, it enables any existing deep learning models to efficiently handle arbitrary number of distinct sparse features (e.g., search queries), and grow incessantly without redefining the model. Most notably, one of our models, which has been reliably running in produc- tion for over a year, is capable of suggesting high quality keywords for advertisers of Google Smart Campaigns [37] and achieved significant accuracy gains based on a challenging metric – evidence that data-driven, self-evolving systems can potentially exceed the performance of traditional rule-based approaches.