Search papers, labs, and topics across Lattice.
This paper addresses the 2026 SoccerNet VQA Challenge by introducing a novel data synthesis pipeline that leverages a Vision-Language Model (VLM) to convert raw data into varied visual question answering (VQA) samples. The authors present MSUE, a multi-expert architecture that utilizes a Large Language Model (LLM) to route questions to specialized experts in text, image, and video, enhancing the overall VQA performance. Achieving an impressive accuracy of 0.95, MSUE secured third place on the challenge leaderboard, demonstrating its effectiveness in multi-modal understanding tasks.
Achieving 95% accuracy, MSUE's innovative multi-expert architecture redefines how we approach visual question answering in complex domains.
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.