Author Response to Reviewer SXnA
We are grateful to the reviewer for the valuable insights and suggestions. In the following, we provide point-by-point responses to each concern.
**Marginal improvements of the modules** (Weakness 1)
The performance gain brought by the combination of the three modules is indeed relatively modest. However, we would like to emphasize the complementary nature of the proposed modules. As discussed in Section 4.4, the reasoning module primarily improves the performance on the unseen split (due to enhanced generalization ability), the label refinement stage is particularly beneficial for the seen split (as the refined labels directly contribute to a better understanding of seen object categories), and the alignment loss benefits both splits (due to the robustness brought by introducing exocentric images). From the results in Table 2, each module demonstrates its intended effect, supporting the validity of our design. Moreover, by employing all three modules together, the model can achieve consistent and significant improvements over our baseline model across both splits. Therefore, we believe the design of these three modules is well-justified. As a whole they can make full use of the hints from the exocentric images, the textual input, and the pseudo labels.
**Effects of foundation model aided alignment stage** (Weakness 2 \& Question 2)
We provide in-depth ablation study on the alignment process in Appendix D.3, and the results are shown in Table 8. We copy the table here for ease of reference.
| | KLD$\downarrow$ | SIM$\uparrow$ | NSS$\uparrow$ |
| ------------------------ | --------------- | ------------- | ------------- |
| Ours-baseline | 1.256 | 0.428 | 1.346 |
| +alignment w.o. obj mask | 1.259 | 0.422 | 1.312 |
| +alignment w. obj mask | **1.176** | **0.437** | **1.407** |
By examining the effect of using the exocentric object masks ($M^{\text{exo}}_{\text{obj}}$) in
the alignment process, we found that the cross-view feature alignment is not helpful without the masks. Focusing on the object area has a significant advantage over globally pooling the exocentric feature maps, since it excludes the irrelavent information from the alignment process.
In Appendix D.3, we have also conducted ablation studies on the design of the reasoning module, the post-processing strategy of the refinement stage, the choice of the encoder (based on Reviewer 7PPq's suggestion), and the choice of the VFM (based on Reviewer Yqjp's suggestion). Please let us know if there are further concerns.
**Need of exocentric images** (Weakness 3)
The proposed method indeed relies on exocentric images. However, we believe that unlabeled exocentric images, which do not need to be strictly paired with egocentric images (i.e., they may have different object instances), are relatively easy to obtain, especially when compared to pixel-level affordance annotations. For example, such images can be sourced from the internet (by searching for "\[affordance category\] \[object category\]"), video datasets capturing human activities, or generative models.
**Relation with cross-view alignment in feature learning** (Question 1)
To the best of our knowledge, alignment between multiple views is a common strategy in self-supervised learning (e.g., SimCLR[1], DINO[2]). These works leverage the consistency between different augmented views of the same image to learn high-quality visual features. In the context of our task, however, the egocentric/exocentric views (as defined by Cross-View-AG[3]) are unrelated to augmentations. Instead, they refer to two distinct images containing objects of the same category but in different states. Consequently, the view alignment in feature learning is fundamentally different from our alignment process. While the former focuses on consistency under perturbations, the latter aims to transfer specific knowledge from the exocentric view to the egocentric view.
[1] A simple framework for contrastive learning of visual representations. ICML 2020
[2] Emerging Properties in Self-Supervised Vision Transformers. ICCV 2021
[3] Learning affordance grounding from exocentric images. CVPR 2022
We hope the responses above have addressed the reviewer's concerns, and we are always open to further dicussions.