Scrubbing movies
Over the years, Brianna’s agency pivoted to work for big Hollywood studios. They scrubbed early releases looking for mistakes and gathering information to determine the potential ratings that a movie would get.
But watching every hour of every film didn’t scale, so they used an active learning approach to only select critical scenes for their team to review.
They created a machine learning model to predict the ratings. They trained this model on a few randomly selected frames from each movie, processed the entire video, and used the output predictions to decide which scenes to review next. They retrained the model with the new labels and repeated several more iterations.
Thanks to this process, the team reduced the review time by more than 60 percent.
Which of the following is the team’s criterion to select which scenes they will manually review after each iteration?
The team selects any scene their model predicts with high confidence.
The team selects any scene their model predicts with low confidence.
The team selects any scenes that the model predicts correctly.
The team selects any scenes where the model makes a mistake.