Further Clarification of Reviewers' Concerns: Providing Deeper Insights
Thank you for your response. Before addressing your concerns individually, we would like to re-emphasize that [1] and TEEN are focused on different tasks, namely FSOD and FSCIL, respectively. Furthermore, let us recapitulate the main differences between [1] and TEEN.
- First, [1] heavily relies on an external semantic similarity source, such as WordNet, to identify the most similar base class for each novel class. As mentioned in [1], the assigning policy is a crucial component in the association step. Notably, [1] associates **only one** most similar base class with each corresponding new class. In contrast, TEEN substantiates the overlooked characteristics (i.e., the feature extractor only trained on base classes can also characterize the semantic similarity between the base classes and unseen novel classes) of the feature extractor through quantitative and qualitative analysis, thus breaking free from the reliance on additional similarity characterization tools. Furthermore, TEEN utilizes the semantic similarity captured by the feature extractor to weight the prototypes of the base classes. It then calibrates the prototypes of the new classes based on the weighted semantic information from the base classes.
- Secondly, in the FSOD task, the method proposed in [1] leverages the reuse of base class samples for balanced fine-tuning, leading to an alignment of the feature distribution. In contrast, TEEN does not utilize any base class samples or employ additional training modules when performing incremental recognition of the novel classes.
**A1**: First and foremost, it is essential to emphasize that in the current FSCIL task, fixing the feature extractor is a highly common practice. Furthermore, not all methods involve complex ERM (Empirical Risk Minimization) training during incremental learning. As stated in section 2.2, these methods typically adopt a frozen feature extractor and utilize the prototypes for new classes to achieve the recognition of novel classes. Therefore, the low performance of the novel classes in these methods may not be directly explained by the training process, where misclassifying new classes as old classes could easily degrade ERM. Besides, *we agree that it may not be intuitive for the novel classes to be misclassified into the most similar base classes*. The low performance of the novel classes could also be attributed to inaccurate representations of the individual novel classes, leading to misclassifications among the novel classes themselves. We supported our conclusions through quantitative analysis based on empirical results in Section 3 rather than relying solely on subjective intuition. We believe these experimental analyses are meaningful for understanding tasks related to few-shot scenarios.
**A2**: We apologize for your confusion. Our work delves into the advantages of connecting novel and base classes from an empirical standpoint, which is not thoroughly investigated in FSDI. In Section 3, we conducted comprehensive experiments to quantitatively explore and draw conclusions based on our observations, which motivated our method. In contrast, the motivation provided in FSDI primarily relies on qualitative reasoning. We believe that our experimental analysis is insightful and valuable.
**A3**: In Figure 5d, we demonstrate that the utilization of semantic-based similarity (as shown in Eq5 and Eq6) and directly aligning new classes to their respective most similar $K$ base classes (as described in SimpleTEEN in Section 5.3) does not effectively improve the performance of the new classes compared to TEEN. As previously mentioned in the comment, we conducted a detailed analysis of the misclassifications of new classes. We collected statistics on how novel classes were misclassified into **the top 10 most similar base classes** (i.e., Table 2) rather than just one base class. This finding indicates that while the feature extractor trained solely on base classes can capture semantic similarity to some extent, it may not accurately identify the single most similar base class. Therefore, we propose calibrating the novel prototypes by the *weighted* base prototypes with semantic-based similarity. We appreciate your constructive feedback and will provide a more detailed discussion in the final version.
We hope that our response has addressed your concerns and alleviated any doubts you may have had. If you have any further questions or require additional clarification, we are more than happy to engage in further discussion.