D-ORCA: Dialogue-Centric Optimization for Robust Audio-Visual Captioning
Changli Tang, Tianyi Wang, Fengyun Rao, Jing Lyu, Chao Zhang
TL;DR
D-ORCA tackles dialogue-centric audio-visual captioning by introducing a specialized RL framework (GRPO) with three rewards that target speaker attribution, content fidelity, and temporal grounding. It pairs a Q-Former–assisted audio-visual backbone with LoRA-tuned LLMs, trained through SFT, pre-DPO, and GRPO on a large bilingual dataset (DVD-Train) and evaluated on a dedicated benchmark (DVD-Bench). The approach yields state-of-the-art performance among open-source models in speaker identification, ASR accuracy, and temporal localization, while maintaining competitive results on general AV QA benchmarks, despite using 8B parameters. The work also provides robust, LLM-based evaluation protocols and demonstrates the importance of data curation (dialogue-rich English/Chinese videos) for improving dialogue-aware perception in multimodal systems.
Abstract
Spoken dialogue is a primary source of information in videos; therefore, accurately identifying who spoke what and when is essential for deep video understanding. We introduce D-ORCA, a \textbf{d}ialogue-centric \textbf{o}mni-modal large language model optimized for \textbf{r}obust audio-visual \textbf{ca}ptioning. We further curate DVD, a large-scale, high-quality bilingual dataset comprising nearly 40,000 multi-party dialogue videos for training and 2000 videos for evaluation in English and Mandarin, addressing a critical gap in the open-source ecosystem. To ensure fine-grained captioning accuracy, we adopt group relative policy optimization with three novel reward functions that assess speaker attribution accuracy, global speech content accuracy, and sentence-level temporal boundary alignment. These rewards are derived from evaluation metrics widely used in speech processing and, to our knowledge, are applied for the first time as reinforcement learning objectives for audio-visual captioning. Extensive experiments demonstrate that D-ORCA substantially outperforms existing open-source models in speaker identification, speech recognition, and temporal grounding. Notably, despite having only 8 billion parameters, D-ORCA achieves performance competitive with Qwen3-Omni across several general-purpose audio-visual understanding benchmarks. Demos are available at \href{https://d-orca-llm.github.io/}{https://d-orca-llm.github.io/}. Our code, data, and checkpoints will be available at \href{https://github.com/WeChatCV/D-ORCA/}{https://github.com/WeChatCV/D-ORCA/}.
