Response to Reviewer Fa1W
We thank the reviewer for their helpful comments and for recognizing that our proposed surrogate tasks such as object detection, re-identification, and tracking, endows our LRR model with the required low-level visual capabilities.
**Synthetic datasets:** We would like to emphasize that recent work has shown that even on synthetic datasets such as ACRE, state of the art LLMs such as GPT-4 do not perform well (Gendron et. al. 2023). Moreover, we include results on the challenging real-world Something-Else dataset in Section 4.2. We additionally include results on the challenging real-world STAR (Wu et. al. 2021) dataset below and in Appendix B in the paper.
Specifically, note that the results in Fig. 4 and Fig. 7 (Appendix) on Something-Else clearly show that our LRR model can deal with visually complex real-world scenarios. Our LRR model can deal with: severe occlusions, e.g., the silver ball in Fig. 4 bottom row is occluded by the hand; severe deformations, e.g., the piece of paper in Fig. 7 second row which is torn into two pieces; severe changes in appearance, e.g., the pen in Fig. 7 third row. It outperforms the state of the art STIN + OIE + NL model and the recently proposed Video-ChatGPT multi-modal LLM by a significant margin.
We additionally include results on the visually complex STAR dataset in Appendix B. The STAR benchmark (https://bobbywu.com/STAR/) consists of questions built upon real-world videos associated with human actions and interactions. Our LRR model with an OPT-350M LM backbone **achieves 66.7% accuracy** and outperforms prior state of the art models such as SeViLA (Yu et. al., 2023), Internvideo (Wang et.al. 2022) and BLIP-2 (Li et. al. 2023). Further details can be found in Appendix B, where we also include ablations of our LRR model (w/o Surrogate tasks) which highlights the advantage of using surrogate tasks during training.
| Method | Int. | Seq. | Pre. | Fea. | Overall|
| -------- | :-------: | :-------: | :-------: | :-------: | :-------: |
| Internvideo | 62.7 | 65.6 | 54.9 | 51.9 | 58.7 |
| BLIP-2 | 65.4 | 69.0 | 59.7 | 54.2 | 62.0 |
| SeViLA | 63.7 | 70.4 | 63.1 | **62.4** | 64.9 |
| LRR (ours) | **79.6** | **71.3** | **63.2** | 52.8 | **66.7** |
Note that methods such as SeViLA are trained on a much larger set of image/video - text pairs and, use the 4.1B parameter BLIP as a video encoder and the 3B parameter Flan-T5 XL as an language model (c.f. Section 4.4 in Yu et al. (2023)). In contrast, our LRR model is trained on a much smaller dataset but one that includes low-level surrogate tasks to endow the model with the requisite low-level visual capabilities.
Finally, in terms of visual complexity, CATER (especially the moving camera split) is complex and challenging as shown in Fig. 5. The results in Fig. 5 and Table 3 indicate that our LRR model can not only detect occlusions for tracking the snitch, but also understand camera motion based just on visual observations, e.g., motion of the background.
To conclude, the results on Something-Else, STAR, CATER and ACRE clearly show that our LRR model can deal with highly varied complex real-world visual inputs and reasoning tasks.
**Classical models:** We would like to emphasize that we include powerful transformer-based models in our evaluation. In Table 1, we include the recently proposed state of the art OpenFlamingo (Awadalla et al., 2023) multimodal LLM as a baseline. Furthermore, IV-CL (Sun et al., 2023) and ALOE (Ding et. al., 2021) in Table 1 are also large transformer based models. In Table 2, we include the recently proposed state of the art Video-ChatGPT (Maaz et al., 2023) multimodal LLM as a baseline. In Table 3, we compare to the large transformer based IV-CL (Sun et al., 2023) and ALOE (Ding et. al., 2021) models. In Table 5 (Appendix), we compare to SeViLA (Yu et. al., 2023), Internvideo (Wang et.al. 2022) and BLIP-2 (Li et. al. 2023), all of which are large multi-modal transformer based models. Note that, we are first to propose the use of language models for solving complex reasoning tasks such as causal and spatiotemporal compositional reasoning, while ensuring that we always compare to state of art models across all tasks. We will clarify further in the final version.
**References**
[1] STAR: A Benchmark for Situated Reasoning in Real-World Videos, Wu et. al. NeurIPS 2021.
[2] Self-Chained Image-Language Model for Video Localization and Question Answering, Yu et. al. arXiv 2023.
[3] Blip-2: Bootstrapping language-image pre-training with frozen image encoders and large language models, Li et. al. arXiv 2023.
[4] Internvideo: General video foundation models via generative and discriminative learning, Wang et. al., arXiv 2023.
[5] Large Language Models Are Not Abstract Reasoners, Gendron et. al. arXiv 2023.