Summary
In this paper, the authors proposed Grounded-VideoLLM, which is a VideoLLM with superior capability in fine-grained video understanding which previous VideoLLMs lack.
To do so, a two-stream encoding network equipped with a conventional spatial encoder and a newly adopted temporal encoder is adopted.
Also, unified temporal tokens are used, which are tokens dedicated to timestamp representation, making it easier to represent timestep-related information.
With proposed methods and collected training dataset, including ones automatically created with the aid of GPT, Grounded-VideoLLM shows satisfactory performance on multiple fine-grained video understanding tasks, while also showing satisfactory performances on conventional coarse-grained tasks.
Strengths
1. Proposed architectures (two-stream encoding, unified temporal tokens) and training scheme (three-stage training including GPT-generated dataset) seem natural
2. Performance of Grounded-VideoLLM is validated on multiple temporal video understanding tasks, showing promising results compared to previous methods. Notably, Grounded-VideoLLM also shows satisfactory performances on general video understanding tasks, but not only on fine-grained tasks.
3. The paper is well-written and easy to follow, allowing one to understand key points
Weaknesses
1. For me, a temporal stream seems like a process of simply sampling more frames and pooling them in a way to preserve the temporal axis. Since the idea of pooling (or aggregating) information in a temporal axis for better temporal modeling is widely adopted, the novelty seems to be limited, although this work might be the first work to adopt the idea in VideoLLMs.
2. The idea of adopting temporal tokens dedicated to timestamp representation has already been proposed in previous works [1, 2]. Unified temporal tokens proposed in this work seem to have no significant difference from those works.
3. By adopting a temporal stream, a large number of tokens are additionally fed into LLMs, which may significantly increase the computation cost considering the decoder-only LLMs have time complexity quadratic to the number of tokens. A comparison of the number of tokens being fed into LLMs and the overall model throughput with SOTA VideoLLMs may be required.
4. Grounded-VideoLLM is built upon Phi3.5-Vision-Instruct, which is a relatively recent baseline. Since recent MLLMs may show better performance compared to MLLMs that baseline VideoLLMs have been built upon, performances of those VideoLLMs might not be comparable. Therefore, implementing the idea of Grounded-VideoLLM on MLLMs identical (or similar) to those of previous VideoLLMs might better show the effectiveness of the proposed methods.
Questions
Below is the summary of the review.
Please consider the weaknesses and the summary below for rebuttal.
**Summary**
Overall, the proposed architectures and training scheme seem to be an effective way to enhance a VideoLLMs’ fine-grained understanding ability, validated on multiple benchmarks.
However, the technical contribution seems limited, since the idea of the temporal stream is already well-known in the field of video understanding, and [1, 2] has already proposed an idea identical to the unified temporal tokens.
Also, the authors should better discuss the additional inference cost induced by adopting a temporal stream.
**References**
1. Qian et al., Momentor: Advancing Video Large Language Model with Fine-Grained Temporal Reasoning, ICML 2024
2. Yang et al., Vid2Seq: Large-Scale Pretraining of a Visual Language Model for Dense Video Captioning, CVPR 2023