每天早上一封邮件,把昨天的 AI 梳理好订阅邮件

METAL LAB

VA-Judger: Reward Modeling from Human Preference Feedback for Joint Video-Audio Generation

arXiv:2608.186072026-08-18

给同时生成视频和声音的AI找了个更懂人心的评委模型

要用强化学习来优化同时生成视频和音频的AI模型,就需要一个打分标准,但以往的方法是把画质、音质、同步度等指标分别打分再相加,结果常常和人的真实感受不一致。研究团队构建了大规模人工偏好数据集VAPref-10K,让标注员两两比较生成片段并说明理由,再据此分三阶段训练出会像人一样给出理由的评委模型VA-Judger。用VA-Judger的打分重新训练视频音频生成模型LTX-2后,在真人评测中获得的偏好率远超此前方法。

他们做了什么

  1. 以往方法把画质、音质、同步度等单独指标加总当作奖励,但这些指标和人的真实判断吻合度不高,导致AI钻空子拿高分却让人觉得内容别扭(即奖励作弊)
  2. 团队从YouTube、Bilibili、电影电视剧等真实视频中提取约9000条文本提示,让多个开源生成模型产出片段,由人工两两比较并标注更优选项及理由,构建出含1.03万组比较的数据集VAPref-10K
  3. 评委模型VA-Judger分三阶段训练:先用差距明显的简单样本学会规范的打分格式和基本判断能力,再用人工核实过的困难样本(差异细微)进一步对齐,最后通过强化学习(GRPO)让模型在提示匹配度、画质、音质、同步等各维度打分都更符合人工标注,而不只是猜对最终结果
  4. 单独的自动评价指标与人类偏好的吻合准确率只有50%到57%,而VA-Judger比最好的单项指标高出10个百分点以上,即便面对训练中从未见过的闭源模型生成结果,依然保持较高准确率
  5. 用VA-Judger的打分重新训练视频音频生成模型LTX-2后,20名参与者的真人评测显示,62.30%的人更喜欢VA-Judger训练出的结果,而此前方法OmniNFT只有27.63%,未经训练的基础模型仅10.08%
