SlowFocus: Enhancing Fine-grained Temporal Understanding in Video LLM

Large language models (LLMs) have demonstrated exceptional capabilities in text understanding, which has paved the way for their expansion into video LLMs (Vid-LLMs) to analyze video data. However, current Vid-LLMs struggle to simultaneously retain high-quality frame-level semantic information (i.e., a sufficient number of tokens per frame) and comprehensive video-level temporal information (i.e., an adequate number of sampled frames per video). This limitation hinders the advancement of Vid-LLMs towards fine-grained video understanding. To address this issue, we introduce the SlowFocus mechanism, which significantly enhances the equivalent sampling frequency without compromising the quality of frame-level visual tokens. SlowFocus begins by identifying the query-related temporal segment based on the posed question, then performs dense sampling on this segment to extract local high-frequency features. A multi-frequency mixing attention module is further leveraged to aggregate these local high-frequency details with global low-frequency contexts for enhanced temporal comprehension. Additionally, to tailor Vid-LLMs to this innovative mechanism, we introduce a set of training strategies aimed at bolstering both temporal grounding and detailed temporal reasoning capabilities. Furthermore, we establish FineAction-CGR, a benchmark specifically devised to assess the ability of Vid-LLMs to process fine-grained temporal understanding tasks. Comprehensive experiments demonstrate the superiority of our mechanism across both existing public video understanding benchmarks and our proposed FineAction-CGR.

Paper

References (44)

Scroll for more · 32 remaining

Similar papers

Peer review

Reviewer bGgU4/10 · confidence 5/52024-06-26

Summary

This paper focuses on the video LLMs (Vid-LLMs) area and attempts to improve the fine-grained video understanding. The authors design modules and training data to identify relevant temporal segments based on the given query and then generate outputs based on the identified segments.

Strengths

Overall, the writing is well-organized and easy to follow. The strengths can be summarized as follows: 1. This work introduces a two-stage inference strategy into the Vid-LLMs area, following the coarse-to-fine mode. Such a strategy provides a new perspective for enhancing video understanding. 2. This work proposes a new benchmark FineAction-CGR to assess the ability of Vid-LLMs to process fine-grained temporal understanding tasks, which provides a new perspective to evaluate Vid-LLMs' capabilities.

Weaknesses

There are some weaknesses listed as follows: 1. Although the proposed coarse-to-fine reasoning approach is relatively novel in Vid-LLMs, I have concerns about its practicality. Firstly, this reasoning method nearly doubles the inference cost for the same question compared to other methods. Secondly, the accuracy of the final response heavily relies on the accuracy of event localization in the first stage. According to the benchmark validation provided by the authors, even when trained on proprietary data, SlowFocus only barely meets the passing mark in temporal grounding mIoU. This significantly impacts the accuracy of temporal reasoning in the second stage. 2. The authors chose relatively weak baselines and attempted to claim the superiority of their results. I suggest comparing their method with MovieChat [1] and VideoChat2 [2] to substantiate their claims of advancement. Moreover, despite using more data than LLaMA-VID, their performance on various benchmarks is not significantly better than LLaMA-VID, raising questions about the effectiveness of this two-stage approach. 3. The authors need to validate the effectiveness of their two-stage model on benchmarks involving long videos, which is crucial to substantiate their claims. For instance, they could use benchmarks like EgoSchema and MovieChat-1K for this purpose. [1] MovieChat: From Dense Token to Sparse Memory for Long Video Understanding. CVPR 2024 [2] MVBench: A Comprehensive Multi-modal Video Understanding Benchmark. CVPR 2024

Questions

See weaknesses above.

Rating

4

Confidence

5

Soundness

3

Presentation

3

Contribution

3

Limitations

N/A

Authorsrebuttal2024-08-12

Thanks for the valuable comments. First, we would like to clarify that our work is not specifically designed for long videos but rather focusing on fine-grained video understanding, independent of video length. Even **short videos** with fine-grained temporal tasks present significant challenges for existing VLMs, as demonstrated by our benchmark evaluation in **Table 1** of the main paper. In addition, the ablations in **Table 3** of the main paper, that mixed-frequency sampling brings significant performance improvement on fine-grained video understanding, strongly support the effectiveness of our proposed approach (i.e., event localization and video slicing) on **short video benchmarks**. Second, we have additionally test our method on **MovieChat-1K** in our last response, which is a widely used long video benchmark. We now provide the results on **EgoSchema**, as detailed in the tables below. | Method | Acc | |--------------|------| | FrozenBiLM | 26.9 | | VIOLET | 19.9 | | InternVideo | 32.1 | | LLoVi-7B | 33.5 | | Vamos | 36.7 | | LangRepo-12B | 41.2 | | Ours | 39.7 | The results further demonstrate that, despite **not being specifically trained** on long video datasets, our method still achieves competitive performance. We will include more evaluation results on other long video benchmarks (such as Video-MME) in the revision. Hope our response helps the reviewer's final recommendation. Thank you!

