LGAIIRJul 14, 2024

A Bag of Tricks for Scaling CPU-based Deep FFMs to more than 300m Predictions per Second

arXiv:2407.10115v11 citationsh-index: 20Has Code
Originality Incremental advance
AI Analysis

This work addresses practical, low-footprint click-through rate prediction for large-scale applications, though it is incremental as it builds on existing FFM methods with deployment-focused improvements.

The paper tackled scaling CPU-based Deep Field-aware Factorization Machines (FFMs) for click-through rate prediction, achieving over 300 million predictions per second through optimizations like in-house weight quantization that reduced bandwidth footprint by more than an order of magnitude.

Field-aware Factorization Machines (FFMs) have emerged as a powerful model for click-through rate prediction, particularly excelling in capturing complex feature interactions. In this work, we present an in-depth analysis of our in-house, Rust-based Deep FFM implementation, and detail its deployment on a CPU-only, multi-data-center scale. We overview key optimizations devised for both training and inference, demonstrated by previously unpublished benchmark results in efficient model search and online training. Further, we detail an in-house weight quantization that resulted in more than an order of magnitude reduction in bandwidth footprint related to weight transfers across data-centres. We disclose the engine and associated techniques under an open-source license to contribute to the broader machine learning community. This paper showcases one of the first successful CPU-only deployments of Deep FFMs at such scale, marking a significant stride in practical, low-footprint click-through rate prediction methodologies.

Foundations

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

Your Notes