Thinking with Frames: Generative Video Distortion Evaluation via Frame Reward Model
Yuan Wang, Borui Liao, Huijuan Huang, Jinda Lu, Ouxiang Li, Kuien Liu, Meng Wang, Xiang Wang
TL;DR
REACT introduces a frame-level reward model designed to evaluate structural distortions in generative videos, addressing a gap where existing reward models emphasize aesthetics or temporal coherence over correctness of object structure. The approach builds a taxonomy-guided, large-scale frame dataset, an efficient Chain-of-Thought data synthesis pipeline, and a two-stage training regime combining supervised fine-tuning with masked learning and reinforcement learning via Group Relative Policy Optimization to produce both point-wise distortion scores and attribution labels. A dynamic, two-stage frame sampling strategy during inference further concentrates evaluation on likely distorted frames, and REACT-Bench provides a dedicated benchmark for distortion-focused assessment. Empirical results show that REACT outperforms state-of-the-art video evaluators in human-preference alignment and distortion recognition, with ablations underscoring the importance of the taxonomy, CoT synthesis, and GRPO-based fine-tuning. The work lays groundwork for more reliable feedback in T2V systems and points to future extensions into spatio-temporal reasoning to detect temporal distortions that require temporal context.
Abstract
Recent advances in video reward models and post-training strategies have improved text-to-video (T2V) generation. While these models typically assess visual quality, motion quality, and text alignment, they often overlook key structural distortions, such as abnormal object appearances and interactions, which can degrade the overall quality of the generative video. To address this gap, we introduce REACT, a frame-level reward model designed specifically for structural distortions evaluation in generative videos. REACT assigns point-wise scores and attribution labels by reasoning over video frames, focusing on recognizing distortions. To support this, we construct a large-scale human preference dataset, annotated based on our proposed taxonomy of structural distortions, and generate additional data using a efficient Chain-of-Thought (CoT) synthesis pipeline. REACT is trained with a two-stage framework: ((1) supervised fine-tuning with masked loss for domain knowledge injection, followed by (2) reinforcement learning with Group Relative Policy Optimization (GRPO) and pairwise rewards to enhance reasoning capability and align output scores with human preferences. During inference, a dynamic sampling mechanism is introduced to focus on frames most likely to exhibit distortion. We also present REACT-Bench, a benchmark for generative video distortion evaluation. Experimental results demonstrate that REACT complements existing reward models in assessing structutal distortion, achieving both accurate quantitative evaluations and interpretable attribution analysis.
