Netflix builds a foundation model for personalized recommendation to centralize member preference learning at scale
Netflix operated a large set of specialized recommendation models that were costly to maintain and difficult to share innovations across, and most were confined to brief temporal windows of user interaction history due to serving latency and training cost constraints.
The foundation model enables centralized member preference learning distributable to downstream models via embeddings or fine-tuning, with promising results from downstream integrations and consistent improvements as data and model scale increase.
Frequently asked questions
What did this team achieve with this AI workflow?
The foundation model enables centralized member preference learning distributable to downstream models via embeddings or fine-tuning, with promising results from downstream integrations and consistent improvements as…
What tools did this team use?
transformer models, KV caching, sparse attention, Sliding Window Sampling.
What results were reported?
Netflix user base: over 300 million users; User interaction data scale: hundreds of billions of interactions; Downstream integration results: promising results; Model performance improvement with scale: consistent improvements (source-reported, not independently verified).
How is this back office ops AI workflow structured?
User interaction events collected → Interaction tokenization → Foundation model training → Cold-start embedding initialization → Embedding generation and storage → Downstream fine-tuning and integration.