Authorsrebuttal2024-08-14

Dear Reviewer bGgU Thanks again for the valuable comments and suggestions. As the discussion phase is nearing its end, we wondered if the reviewer might still have any concerns that we could address. We believe our results on long video benchmarks (including **MovieChat-1K** and **EgoSchema**) addressed the questions/concerns. It would be great if the reviewer can kindly check our responses and provide feedback with further questions/concerns (if any). We would be more than happy to address them. Thank you! Best wishes, Authors

Reviewer 6ATY6/10 · confidence 5/52024-07-09

Summary

This paper focuses on fine-grained video understanding with large language models. Current works suffer from the dilemma between the per-frame token number and temporal sampling frequency to maintain an acceptable sequence length into the language model. The authors propose to sample a global view with low sampling frequency to perceive the temporal positions that are related to the question, then sample the frames within the predicted temporal window with high frequency for fine-grained video perception. The proposed dataset FineAction-CGR can well reflect the ability in temporal grounding and fine-grained question answering.

Strengths

1. The exploration in the per-frame token number and temporal sampling frequency for video understanding is important and fundamental. 2. The authors propose to first perceive the related temporal window and then densely sample the frames within the temporal span. The architecture makes sense and is suitable for fine-grained video captioning and question answering while maintaining computation efficiency. 3. The dataset can evaluate the temporal grounding and fine-grained video understanding ability and could make contribution to the progress in video understanding with large language models.

Weaknesses

1. How is the duration of the videos for temporal grounding evaluation? Will the low frequency sampling result in the $h_L$ to lose much information in excessively long videos? 2. In Fig.2, the temporal grounding derives from the low frequency sampled video features. Why the high frequency sampling also has impact on the temporal grounding performance? 3. The architecture of the temporal encoder is not illustrated. 4. In Table 5, what does Fps=64 mean? The video dataset usually contains videos with around 30 fps, how does 64 fps work? 5. The proposed method presents overwhelming advantage on the proposed FineAction-CGR dataset while the improvement on other benchmarks are marginal. I understand it is because the rest are comparatively easy and of coarse-grained. However, it is better to provide the evaluation on other challenging video benchmarks like long video datasets, e.g., EgoSchema [1], MovieChat [2] to validate the effectiveness of the temporal grounding in long sequences for more comprehensive comparison. [1] Mangalam, Karttikeya, Raiymbek Akshulakov, and Jitendra Malik. "Egoschema: A diagnostic benchmark for very long-form video language understanding." Advances in Neural Information Processing Systems 36 (2024). [2] Song, Enxin, et al. "Moviechat: From dense token to sparse memory for long video understanding." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. 2024.

Questions

How do you condense each frame into $N_v$ tokens?

Rating

6

Confidence

5

Soundness

3

Presentation

3

Contribution

3

Limitations

The authors have discussed the limitations on the resolution.

Authorsrebuttal2024-08-12

Thanks for the valuable comments. We address the remaining concerns as follows: **Q1**: The duration of temporal grounding tasks typically ranges from 1 to 10 seconds. Is it the temporal length of the target grounding segment? What is the duration of the whole video? And what is the ratio of the target clip of the input video? **A**: Yes, it is the length of the temporal grounding task. The duration of the whole video varies from 30s to 15min. According to our statistics, the average ratio of the target clip to the total video length is 4.28%. **Q2**: The improvements on MovieChat benchmark seem marginal. I wonder how you deal with the breakpoint mode. Did you use the grounding ability to select the related segments that help answer the breakpoint mode questions? **A**: Given that the official repository of MovieChat does not provide a general evaluation code for methods not designed for breakpoint mode (e.g., VideoLLaMA and LLaMA-VID), we adapt by converting the time mentioned in the breakpoint mode questions into discrete values (normalized between 000 and 999). These values are then incorporated into the questions, such as ``What might happen next at 154?``. While directly feeding the key frame information in the question is **less favorable** for our method—particularly because MovieChat uses ground-truth keyframe features as input—we still observe that our performance **remains competitive, especially in breakpoint mode** (lags by only 0.2 in Acc). We actually leverage target temporal grounding to assist in selecting relevant segments, and observe a significant performance improvement compared to when the target temporal grounding is disabled, as detailed in the table below. | Method | LLM | Target temporal grounding | Global mode (Acc) | Global mode (Score) | Breakpoint mode (Acc) | Breakpoint mode (Score) | |--------|-----------|---------------------------|-------------------|---------------------|-----------------------|-------------------------| | Ours | Vicuna-7B | × | 52.4 | 2.77 | 41.8 | 2.19 | | Ours | Vicuna-7B | √ | **58.6** | **3.14** | **48.1** | **2.53** |

