Paper Overview
- Research area: Computer Vision (CV)
- 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
- Multi-objective advantage inconsistency: advantages of multimodal outputs are not always consistent within a group.
- Multi-modal gradient imbalance: video-branch gradients leak into shallow audio layers responsible for intra-modal generation.
- Uniform credit assignment: fine-grained cross-modal alignment regions are not effectively explored.
Key points
Joint audio-video generation has advanced rapidly, but real-world applications demand strong per-modality fidelity, cross-modal alignment, and fine-grained synchronization. While reinforcement learning (RL) is a promising paradigm, extending it to multi-objective, multi-modal joint generation remained unexplored.
The paper first identifies three main obstacles to applying RL in this setting:
The OmniNFT framework
OmniNFT is a modality-wise 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 critical regions related to 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*