Reply to Reviewer iSU1 (Continued)
> For the W1, it would be better to clarify the evaluation setup in the final manuscript.
We thank the reviewer for their suggestion. For better clarity, we have already elaborated this in our rebuttal by adding new tables and figures with captions clearly stating the evaluation configuration for all baselines and ContextSSL (as shown in the attached rebuttal document). We will make sure to add this clarification to our revised manuscript too.
---
> Similarly, for Table 4 of the attached pdf, the performance of SimCLR is also underestimated to justify the benefit of understanding the context compared to the SSLs.
We would like to highlight that our context merely consists of **unlabeled data** of the form $(x, a, x^+)$ and, thus, does **not** provide any information about the downstream label ($y$). These unlabeled data pairs are generated with data augmentations of training data and thus do not provide extra supervision to the model. Therefore, it is indeed a fair comparison with SimCLR/VICReg since both representations are obtained **with only unlabeled data**. We apologize for this confusion and will definitely make it clearer throughout the paper.
---
> I agree with the author that SSLs can benefit from understanding context. but, I still couldn't find the benefit of in-context learning from the experimental justifications. SSLs can utilize linear or simple MLP headers to adapt the new tasks in a few-shot manner (like few-context), and this ability to adapt to the tasks may be better with recent state-of-the-art SSLs, like Dino (v1 or v2) or MoCo v3 too.
In our evaluation, we trained a linear head for color prediction and an MLP head for rotation prediction on SimCLR features, following [1]. As shown in Table S1, even with fine-tuning on the same few-shot samples, SimCLR falls short in performance on equivariant tasks of color and rotation prediction compared to ContextSSL.
As discussed in the paper, ContextSSL fundamentally differs from previous SSL paradigms (SimCLR, DINO, MoCo); Previous SSL methods learn features with **a given set of augmentations**, which requires the model to ignore certain augmentations, like color and rotation. Instead, ContextSSL does not drop any information during pretraining but models the feature symmetry to be dependent on the context. The experiments above clearly demonstrate this — ContextSSL significantly outperforms SimCLR in preserving color and rotation information. We believe that this comparison provides strong evidence to demonstrate that our method has clear gains over existing SSL paradigms.
---
*We thank the reviewer again for their constructive feedback, which has helped us clarify and improve our work. If the reviewer finds our revisions satisfactory, we hope that they would kindly consider re-evaluating our work.*
---