Reviewer 6ATY2024-08-13

Thanks for the response. Given that the model is not trained on long video data, the performance is acceptable and the ablation is convincing. I maintain weak accept and agree with other reviewers that the authors are expected to supplement the experiments on long videos in the revised version to make this work more significant.

Authorsrebuttal2024-08-14

Dear Reviewer 6ATY We appreciate the reviewer's time for reviewing and thanks again for the valuable comments. We will include the experiments on long videos and refine the paper as suggested in the revision. Best wishes Authors

Reviewer uGD46/10 · confidence 4/52024-07-11

Summary

This works proposes “SlowFocus” to improve the balance between *tokens per frame* and *frames per video* used in Video LLMs. SlowFocus identifies video segments relevant to a given query and samples selected segments at high frequencies. The high frequency tokens are mixed with low frequency global video tokens. Authors propose suitable training strategies to learn the newly introduced layers. A new evaluation benchmark is also proposed by the authors.

Strengths

1. Motivation for work is well established 2. Clear explanation of proposed methodology 3. Evaluation benchmark contribution NOTE: Is the proposed dataset released publicly?

Weaknesses

1. **Motivation not justified:** The idea is to improve video LLM performance at a fixed compute. However, there are no results to evaluate the inference speed of proposed SlowFocus with prior works. Hence, the benefit of this approach over uniform sampling at a higher resolution is unclear. 2. **Table 1 Unfair:** It appears that prior works are zero-shot while SlowFocus is trained on this FineActionCGR dataset. This makes the comparison unfair. 3. **Table 2 Missing Details:** Is SlowFocus re-trained on this data? How many frames do the prior works use? What is their inference compute requirement in comparison? Also, can a simple VLM + LLM baseline like LLoVi [1] be added for comparison? This will give a better idea on usefulness of proposed method. 4. **Missing Ablations:** How does this compare against simply feeding the selected high-res frames and the global low-res frames (arranged in temporal order) into an existing Vid-LLM (e.g. LLoVi)? 5. [Minor] Related work [2] using spatial coordinates for same video tasks [1] LLoVi: https://arxiv.org/pdf/2312.17235 [2] Learning to Localize Objects Improves Spatial Reasoning in Visual-LLMs, CVPR 2024

Questions

N/A

Rating

6

Confidence

4

Soundness

2

Presentation

2

Contribution

2

Limitations

Addressed

Authorsrebuttal2024-08-12

Response to Reviewer uGD4 [1/2]

Thanks for the valuable comments. **Our code and dataset will be publicly released.** We address other concerns as follows. **Q1**: Motivation not justified. **1)** omitting important details on what dataset these results are on, compute used (GPUs) to benchmark inference times, how the baselines were implemented, and why the baselines are not at all competitive (baseline numbers significantly lower). **2)** More important, the concern of "benefit of this approach over uniform sampling at a higher resolution" remains unaddressed. **A**: **1)** Due to character limitations in the rebuttal, we were unable to include all the details in the table. We now provide the requested details as follows: + what dataset these results are on: FineAction-CGR benchmark. + compute used (GPUs): single V100. + how the baselines were implemented: we just follow the official implementation provided by each method. + why the baselines are not at all competitive: In fact we have provided comprehensive explanations in the main paper (line 261-264) that existing VLMs struggle with accurately predicting temporal segments and capturing fine-grained temporal details due to their lack of sensitivity to precise time boundaries. **2)** The term ``at a higher resolution`` in the reviewer’s original request is ambiguous. Typically, ``resolution`` refers to the ``size of image/video`` or ``spatial tokens per frame``. Therefore in our last response we responsed based on such interpretation. We now provide comparisons with uniform sampling at a higher frequency as requested, as detailed in table below. | Method | LoRA | Fps | mIoU | B | M | R | C | Acc | Score | |-----------|------|-----|-------|------|------|------|------|-------|-------| | LLaMA-VID | × | 1 | 0.35 | 0.16 | 0.12 | 0.11 | 0.23 | 15.65 | 0.87 | | LLaMA-VID | × | 2 | 0.32 | 0.18 | 0.17 | 0.3 | 0.83 | 20.19 | 1.1 | | LLaMA-VID | √ | 2 | 29.27 | 0.42 | 0.28 | 0.48 | 1.26 | 30.13 | 1.55 | | Ours | √ | 1 | **66.68** | **0.66** | **0.41** | **0.7** | **3.27** | **53.1** | **2.78** | For LLaMA-VID, increasing the fps to 2 (which also doubles the computational cost) resulted in a performance improvement. However, even with this adjustment, its performance was still significantly lower than ours. This indicates that simply increasing the sampling fps **yields only limited benefits while consuming significant computational resources**. Further increasing the fps is impractical, as it surpasses the maximum token length supported by existing open-source VLMs. This limitation underscores the advantage of our proposed method, which enhances effective fps without incurring additional computational cost. **Q2**: Unfair results comparisons. **1)** The new results in rebuttal further support how baselines used as comparison in the paper were unfair. **2)** While the authors newly introduce results where baselines are fine-tuned in the rebuttal, details of baseline fine-tuning is unclear. **3)** Also, only a single baseline is provided under these slightly fairer fine-tuning settings for comparison. **A**: **1)** We have discussed the reasons of subpar performance of baselines in the main paper (lines 261-264) that existing VLMs struggle with accurately predicting temporal segments and capturing fine-grained temporal details due to their lack of sensitivity to precise time boundaries. The data used in stage 3 includes tasks focused on temporal grounding and is specifically fine-grained. This is why the baseline's performance improves after fine-tuning with stage 3's data. We believe this further validates the importance of our benchmark and the rationale behind our stage 3 fine-tuning. Moreover, the remaining performance gap (44.3 in mIoU and 10.29 in Acc) further demonstrates the effectiveness of our proposed method. **2)** To ensure fairness, the implementation details of baseline fine-tuning (such as learning rate and LoRA rank) are just kept consistent with our method. **3)** Our method is easily plug-and-play and transferable to other baseline models. We have additionally implemented LLaVA-Next as the baseline. The fine-tuning details are kept consistent for fair comparison. The results on FineAction-CGR are shown in the table below, demonstrating that the LLaVA-Next baseline performs better than LLaMA-VID, but still lags behind our method. We will also consider adding more baseline comparisons in the revision. | Method | LoRA | Stage 3 | mIoU | B | M | R | C | Acc | Score | |-------------------|------|---------|-------|------|------|------|------|-------|-------| | LLaMA-VID | √ | √ | 22.38 | 0.23 | 0.2 | 0.37 | 1.03 | 24.81 | 1.26 | | LLaVA-NeXT | √ | √ | 25.96 | 0.25 | 0.25 | 0.41 | 1.2 | 26.93 | 1.39 | | Ours (LLaVA-Next) | √ | √ | **67.73** | **0.68** | **0.41** | **0.68** | **3.31** | **53.9** | **2.8** |

Authorsrebuttal2024-08-12

Response to Reviewer uGD4 [2/2]

**Q3**: Video QnA results. **1)** The baselines used are not the best currently. **2)** Also, agreeing with the sentiments of reviewer bGgU on need for some long-video QnA benchmarks. **A**: **1)** Thanks, in fact our method is easily plug-and-play and transferable to other baseline models. We have additionally implemented **LLaVA-Next** as the baseline. The results on ActivityNet-QA are in the table below. By incorporating LLaVA-Next as the baseline, our method achieves advanced results on ActivityNet-QA. We will also consider adding more baseline comparisons in the revision. | Method | LoRA | Acc | Score | |------------|------|------|-------| | LLaVA-NeXT | √ | 50.2 | 3.3 | | Ours | √ | **50.4** | **3.3** | **2)** Actually we have provided the evaluation results of our method on **MovieChat-1K** (in the response to reviewer bGgU) which is a widely used long video benchmark. We now provide the results on **EgoSchema**, as detailed in the tables below: | Method | Acc | |--------------|------| | FrozenBiLM | 26.9 | | VIOLET | 19.9 | | InternVideo | 32.1 | | LLoVi-7B | 33.5 | | Vamos | 36.7 | | LangRepo-12B | 41.2 | | Ours | 39.7 | The results further demonstrate that, despite not being specifically trained on long video datasets, our method still achieves competitive performance. **Q4**: Missing ablations. The authors avoid providing the requested ablations. **A**: First, we would like to clarify that we made every effort to provide the requested ablation experiments. However, the original request was somewhat unclear. Specifically, the terms ``high-res`` and ``low-res frames`` are confusing, as our paper does not introduce these concepts. Could the reviewer be more specific? Consequently, in our last response we conducted the ablations **according to the request** to ``simply feed the selected high-res frames and the global low-res frames``, which differs significantly from the reviewer's new comment of ``feeding all frames at that high frequency.`` Second, feeding all frames at such a high frequency is **impractical**. The valid fps for high-frequency frames averages around 10. Maintaining an fps of 10 with 64 tokens per frame is computationally infeasible. For example, a 1-minute video under this setting would result in **38,400** visual tokens, heavily challenging current open-source VLMs. This underscores a key advantage of our proposed method that it enhances valid fps while avoiding increased computational cost. Hope our response helps the reviewer's final recommendation. Thank you!

Reviewer uGD42024-08-12

Update review: weak accept

Appreciate the authors detailed response and new experimental results. Most concerns raised are clarified, hence updating my review to accept. However the current writing of the paper needs major modification based on the rebuttal. Please ensure all new information / updates provided in rebuttal are reflected in final version. 1. Highlight compute / inference costs to support motivation: Please include the results provides in rebuttal to support the authors claim that proposed method "enhances valid fps while avoiding increased computational cost", i.e. discuss clearly how a naive baseline would have increased costs, provide these numbers, and compare to authors method which achieves similar / better performance at a fraction of the costs. This is an important ablation to justify the motivation. 2. Explain more clearly why baselines are weak on CGR benchmark and explain the Stage 3 finetuning done on baselines to avoid unfair comparisons (while highlighting those results). Results on the newer LLaVA-NeXT baseline also further strengthen comparisons - please update tables with these results as well. Also use the new ActivityNet results in rebuttal. 3. The new results on long video benchmarks (particularly EgoSchema) is highly insightful. Include these results in the main paper, and if possible provide visualizations (possibly in appendix) for a few EgoSchema QnA examples of the frames selected by Stage 1 of the proposed model. This would further validate the generality of model's stage 1 setup on the somewhat out-of-domain long videos in EgoSchema. Apologies for the unclear wording on resolution in the original review, and thank you again for the extensive efforts by authors in providing a detailed rebuttal.

Authorsrebuttal2024-08-13

Dear Reviewer uGD4 We appreciate the reviewer's time for reviewing and thanks again for the valuable comments and the improved score! We will revise and refine the paper as suggested in the revision. Best wishes Authors

Reviewer et837/10 · confidence 5/52024-07-12

Summary

This paper designs a SlowFocus mechanism to allow Vid-LLM's input signals to combine both high frame rate and low frame rate inputs simultaneously. This addresses the issue of maintaining the effectiveness of input information within a limited context window in LLMs. Low frame rate inputs contain global information, while high frame rate inputs contain local details. Additionally, this paper proposes a Multiple-Frequency Mixing Attention mechanism to better integrate these inputs and a Temporal Relationship Modeling mechanism to preserve temporal relationships in the temporal dimension.

Strengths

1. The SlowFocus mechanism, which combines high frame rate and low frame rate inputs, is highly reasonable and efficient. 2. The Multiple-Frequency Mixing Attention mechanism and Temporal Relationship Modeling are appropriate technical designs. 3. The proposed three-stage training and corresponding dataset construction are rational. - The use of temporal grounding data for the second stage of training followed by video level instruction fine-tuning data for the third stage is highly instructive. 4. The FineAction-CGR benchmark fills the gap in the community for fine-grained video understanding evaluation. 5. The experiments in this paper are comprehensive, effectively demonstrating the validity of each design point. - The writing is clear and easy to understand.

Weaknesses

1. Line 126: Using the same letter "L" to represent both "Low" and "LLM" might appear confusing to readers. 2. Table 5: There is some confusion regarding whether this pertains to the low frame rate parts or the high frame rate parts. 3. Line 449: - What is the data ratio processed by GPT-4V and the Video Recaptioner Model? - Do their results show significant distribution differences? - Are you using GPT-4V to generate frame-by-frame videos or video captions? 4. The analysis on the effectiveness and rationality of the FineAction-CGR benchmark evaluation is insufficient.

