IRLGMay 31, 2023

Multi-Epoch Learning for Deep Click-Through Rate Prediction Models

arXiv:2305.19531v16 citations
Originality Incremental advance
AI Analysis

This addresses a critical issue for industrial CTR applications by enabling multi-epoch training to improve model performance, though it is incremental as it builds on existing deep CTR models.

The paper tackles the one-epoch overfitting problem in deep click-through rate prediction models by proposing Multi-Epoch learning with Data Augmentation (MEDA), which reinitializes the embedding layer each epoch to avoid overfitting and achieves significant performance gains over conventional one-epoch training on public datasets and a real-world scene.

The one-epoch overfitting phenomenon has been widely observed in industrial Click-Through Rate (CTR) applications, where the model performance experiences a significant degradation at the beginning of the second epoch. Recent advances try to understand the underlying factors behind this phenomenon through extensive experiments. However, it is still unknown whether a multi-epoch training paradigm could achieve better results, as the best performance is usually achieved by one-epoch training. In this paper, we hypothesize that the emergence of this phenomenon may be attributed to the susceptibility of the embedding layer to overfitting, which can stem from the high-dimensional sparsity of data. To maintain feature sparsity while simultaneously avoiding overfitting of embeddings, we propose a novel Multi-Epoch learning with Data Augmentation (MEDA), which can be directly applied to most deep CTR models. MEDA achieves data augmentation by reinitializing the embedding layer in each epoch, thereby avoiding embedding overfitting and simultaneously improving convergence. To our best knowledge, MEDA is the first multi-epoch training paradigm designed for deep CTR prediction models. We conduct extensive experiments on several public datasets, and the effectiveness of our proposed MEDA is fully verified. Notably, the results show that MEDA can significantly outperform the conventional one-epoch training. Besides, MEDA has exhibited significant benefits in a real-world scene on Kuaishou.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes