Netflix scales Match Cutting ML pipeline across its entire catalog using Amber media ML infrastructure
Netflix's media ML practitioners struggled with inconsistent media access, expensive repeated computations across independent pipelines, and bespoke triggering components that were hard to maintain — preventing the Match Cutting pipeline from scaling beyond single titles.
The original Match Cutting pipeline lacked input file standardization causing quality issues for cross-title matching, bespoke triggering components caused unnecessary re-computation and inconsistencies, and the quadratic pair computation made scaling to cross-catalog matching computationally intractable.
The Amber infrastructure standardized media access, eliminated redundant computation through feature memoization, and enabled Match Cutting to scale across the entire Netflix catalog with automatic triggering for new videos; the GPU training cluster throughput increased 3–5 times.
Frequently asked questions
What did this team achieve with this AI workflow?
The Amber infrastructure standardized media access, eliminated redundant computation through feature memoization, and enabled Match Cutting to scale across the entire Netflix catalog with automatic triggering for new…
What tools did this team use?
Amber, Jasper, Marken, Metaflow, Ray, Conductor, Meson, Dagobah, Titus, Iceberg.
What results were reported?
Training system throughput: 3–5 times; Compute cost from feature reuse: saving on compute costs (source-reported, not independently verified).
What failed first in this deployment?
The original Match Cutting pipeline lacked input file standardization causing quality issues for cross-title matching, bespoke triggering components caused unnecessary re-computation and inconsistencies, and the quadr…
How is this marketing ops AI workflow structured?
New video file trigger → Standardized catalog preprocessing → Shot segmentation and deduplication → Per-shot representation computation → Pair similarity scoring → Embedding storage in Amber → High-scoring pairs served to editors.