Classification-Regression for Chart Comprehension
About
Chart question answering (CQA) is a task used for assessing chart comprehension, which is fundamentally different from understanding natural images. CQA requires analyzing the relationships between the textual and the visual components of a chart, in order to answer general questions or infer numerical values. Most existing CQA datasets and models are based on simplifying assumptions that often enable surpassing human performance. In this work, we address this outcome and propose a new model that jointly learns classification and regression. Our language-vision setup uses co-attention transformers to capture the complex real-world interactions between the question and the textual elements. We validate our design with extensive experiments on the realistic PlotQA dataset, outperforming previous approaches by a large margin, while showing competitive performance on FigureQA. Our model is particularly well suited for realistic questions with out-of-vocabulary answers that require regression.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Visual Question Answering | PlotQA | Accuracy (v1)76.9 | 25 | |
| Visual Question Answering | FigureQA Alternate color scheme (val) | Accuracy85.04 | 10 | |
| Visual Question Answering | FigureQA Alternate color scheme (test) | Accuracy84.77 | 8 | |
| Chart Question Answering | DVQA | Accuracy82.14 | 6 | |
| Chart Question Answering | PlotQA D1 v1 (test) | Score S96.13 | 4 | |
| Visual Question Answering | FigureQA Original color scheme (test) | Accuracy94.23 | 4 | |
| Chart Question Answering | DVQA-D (test) | -- | 4 | |
| Chart Question Answering | PlotQA D2 v1 (test) | Score S96.23 | 3 | |
| Chart Question Answering | PlotQA D2 (test) | Structural Accuracy0.9623 | 3 | |
| Visual Question Answering | FigureQA Original color scheme (val) | Accuracy94.61 | 3 |