Questions

1. Why is the visual encoder turned off in all stages? Some recent work also start open the gradient of CLIP encoder, would the results improve in your model if it were turned on? 2. Is the use of LoRA for pre-training due to resource constraints? Would full-rank training result in better performance?

Rating

7

Confidence

5

Soundness

4

Presentation

4

Contribution

4

Limitations

It is recommended to include comparisons with closed-source models such as Gemini Pro, GPT-4V, etc., to provide reference scores for FineAction-CGR benchmark in Table 1.

Reviewer bGgU2024-08-11

Answer to the authors

This work is designed to be more geared towards long video understanding. Otherwise for short videos, so-called event localization and video slicing wouldn't make much sense. However the authors didn't provide convincing results on long video benchmarks, and I needed comparative results on EgoSchema and Video-MME to see exactly how SlowFocus performs.

Reviewer et832024-08-11

Thanks for response.

The author has addressed most of my concerns. The ideas presented in this paper are quite ingenious. I do not believe that the combination of high and low-resolution inputs poses a computational efficiency issue. The author's strategy effectively addresses the challenge of long video understanding. I stand by my rating.

Authorsrebuttal2024-08-12

Dear Reviewer et83 We appreciate the reviewer's time for reviewing and thanks again for the valuable comments. Best wishes Authors

Reviewer uGD42024-08-12

Concerns unaddressed. Maintaining 'reject' rating.

Several issues were raised my reviewers and post-rebuttal most of these remain insufficiently addressed by the authors. 1. **Motivation not justified:** The first contribution, to quote the paper, is *"to resolve the prevalent trade-off in existing Vid-LLMs..."*. This trade-off is only valid at a fixed inference compute budget - the original paper had no discussion / evaluations regarding inference time compute. The authors provide two sets of new tables including inference time and tokens per frame in the rebuttal, however omitting important details on what dataset these results are on, compute used (GPUs) to benchmark inference times, how the baselines were implemented, and why the baselines are not at all competitive (baseline numbers significantly lower). More important, the concern of "benefit of this approach over uniform sampling at a higher resolution" remains unaddressed. Uniform sampling at a higher resolution (i.e. larger FPS) should be able to achieve the same effect of authors method and possibly perform at similar compute for the kind of short videos used in evaluation tasks. This is not discussed at all, and the motivation for using the authors proposal over this default (current norm papers cited in original review) is unclear. 2. **Unfair results comparisons:** The new results in rebuttal (LLaMA-VID mIoU increases from 0.35 -> 22.38 with fine-tuning) further support how baselines used as comparison in the paper were unfair. The authors introduced a new task and dataset (that baselines were not built for) and compared a fine-tuned version of their method with the zero-shot baselines. While the authors newly introduce results where baselines are fine-tuned in the rebuttal, details of baseline fine-tuning is unclear (their results maybe suboptimal due to unsuitable fine-tuning of those methods). Also, only a single baseline is provided under these slightly fairer fine-tuning settings for comparison. The unfair results comparison issue still remains unaddressed. 3. **Video QnA results:** The results on activity-net provide a better comparison. However, the baselines used are not the best currently. See https://paperswithcode.com/sota/zeroshot-video-question-answer-on-activitynet or https://arxiv.org/pdf/2403.04640 (ECCV '24). Also, agreeing with the sentiments of reviewer bGgU on need for some long-video QnA benchmarks. 4. **Missing ablations:** The authors avoid providing the requested ablations. In original review, frequency = temporal frequency (i.e. frame rate). The original request was not for "one that feeds selected high-frequency frames" into a baseline, but feeds all frames at that high-frequency (and concern 1 is how authors method is better than such a baseline). NOTE: Is the proposed dataset publicly released? This is unclear. The idea and method of the authors is interesting and could be valuable. However, in the current form, the paper lacks sufficient evaluation to verify its effectiveness and usefulness. Hence, voting to reject this paper.

Reviewer 6ATY2024-08-12

Thanks for the author response. Some of my concerns still remain. 1. The duration of temporal grounding tasks typically ranges from 1 to 10 seconds. Is it the temporal length of the target grounding segment? What is the duration of the whole video? And what is the ratio of the target clip of the input video? 2. The improvements on MovieChat benchmark seem marginal. I wonder how you deal with the breakpoint mode. Did you use the grounding ability to select the related segments that help answer the breakpoint mode questions?

Program Chairsdecision2024-09-25

Decision

Accept (poster)

© 2026 NYSGPT2525 LLC