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** |