- The paper develops a two-stage offset-based method that pools groups to estimate shared structure, then learns group-specific corrections with deep ReLU networks under an overlap condition.
- The theory achieves rates driven by intrinsic dimension and smoothness rather than ambient dimension, supports growing group counts and vanishing target-group proportions, and identifies when transfer outperforms separate estimation.
- Experiments show consistent gains across simulations and real datasets, including minority-group improvements and lower MSE on Beijing PM2.5 and UTKFace, while highlighting open issues such as negative transfer and non-additive task structures.
Overview and problem setting
This paper develops a two-stage offset-based transfer learning framework for nonparametric regression with grouped data, with deep ReLU networks as the primary estimator class. The data consist of n i.i.d. copies of (X,Y,Z), where Z∈{1,…,L} indexes groups, generated from the additive model yi=f0(xi)+f0,zi(xi)+ϵi, where f0 is shared across groups and f0,ℓ is a group-specific deviation. The target is the group-conditional mean g0,ℓ(x)=f0(x)+f0,ℓ(x).
The method proceeds in two stages. First, all L groups are pooled to estimate the overall mean fˉ(x)=E(Y∣X=x) by empirical risk minimization over a generic function class F. Second, for each group (X,Y,Z)0, an offset function (X,Y,Z)1 is estimated on group-(X,Y,Z)2 data alone, regressing residuals against (X,Y,Z)3. The final estimator is the additive combination (X,Y,Z)4, with truncation at levels (X,Y,Z)5 and (X,Y,Z)6.
The framework requires only an overlap-type assumption: group membership probabilities bounded away from 0 and 1 given covariates, analogous to overlap conditions in causal inference. Notably, the theory accommodates (X,Y,Z)7 growing with (X,Y,Z)8 and allows the target-group proportion (X,Y,Z)9 to vanish, covering both transfer learning (data-scarce target) and multi-task learning regimes within one analysis.
General theoretical guarantees
The main general result establishes that, under mild metric entropy conditions on the truncated classes Z∈{1,…,L}0 and Z∈{1,…,L}1 and a noise condition Z∈{1,…,L}2 (which permits sub-Gaussian and sub-exponential errors), the squared Z∈{1,…,L}3 error satisfies
Z∈{1,…,L}4
where Z∈{1,…,L}5 is the first-stage rate for estimating Z∈{1,…,L}6, Z∈{1,…,L}7 is the approximation error of the offset class, and Z∈{1,…,L}8 is the localized entropy majorant. The result holds provided Z∈{1,…,L}9, i.e., the expected group size diverges. The proof controls the second-stage regression against perturbed responses via empirical process arguments over localized entropy balls, combined with binomial concentration on group sizes.
A complementary result under sample splitting (independent stages) replaces one complexity constraint with an additive term yi=f0(xi)+f0,zi(xi)+ϵi0, which can yield tighter rates; in particular it removes the factor yi=f0(xi)+f0,zi(xi)+ϵi1 multiplying the first-stage error in the network instantiation. The authors conjecture that this factor in the non-splitting bound is a proof artifact, since empirically the estimator performs better without splitting — an honest concession worth noting when interpreting the rates.
As corollaries of generality, the paper derives what appears to be the first convergence guarantee for trend filtering in a transfer learning setting, with rate yi=f0(xi)+f0,zi(xi)+ϵi2 under total variation penalties, and recovers up to logarithmic factors the Sobolev-sieve transfer rates of prior work on orthogonal series regression, unifying offset-based transfer learning across estimator classes.
Deep ReLU networks and positive transfer
Instantiating both stages with dense ReLU networks under hierarchical composition models (each component yi=f0(xi)+f0,zi(xi)+ϵi3-smooth with intrinsic dimension yi=f0(xi)+f0,zi(xi)+ϵi4, uniformly bounded), the overall rate becomes, ignoring logarithmic factors,
yi=f0(xi)+f0,zi(xi)+ϵi5
with network depth and width chosen as functions of yi=f0(xi)+f0,zi(xi)+ϵi6 and yi=f0(xi)+f0,zi(xi)+ϵi7. Two consequences follow directly:
Curse-of-dimensionality mitigation is preserved under transfer. Because the rates depend only on the intrinsic dimensions and smoothness of the compositional structure rather than the ambient dimension yi=f0(xi)+f0,zi(xi)+ϵi8, the benefit of deep networks carries over to the two-stage procedure. An illustrative example with yi=f0(xi)+f0,zi(xi)+ϵi9 shows the NN-with-TL rate remaining at f00 even as the group proportion shrinks to f01, whereas classical TL estimators degrade to f02; in the extreme regime NN-TL attains f03 versus f04 for classical methods.
Conditions for strictly faster rates than separate estimation. Transfer helps whenever f05 and f06 are less complex than f07 itself — e.g., when averaging similar groups cancels extreme components, or when the offset has higher smoothness and lower intrinsic dimension than the full conditional mean. A concrete example gives f08 with effective dimension 2 and f09 depending on only 3 variables while each f0,ℓ0 depends on all 5.
The authors explicitly state they do not claim optimality, noting that minimax lower bounds for hierarchical composition classes are known only in special cases — so these are upper bounds, not established minimax rates.
Experiments
Simulations span four low-dimensional scenarios (f0,ℓ1, unbalanced groups, SNR ∈ {2,5,10}) and two high-dimensional latent-factor scenarios (f0,ℓ2, f0,ℓ3–f0,ℓ4), comparing the proposed 2-Stage strategy against Pooled, Separate, Pool-w-L (labels as inputs), and Top-FT (output-layer fine-tuning), using both MLPs and random forests, plus ptLasso in high dimensions. Across 50 Monte Carlo replications, 2-Stage (NN) achieves the lowest MSE in essentially every configuration; e.g., in Scenario 1 at f0,ℓ5, MSE is 0.27×10⁻² versus 1.93×10⁻² for Pooled and 0.49×10⁻² for Separate. In highly unbalanced settings (one group at 2% prevalence), 2-Stage improves the minority group's MSE monotonically with f0,ℓ6 while Separate plateaus near 0.02, consistent with the theoretical prediction that pooling benefits small-f0,ℓ7 groups.
Real-data experiments use the Beijing PM2.5 dataset (grouped by wind direction, autoregressive specification) and UTKFace age estimation (grouped by ethnicity, FaceNet features). On PM2.5, 2-Stage attains the lowest overall test MSE for both NN (0.0519 vs. 0.0555 Pooled) and RF (0.0534 vs. 0.0556), supporting the claim that the framework transfers across estimator classes. On UTKFace, 2-Stage achieves the lowest overall MSE (59.6 vs. 61.8 Pooled, 63.1 Separate), winning on White, Black, and Asian subgroups; complementary experiments with ethnicity-plus-gender grouping show uniform improvements over pooled training.
Limitations and open questions
Several limitations are stated plainly. The additive decomposition f0,ℓ8 is assumed formally, though simulations without exact additivity still perform well; extending to other coupling structures remains open. Negative transfer is theoretically possible when f0,ℓ9 or g0,ℓ(x)=f0(x)+f0,ℓ(x)0 is complex relative to g0,ℓ(x)=f0(x)+f0,ℓ(x)1, and formal detection of negative transfer is left unresolved. The gap between the sample-splitting and non-splitting bounds (the g0,ℓ(x)=f0(x)+f0,ℓ(x)2 factor) is conjectured but not proven to be a proof artifact. Finally, the theory covers fully connected ReLU MLPs; analogous guarantees for last-layer fine-tuning, convolutional architectures, Transformers, or continuously varying task parameters are not established here.
Conclusion
The paper provides a general, estimator-agnostic convergence theory for two-stage offset transfer learning in nonparametric regression, instantiated with dense ReLU networks under hierarchical composition to obtain curse-of-dimensionality-free rates of the form g0,ℓ(x)=f0(x)+f0,ℓ(x)3. It identifies concrete conditions — smoother offsets, simpler pooled means, vanishing target-group proportions — under which transfer strictly dominates separate estimation, and its simulations and real-data results consistently support the theory. Its principal open problems concern lower bounds for compositional classes, formal negative-transfer detection, and extensions beyond the additive decomposition.