Abstract
Transfer learning improves target model performance by leveraging data from related source populations, especially when target data are scarce. This study addresses the challenge of training high-dimensional regression models with limited target data in the presence of heterogeneous source populations. We focus on a practical setting where only parameter estimates of pretrained source models are available, rather than individual-level source data. For a single source model, we propose a novel angle-based transfer learning (angleTL) method that leverages concordance between source and target model parameters. AngleTL adapts to the signal strength of the target model, unifies several benchmark methods, and mitigates negative transfer when between-population heterogeneity is large. We extend angleTL to incorporate multiple source models, accounting for varying levels of relevance among them. Our high-dimensional asymptotic analysis provides insights into when a source model benefits the target model and demonstrates the superiority of angleTL over other methods. Extensive simulations validate these findings and highlight the feasibility of applying angleTL to transfer genetic risk prediction models across multiple biobanks.
Keywords: high-dimensional asymptotics, model aggregation, risk prediction, transfer learning
1. Introduction
Insufficient training data present a critical challenge across various domains. In finance, the scarcity of comprehensive user credit histories hampers efforts in evaluating individual financial risk and detecting fraud (Teja, 2017). Similarly, in precision medicine, the limited availability of medical records, especially for studying rare diseases or minority and disadvantaged sub-populations, compromises both the fairness and clinical efficacy of treatments (Jia & Shi, 2017; Kim & Milliken, 2019). These constraints highlight an urgent need for innovative approaches that can enhance model performance in the face of data limitations (X. Li & Song, 2020; Viele et al., 2014; S. Yang & Kim, 2020).
When borrowing information from external sources, a major challenge is to account for the potential data heterogeneity. The external data may likely be collected from a different population with diverse characteristics (Chen et al., 2020) or be historical data where the variable definitions and measures may change over time (Mansukhani et al., 2019; Mitchell et al., 2021). Many data integration methods are proposed to leverage potentially shared information across populations while addressing data heterogeneity. For example, some methods are based on reweighting or resampling the source data such that they are more similar to the target (Huang et al., 2006; Long et al., 2013; Pan et al., 2010); some methods assume there is a unique lower dimensional representation of features across populations, which can be transferred from the source to the target (Ganin & Lempitsky, 2015; Sun & Saenko, 2016); some methods propose to use the target data to calibrate the source models (Girshick et al., 2014; Gu et al., 2022; S. Li et al., 2020). Recent research used minimax rate theory to quantify the benefit of utilizing heterogeneous source data under varying degrees of heterogeneity, study design, and privacy constraints (T. T. Cai et al., 2024). In situations where no data from the target population is available, methods have been proposed to combine source models aiming for distributional robustness by optimizing for the worst-case performance, assuming the target population can be represented as either a single source or a mixture of source populations (Meinshausen & Bühlmann, 2015). The performance of many of the aforementioned methods largely depends on whether the underlying assumptions regarding the similarity between the source and the target populations hold, which is usually unknown in practice. Therefore, it is desired to develop methods that can be adaptive to the underlying data heterogeneity or at least prevent the case where incorporating the source information leads to worse model performance than not including it, known as the ‘negative transfer’ phenomenon (Weiss et al., 2016).
In addition, there might be data-sharing constraints such that external sources cannot share individual-level data with the target study. Federated or distributed algorithms are proposed to overcome such data-sharing barriers by sharing only summary-level statistics across studies, many of which rely on sharing the gradients or higher-order derivatives of objective functions (T. Cai et al., 2021; R. Duan et al., 2018, 2020, 2022; S. Li et al., 2023) and may require iteratively sharing-updated summary statistics across datasets (S. Li et al., 2023). However, distributed and federated learning are less feasible without a collaborative environment or certain infrastructures that enable efficient computing and timely information sharing. In contrast, pretrained models from existing studies are often more accessible. With increasing attention to reproducibility and open science, more journals require studies to publish their results as online supplementary materials or to make them shareable upon request (Roobol et al., 2012; Thompson et al., 2006). Many platforms allow direct implementation (Belbasis & Panagiotou, 2022) or validation of fitted models on secure collaborative platforms such as PheKB (Kirby et al., 2016) and FATE (Liu et al., 2021). There is an increasing need for data integration methods that can directly leverage fitted models to improve the model performance of a target study.
Regression models are broadly applied in many fields, due to advantages such as simplicity, computational efficiency, and interpretability (Hafemeister & Satija, 2019; Wu et al., 2020; Wynants et al., 2020), and they are also the building blocks of many data analysis pipelines and tools (Tan, 2006; Van Buuren et al., 2006). In this paper, we consider the problem of incorporating pretrained regression models from external sources to help train a target model with limited target data. For the ith subject in the target data, let denote the outcome variable of interest and denote a set of p-dimensional covariates. We consider
where is the random noise with mean zero and variance , is the regression coefficient of interest, and n is the target sample size. In addition to the target data, we observe a source model fitted on an external source dataset, where we observe the source estimate of the underlying regression coefficient in the source population. In the case where the underlying coefficients and show certain similarities, we hope to leverage to assist the estimation of the target parameter .
Similar problems have been considered in the literature. In a series of transfer learning work, the source model estimate was incorporated through a regularization with the form , for some positive constant q. For example, S. Li et al. (2020) proposed the transLASSO algorithm that leverages the source data by adding a penalty term when learning using the target data. Later, transLASSO has been extended to generalized linear models (Tian & Yang, 2022), functional linear regression (Lin & Reimherr, 2022), and Q-learning. Considering data sharing constraints, S. Li et al. (2023) proposed a federated learning approach by sharing gradients and Hessian matrices, and Gu et al. (2023) proposed a method to incorporate information from fitted models through a synthetic data approach. Similar ideas are also used in multitasking learning literature, where -norm-based penalties, i.e. , are introduced to leverage the similarities between model parameters (Y. Duan & Wang, 2023; Knight & Duan, 2024). The underlying similarity assumption of these methods is that the distance between and is small, and we refer to this class of methods as the distance-based transfer learning methods.
In real-world applications, the distance-based transfer learning methods may be less effective when and are highly concordant, but their distance may not be small. For example, the source outcome may be defined differently from the target outcome (categorical versus continuous characterization of the same outcome), or there might be standardization procedures applied to the source data that are unknown to us. The source model might be fitted using a different but related outcome variable correlated with the target outcome (Miglioretti, 2003; Stearns, 2010). To leverage the concordance between the model parameters, several alternative similarity characterizations are proposed. For example, C. Li et al. (2014) proposed a bivariate ridge regression assuming the jth entries follows a bivariate normal distribution with shared correlation ρ for all . Similarly, Maier et al. (2014) proposed a multitrait prediction method, assuming multivariate normally distributed random effects to leverage shared genetic architectures across traits. Qiao et al. (2019) proposed a method for multi-objective optimization problems. However, these methods require individual-level data from the source and their robustness is unclear when the level of data heterogeneity is high.
In this paper, we propose an angle-based Transfer Learning approach, named angleTL, which leverages the similarity of two regression models through a novel penalization obtained by decoupling the angle distance between and . As a consequence, angleTL adapts to signal strength and inherently guards against negative transfer, offering a simpler form both conceptually and computationally. Our approach unifies distance-based transfer learning, target-only and source-only estimators as specific instances, and thus is guaranteed to have superior performance. The high-dimensional asymptotic analysis provides a precise characterization of the prediction risk, illustrating the bias-variance trade-off, the influence of signal strengths, the similarity between source and target, the noise level, and the estimation error of the source to the accuracy of the final estimator. Given multiple source models, we propose methods to effectively incorporate them toward better predictive performance in the target population. The proposed methods only require parameter estimates of fitted source models, which are more accessible in practice. We perform extensive simulation studies to validate our theoretical conclusions and evaluate the performance of angleTL by training genetic risk models for low-density lipoprotein cholesterol (LDL) using data from multiple large-scale biobanks.
2. Angle-based transfer learning
Before introducing the method, we first provide a high-level introduction to the notation used in this paper. Let denote the outcome variable of interest and denote a set of p-dimensional covariates in the target data of size n. We use to represent the target parameter, while represents the source parameter. When there is more than one source population, we use subscript to denote different sources, i.e. . Parameters without a hat represent the true population level parameter, while those with a hat represent the estimator of the true parameter. In general, subscript t represents the values with respect to the target population, and the subscript s represents the values with respect to the source population. We use to denote the variance–covariance matrix of the training data , where with subscript indicating of a random vector . We denote the identity matrix with dimension p as . The above-mentioned ones are general notation rules, and we also summarize the specific definitions of notation in Appendix A in the online supplementary material.
Without borrowing information from the source, we can obtain a target-only estimator of through a ridge regression,
| (1) |
where λ is a tuning parameter. The penalty on helps reduce the overall mean squared error (MSE) of the estimator in the high-dimensional setting (Hastie et al., 2009).
Suppose that we also observe , the parameter estimates of a source model fitted on an external source dataset with a sample size potentially much larger than n. Due to data heterogeneity, the two underlying regression coefficients, and , may not be the same but may share certain similarities, and hence can be used to guide the estimation of . Following a series of recent transfer learning methods (Gu et al., 2023; S. Li et al., 2023, 2022), we define the -distance-based transfer learning estimator (distTL) to be
| (2) |
where is a tuning parameter. Imposing a distance-based penalty, , is equivalent to adding a constraint , which reduces the parameter space to an ball centred at as shown in Figure 1a. Anchoring on the source estimator , distTL encourages estimators closer to while allowing for the calibration of potential differences.
Figure 1.
Geometric illustration of the distance-based similarity characterization (a); the angle-based characterization (b).
In real-world applications, it is possible that and are concordant to some degree, but is not small. In such cases, distTL may be less effective and we want to consider a more robust characterization of the similarity based on the angle distance between and , such that if and are small in distance, it also implies that the angle between the two vectors is small, while it may not be true the other way around.
Instead of directly penalizing on which may lead to computational complexity, we consider an alternative angle-based transfer learning estimator defined as
| (3) |
where and are tuning parameters.
To see the connection between the proposed penalty terms and the distance, we denote the projection of on to by (see Figure 1), and we see that the distance of is expected to be small when the angle between the two vectors are small. If we penalize instead of , we essentially can leverage the angular similarity between the two models. The projection can be expressed as , where . We see that
The key innovation of our method is that we do not choose to express τ as a function of . Instead, we consider it as an unknown scalar, and introduce another tuning parameter . We choose the best tuning parameters that minimize the predictive loss evaluated on an independent dataset or using cross-validation, and we will show both theoretically and empirically that the proposed penalty in the form of can achieve angle-based learning.
The proposed penalization has several advantages. Firstly, given λ and η, equation (3) has a closed-form solution , which ensures computational efficiency. Secondly, it is adaptive to the signal strength of the target parameter. Specifically, when is large, the constraint can be satisfied for ’s with large distance with . In this scenario, the angle constraint is relatively minimal, and less information is borrowed from the source. Conversely, when is small, there is a tighter constraint on the angle distance, which results in borrowing more information from the source. Intuitively, with a sufficiently strong signal, relying more on target data can yield precise estimations. However, in situations with weak signal strength, and given that the target sample size might be limited, there is a greater need to leverage information from the source. The adaptivity to the signal strength is verified in our theoretical analysis discussed in Section 3. Thirdly, although our proposed penalty is termed as angle-based penalty, it incorporates several estimators as special cases: (i) when reduces to the target-only estimator shown in equation (1), (ii) when becomes distTL in equation (2), since the optimization remains the same if we add an additional -independent term , i.e. ; and (iii) if λ and η are both large, the penalty term will dominate and result in , the same as rescaling the source estimator by a constant c.
From the perspective of bias-variance trade-off, we see that when , our estimator reduces to the ordinary least square estimator, which is an unbiased estimator of . On the other extreme, if λ goes to infinity faster than η, converges to 0, which has a large bias and small variance. The contribution of η to the bias-variance trade-off depends on the underlying similarity between and . When , if choosing and letting , converges to . In more realistic cases when , there exists optimal η and λ which minimize MSE. In Section 3, we will elaborate on these points under a rigorous theoretical framework, and provide precise characterizations of angleTL’s performance, revealing its scope of applicability and the advantages over alternative approaches.
3. Predictive risk and theoretical justifications
In this section, we study the predictive risk of in equation (3). For a given choice of λ and η, we denote the prediction risk by
where is the training data, and the expectation is taken over an independent test data point (), from the same distribution as the training data. Given λ and η, we denote , the limiting prediction risk as the training sample size n and the dimension p go to infinity. Our theoretical analysis is based on the following assumptions.
Assumption 1 High-Dimensional Asymptotics —
The dimension of the model, p, goes to infinity as n goes to infinity, with .
The covariate variables of each observation in the target population are identically and independently distributed with mean zero and covariance matrix , which is positive semidefinite.
The cumulative distribution function of the eigenvalues, i.e. the spectral distribution, of converges to a limit population spectral distribution on the support .
Assumption 2 Random Regression Coefficients —
The target regression coefficients, , are random with , and . The source coefficient are random with and . The coefficients and satisfy .
Assumption 3 Source Estimation Error —
The observed source estimator can be decomposed as , where is some sub-Gaussian estimation error vector independent of and , with . We assume that as , the eigenvalues of is supported on for some constants .
A few remarks on the above assumptions are in order. In general, these assumptions together help us leverage results from random matrix theory to compute the prediction risk of the proposed method, and enable rigorous comparisons with alternative methods. In particular, Assumption 1(a) concerns the limit of the ratio as , reflecting the high-dimensional nature of the problem. Assumption 1(b) is a mild condition on the design matrix, which requires independent samples but allows general correlations among high-dimensional covariates. Assumption 1(c) ensures the existence of proper limit for the eigenvalues of the underlying covariance matrix as , which can be satisfied by a large class of covariance matrices with diagonal, exchangeable, or auto-regressive structures (Bai & Silverstein, 2010). Assumption 2 is a random-effect hypothesis assuming that the true effect size of each feature is drawn independently at random, and the overall signal strength captured in the target (source) model is characterized by the quantity (), where and . This hypothesis enables us to study the precise predictive risk for angleTL, distTL, and target-only estimator, and draw clear insight on factors influencing their relative performance. Such a random-effect assumption is commonly seen in high-dimensional statistics and applications to genetic risk prediction (Dobriban & Wager, 2018; C. Li et al., 2014; Vilhjálmsson et al., 2015). Finally, Assumption 3 characterizes the estimation error of the source estimate for estimating . Depending on the correlation structure of the features, as well as the method used to obtain , the estimation error may be biased or correlated, and we quantify the magnitude of the error by the upper and lower bounds of eigenvalues, i.e. and . While these assumptions facilitate the theoretical analysis, our method can be applied to various other settings.
Before stating our main theorem, we define a complex function , which plays an important role in our description of the prediction risk . Specifically, according to Assumption 1, the spectral distribution of the matrix has a limit, which we denote as . In particular, is related to in Assumption 1(c) via the equation
We define to be the Stieltjes transform of the probability measure , i.e.
Theorem 1
Under Assumptions 1–3, as , the limiting expected predictive risk satisfies
where
The minimal risk under the optimal choice of tuning parameters satisfies
where and .
The proof of the above theorem can be found in Appendix B of the online supplementary material, which relies on the asymptotic theory of eigenvalues of large random matrices and, in particular, the theoretical framework developed by Dobriban Wager (2018) for the analysis of ridge-penalized linear regression and linear discrimination analysis. Similar techniques have been used for the precise analysis of many other high-dimensional problems such as covariance matrix estimation (T. T. Cai et al., 2020; Ledoit & Wolf, 2015), low-rank matrix denoizing (Donoho & Gavish, 2014), sketching and random projection (F. Yang et al., 2021), etc.
Theorem 1 provides upper and lower bounds for the limiting prediction risk as a function of the parameters λ and η. The possible range of are determined by the spectrum of in Assumption 3, which in general decreases as the estimation error becomes smaller. In addition, the difference between the upper and the lower bounds depends on the spectral range of , which becomes smaller when the components of are less heteroskedastic or less correlated. For example, if , we have . The minimal risk lies in the interval . To better understand its implications, we consider a few special scenarios of interest.
Corollary 1
When , the optimal tuning parameters satisfy and , and the minimal risk is .
This corollary addresses a special case where , under which the predictive risk described in Theorem 1 is precise. We further consider the case when , which can happen if the source estimator has negligible estimation error, the optimal choice of tuning parameters satisfies and . Geometrically, and can be viewed as the vector lengths of and , respectively. The entry-wise correlation ρ is essentially the cosine between and . The optimal choice of the tuning parameter is the projection of along . This is equivalent to penalizing the distance , which achieves angle-based learning although we did not explicitly penalize on the distance. When has nonnegligible estimation errors, the optimal tuning parameter satisfies . By simple derivation and with Assumption 3, we see that , and is the projection of on to .
This corollary shows, in theory, the proposed angleTL penalty achieves angle-based transfer learning under the optimal choices of tuning parameters. We also provide empirical evidence that the optimal tuning parameter chosen by cross-validation is reasonably close to the theoretical optimal tuning parameters across various settings (see Section 4.1 in Appendix D of the online supplementary material).
Corollary 2
When , we have that
(4) and
(5) When , we have
(6) where .
From the above corollary, we see that when () and , the prediction risk reduces to that of the ordinary least squares, and is independent of the covariance and the source data (such as ρ, , or C). When (), the limiting error as depends on the covariance through , and the source estimator through . In the special case where , we have , so that the prediction risk decreases when the sample size increases, when the source-target similarity increases, or when the relative source estimation error decreases. On the other hand, when the target signal strength is very small, i.e. , the prediction risk no longer depends on γ.
Corollary 3
Denote the minimal predictive risk of the target-only estimator to be and the minimal predictive risk of the distance-based transfer learning to be . For any , , , , and , we have and . In the case when , we have .
This corollary suggests that angleTL can avoid negative transfer due to imprecise or low-quality source estimators, with performance no worse than the target-only estimator. Specifically, the limiting predictive risk of the target-only estimator has been obtained in Dobriban and Wager (2018), which has a minimum risk under the optimal choice of tuning parameters . As a comparison, the minimal risk of the angleTL estimator is always smaller than . To see this, we first notice that is bounded by . Since is monotonically decreasing with λ, and that for any , and , we have that . This indicates that the angleTL estimator safeguards against negative transfer because angleTL is always no worse than the target-only estimator, even when the source has a large distance to the target, or the estimation error is large. Similarly, the minimal risk of the distance-based transfer learning satisfies , with . When , we have , implying the distance-based transfer learning performs worse than the target-only approach which cannot prevent negative transfer. In related work using distance-based transfer penalization (S. Li et al., 2023, 2020), an independent validation dataset is often used to prevent negative transfer, which is not required in our method.
Furthermore, angleTL is expected to have performance no worse than distTL. The precise difference between the minimal risks of angleTL and distTL can be characterized under the special case when , where with and , with . We visualize the difference in the following Figure 2 with , and different choices of γ. With , if and only if . Geometrically, this is when the difference is orthogonal to .
Figure 2.
The difference of prediction error between disTL and angleTL over increasing sample size to dimension ratio γ, when the source estimate is noiseless , correlation between and , and signal strength ratio .
4. Incorporating multiple source models
In this section, we consider the setting where multiple source models are available, denoted as , and we want to incorporate these source models when fitting a model using the internal target data. In the existence of multiple sources, we hope that our estimator obtained from transfer learning is robust to the cases where some source models are less helpful than others.
One direct extension of angleTL is to include multiple penalty terms, one for each source estimates , and obtain
which consists of tuning parameters, λ and . However, this might be computationally less feasible when K is large, since optimization involving a large number of tuning parameters will be challenging in terms of computational speed and numerical stability. Intuitively, if we can derive an aggregated source estimator, denoted as , that resides within the convex cone formed by the source models, i.e. , and aligns more closely with the target parameter than any individual , then we can directly utilize the single source angleTL method detailed in Section 2.
Following this idea, we present in this section two approaches to obtain the aggregated estimator from the K source estimators , where the main difference between them lies in whether an independent validation dataset in addition to the training data is needed for the aggregation step. In the existence of an independent validation dataset, we can use it to learn the weights that linearly combine to obtain the aggregated estimator . This can be achieved via methods such as the Q-aggregation, summarized in Algorithm 1, which is shown to approximate the best linear combination of all models when the validation data is sufficiently large (Lecué & Rigollet, 2014; Rigollet & Tsybakov, 2011; Tsybakov, 2014). If we have evidence where some of the source models can be highly different from the target, we can further impose sparse structures on .
Algorithm 1.
Obtain from a validation dataset
| Data: Source estimates and a validation dataset |
| Obtain the weights by: |
| , subject to , where can be added to enforce sparsity or other desirable structures. |
| Obtain . |
| Result: |
Alternatively, one could consider using the following spectral approach, summarized in Algorithm 2, to obtain an aggregated without a validation dataset. Specifically, we first normalize each to obtain . Let be the first eigenvector of , and is the absolute value of . We propose to use as the weights for aggregating the K normalized source estimates, where the kth entry of will be the weight for the kth source estimator. Then the final adaptive weighted source estimator is defined as . Intuitively, this approach can be considered as carrying out a principal component (PC) analysis on the matrix that combines all the source estimators, where is its first PC loadings, under which the linear combination of ’s has the largest variance, or summarizes the most information in . In particular, under suitable conditions (see Theorem 2) on the overall quality of the source estimators, the first PC loadings are all nonnegative (in this case ), so that the first PC, , is exactly the final aggregated source estimator . Moreover, whenever together contain a sufficient amount of information about the direction of , it can also be shown that the components of reflect the true discrepancy between each and , and that the final aggregated source estimator is asymptotically no worse than the best candidate source estimator (see Theorem 2). A similar spectral weighting idea has been considered for combining multiple classifiers without labelled data (Parisi et al., 2014). Such a strategy avoids splitting extra samples from already limited target data for aggregation so that it does not affect the prediction performance.
Algorithm 2.
Obtain without a validation dataset
| Data: Source estimates |
| for do |
| Normalize and obtain . |
| end |
| Let be the first eigenvector of . |
| Obtain the aggregated source estimates , where is the k-th entry of the absolute value. |
| Result: |
The theoretical guarantee for Algorithm 1 has been carefully studied, e.g. in Tsybakov (2014). Here, we provide theoretical justification for Algorithm 2. We start with some definitions. Similarly as in Section 2, for each , we consider , and assume and satisfy Assumptions 2 and 3. Moreover, we define , where is the largest eigenvalue of
| (7) |
which characterizes the pairwise covariance between the discrepancies in and with respect to , and define where is the largest eigenvalue of
| (8) |
which characterizes the pairwise covariance between the normalized source estimation errors and . In a special case where the source datasets are mutually independent, we have for , and is a diagonal matrix. Finally, we define the true similarity between ’s and as With the above preparation, we state our main results concerning Algorithm 2.
Theorem 2
Suppose for each , and satisfy Assumptions 2 and 3 with positive ρ being bounded away from 0, and that with high probability.1 Then, for any small constant , there exists some sufficiently small constant such that whenever , the following holds:
For the spectral weights and the consensus source estimator defined in Algorithm 2, it holds that and in probability as .
There exists some constant such that, whenever , we have in probability as .
Theorem 2 yields the effectiveness of the spectral weighting approach in three aspects. Firstly, it ensures that the estimated weight vector will converge to the true similarity measure as . As a result, more weights will be given to the source estimators closer to and less weights to those with smaller . Secondly, it indicates the guaranteed performance of the final consensus source estimator , as long as the original correlation ρ between the source and target regression coefficients is sufficiently strong. Thirdly, and interestingly, part two of Theorem 2 shows that, whenever the source estimators have weak signal-to-noise ratio in the sense that is small, the consensus estimator has strictly better performance than all the source estimators in the large sample limit, demonstrating the consensus power of the spectral weighted estimator.
The validity of the method relies on the additional condition that is small compared with K, which essentially requires the source estimators to be sufficiently diverse and less correlated in terms of both the respective true coefficients , and the estimation errors . Specifically, from our proof of Theorem 2 in Appendix B of online the supplementary material, it can be seen as an ‘approximate rank-one’ assumption for the matrix of normalized source estimators . As such, the validity of Theorem 2 would effectively rely on the ‘spectral gap’ between the singular values of the matrix , which can be accessed empirically. In other words, when the ratio between the first two singular values is significantly larger than those between any other consecutive singular values, the assumptions behind Algorithm 2 and Theorem 2 are likely satisfied. In this connection, several data-driven methods such as ScreeNot (Donoho et al., 2023) and BEMA (Ke et al., 2023) can be adopted to help assess the appropriateness of this ‘approximate rank-one’ assumption. Second, due to the robustness of our transfer learning estimator against negative transfer, even when multiple sources are inappropriately aggregated for some reason, the final estimator would not be driven astray. Third, in addition to our spectral approach, one can alternatively use the supervised proposed in Algorithm 1, when the validity of Algorithm 2 is unclear. In Section 6, we show the effectiveness and superior performance of such spectral weighting approach in combining multiple source estimators learned from different genetic risk models.
5. Simulation study
5.1. Comparing empirical and theoretical predictive risks
We perform a simulation study to verify the theoretical predictive risks shown in Theorem 1. For , we generate
| (9) |
We set and , and generate from independent standard normal distributions. We then generate given . We vary the correlation between and , i.e. , and the signal strength ratio , as well as the dimension-to-sample ratio .
We first consider the noiseless case where the source estimator . In the noiseless case, we have a precise prediction risk for angleTL as shown in Corollary 1. For a given λ chosen from a grid, we set , which is the optimal choice of η, and calculate the theoretical risk. We also obtain the theoretical risk of distTL by setting and in Theorem 1, and obtain the optimal . For the target-only approach, we obtain the theoretical risk by setting and in Theorem 1, and obtain the optimal . To obtain the empirical predictive risks, we apply each method on the training data for each λ in the grid, and then obtain the corresponding MSE evaluated on an independent testing dataset of size 100.
Figure 3 compares the empirical risks and theoretical risks under the noiseless case. For all methods, the empirical risk aligns perfectly with the empirical risks, demonstrating the theoretical risk we obtained in Corollary 1 is precise in the noiseless case. As expected, angleTL is no worse than the target-only estimator and distTL across all settings. Moreover, the optimal λ in theory (vertical line) precisely falls on the lowest point of the curve in all settings. Note that in the bottom right panel, we have which represents the orthogonal case shown in Figure 1c. We see that distTL reaches the same performance as angleTL. However, distTL can be worse than the target-only approach when is far from 1, e.g. the first column, indicating that it cannot prevent negative transfer.
Figure 3.
Empirical prediction error over 500 simulation replicates (solid curve) versus theoretical prediction error given in Corollary 1 (dashed curve). The vertical line shows the optimal in theory that leads to the minimum prediction error. We generate target and source estimates, and , through multivariate Gaussian distribution, by varying their correlation (in columns), signal strength ratio and dimension-to-sample ratio (in rows). We sequentially select 100 λ values, and for each λ we train on 50 samples and test on 100 samples. We report the average test error over 500 simulations.
Similarly, we perform a simulation study to verify the predictive risks when there are estimation errors . We generate , where the covariance matrix is generated by setting an exchangeable correlation of 0.1 and the variances are uniformly generated between 0 and 0.05. We compute and using and obtain the theoretical upper and lower bounds for the predictive risk of angleTL. Figure 4 shows the empirical predictive risk of the target-only estimator, distTL, and angleTL. The shaded area represents the theoretical lower and upper bounds of the predictive risk of angleTL obtained in Theorem 1. We can see that the empirical risk of angleTL falls between the theoretical risk bounds. The width of the risk bounds increases with γ and ρ. Across all scenarios, the upper bounds are lower than the empirical risk of the target-only approach, which shows that angleTL can protect against negative transfer.
Figure 4.
Empirical prediction error over 500 simulation replicates (solid curve) and theoretical prediction error bound of the proposed method following Theorem 1 (filled area). We generate target and source estimates, and , through multivariate normal distribution, by varying their correlation (in columns), signal strength ratio , and dimension-to-sample ratio (in rows). We add randomly generated and uniformly distributed noise to . We sequentially take 100 λ values, and for each λ we train on 50 samples and test on 100 samples. We report the average test error over 500 simulations.
5.2. Evaluate the predictive performance across different settings
5.2.1. Single source study
We first evaluate the empirical predictive performance of angleTL in the case with one source study. To mimic the practical situation, we generate data for both the source and target populations based on the corresponding model parameters and where the corresponding entries are generated from equation (9). We set the sample sizes to be for the source population, and for the target population. The dimension of the model is set to . For the source population, we generate the predictors , where the covariance matrix is set to have variances of 1 and exchangeable correlation of 0.2, and we generate the outcome variable . For the target population, we generate , where contains variances of 1 and exchangeable correlation of 0.1, and we generate the outcome variable .
We apply an ordinary least-square approach on the generated source data to obtain , which is then used together with the target data. We compare the predictive performance of angleTL to three state-of-art methods: (i) target-only: target-only estimator through equation (1); (ii) source-only: directly apply the source estimates on the testing data; (iii) distTL: distance-based transfer learning approach via equation (2). The predictive performance is evaluated by the root mean squared error (RMSE) calculated from an independent testing data set of size 200, following the same data generating mechanism as the target data. The code for fitting target-only estimator, distTL, and angleTL is the same with different choices of η and λ selected by a three-fold cross-validation, which ensures comparability. Specifically, when running target-only ridge regression, we set and only search λ from a grid containing 100 points randomly selected between 0.0001 and 0.5. When running distTL, we set and search λ from a grid containing 100 points randomly selected between 0.0001 and 0.5. When running angleTL, η and λ are chosen from a two-dimensional grid, with λ ranges between 0.0001 and 0.5 while η ranges between 0.0001 and 0.2.
In Figure 5, each panel of RMSE is summarized from 200 independent simulations, where a lower value represents better prediction accuracy. The pattern aligns with what we see in Figure 3, where the performance of angleTL improves over the increasing correlation between the target and the source estimates increases. When , we see that distTL overlaps with angleTL around where is close to 1. When , for all , since , distTL shows consistently higher RMSE than angleTL; it also underperforms the target-only estimator, indicating that distTL fails to capture the similarity between the target and the source estimates and fails to prevent negative transfer. For a given , the performance of angleTL is stable across different values of . For a given , the source model is helpful when the dimension of the model is higher.
Figure 5.
Root mean squared error (RMSE) of predicted outcome over 200 simulations. In each panel, we vary the correlation ρ between the target and source estimates from 0.3 to 0.95. We vary (in rows) and the signal strength ratio (in columns).
5.2.2. Multiple source studies
We also consider the situation where we have multiple source studies as introduced in Section 4. The target sample size is set to and each of the five source populations is of size . We compare the results of the proposed multisource estimators, angleTL-multi1 and angleTL-multi2, with the target-only estimator and the proposed single-source angleTL applying on the best single-source estimates. In angleTL1, we reserve 30% of the target data (30 samples) for aggregation.
Figure 6a shows the case where all source estimates have similar correlations as the target estimates between 0.4 and 0.6, and Figure 6b shows e of the sources are much more helpful than others, with correlations ranging from 0.1 to 0.9. In the former case, the proposed angleTL-multi2 outperforms angleTL which only transfers from the best single source model ( with ) and angleTL-multi1 with supervised aggregation. The latter case shows a similar pattern, where angleTL with the best single source ( with ) and angleTL-multi1 show improved performance than target-only and source-only models, slightly worse than angleTL-multi2. In Figure 6c, all five source vectors were very different from the target with . AngleTL shows similar performances as the target-only estimator, without borrowing much information from source models with low similarity to the target. However, this demonstrates the robust performance of angleTL in terms of preventing negative transfer from irrelevant source models. When dealing with a large number of source models, we conduct a simulation study with , with ρ ranging from 0.1 to 0.9 (Figure 6d). Specifically, we randomly assign ρ from Uniform for 50 sources. We observe that angleTL-multi1 and angleTL-multi2 perform nearly the same and are better than target and single-source angleTL.
Figure 6.
Root mean squared error (RMSE) of predicted outcome over 1,000 simulations comparing target-only estimates (target-only), proposed angleTL when transferring from the best single model with the smallest ρ (angleTL), and proposed angleTL combined with Algorithm 1 (angleTL-multi1) and proposed angleTL combined with Algorithm 2 (angleTL-multi2). Panels (a), (b), and (c) correspond to configurations with correlation being , and , respectively. Panel (d) corresponds to the setting where and correlations range from 0.1 to 0.9.
6. Application to predict low-density lipoprotein
We apply angleTL, angleTL-multi1, and angleTL-multi2 to predict low-density lipoprotein (LDL) cholesterol, a blood biomarker that plays a crucial role in determining cardiovascular disease (Kwiterovich Jr, 2000), in self-reported White population using data from Mass General Brigham Biobank (MGBB) (Karlson et al., 2016). MGBB is a research database launched in 2021, containing around eighty thousands DNA samples before data quality control, yet still a relatively limited data size compared to other population-based biobanks such as the United Kingdom Biobank (UKB) (Sudlow et al., 2015). In this application, our goal is to build a prediction model for LDL using basic demographic and clinical risk factors, combined with top single nucleotide polymorphisms (SNPs), where our target population is the White population at MGBB. We consider a total of eight source models, including three models trained at UKB (LDL, Apolipoprotein B-100 [ApoB], and triglycerides [Tri]) and five models for LDL trained at the five participating sites at the electronic MEdical Records and GEnomics (eMERGE) Network (Gottesman et al., 2013).
In the MGBB database, we extracted data from 5,600 self-reported White participants. We extract up to the latest five LDL measures and use the average LDL as the outcome. The predictors include demographics such as age and gender, a binary indicator flagging the use of antihyperlipidemic medications, as well as related genetic variants selected from a clumping and thresholding procedure with linkage disequilibrium and p-values of a genome-wide associate study (GWAS) using all the training samples from MGBB data (Choi et al., 2020). A total of 5,306 SNPs are selected with threshold set to 0.6 and p-value threshold set to 0.0005 using PLINK 2.0 (Chang et al., 2015).
We use UKB as one source dataset, from which we identify 409,031 samples with at least one measure of Tri, 408,602 samples with at least one measure of LDL, and 407,366 samples with at least one measure of Apo-B. To reduce the potentially inaccurate reporting ancestry, we selected those whose self-reported ancestry information agrees with the computed PC-based ancestry prediction (D. Zhang et al., 2020).
Among the five source datasets in eMERGE, we identified a total of 16,723 samples with at least one LDL measure. We extract the same set of genetic, medication, and demographic variables from UKB and eMERGE, and fit eight source models using linear regression. A summary of basic information about the target and eight source datasets can be found in Table 1. Additional details regarding the data processing procedures can be found in Section E of the online supplementary material.
Table 1.
Basic information of the target and eight source datasets
| Biobank | Outcome | Sample size | Mean age (SD) | Male (%) | ||
|---|---|---|---|---|---|---|
| Target | Mass General Brigham Biobank | low-density lipoprotein (LDL) | 5,600 | 64.7 (15.3) | 2,959 (52.8) | |
| Source | United Kingdom Biobank | LDL | 408,602 | 69.8 (8.0) | 187,607 (45.9) | |
| Tri | 409,031 | 69.8 (8.0) | 187,821 (45.9) | |||
| Apo-B | 407,366 | 69.8 (8.0) | 186,763 (45.8) | |||
| eMERGE | Marshfield Clinic (Marsh) | LDL | 4,551 | 70.8 (9.7) | 1,496 (39.2) | |
| University of Washington (UW) | LDL | 618 | 80.9 (0.5) | 295 (54.0) | ||
| Mayo Clinic (Mayo) | LDL | 3,185 | 71.3 (10.1) | 1,512 (56.7) | ||
| Northwestern University (NWU) | LDL | 3,037 | 53.4 (15.2) | 287 (20.0) | ||
| Mount Sinai Hospital (MtSinai) | LDL | 5,332 | 60.4 (13.1) | 363 (69.1) | ||
We compare the performance of the target-only estimator, the source-only estimator, distTL, and angleTL. We randomly split the target MGBB data into training and testing with a ratio of 10:1. For angleTL-multi1, which needs validation data for aggregation, we further split 10% from the training data. All methods are trained on the training data, and the performance is measured by the (variance explained by the model) evaluated on the testing data. This process is repeated 100 times to account for the sampling variability. We employed ridge regression to calculate the target-only estimator and the majority of the source estimators, with the exception of those calculated from the UKB. Given that the total sample size in UKB exceeds 400,000, we opted for an ordinary least-square linear regression due to computational efficiency.
In Figure 7, we present the relative performance of each method compared to the benchmark target-only model. With 100 replications, we report the mean, the first and the third quantiles of the percentage improvement of . Among all the source-only models shown in the top section (dark blue bars with grey background), the model trained at UKB using triglycerides as the outcome has the worst performance, and the model trained at Marshfield Clinic has the highest performance, where the average improvement is around 64%. When transferring each source model to train the target model using distTL shown in the middle section (light blue bars with light blue background), all the single-source distTL have similar performance, around 6% improvement. When applying single-source angleTL shown in the bottom section (red bars with red background), we observe that the performance is uniformly better than the corresponding source-only models, and angleTL also outperforms distTL. In the last two rows, we see that angleTL-multi1 has comparable performance as the best single source, LDL-Marsh, while angleTL-multi2 has the largest average improvement of 109.3%. To assess the generalizability of the conclusion when the target population changes, we treat each of the sites in eMERGE as the target population, and obtain similar results where angleTL achieves the best performance in nearly all cases. More details can be found in Section 5.2 in Appendix E of the online supplementary material.
Figure 7.
Mean (1st–3rd quantile) percentage change of compared to the target-only model. The dark blue bars with grey background contain source-only estimates from UKB and eMERGE; the light blue bars with light blue background contain distTL; the red bars with red background include the proposed single-source angleTL; and the last two yellow rows show angleTL-multi1 and angleTL-multi2, respectively. Tri-UKB, triglycerides from UKB; ApoB, Apolipoprotein B-100; LDL, low-density lipoprotein; MtSinai, Mount Sinai Hospital; UW, University of Washington; NWU, Northwestern University; Mayo, Mayo Clinic; Marsh, Marshfield Clinic.
In this real application involving real data, the source models are derived using information from diverse study cohorts with varied outcomes. This results in heterogeneity on two levels: the cohort level and the outcome level, when comparing each source model to the target model. For instance, UKB is a population-based biobank, representing a comparatively healthier population than those from hospital-based cohorts collected at the eMERGE sites. Furthermore, the outcomes under consideration extend beyond LDL to include correlated traits such as triglycerides and Apolipoprotein B-100. These traits might possess overlapping genetic architectures with LDL. However, the influence of each genetic variant on the traits may differ. Such heterogeneity requires more adaptive adjustment methods than the constraint offered by distTL. This might explain why angleTL outperforms distTL in this particular application.
7. Discussion
We propose angleTL, a flexible transfer learning framework that leverages the concordance of model parameters across populations. Compared to several benchmark methods, including the target-only model, the source-only models, and the distance-based transfer learning method, angleTL is shown to have improved performance both empirically and numerically. Under the setting with a single source model, we identify factors that influence the predictive performance of angleTL, including (1) the similarity between model parameters measured by the distance, (2) the signal strengths of the source and the target model, (3) the ratio between model dimensionality and the target sample size, (4) the estimation error of the source estimator, and (5) the level of the residual noise, which provide useful practical guidance for understanding when a source population can be helpful. With multiple source models, we propose to aggregate the source models first before applying angleTL, which we also provide theoretical justifications of the aggregation algorithms. Like ridge regression, angleTL is easy to implement as it enjoys the advantage of having a closed-form solution. It does not require individual-level data from the source, and can prevent negative transfer. Our simulation and real data application demonstrate the validity and feasibility of angleTL across a wide range of settings.
In this paper, we consider the case where only the point estimates of the source models are available. This is more from a practical standpoint that the variance estimates of the pretrained models are rarely reported. For example, for polygenic risk prediction, over 4,745 models are available in the PGS Catalog (https://www.pgscatalog.org/) (Lambert et al., 2021), but none of them reported variances. However, statistically, it is an interesting future direction to consider whether information about the variances of pretrained model parameters can be helpful in transfer learning. With only a single source model, the variance of each entry of can certainly provide information about which one is more reliable. We may consider applying angleTL only on the sub-vector with relatively small variances, and those with larger variances can be ignored since they are more likely to be misleading. Another possibility is to use resampling techniques, which are shown to be useful in nonregular inference problems. When multiple source models are available, each is estimating its own population parameter . When a source is totally irrelevant to the target, having a smaller estimation error is not helpful for learning target parameter . The two algorithms we proposed in this work only use point estimation. With additional information about the variances, we might consider using a two-step weighting to further adjust the weights we learned using point estimates according to the variances or .
One limitation of angleTL is that it requires the source and the target models to include the same covariates, whereas, in practice, source models might include covariates that are not measured at the target data or vice versa. There are existing methods focusing on incorporating source models that use a subset of covariates in the target model. For example, Chatterjee et al. (2016) proposed a constrained maximized likelihood approach where the external data follows the same distribution as the internal data. Accounting for heterogeneous data, methods such as Estes et al. (2018), Kundu et al. (2019), H. Zhang et al. (2020), Gu et al. (2021) and Taylor et al. (2022) are proposed, which all considered low-dimensional models and their ability to handle high-dimensional data requires further investigation. A more detailed discussion on related work, including different empirical approaches, can be found in P. Han (2022). It is an interesting future direction to extend angleTL to the setting where the source study uses a subset of the covariates in the target study. Methods proposed in related work such as Taylor et al. (2022) can be considered to address this, where we can first map the unique variables to a space orthogonal to the shared variables, and then include them in the model while using the angle-based regularization to borrow information.
While we employ a linear model to illustrate the concept of angleTL, it is important to note that the penalty term can be seamlessly integrated with the objective functions of various other problems. For instance, in addition to the regression problem discussed in our paper, we can apply this approach to a classification problem. In this scenario, our objective is to classify an outcome variable y based on a covariate vector , using a classification rule denoted as . When we aim to learn this classification rule for the target population, we have the flexibility to select an appropriate objective function. Furthermore, we can incorporate source estimators derived from different populations using various models, such as logistic regression, support vector machines (Cortes & Vapnik, 1995), and linear or quadratic discrimination analysis (Hastie et al., 2009), into the target model through the angleTL penalty (an additional simulation study to demonstrate the performance of angleTL in a classification problem can be found in Section 4.2 in Appendix D of online supplementary material). While the proposed penalization is motivated by an angle-based similarity measure between the source and target model parameters, in a classification problem, it might be useful to consider an alternative similarity defined by the fitted outcomes. More specifically, we can consider the similarity measure defined as or a rank-based measure , which is closely related to the maximum rank correlation problem discussed in A. K. Han (1987), H. Wang (2007), Stephanou and Varughese (2021) and Shin and Todorov (2021).
Supplementary Material
Footnotes
An even holds with high probability if there exists some such that for all we have for some large constant .
Contributor Information
Tian Gu, Department of Biostatistics, Columbia University Mailman School of Public Health, New York, NY 10032, USA.
Yi Han, Department of Statistics, Columbia University, New York, NY 10027, USA.
Rui Duan, Department of Biostatistics, Harvard T.H. Chan School of Public Health, 655 Huntington Ave, MA 02115, USA.
Funding
This work was supported by National Institutes of Health (R01GM148494, P50MH129699).
Data availability
The UK Biobank data and the MGBB data used in this study are not publicly available. Access to the data can be obtained by qualified researchers through an approved application to the UK Biobank (www.ukbiobank.ac.uk) and via the Mass General Brigham Biobank (https://biobank.massgeneralbrigham.org), respectively. The eMERGE Network Phase II data used in this study can be requested from the NIH dbGaP database (dbGaP Study Accession: phs000888.v1.p1). The code to implement the proposed angleTL method and to replicate the simulation figures in the paper is available on GitHub, https://github.com/biostat-duan-lab/angleTL and https://github.com/biostat-duan-lab/angleTL_code, respectively.
Supplementary material
Supplementary material is available online at Journal of the Royal Statistical Society: Series B.
Author contribution
R.D. conceptualized the method and conducted the theoretical analyses. T.G. developed the method, designed the computational algorithm, and conducted the numerical studies and real-world data analysis. Y.H. assisted with the numerical studies and developed the software package. All authors contributed to the writing of the manuscript.
References
- Bai Z., & Silverstein J. W. (2010). Spectral analysis of large dimensional random matrices. (Vol. 20). Springer. [Google Scholar]
- Belbasis L., & Panagiotou O. A. (2022). Reproducibility of prediction models in health services research. BMC Research Notes, 15( 1), 1–5. 10.1186/s13104-022-06082-4 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Cai T., Liu M., & Xia Y. (2021). Individual data protected integrative regression analysis of high-dimensional heterogeneous data. Journal of the American Statistical Association, 117(540), 2105–2119. 10.1080/01621459.2021.1904958 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Cai T. T., Han X., & Pan G. (2020). Limiting laws for divergent spiked eigenvalues and largest nonspiked eigenvalue of sample covariance matrices. Annals of Statistics, 48, 1255–1280. 10.1214/18-AOS1798 [DOI] [Google Scholar]
- Cai T. T., Kim D., & Pu H. (2024). Transfer learning for functional mean estimation: Phase transition and adaptive algorithms. Annals of Statistics, 52, 654–678. 10.1214/24-AOS2362 [DOI] [Google Scholar]
- Chang C. C., Chow C. C., Tellier L. C., Vattikuti S., Purcell S. M., & Lee J. J. (2015). Second-generation plink: Rising to the challenge of larger and richer datasets. GigaScience, 4(1), s13742–015. 10.1186/s13742-015-0047-8 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Chatterjee N., Chen Y.-H., Maas P., & Carroll R. J. (2016). Constrained maximum likelihood estimation for model calibration using summary-level information from external big data sources. Journal of the American Statistical Association, 111(513), 107–117. 10.1080/01621459.2015.1123157 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Chen W.-C., Wang C., Li H., Lu N., Tiwari R., Xu Y., & Yue L. Q. (2020). Propensity score-integrated composite likelihood approach for augmenting the control arm of a randomized controlled trial by incorporating real-world data. Journal of Biopharmaceutical Statistics, 30(3), 508–520. 10.1080/10543406.2020.1730877 [DOI] [PubMed] [Google Scholar]
- Choi S. W., Mak T. S. -H., & O’Reilly P. F. (2020). Tutorial: A guide to performing polygenic risk score analyses. Nature Protocols, 15(9), 2759–2772. 10.1038/s41596-020-0353-1 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Cortes C., & Vapnik V. (1995). Support-vector networks. Machine Learning, 20, 273–297. 10.1007/BF00994018 [DOI] [Google Scholar]
- Dobriban E., & Wager S. (2018). High-dimensional asymptotics of prediction: Ridge regression and classification. Annals of Statistics, 46(1), 247–279. 10.1214/17-AOS1549 [DOI] [Google Scholar]
- Donoho D., & Gavish M. (2014). Minimax risk of matrix denoising by singular value thresholding. Annals of Statistics, 42( 6), 2413–2440. 10.1214/14-AOS1257 [DOI] [Google Scholar]
- Donoho D., Gavish M., & Romanov E. (2023). Screenot: Exact mse-optimal singular value thresholding in correlated noise. Annals of Statistics, 51(1), 122–148. 10.1214/22-AOS2232 [DOI] [Google Scholar]
- Duan R., Boland M. R., Moore J. H., & Chen Y. (2018). Odal: A one-shot distributed algorithm to perform logistic regressions on electronic health records data from multiple clinical sites. In BIOCOMPUTING 2019: Proceedings of the Pacific Symposium (pp. 30–41). World Scientific. PMCID: PMC6417819.
- Duan R., Luo C., Schuemie M. J., Tong J., Liang C. J., Chang H. H., Regina Boland M., Bian J., Xu H., Holmes J. H., Forrest C. B., Morton S. C., Berlin J. A., Moore J. H., Mahoney K. B., & Chen Y. (2020). Learning from local to global: An efficient distributed algorithm for modeling time-to-event data. Journal of the American Medical Informatics Association, 27(7), 1028–1036. 10.1093/jamia/ocaa044 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Duan R., Ning Y., & Chen Y. (2022). Heterogeneity-aware and communication-efficient distributed statistical inference. Biometrika, 109(1), 67–83. 10.1093/biomet/asab007 [DOI] [Google Scholar]
- Duan Y., & Wang K. (2023). Adaptive and robust multi-task learning. Annals of Statistics, 51(5), 2015–2039. 10.1214/23-AOS2319 [DOI] [Google Scholar]
- Estes J. P., Mukherjee B., & Taylor J. M. (2018). Empirical bayes estimation and prediction using summary-level information from external big data sources adjusting for violations of transportability. Statistics in Biosciences, 10(3), 568–586. 10.1007/s12561-018-9217-4 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Ganin Y., & Lempitsky V. (2015). Unsupervised domain adaptation by backpropagation. In International conference on machine learning (pp. 1180–1189). PMLR.
- Girshick R., Donahue J., Darrell T., & Malik J. (2014). Rich feature hierarchies for accurate object detection and semantic segmentation. In Proceedings of the IEEE conference on computer vision and pattern recognition (pp. 580–587). [DOI] [PubMed]
- Gottesman O., Kuivaniemi H., Tromp G., Faucett W. A., Li R., Manolio T. A., Sanderson S. C., Kannry J., Zinberg R., Basford M. A., Brilliant M., Carey D. J., Chisholm R. L., Chute C. G., Connolly J. J., Crosslin D., Denny J. C., Gallego C. J., Haines J. L., …Williams M. S. (2013). The electronic medical records and genomics (eMERGE) network: Past, present, and future. Genetics in Medicine, 15(10), 761–771. 10.1038/gim.2013.72 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Gu T., Han Y., & Duan R. (2022). A transfer learning approach based on random forest with application to breast cancer prediction in underrepresented populations. In Pacific symposium on biocomputing 2023: Kohala Coast, Hawaii, USA, 3–7 January 2023 (pp. 186–197). World Scientific.
- Gu T., Lee P. H., & Duan R. (2023). Commute: Communication-efficient transfer learning for multi-site risk prediction. Journal of Biomedical Informatics, 137, 104243. 10.1016/j.jbi.2022.104243 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Gu T., Taylor J. M., & Mukherjee B. (2021). A meta-inference framework to integrate multiple external models into a current study. Biostatistics, 24, 2406–424. 10.1093/biostatistics/kxab017 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Hafemeister C., & Satija R. (2019). Normalization and variance stabilization of single-cell RNA-seq data using regularized negative binomial regression. Genome Biology, 20(1), 1–15. 10.1186/s13059-019-1874-1 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Han A. K. (1987). Non-parametric analysis of a generalized regression model: The maximum rank correlation estimator. Journal of Econometrics, 35(2-3), 303–316. 10.1016/0304-4076(87)90030-3 [DOI] [Google Scholar]
- Han P. (2022). A discussion on ‘a selective review of statistical methods using calibration information from similar studies’ by Qin, Liu and Li. Statistical Theory and Related Fields, 6(3), 193–195. 10.1080/24754269.2022.2084929 [DOI] [Google Scholar]
- Hastie T., Tibshirani R., Friedman J. H., & Friedman J. H. (2009). The elements of statistical learning: data mining, inference, and prediction. (Vol. 2). Springer. [Google Scholar]
- Huang J., Gretton A., Borgwardt K., Schölkopf B., & Smola A. (2006). Correcting sample selection bias by unlabeled data. Advances in Neural Information Processing Systems, 19, 601–608. 10.5555/2976456.2976532 [DOI] [Google Scholar]
- Jia J., & Shi T. (2017). Towards efficiency in rare disease research: What is distinctive and important? Science China: Life Sciences, 60(7), 686–691. 10.1007/s11427-017-9099-3 [DOI] [PubMed] [Google Scholar]
- Karlson E. W., Boutin N. T., Hoffnagle A. G., & Allen N. L. (2016). Building the partners healthcare biobank at partners personalized medicine: Informed consent, return of research results, recruitment lessons and operational considerations. Journal of Personalized Medicine, 6(1), 2. 10.3390/jpm6010002 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Ke Z. T., Ma Y., & Lin X. (2023). Estimation of the number of spiked eigenvalues in a covariance matrix by bulk eigenvalue matching analysis. Journal of the American Statistical Association, 118(541), 374–392. 10.1080/01621459.2021.1933497 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Kim P., & Milliken E. L. (2019). Minority participation in biobanks: An essential key to progress. In Biobanking (pp. 43–50). Humana Press, New York, NY. [DOI] [PubMed] [Google Scholar]
- Kirby J. C., Speltz P., Rasmussen L. V., Basford M., Gottesman O., Peissig P. L., Pacheco J. A., Tromp G., Pathak J., Carrell D. S., Ellis S. B., Lingren T., Thompson W. K., Savova G., Haines J., Roden D. M., Harris P. A., & Denny J. C., 2016). Phekb: A catalog and workflow for creating electronic phenotype algorithms for transportability. JAMIA, 23, 1046–1052. 10.1093/jamia/ocv202 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Knight P., & Duan R. (2024). Multi-task learning with summary statistics. Advances in Neural Information Processing Systems, 36, 54020–54031. [PMC free article] [PubMed] [Google Scholar]
- Kundu P., Tang R., & Chatterjee N. (2019). Generalized meta-analysis for multiple regression models across studies with disparate covariate information. Biometrika, 106(3), 567–585. 10.1093/biomet/asz030 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Kwiterovich P. O. Jr (2000). The metabolic pathways of high-density lipoprotein, low-density lipoprotein, and triglycerides: A current review. The American Journal of Cardiology, 86(12), 5–10. 10.1016/S0002-9149(00)01461-2 [DOI] [PubMed] [Google Scholar]
- Lambert S. A., Gil L., Jupp S., Ritchie S. C., Xu Y., Buniello A., McMahon A., Abraham G., Chapman M., Parkinson H., Danesh J., MacArthur J. A. L., & Inouye M. (2021). The polygenic score catalog as an open database for reproducibility and systematic evaluation. Nature Genetics, 53(4), 420–425. 10.1038/s41588-021-00783-5 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Lecué G., & Rigollet P. (2014). Optimal learning with Q-aggregation. Annals of Statistics, 42, 211–224. 10.1214/13-AOS1190 [DOI] [Google Scholar]
- Ledoit O., & Wolf M. (2015). Spectrum estimation: A unified framework for covariance matrix estimation and PCA in large dimensions. Journal of Multivariate Analysis, 139, 360–384. 10.1016/j.jmva.2015.04.006 [DOI] [Google Scholar]
- Li C., Yang C., Gelernter J., & Zhao H. (2014). Improving genetic risk prediction by leveraging pleiotropy. Human Genetics, 133(5), 639–650. 10.1007/s00439-013-1401-5 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Li S., Cai T., & Duan R. (2023). Targeting underrepresented populations in precision medicine: A federated transfer learning approach. The Annals of Applied Statistics, 17, 2970–2992. 10.1214/23-AOAS1747 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Li S., Cai T. T., & Li H. (2020). Transfer learning for high-dimensional linear regression: Prediction, estimation, and minimax optimality. Journal of the Royal Statistical Society Series B, 84(1), 149–173. 10.1111/rssb.12479 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Li S., Cai T. T., & Li H. (2022). Transfer learning in large-scale gaussian graphical models with false discovery rate control. Journal of the American Statistical Association, 118, 2171–2183. 10.1080/01621459.2022.2044333 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Li X., & Song Y. (2020). Target population statistical inference with data integration across multiple sources—an approach to mitigate information shortage in rare disease clinical trials. Statistics in Biopharmaceutical Research, 12(3), 322–333. 10.1080/19466315.2019.1654913 [DOI] [Google Scholar]
- Lin H., & Reimherr M. (2022). On transfer learning in functional linear regression. CoRR. https://dblp.org/rec/journals/corr/abs-2206-04277.html
- Liu Y., Fan T., Chen T., Xu Q., & Yang Q. (2021). Fate: An industrial grade platform for collaborative learning with data protection. Journal of Machine Learning Research: JMLR, 22, 1–6. https://www.jmlr.org/papers/v22/20-815.html [Google Scholar]
- Long M., Wang J., Ding G., Sun J., & Yu P. S. (2013). Transfer feature learning with joint distribution adaptation. In Proceedings of the IEEE international conference on computer vision (pp. 2200–2207). Sydney, Australia.
- Maier R., Moser G., Chen G.-B., Ripke S., Coryell W., Potash J. B., Scheftner W. A., Shi J., Weissman M. M., Hultman C. M., Land???n M., Levinson D. F., Kendler K. S., Smoller J. W., Wray N. R., Lee S. H., Absher D., Agartz I., Akil H., …Zöllner S., (2014). Joint analysis of psychiatric disorders increases accuracy of risk prediction for schizophrenia, bipolar disorder, and major depressive disorder. American Journal of Human Genetics, 96(2), 283–294. 10.1016/j.ajhg.2014.12.006 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Mansukhani M. P., Kolla B. P., Wang Z., & Morgenthaler T. I. (2019). Effect of varying definitions of hypopnea on the diagnosis and clinical outcomes of sleep-disordered breathing: A systematic review and meta-analysis. Journal of Clinical Sleep Medicine, 15(5), 687–696. 10.5664/jcsm.7750 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Meinshausen N., & Bühlmann P. (2015). Maximin effects in inhomogeneous large-scale data. Annals of Statistics, 43(4), 1801–1830. 10.1214/15-AOS1325 [DOI] [Google Scholar]
- Miglioretti D. L. (2003). Latent transition regression for mixed outcomes. Biometrics, 59(3), 710–720. 10.1111/biom.2003.59.issue-3 [DOI] [PubMed] [Google Scholar]
- Mitchell B. L., Thorp J. G., Wu Y., Campos A. I., Nyholt D. R., Gordon S. D., Whiteman D. C., Olsen C. M., Hickie I. B., Martin N. G., Medland S. E., Wray N. R., & Byrne E. M. (2021). Polygenic risk scores derived from varying definitions of depression and risk of depression. JAMA Psychiatry, 78(10), 1152–1160. 10.1001/jamapsychiatry.2021.1988 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Pan S. J., Tsang I. W., Kwok J. T., & Yang Q. (2010). Domain adaptation via transfer component analysis. IEEE Transactions on Neural Networks, 22(2), 199–210. 10.1109/TNN.2010.2091281 [DOI] [PubMed] [Google Scholar]
- Parisi F., Strino F., Nadler B., & Kluger Y. (2014). Ranking and combining multiple predictors without labeled data. Proceedings of the National Academy of Sciences, 111(4), 1253–1258. 10.1073/pnas.1219097111 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Qiao J., Zhou H., Yang C., & Yang S. (2019). A decomposition-based multiobjective evolutionary algorithm with angle-based adaptive penalty. Applied Soft Computing, 74, 190–205. 10.1016/j.asoc.2018.10.028 [DOI] [Google Scholar]
- Rigollet P., & Tsybakov A. (2011). Exponential screening and optimal rates of sparse estimation. Annals of Statistics, 39(2), 731–771. 10.1214/10-AOS854 [DOI] [Google Scholar]
- Roobol M. J., van Vugt H. A., Loeb S., Zhu X., Bul M., Bangma C. H., van Leenders A. G., Steyerberg E. W., & Schröder F. H. (2012). Prediction of prostate cancer risk: The role of prostate volume and digital rectal examination in the ERSPC risk calculators. European Urology, 61, 577–583. 10.1016/j.eururo.2011.11.012 [DOI] [PubMed] [Google Scholar]
- Shin Y., & Todorov Z. (2021). Exact computation of maximum rank correlation estimator. The Econometrics Journal, 24(3), 589–607. 10.1093/ectj/utab013 [DOI] [Google Scholar]
- Stearns F. W. (2010). One hundred years of pleiotropy: A retrospective. Genetics, 186(3), 767–773. 10.1534/genetics.110.122549 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Stephanou M., & Varughese M. (2021). Sequential estimation of spearman rank correlation using hermite series estimators. Journal of Multivariate Analysis, 186, 104783. 10.1016/j.jmva.2021.104783 [DOI] [Google Scholar]
- Sudlow C., Gallacher J., Allen N., Beral V., Burton P., Danesh J., Downey P., Elliott P., Green J., Landray M., Liu B., Matthews P., Ong G., Pell J., Silman A., Young A., Sprosen T., Peakman T., & Collins R. (2015). Uk biobank: An open access resource for identifying the causes of a wide range of complex diseases of middle and old age. PLoS Medicine, 12(3), e1001779. 10.1371/journal.pmed.1001779 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Sun B., & Saenko K. (2016). Deep coral: Correlation alignment for deep domain adaptation. In European conference on computer vision (pp. 443–450). Springer.
- Tan Z. (2006). Regression and weighting methods for causal inference using instrumental variables. Journal of the American Statistical Association, 101(476), 1607–1618. 10.1198/016214505000001366 [DOI] [Google Scholar]
- Taylor J. M., Choi K., & Han P. (2022). Data integration: Exploiting ratios of parameter estimates from a reduced external model. Biometrika, 110(1), 119–134. 10.1093/biomet/asac022 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Teja A. (2017). Indonesian fintech business: New innovations or foster and collaborate in business ecosystems? The Asian Journal of Technology Management, 10, 10. 10.12695/ajtm.2017.10.1.2 [DOI] [Google Scholar]
- Thompson I. M., Ankerst D. P., Chi C., Goodman P. J., Tangen C. M., Lucia M. S., Feng Z., Parnes H. L., & Coltman C. A. Jr (2006). Assessing prostate cancer risk: Results from the prostate cancer prevention trial. Journal of the National Cancer Institute, 98(8), 529–534. 10.1093/jnci/djj131 [DOI] [PubMed] [Google Scholar]
- Tian Y., & Yang F. (2022). Transfer learning under high-dimensional generalized linear models. Journal of the American Statistical Association, 118(544), 2684–2697. 10.1080/01621459.2022.2071278 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Tsybakov A. B. (2014). Aggregation and minimax optimality in high-dimensional estimation. In Proceedings of the international congress of mathematicians (Vol. 3, 225–246).
- Van Buuren S., Brand J. P. L., Groothuis-Oudshoorn C. G. M., & Rubin D. B. (2006). Fully conditional specification in multivariate imputation. Journal of Statistical Computation and Simulation, 76(12), 1049–1064. 10.1080/10629360600810434 [DOI] [Google Scholar]
- Viele K., Berry S., Neuenschwander B., Amzal B., Chen F., Enas N., Hobbs B., Ibrahim J. G., Kinnersley N., Lindborg S., Micallef S., Roychoudhury S., & Thompsonl L. (2014). Use of historical control data for assessing treatment effects in clinical trials. Pharmaceutical Statistics, 13(1), 41–54. 10.1002/pst.v13.1 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Vilhjálmsson B. J., Yang J., Finucane H. K., Gusev A., Lindström S., Ripke S., Genovese G., Loh P.-R., Bhatia G., Do R., Hayeck T., Won H.-H., Kathiresan S., Pato M., Pato C., Tamimi R., Stahl E., Zaitlen N., Pasaniuc B., … Zheng W. (2015). Modeling linkage disequilibrium increases accuracy of polygenic risk scores. American Journal of Human Genetics, 97(4), 576–592. 10.1016/j.ajhg.2015.09.001 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Wang H. (2007). A note on iterative marginal optimization: A simple algorithm for maximum rank correlation estimation. Computational Statistics & Data Analysis, 51(6), 2803–2812. 10.1016/j.csda.2006.10.004 [DOI] [Google Scholar]
- Weiss K., Khoshgoftaar T. M., & Wang D. (2016). A survey of transfer learning. Journal of Big Data, 3(1), 1–40. 10.1186/s40537-016-0043-6 [DOI] [Google Scholar]
- Wu X., Nethery R. C., Sabath M. B., Braun D., & Dominici F. (2020). Air pollution and COVID-19 mortality in the United States: Strengths and limitations of an ecological regression analysis. Science Advances, 6(45). 10.1126/sciadv.abd4049 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Wynants L., Van Calster B., Collins G. S., Riley R. D., Heinze G., Schuit E., Bonten M. M., Dahly D. L., Damen J. A., & Debray T. P. et al. (2020). Prediction models for diagnosis and prognosis of covid-19: Systematic review and critical appraisal. BMJ, 369, m1328. 10.1136/bmj.m1328 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Yang F., Liu S., Dobriban E., & Woodruff D. P. (2021). How to reduce dimension with PCA and random projections? IEEE Transactions on Information Theory, 67(12), 8154–8189. 10.1109/TIT.2021.3112821 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Yang S., & Kim J. K. (2020). Statistical data integration in survey sampling: A review. Japanese Journal of Statistics and Data Science, 3(2), 625–650. 10.1007/s42081-020-00093-w [DOI] [Google Scholar]
- Zhang D., Dey R., & Lee S. (2020a). Fast and robust ancestry prediction using principal component analysis. Bioinformatics, 36(11), 3439–3446. 10.1093/bioinformatics/btaa152 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Zhang H., Deng L., Schiffman M., Qin J., & Yu K. (2020b). Generalized integration model for improved statistical inference by leveraging external summary data. Biometrika, 107(3), 689–703. 10.1093/biomet/asaa014 [DOI] [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.
Supplementary Materials
Data Availability Statement
The UK Biobank data and the MGBB data used in this study are not publicly available. Access to the data can be obtained by qualified researchers through an approved application to the UK Biobank (www.ukbiobank.ac.uk) and via the Mass General Brigham Biobank (https://biobank.massgeneralbrigham.org), respectively. The eMERGE Network Phase II data used in this study can be requested from the NIH dbGaP database (dbGaP Study Accession: phs000888.v1.p1). The code to implement the proposed angleTL method and to replicate the simulation figures in the paper is available on GitHub, https://github.com/biostat-duan-lab/angleTL and https://github.com/biostat-duan-lab/angleTL_code, respectively.







