Summary
The paper provides a comprehensive investigation of transfer learning and proposes an affine model transfer framework. The authors summarize various transfer learning approaches under the class of affine model transformation and establish theoretical properties such as generalization error and excess risk.
In the experimental evaluation, the proposed methods demonstrate comparable performance to other baseline methods on tasks such as robot arm trajectory prediction and scientific document score prediction.
Strengths
The paper studies an important topic: the theoretical properties of transfer learning.
The proposed theoretical framework for affine model transfer and the derived generalization bound provide valuable insights into transfer learning, domain generalization, and model adaptation.
Overall, the paper is well-organized and effectively conveys the intricacies of the proposed theoretical framework.
Weaknesses
My main concerns revolve around the experimental evaluation conducted in the paper. The evaluation is narrower in scope compared to most transfer learning studies. It would be beneficial to validate the proposed method on standard transfer learning benchmarks, such as the MIT Indoors dataset, Caltech 256 dataset, or other commonly used regression datasets. This kind of evaluation can be found in references [1,2].
Furthermore, in the experimental evaluation, the observed improvement is limited. Table 1, specifically in the Torque 7 prediction, shows that the proposed method performs worse than Fine-tuning in most cases.
While Theorem 2.4 provides a nice property of transformation functions, the paper lacks a discussion on the specific properties of $g_1, g_2$, and $g_3$ functions. It would be helpful to provide suggestions or insights into the types of $g_1, g_2$, and $g_3$ functions.
[1] L. Xuhong, et al, “Explicit inductive bias for transfer learning with convolutional networks,” ICML, 2018.
[2] S. Myung, et al, “PAC-Net: A model pruning approach to inductive transfer learning,” ICML, 2022.
Questions
I would like to know that why were the experiments not conducted on commonly adopted transfer learning datasets, such as MIT Indoors, Caltech 256, and CelebA?
Considering that the proposed method performs worse than Fine-tuning in the case of Torque 7 prediction according to table 1, it is important to clarify the advantages of the proposed method over Fine-tuning. What unique benefits or improvements does the proposed method offer in comparison?
Are there any suggestions provided regarding the design of $g_1, g_2$, and $g_3$ functions, or any specific neural network architectures? Providing guidance on the selection and design of these components would greatly assist readers in implementing the proposed method effectively.
Rating
6: Weak Accept: Technically solid, moderate-to-high impact paper, with no major concerns with respect to evaluation, resources, reproducibility, ethical considerations.
Confidence
2: You are willing to defend your assessment, but it is quite likely that you did not understand the central parts of the submission or that you are unfamiliar with some pieces of related work. Math/other details were not carefully checked.
Limitations
See [Weaknesses] for limitations.