Figure 1: Evaluation of VA-Judger. (a) VA-Judger selects the preferred clip through structured dimension-wise reasoning, whereas separate evaluation metrics disagree with human judgment. (b) VA-Judger achieves the highest agreement with human preferences. (c) VA-Judger provides the reward for post-training LTX-2, improving the quality over the base model and OmniNFT.
Figure 1: Evaluation of VA-Judger. (a) VA-Judger selects the preferred clip through structured dimension-wise reasoning, whereas separate evaluation metrics disagree with human judgment. (b) VA-Judger achieves the highest agreement with human preferences. (c) VA-Judger provides the reward for post-training LTX-2, improving the quality over the base model and OmniNFT.
Table 1: Accuracy (%) against human pairwise preferences. Single-dimension evaluation metrics and reward models are both evaluated on the 1,150-pair VA-Judger-Bench and report Total Acc / Parsed Acc. Unparseable responses count as incorrect in Total Acc.
ModelEasyIn-domainOut-of-domainOverall
Single-dimension evaluation metrics
Video quality: VideoAlign62.3952.9748.3554.29
Audio quality: AudioBox58.7050.0044.0050.43
Text-video: CLIP Score55.5654.6653.5854.50
Text-audio: ImageBind T-A58.4852.9751.4854.29
Audio-video: ImageBind61.3055.5151.8355.94
Synchronization: SynchFormer61.3046.6148.3552.71
Overall: Javis Score60.0055.5154.9656.88
Reward models
Qwen3-Omni Captioner (No CoT)57.00 / 57.0054.00 / 54.0056.20 / 56.2057.22 / 57.22
Qwen3-Omni Captioner (CoT)52.50 / 57.6549.60 / 54.8746.60 / 56.9750.43 / 58.61
Qwen3-Omni Instruct NoCoT60.75 / 60.7554.00 / 54.0054.60 / 54.6056.61 / 56.61
Qwen3-Omni Instruct CoT63.25 / 64.7154.80 / 55.9255.00 / 55.3357.83 / 58.69
+ Easy Cold Start72.00 / 72.0059.20 / 59.2056.20 / 56.2062.35 / 62.35
+ Hard SFT74.50 / 74.5063.60 / 63.6060.20 / 60.2065.91 / 65.91
+ GRPO (VA-Judger)76.25 / 76.2566.00 / 66.0063.40 / 63.4068.43 / 68.43
Figure 2: Overview of the VA-Judger training pipeline. Stage 1 cold-starts the model on easy preference pairs. Stage 2 aligns the model on harder pairs through human rejection sampling. Stage 3 performs GRPO using answer-level and dimension-level rewards grounded in human reasons.
Figure 2: Overview of the VA-Judger training pipeline. Stage 1 cold-starts the model on easy preference pairs. Stage 2 aligns the model on harder pairs through human rejection sampling. Stage 3 performs GRPO using answer-level and dimension-level rewards grounded in human reasons.
Table 2: Results on the randomly sampled 200-prompt JavisBench subset. Best results are highlighted in green and second-best results are underlined. Higher is better unless marked with ↓. The two Δ rows report the raw change produced by VA-Judger post-training.
Video QualityAudioBox QualityCross-Modal Alignment
ModelVQ ↑MQ ↑AQ ↑AB-CE ↑AB-CU ↑AB-PC ↑AB-PQ ↑TV-Align ↑TA-Align ↑ViCLIP ↑
LTX-22.2480.6974.7673.9575.9043.0416.1660.3030.1050.232
LTX-2 + OmniNFT3.7270.9475.3994.7456.7973.1506.9050.2790.1330.219
LTX-2 + VA-Judger3.9421.1835.6105.1366.7663.6066.9320.3100.1800.242
Δ vs. LTX-2+1.693+0.486+0.843+1.179+0.862+0.564+0.766+0.007+0.075+0.009
Δ vs. OmniNFT+0.214+0.236+0.211+0.391-0.031+0.456+0.026+0.031+0.047+0.023
Figure 3: Qualitative comparisons of LTX-2, OmniNFT, and our VA-Judger post-trained model. VA-Judger better follows the requested temporal actions in both examples.
Figure 3: Qualitative comparisons of LTX-2, OmniNFT, and our VA-Judger post-trained model. VA-Judger better follows the requested temporal actions in both examples.
Table 3: Category distributions of the full JavisBench pool and the random evaluation subset. Each cell reports the number and percentage of examples.
DimensionCategoryFull pool (10,140)Random subset (200)
Event ScenarioLiving Scenario4,029 (39.7%)73 (36.5%)
Natural Scenario2,452 (24.2%)37 (18.5%)
Urban Scenario2,140 (21.1%)66 (33.0%)
Industrial Scenario1,090 (10.7%)20 (10.0%)
Virtual Scenario429 (4.2%)4 (2.0%)
Visual StyleCamera Shooting8,586 (84.7%)174 (87.0%)
2D Animation915 (9.0%)17 (8.5%)
3D Animation639 (6.3%)9 (4.5%)
Sound TypeMusical Sounds5,065 (50.0%)73 (36.5%)
Ambient Sounds4,183 (41.3%)126 (63.0%)
Biological Sounds2,215 (21.8%)59 (29.5%)
Mechanical Sounds1,940 (19.1%)49 (24.5%)
Speech Sounds1,090 (10.7%)29 (14.5%)
Spatial CompositionMultiple Subjects7,588 (74.8%)167 (83.5%)
Single Subject2,502 (24.7%)33 (16.5%)
Off-screen Sound2,165 (21.4%)59 (29.5%)
Temporal CompositionSequential Events3,698 (36.5%)46 (23.0%)
Simultaneous Events3,306 (32.6%)99 (49.5%)
Single Event3,136 (30.9%)55 (27.5%)
Figure 4: Human preference rates over 200 three-way comparisons. For each prompt, participants select the best video-audio output among LTX-2, LTX-2 post-trained with OmniNFT, and LTX-2 post-trained with VA-Judger.
Figure 4: Human preference rates over 200 three-way comparisons. For each prompt, participants select the best video-audio output among LTX-2, LTX-2 post-trained with OmniNFT, and LTX-2 post-trained with VA-Judger.
Table 4: Human preference accuracy (%) of video-quality metrics.
MetricEasyIn-domainOut-of-domainOverall
VideoAlign Overall∗62.3952.9748.3554.29
VideoPhy252.8654.3950.2251.66
Motion Quality59.9151.0649.7453.66
Visual Quality62.4252.3442.9351.70
HPSv356.3052.1250.6152.95
Video Aesthetic57.5250.2147.2151.50
Video Technical/Aesthetic57.3951.6942.7849.72
Video Technical/Overall59.1352.9742.2650.35
Video Technical/Technical54.1354.2447.1350.98
Figure 6: Overview of VAPref-10K construction and the raw data distribution. Real video-audio clips are captioned by Qwen3.5-Omni, rewritten into text prompts by an LLM, and passed to LTX-2, OVI, and DaVinci-MagiHuman to generate candidate clips.
Figure 6: Overview of VAPref-10K construction and the raw data distribution. Real video-audio clips are captioned by Qwen3.5-Omni, rewritten into text prompts by an LLM, and passed to LTX-2, OVI, and DaVinci-MagiHuman to generate candidate clips.
Table 5: Human preference accuracy (%) of audio-quality metrics.
MetricEasyIn-domainOut-of-domainOverall
AudioBox∗58.7050.0044.0050.43
AudioBox CE61.5249.5842.0950.51
AudioBox CU62.3948.3138.6149.02
AudioBox PC45.2254.2453.7450.75
AudioBox PQ64.1345.3436.1747.99
NISQA53.4851.6943.4848.62
DNSMOS47.1752.1240.5245.08
Figure 7: Distribution of the source videos across the six categories in VAPref-10K.
Figure 7: Distribution of the source videos across the six categories in VAPref-10K.
Table 6: Human preference accuracy (%) of text-video and text-audio consistency metrics.
MetricEasyIn-domainOut-of-domainOverall
Text-video consistency
CLIP Score∗55.5654.6653.5854.50
ImageBind T-V47.1753.3950.9650.04
ViCLIP53.9143.8349.7450.16
Text-audio consistency
ImageBind T-A∗58.4852.9751.4854.29
CLAP Score51.2551.9666.1156.70
Table 7: Human preference accuracy (%) of audio-video semantic-consistency metrics. Audio-Video Alignment, AVHScore, and ImageBind A-V are all ImageBind-based metrics for audio-video semantic consistency, but differ in their preprocessing and feature aggregation procedures.
MetricEasyIn-domainOut-of-domainOverall
Audio-Video Alignment∗61.3055.5151.8355.94
AVH Score61.7458.9054.2657.83
ImageBind A-V61.0958.4754.9657.83
Table 8: Human preference accuracy (%) of synchronization and aggregate audio-video metrics. Values in parentheses are score coverage (%).
MetricEasyIn-domainOut-of-domainOverall
SyncNet Confidence64.17 (40.7)50.60 (35.2)40.19 (18.6)54.38 (29.7)
SyncNet Min Distance54.55 (40.7)59.04 (35.2)47.17 (18.6)53.46 (29.7)
SyncNet |Offset| (frames)65.06 (40.7)47.89 (35.2)41.86 (18.6)55.11 (29.7)
SynchFormer |Argmax​Offset| (s)63.8247.1350.5655.22
SynchFormer |Offset| (s)∗61.3046.6148.3552.71
Desync66.3448.9551.5156.89
Lip-sync Confidence63.10 (54.8)53.57 (47.5)42.98 (21.0)55.88 (38.2)
Javis Score∗60.0055.5154.9656.88

为什么重要

随着AI越来越多地同时生成视频和声音,如果没有真正贴合人类感受的评分标准,强化学习很可能把模型训偏,只会讨好指标而非真正提升质量。这项工作提供了可复用的评委模型、数据集和评测基准,为未来让视频音频生成AI更贴近人类喜好提供了一套可行方法。

本文术语

  • 强化学习(RL) · 让AI通过不断尝试并根据得分反馈来自我改进的训练方法
  • 奖励信号 · 强化学习中用来告诉AI其结果好坏程度的分数
  • 奖励作弊 · AI找到打分标准的漏洞,在不真正提升质量的情况下拿到高分
  • 思维链(CoT) · AI在给出最终答案前,先一步步说明推理过程的方式
  • GRPO · 一种强化学习方法,通过比较一组候选答案,给相对更优的答案更多奖励

论文原文摘要(英文)

Using reinforcement learning to post-train joint video-audio generation models requires a reward signal. Existing methods construct this reward by combining metrics for individual quality dimensions, including audio quality, visual fidelity, and synchronization. However, these metrics evaluate perceptual dimensions separately and fail to capture the overall semantic and temporal coherence among the text prompt, video, and audio that shapes human preferences. Optimizing models against these metrics encourages reward hacking, generating video-audio content that achieves high scores on these metrics yet appears incoherent or unfaithful to human viewers. To address this problem, we first construct a large-scale human-preference dataset VAPref-10K for joint video-audio generation, comprising 9K prompts and 10.3K fine-grained paired comparisons from open-source generation models. We also introduce the VA-Judger-Bench benchmark with both in-domain and out-of-domain model comparisons to evaluate whether reward models truly align with human preferences. We further propose VA-Judger, a chain-of-thought omni-reward model for joint video-audio generation. In particular, VA-Judger first learns from pairs with clear quality gaps to establish structured output and coarse preference discrimination, then distills reliable preference explanations for harder near-quality comparisons via rejection sampling verified against human annotations, and finally performs dimension-wise reinforcement learning that decomposes human feedback into individual quality dimensions for denser reward signals than a single binary preference label. Experiments show that VA-Judger outperforms metric baselines in predicting human preferences on both in-domain and out-of-domain evaluations. Using its human-aligned rewards for post-training audio-video generation model also yields significant improvements in generation quality.

作者 · Yinming Huang

在 arXiv 阅读

最新论文

全部论文 →

METAL LAB 最新报道

图片来源: Yinming Huang et al., arXiv:2608.18607, CC BY 4.0