Rebuttal comment to wggG
We thank the reviewer for the detailed comments. We are encouraged by the many positive remarks and will try our very best to address the reviewer’s concerns.
In the following, we provide detailed responses to the weaknesses and questions from the reviewer:
**W1**) *Potentially limited novelty.*
First of all, we are glad to see the reviewer acknowledge solid results, despite the concern. While it is true that we are inspired by previous work’s explorations on synthetic captions and contrastive/self-supervised learning, we would like to highlight a few points:
- It was previously not known that synthetic captions could benefit spatial understanding tasks, and the improvements are very significant (Tab 1). To the best of our knowledge, ours is the first paper to demonstrate this.
- We propose a novel dual image-text embedding learning technique, which shows strong results by combining synthetic and alt-text captions in the right way.
- We are the first to combine contrastive image-text learning with self-distillation and masked image modeling at the same time, showing that they can provide complementary strengths with positive synergy, and lead to outstanding experimental results in a broad range of tasks.
**W2**) *Incremental gains over CLIP and DINOv2.*
First, we would like to highlight that our main goal is to design a general-purpose method achieving strong performance across both spatial understanding and image-text tasks. CLIP and DINOv2 are disjoint models that lack capabilities on spatial understanding and image-text, respectively, while ours is the first model shown to provide strong results in both of these tasks.
Second, we highlight some strong performance improvements of our method compared to recent work:
- TIPS outperforms DINOv2 in fine-grained retrieval (UnED) by 9.2% absolute (Tab 2). Note that TIPS has close or better performance on other evals compared to DINOv2.
- TIPS outperforms the same-size ViT-g EVA-CLIP in absolute terms by 5.8% on COCO I→T, 9.1% on COCO T→I, 1.4% on Flickr I→T, 5.6% on Flickr T→I, as per Tab 4 (*relabeled to Tab 3 in latest version*). These are substantial improvements upon recent work.
**W3**) *Ablation study on impact of spatial coherence from the captions.*
Thank you for the suggestion. We would like to point out that this ablation study is already provided in Tab 1, showing that spatial tasks (segmentation and depth) improve significantly when using synthetic captions. Simply replacing the web captions by PaliGemma-generated ones improves segmentation by 10.1 percentage points and reduces depth RMSE by 0.076, which are big positive gains (compare Tab 1 (A) vs Tab 1 (B) “PaliGemma captions”).
Additionally, we provide more synthetic caption ablations in Table 5 (appendix), which help understand which components in the synthetic captions help spatial tasks – e.g., segmentation benefits significantly from listing the different objects in the image, while depth obtains a substantial boost when spatial relationships of scene content are described in the caption.
We hope that these results help alleviate the reviewer’s concern but are happy to continue the discussion in case there is any additional feedback.
**Q1**) *Ablations isolating the impact of synthetic captions on spatial tasks.*
This is the same as **W3**, see answer above.
**Q2**) *Alternative ways of introducing spatial awareness besides synthetic captions and masking.*
Yes, additional ways could include the use of dense annotations such as boxes and masks. Since these are generally expensive to collect, one possibility would be to use high-confidence boxes and masks produced by state-of-the-art off-the-shelf models as pseudo ground-truth annotations. We can also leverage synthetic captions of boxed regions to obtain richer grounded supervision, e.g. “a yellow city bike” instead of simply “bike” (which is usually what one would obtain with standard class names). In our paper, though, we aimed to keep our method as simple as possible without requiring any additional expensive annotation, which could complicate the model design, but this could be a fruitful research direction.
Additionally, we plan to explore modifications to our training strategy to enhance spatially-grounded multimodal learning. For example, one can leverage the text embedding to find the most text-aware patches in the image, and preferably mask them to incentivize the model to learn better visual representations.