VA-Judger: Reward Modeling from Human Preference Feedback for Joint Video-Audio Generation
Summary
VA-Judger is the first reward model for joint video-audio generation that uses human preference feedback to evaluate holistic quality, including a dataset and benchmark, and demonstrates significant improvements in human preference rates when applied to models like LTX-2.
View Cached Full Text
Cached at: 08/21/26, 04:10 AM
Paper page - VA-Judger: Reward Modeling from Human Preference Feedback for Joint Video-Audio Generation
Source: https://huggingface.co/papers/2608.18607 ๐ We are excited to introduceVA-Judger: Reward Modeling from Human Preference Feedback for Joint Video-Audio Generation, thefirst reward model specifically designed for joint video-audio generation.
Existing metrics typically evaluate video and audio separately, overlooking the holistic cross-modal coherence that shapes human preference. When used for post-training, these fragmented metrics may also lead to reward hacking, where metric scores improve without a corresponding improvement in perceptual quality.
Our key contributions include:
- VA-Judger, a reasoning-based omni-modal reward model that jointly assesses visual and audio quality, text alignment, audio-video synchronization, semantic coherence, and overall human preference.
- VAPref-10KandVA-Judger-Bench, which provide human preference annotations and a challenging benchmark covering both in-domain and out-of-domain video-audio generation models.
- A complete reward-modeling and post-training framework that uses VA-Judger to improve joint video-audio generation.
VA-Judger substantially outperforms single-dimensional metrics and omni-modal model baselines such as Qwen3-Omni. It also generalizes reliably to unseen closed-source generation models.
When used to post-train LTX-2, the resulting model achieves a62.30% human preference rate, compared with27.63%for the OmniNFT-trained version and10.08%for the original LTX-2. It also achieves the best performance on11 out of 13 objective metrics.
๐ Project:https://sharelab-sii.github.io/VA-Judger/ ๐ Paper:https://arxiv.org/abs/2608.18607 ๐ป Code:https://github.com/ShareLab-SII/VA-Judger ๐ค Models:https://huggingface.co/ShareLab-SII/VA-Judger ๐ Dataset:https://huggingface.co/datasets/ShareLab-SII/VA-Judger-Bench ๐ฎ Demo:https://www.youtube.com/watch?v=HUiEFLTY9-E
Further training code and the full VAPref-10K dataset will be released soon. Stay tuned!
Similar Articles
TuneJury: An Open Metric for Improving Music Generation Preference Alignment
TuneJury is an open-source pairwise reward model for text-to-music generation that provides calibrated preference scoring and generalizes across multiple downstream applications.
OmniVAE: An Audio-Video VAE with Cross-Modal Alignment for Joint Generation
OmniVAE is a jointly trained audio-video VAE that uses segment-level contrastive learning and feature distillation to align latent spaces, improving joint generation quality and synchronization in text-to-audio-video generation.
MSAVBench: Towards Comprehensive and Reliable Evaluation of Multi-Shot Audio-Video Generation
MSAVBench is the first comprehensive benchmark and adaptive evaluation framework for multi-shot audio-video generation, assessing 19 models across diverse tasks and achieving high alignment with human judgment.
DeltaRubric: Generative Multimodal Reward Modeling via Joint Planning and Verification
DeltaRubric is a research paper introducing a two-step multimodal preference evaluation approach using a single MLLM to improve reward modeling reliability through joint planning and verification.
Improving Text-to-Music Generation with Human Preference Rewards
This paper presents a text-to-music generation system that leverages reward conditioning, expert iteration, and preference tuning to improve audio quality within a 120M-parameter model, submitted to the ATTM Grand Challenge at ICME 2026.