paper-with-me

Papers

Sports-QA: A Large-Scale Video Question Answering Benchmark for Complex and Professional Sports

2024-01-03 · Haopeng Li, Andong Deng, Jun Liu, Hossein Rahmani, Yulan Guo, Bernt Schiele, Mohammed Bennamoun, Qiuhong Ke

Reasoning over sports videos for question answering is an important task with numerous applications, such as player training and information retrieval. However, this task has not been explored due to the lack of relevant datasets and the challenging nature it presents. Most datasets for video question answering (VideoQA) focus mainly on general and coarse-grained understanding of daily-life videos, which is not applicable to sports scenarios requiring professional action understanding and fine-grained motion analysis. In this paper, we introduce the first dataset, named Sports-QA, specifically designed for the sports VideoQA task. The Sports-QA dataset includes various types of questions, such as descriptions, chronologies, causalities, and counterfactual conditions, covering multiple sports. Furthermore, to address the characteristics of the sports VideoQA task, we propose a new Auto-Focus Transformer (AFT) capable of automatically focusing on particular scales of temporal information for question answering. We conduct extensive experiments on Sports-QA, including baseline studies and the evaluation of different methods. The results demonstrate that our AFT achieves state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:2401.01505

Code (1)

hoplee6/sports-qa 공식 구현

Tasks

Action UnderstandingcounterfactualInformation RetrievalQuestion AnsweringRetrievalVideo Question Answering

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Towards Temporal Compositional Reasoning in Long-Form Sports Videos

2026-04-24 · Siyu Cao, Lu Zhang, Ruizhe Zeng, Zhi-yong Liu arxiv

Sports videos are a challenging domain for multimodal understanding because they involve complex and dynamic human activities. Despite rapid progress in Multimodal Large Language Models (MLLMs), long-horizon reasoning in…

FineQuest: Adaptive Knowledge-Assisted Sports Video Understanding via Agent-of-Thoughts Reasoning

2025-09-15 · Haodong Chen, Haojian Huang, XinXiang Yin, Dian Shao arxiv

Video Question Answering (VideoQA) based on Large Language Models (LLMs) has shown potential in general video understanding but faces significant challenges when applied to the inherently complex domain of sports videos.…

Video Question Answering

Breakdance Video classification in the age of Generative AI

2025-10-23 · Sauptik Dhar, Naveen Ramakrishnan, Michelle Munson arxiv

Large Vision Language models have seen huge application in several sports use-cases recently. Most of these works have been targeted towards a limited subset of popular sports like soccer, cricket, basketball etc; focusi…

Visual Question AnsweringVideo Classification

QASports: A Question Answering Dataset about Sports

2023-09-25 · Simpósio Brasileiro de Bancos de Dados - Dataset Showcase Workshop 2023 9 · Pedro Calciolari Jardim, Leonardo Mauro Pereira Moraes, Cristina Dutra Aguiar

Sport is one of the most popular and revenue-generating forms of entertainment. Therefore, analyzing data related to this domain introduces several opportunities for Question Answering (QA) systems, such as supporting ta…

Decision MakingQuestion Answering

EgoEsportsQA: An Egocentric Video Benchmark for Perception and Reasoning in Esports

2026-04-14 · Jianzhe Ma, Zhonghao Cao, Shangkui Chen, Yichen Xu 외 arxiv

While video large language models (Video-LLMs) excel in understanding slow-paced, real-world egocentric videos, their capabilities in high-velocity, information-dense virtual environments remain under-explored. Existing …