LGMEMLApr 22

SMART: A Spectral Transfer Approach to Multi-Task Learning

arXiv:2604.2016142.1h-index: 7Has Code
AI Analysis

This work addresses multi-task learning challenges for researchers in fields like bioinformatics, offering a novel approach that is incremental by building on spectral assumptions to enhance transfer beyond bounded-difference settings.

The authors tackled the problem of multi-task learning performance degradation with small target sample sizes by proposing SMART, a spectral transfer method that assumes spectral similarity between source and target models, resulting in improved estimation accuracy and predictive performance in simulations and single-cell data analysis.

Multi-task learning is effective for related applications, but its performance can deteriorate when the target sample size is small. Transfer learning can borrow strength from related studies; yet, many existing methods rely on restrictive bounded-difference assumptions between the source and target models. We propose SMART, a spectral transfer method for multi-task linear regression that instead assumes spectral similarity: the target left and right singular subspaces lie within the corresponding source subspaces and are sparsely aligned with the source singular bases. Such an assumption is natural when studies share latent structures and enables transfer beyond the bounded-difference settings. SMART estimates the target coefficient matrix through structured regularization that incorporates spectral information from a source study. Importantly, it requires only a fitted source model rather than the raw source data, making it useful when data sharing is limited. Although the optimization problem is nonconvex, we develop a practical ADMM-based algorithm. We establish general, non-asymptotic error bounds and a minimax lower bound in the noiseless-source regime. Under additional regularity conditions, these results yield near-minimax Frobenius error rates up to logarithmic factors. Simulations confirm improved estimation accuracy and robustness to negative transfer, and analysis of multi-modal single-cell data demonstrates better predictive performance. The Python implementation of SMART, along with the code to reproduce all experiments in this paper, is publicly available at https://github.com/boxinz17/smart.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes