Summary
1. This paper introduces some improvements to the relation matching (RM) based knowledge distillation methods for image recognition models.
2. A pilot study is included to show why instance-matching methods are often better than relation-matching methods, which is good.
2. The technique contributions include some engineering improvements on the inter-sample and inter-class matching, together with the introduction of using augmented images to facilitate knowledge distillation.
3. The proposed method is tested on several benchmarks, including Cifar-100 and ImageNet image classification, and COCO object detection. The method's effectiveness was validated on some small-sized models, e.g. ResNet-18.
4. Qualitative experiments are included to help authors understand the proposed methods.
Strengths
1. The section on pilot study is interesting and insightful. I hope the authors add more large-scale experiments (e.g., ImageNet experiments) to further validate the claims in this section.
2. The proposed ideas are technically sound, although they are simple and straightforward.
3. The further analysis section (Section 4.4) is interesting to read.
Weaknesses
1. My biggest concern regarding this paper is whether it delivers a meaningful contribution to the community in 2024 given its current experimental setup. Specifically:
- The proposed methods have only been validated on weak baselines, whose training configurations (described in Appendix A.3) are from several yeas ago. In recent years, lots of advancements have been made in developing better training methodologies for training high-performing image classification models, including improved optimizers like AdamW and data augmentation techniques like RandAug. It is well-known that improving weak baselines is relatively straightforward, while achieving improvement on strong baselines is more challenging. The paper does not convincingly show if the proposed method can surpass simple knowledge distillation (KD) techniques, such as basic logit or feature matching, under these modern training settings.
- The architectural choices used in the experiments are outdated. To better demonstrate the effectiveness and generalizability of the proposed method, it is recommended that the authors incorporate experiments with more contemporary baselines, such as ConvNext and Swin Transformer. Even for mobile-optimized models, newer architectures like MobileViT should be evaluated.
- While the authors may claim that they simply follow the experiment settings of some recently published previous works, to me, those works (including this paper) are more like "playing toy KD games on a small scale while completely overlooking the recent advances in a broader scope. Also, it should be noted that there are indeed KD works with up-to-date experiment settings, e.g., [a].
- It is essential to emphasize that this critique does not undermine the potential significance of the work. I acknowledge that knowledge-distillation remains crucial, particularly for deploying models in resource-limited environments. However, to convincingly position this research as a contribution in 2024, significant updates to the experimental settings are necessary.
2. It is unclear whether the reported improvements are primarily from the increased training data introduced by the additional views. A valid question arises as to whether similar performance gains could be achieved by simply incorporating these augmented views during baseline training or while using conventional instance-matching methods?
3. Some proposed techniques yield only minor gains over the baseline. For instance, the primary enhancement in the inter-sample matching component is from employing a new distance metric, which results in only marginal performance improvement (as shown in Table 6).
4. While the paper claims that relational knowledge is particularly valuable for specific architectures, modalities, and tasks (line 48), the effectiveness of the proposed method in these contexts has not been demonstrated. On the contrary, Section 3.2 convincingly illustrates the drawbacks of relation-based methods, raising doubts about the necessity of developing more relation-matching approaches.
[a] Beyer, Lucas, et al. "Knowledge distillation: A good teacher is patient and consistent." Proceedings of the IEEE/CVF conference on computer vision and pattern recognition. 2022.