Paper Overview
- Field: Computer Vision
- Authors: Guohui Zhang, XiaoXiao Ma, Jie Huang, Hang Xu, Hu Yu, Siming Fu, Yuming Li, Zeyue Xue, Lin Song, Haoyang Huang, Nan Duan, Feng Zhao
- arXiv: 2605.12480
Abstract
Recent advances in joint audio-video generation have been remarkable, yet real-world applications demand strong per-modality fidelity, cross-modal alignment, and fine-grained synchronization. Reinforcement Learning (RL) offers a promising paradigm, but its extension to multi-objective and multi-modal joint audio-video generation remains unexplored.
The authors' in-depth analysis reveals three primary obstacles to applying RL in this setting:
1. Multi-objective advantage inconsistency: the advantages of multimodal outputs are not always consistent within a group. 2. Multi-modal gradient imbalance: video-branch gradients leak into shallow audio layers responsible for intra-modal generation. 3. Uniform credit assignment: fine-grained cross-modal alignment regions fail to be effectively explored.
These flaws indicate that naive RL fine-tuning with a single global advantage often yields suboptimal results.
The OmniNFT Framework
OmniNFT is a modality-aware online diffusion RL framework with three key innovations:
1. Modality-level advantage routing: routes independent per-reward advantages to their respective modality generation branches. 2. Inter-layer gradient surgery: selectively separates video-branch gradients on shallow audio layers while preserving gradients on cross-modal interaction layers. 3. Region-level loss reweighting: modulates policy optimization toward key regions associated with audio-video synchronization and fine-grained alignment.
Results
Experiments on JavisBench and VBench with an LTX-2 backbone demonstrate comprehensive improvements in audio and video perceptual quality, cross-modal alignment, and audio-video synchronization.
---
*Auto-collected on 2026-05-14.*