菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-10
📄 Abstract - MSUE: Multi-Modal Soccer Understanding Expert

This paper presents our solution to the 2026 SoccerNet VQA Challenge. We first develop a cost-effective data synthesis pipeline driven by a Vision-Language Model (VLM), which systematically restructures raw domain data into diverse VQA samples, including concise answers and long-form responses. Second, we propose MSUE, a multi-expert question answering architecture that employs a Large Language Model (LLM) to dynamically dispatch questions to text, image, and video experts. These experts are instantiated as a strong text baseline Gemini3-Flash, a fine-tuned Qwen3-VL, and an external knowledge base, respectively, working collaboratively to enhance VQA performance. MSUE achieves an accuracy of \textbf{0.95} on the challenge benchmark, securing third place in the leaderboard.

顶级标签: multi-modal sports llm
详细标签: soccer understanding vqa data synthesis expert system challenge solution 或 搜索:

多模态足球理解专家 / MSUE: Multi-Modal Soccer Understanding Expert


1️⃣ 一句话总结

本文提出了一种名为MSUE的多专家问答系统,通过低成本合成多样化的足球比赛问答数据,并让大语言模型动态调配文本、图像和视频专家协同工作,最终在SoccerNet VQA挑战中取得了95%的准确率和第三名的成绩。

源自 arXiv: 2606.12106