The Evolution of Embedding Table Optimization and Multi-Epoch Training in Pinterest Ads Conversion
Andrew Qiu, Shubham Barhate, Hin Wai Lui, Runze Su, Rafael Rios M\"uller, Kungang Li, Ling Leng, Han Sun, Shayan Ehsani, Zhifang Liu

TL;DR
This paper explores embedding table optimization and multi-epoch training challenges in Pinterest Ads Conversion models, introducing a frequency-adaptive learning rate to improve convergence and reduce overfitting in large-scale industrial settings.
Contribution
It presents a novel frequency-adaptive learning rate method for embedding tables and analyzes multi-epoch overfitting across different objectives in multi-task advertising models.
Findings
Sparse Optimizer accelerates convergence
Multi-epoch overfitting varies with label sparsity
Frequency-adaptive learning rate reduces overfitting
Abstract
Deep learning for conversion prediction has found widespread applications in online advertising. These models have become more complex as they are trained to jointly predict multiple objectives such as click, add-to-cart, checkout and other conversion types. Additionally, the capacity and performance of these models can often be increased with the use of embedding tables that encode high cardinality categorical features such as advertiser, user, campaign, and product identifiers (IDs). These embedding tables can be pre-trained, but also learned end-to-end jointly with the model to directly optimize the model objectives. Training these large tables is challenging due to: gradient sparsity, the high cardinality of the categorical features, the non-uniform distribution of IDs and the very high label sparsity. These issues make training prone to both slow convergence and overfitting after…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Consumer Market Behavior and Pricing · Spam and Phishing Detection
