FM-Intent: Predicting User Session Intent with Hierarchical Multi-Task Learning at Netflix
Netflix's foundation model focused on next-item prediction but lacked the ability to capture or leverage underlying user session intent, and existing intent prediction approaches did not establish a hierarchical relationship between intent and item prediction tasks.
Prior approaches to intent prediction used simple multi-task learning without a hierarchical structure, and most baseline models either could not predict user intent or could not incorporate intent predictions into next-item recommendations.
FM-Intent achieves a statistically significant 7.4% improvement in next-item prediction accuracy over the best baseline and has been successfully integrated into Netflix's recommendation ecosystem.
Frequently asked questions
What did this team achieve with this AI workflow?
FM-Intent achieves a statistically significant 7.4% improvement in next-item prediction accuracy over the best baseline and has been successfully integrated into Netflix's recommendation ecosystem.
What tools did this team use?
Transformer encoder, K-means++.
What results were reported?
Next-item prediction accuracy improvement: 7.4% (source-reported, not independently verified).
What failed first in this deployment?
Prior approaches to intent prediction used simple multi-task learning without a hierarchical structure, and most baseline models either could not predict user intent or could not incorporate intent predictions into ne…
How is this workflow AI workflow structured?
Input feature construction → Intent prediction via Transformer → Attention-based intent aggregation → Hierarchical next-item prediction → Production ecosystem integration.