CVApr 14, 2022

Measuring Compositional Consistency for Video Question Answering

UW
arXiv:2204.07190v219 citationsh-index: 78
Originality Incremental advance
AI Analysis

This addresses the issue of evaluating compositional consistency in video question answering models, which is incremental as it builds on existing benchmarks to provide deeper diagnostic insights.

The paper tackled the problem of understanding why state-of-the-art models struggle with compositional reasoning in video question answering by developing a question decomposition engine to create AGQA-Decomp, a benchmark with 2.3M question graphs and 4.55M sub-questions, and found that models often rely on incorrect reasoning or contradict themselves.

Recent video question answering benchmarks indicate that state-of-the-art models struggle to answer compositional questions. However, it remains unclear which types of compositional reasoning cause models to mispredict. Furthermore, it is difficult to discern whether models arrive at answers using compositional reasoning or by leveraging data biases. In this paper, we develop a question decomposition engine that programmatically deconstructs a compositional question into a directed acyclic graph of sub-questions. The graph is designed such that each parent question is a composition of its children. We present AGQA-Decomp, a benchmark containing $2.3M$ question graphs, with an average of $11.49$ sub-questions per graph, and $4.55M$ total new sub-questions. Using question graphs, we evaluate three state-of-the-art models with a suite of novel compositional consistency metrics. We find that models either cannot reason correctly through most compositions or are reliant on incorrect reasoning to reach answers, frequently contradicting themselves or achieving high accuracies when failing at intermediate reasoning steps.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes