Understanding Complexity in VideoQA via Visual Program Generation

Abstract

We propose a data-driven approach to analyzing query complexity in Video Question Answering (VideoQA). Previous efforts in benchmark design have relied on human expertise to design challenging questions, yet we experimentally show that humans struggle to predict which questions are difficult for machine learning models. Our automatic approach leverages recent advances in code generation for visual question answering, using the complexity of generated code as a proxy for question difficulty. We demonstrate that this measure correlates significantly better with model performance than human estimates. To operationalize this insight, we propose an algorithm for estimating question complexity from code. It identifies fine-grained primitives that correlate with the hardest questions for any given set of models, making it easy to scale to new approaches in the future. Finally, to further illustrate the utility of our method, we extend it to automatically generate complex questions, constructing a new benchmark that is 1.9 times harder than the popular NExT-QA.

Cite

Text

Eyzaguirre et al. "Understanding Complexity in VideoQA via Visual Program Generation." Proceedings of the 42nd International Conference on Machine Learning, 2025.

Markdown

[Eyzaguirre et al. "Understanding Complexity in VideoQA via Visual Program Generation." Proceedings of the 42nd International Conference on Machine Learning, 2025.](https://mlanthology.org/icml/2025/eyzaguirre2025icml-understanding/)

BibTeX

@inproceedings{eyzaguirre2025icml-understanding,
  title     = {{Understanding Complexity in VideoQA via Visual Program Generation}},
  author    = {Eyzaguirre, Cristobal and Vasiljevic, Igor and Dave, Achal and Wu, Jiajun and Ambrus, Rares Andrei and Kollar, Thomas and Niebles, Juan Carlos and Tokmakov, Pavel},
  booktitle = {Proceedings of the 42nd International Conference on Machine Learning},
  year      = {2025},
  pages     = {15613-15636},
  volume    = {267},
  url       = {https://mlanthology.org/icml/2025/eyzaguirre2025icml-understanding/}
}