Response to Reviewer fD3s (Part 1)
We thank you very much for taking time to review our paper and provide valuable feedbacks. To address your major concern about the novelty of our work, we have discussed the related works you mentioned in the revised version of our paper (see appendix A.7). Please find our point-by-point responses to your comments as follows.
> Comment 1: The paper could benefit from addressing the lack of novelty by acknowledging that techniques such as R´enyi or f divergence, temperature scaling, and logits normalization have already been widely used in knowledge distillation. For example, Information Theoretic Representation Distillation (BMVC) employed R´enyi divergence for standard distillation, and AlphaNet (ICML2021) utilized the f divergence to distill different sub-networks. Moreover, this method is likely already considered in the distiller's search work (KD-Zero: Evolving Knowledge Distiller for Any Teacher-Student Pairs, NeurIPS-2023).
**Response**: One of the major contributions of our work is showing that dropping the temperature on the student side leads to a better version of KD, dubbed as TTM in the paper. In our work, R´enyi entropy is not something deliberately involved by us to build our own method. Instead, it naturally emerges when we remove the temperature on the student side, which explains why dropping the temperature on the student side is beneficial. Therefore, although similar concepts appear in both our work and the works you listed, the context is totally different.
To further alleviate your concern, we next show that how our work is different from the works you mentioned one by one as follows: (1) Information Theoretic Representation Distillation is a feature-based distillation method, while our proposed method is logits-based, with only minimal modifications to the original KD. (2) AlphaNet utilizes $\alpha$-divergence in distillation instead of the conventional KL divergence. However, we stick to the KL divergence used in the original KD. (3) We acknowledge that KD-Zero does search for distillers in a pretty wide searching space. However, according to Table 1 in the paper of KD-Zero, we firmly believe that the adaptive weighting term $U$ proposed in our work is not considered in the searching space of KD-Zero.
Actually, based on our literature review, the most similar work to us is Self-Distillation as Instance-Specific Label Smoothing (NIPS 2020), and we have already carefully addressed this work in Subsection 2.3.
Based on the above discussion, we have full confidence in the novelty of our work.
> Comment 2: To strengthen the paper's findings, it is important to validate the proposed method on downstream tasks such as object detection and segmentation. Including evaluation results on these tasks will demonstrate the practical effectiveness and applicability of the proposed method. Additionally, providing more examples and visualizations will enhance the readers' understanding of how the method works and its impact on the learning process.
**Response**: The major contribution of this paper is to show that it is better off to drop the temperature T from the student side. This is well supported by both theoretical analysis and empirical results. This is a new understanding about KD and, together with the statistical perspective of KD, offers a new explanation of why KD helps. On top of this contribution, we further introduce a sample-adaptive coefficient to KD, yielding the method called WTTM. While TTM can be regarded as a correction of KD, WTTM is new and achieves the state-of-the-art performance. In addition, WTTM has essentially the same computation complexity as KD does. It can be applied wherever KD is applicable. In the literature, KD has already been widely used on downstream tasks such as object detection and segmentation. So, there’s no reason to believe our proposed methods are not applicable to them. Of course, how much gain TTM and WTTM would offer in comparison with KD and other existing distillers on those tasks needs to be found out in future work.
As for examples and visualizations, please refer to Figure 1 in our paper, where we visualize the regularization effect of our proposed objectives compared to vanilla KD, and Figure 2, where we visualize the behavior of the average $D(p^t_T||q)$ for TTM and WTTM throughout the learning process, which helps explain why WTTM performs better than TTM.