MediaFM: Netflix's Tri-Modal AI Foundation Model for Media Understanding
Netflix needed scalable machine-level understanding of its entire content catalog — including new formats like live events and podcasts — to power recommendations, ad relevancy, and promotional asset optimization, all of which require sophisticated long-form video understanding of narrative dependencies and emotional arcs spanning entire episodes or films.
Prior models not leveraging the full multimodal signal failed to grasp content essence, and the page's ablations show that using multiple modalities without contextualization can actually hurt performance on tasks like clip popularity ranking.
MediaFM outperforms all baselines on all evaluated tasks, with clip retrieval improving by around 15% at each model enhancement step, and with larger gains on tasks requiring detailed narrative understanding such as ad relevancy.
Frequently asked questions
What did this team achieve with this AI workflow?
MediaFM outperforms all baselines on all evaluated tasks, with clip retrieval improving by around 15% at each model enhancement step, and with larger gains on tasks requiring detailed narrative understanding such as a…
What tools did this team use?
SeqCLIP, wav2vec2, text-embedding-3-large, Muon, AdamW.
What results were reported?
Clip retrieval improvement per model enhancement step: around 15%; MediaFM vs baselines across all tasks: better than the baselines on all tasks; optimizer switch to Muon: noticeable improvements (source-reported, not independently verified).
What failed first in this deployment?
Prior models not leveraging the full multimodal signal failed to grasp content essence, and the page's ablations show that using multiple modalities without contextualization can actually hurt performance on tasks lik…
How is this marketing ops AI workflow structured?
Shot boundary segmentation → Tri-modal embedding extraction → Fused vector construction → Transformer shot contextualization → Downstream task inference → Ad serving and recommendations integration.