Summary
The paper proposes a novel game-theoretic approach to explain the benefits of pre-training on downstream classification tasks by studying the knowledge that is preserved, discarded, or newly acquired during the fine-tuning process. The authors introduce interaction metrics to assess knowledge encoded by a pre-trained model and examine how it impacts downstream performance and convergence speed. They show that pre-training enables fine-tuned models to retain discriminative knowledge, leading to superior classification accuracy and faster convergence compared to models trained from scratch.
Strengths
1. The paper is well-written, presenting complex ideas clearly and intuitively.
2. The use of game theory and an 'interaction metric' to study pre-training effects is both novel and insightful.
3. Extensive experiments across various architectures validate the proposed methods, underscoring their effectiveness and applicability.
Weaknesses
1. Lack of clear motivation: The paper lacks clear motivation for using a game-theoretic approach, as similar conclusions about pre-training benefits have been reached through alternative methods, such as feature space analysis (e.g., Deng et al., 2023). Additionally, it does not provide a discussion comparing the advantages or unique insights offered by the game-theoretic approach over existing methods, leaving its added value unclear.
2. Lack of Practical Utility and Actionable Recommendations: Although the paper suggests the advantages of using pretrained models for downstream classification, it doesn’t provide concrete recommendations for how practitioners could adjust pre-training or fine-tuning protocols based on this insight of preserved or newly added knowledge. For example, it remains unclear how to retain more useful information or optimize the number of fine-tuning epochs.
3. Computational Complexity and Scalability Concerns: The paper does not address whether these metrics are feasible for large-scale models or datasets, raising concerns about scalability for real-world datasets.
4. Neglect of Discarded Knowledge’s Role in Robustness and Generalization: The paper assumes that discarded knowledge is irrelevant but does not analyze if this information affects model robustness, generalization to out-of-distribution data, or resilience to adversarial attacks. Understanding this could provide a more nuanced view of pre-training benefits and clarify whether certain discarded knowledge could enhance model robustness.
5. Continual and Online Learning Analysis: The paper does not explore scenarios where data arrives incrementally, as in continual or online learning. Research such as [1] suggests that in these cases, training from scratch may outperform using a pre-trained model. Examining the impact of preserved and discarded knowledge in such settings would extend the paper’s relevance.
6. Evaluation with self-supervised pretrained model: Self-supervised learning has shown strong generalizability for classification and could yield different knowledge preservation dynamics compared to supervised pre-training. Experiments comparing self-supervised and supervised pre-training could reveal how each approach affects preserved and discarded knowledge, especially for tasks with limited labeled data.
7. Comparison of CNNs vs. Transformers :
Since CNNs and transformers represent data differently, they may encode and preserve different types of knowledge. It will be interesting to explore further whether CNNs or transformers retain more useful knowledge for downstream tasks, which could inform architecture selection for different scenarios.
8. The approach to annotating semantic parts for calculating interactions in this paper appears to be limited by arbitrary selection, as they randomly choose 2 images for each category to annotate semantic parts and compute interactions. While this strategy reduces computational complexity, it might introduce potential biases and undermines the rigor of interaction measurement by possibly excluding critical semantic parts. This might weaken the reliability of the results, as the randomly chosen annotations may not accurately represent the model's true interactions with significant features. Please elaborate on this.
References: [1] Ash, J. and Adams, R.P., 2020. On warm-starting neural network training. Advances in neural information processing systems, 33, pp.3884-3894.