Video2Reaction: Mapping Video to Audience Reaction Distribution in the Wild
Summary
The Video2Reaction dataset is introduced, a multimodal resource mapping over 10,000 short movie segments to distributions of induced audience emotions derived from social media. This dataset serves as both a training resource and a reliable benchmark for predicting audience reactions to video content. To enable continuous, cost-effective annotation, a two-stage multi-agent pipeline utilizing only open-source LLMs was developed, achieving 86% correctness under blind human verification. The research establishes the first benchmark for video-to-reaction-distribution prediction in the wild. It demonstrates that while pretrained foundation video models perform poorly in zero-shot settings, finetuning them transforms them into effective predictors for full reaction distributions and dominant responses. However, the task remains challenging, with the strongest method, LLaVA-Next, achieving only 77% Top-3 F1 in dominant reaction prediction.
Key takeaway
For Machine Learning Engineers developing content recommendation systems, you should consider integrating the Video2Reaction dataset to train and benchmark models for predicting audience emotional responses. While pretrained video models require finetuning, this resource offers a path to model collective audience reactions, improving content engagement metrics. You can also explore the described LLM-powered annotation pipeline for similar subjective data collection tasks.
Key insights
The Video2Reaction dataset and LLM-powered pipeline enable benchmarking and training for predicting audience emotion distributions from video content.
Principles
- Audience reactions are quantifiable distributions.
- LLMs can cost-effectively annotate subjective data.
- Finetuning improves foundation video models.
Method
A two-stage multi-agent pipeline using open-source LLMs performs cost-effective, continuous annotation of audience emotion distributions from video content, achieving 86% correctness.
In practice
- Use Video2Reaction for model training.
- Benchmark video models on reaction prediction.
- Explore LLM agents for subjective annotation.
Topics
- Video Analysis
- Audience Reaction Prediction
- Multimodal Datasets
- Large Language Models
- Emotion Recognition
- LLaVA-Next
Best for: Research Scientist, AI Scientist, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.