Transfer Learning in Nonparametric Regression with Deep ReLU Networks
Abstract
Lay Summary
Many prediction problems use data from several related groups, such as different populations or demographic categories. These groups often share useful patterns, but they can also differ in important ways. A model that combines all groups may overlook these differences, while a model trained separately for each group may waste information from other related groups. This paper proposes a two-step method to address this challenge. First, the method learns a general pattern using data from all groups together. Then, it learns a separate adjustment for each group, so that predictions can reflect both shared information and group-specific behavior. This approach can be especially helpful when some groups have limited data but are related to groups with more data. We study when sharing information across groups should improve prediction, and we show how the method can be used with modern neural networks for complex data. In simulations and real-data studies, the proposed method often gives more accurate predictions than either fully pooling all groups or training each group separately.