Search papers, labs, and topics across Lattice.
This study investigates the optimal scaling of training time for each task in gradual adaptation, focusing on overparameterized linear regression tasks that share a zero-loss solution. The authors find that the final learning progress converges to a continuum curve, revealing that both very short and very long training times yield minimal progress, while optimal training times scale as \( s_N^\star = 螛(N^{-1}) \). Experiments corroborate these findings, showing that as the number of tasks increases, less training time per task is required to maintain effective learning.
Optimal training time in gradual adaptation scales inversely with the number of tasks, revealing a critical balance for effective learning.
In gradual adaptation, how should the training time on each task change as the number of intermediate tasks increases? We study this question for overparameterized linear regression tasks that change smoothly and share a zero-loss solution. With $N$ tasks and training time $s_N$ on each, the final learning progress converges to a continuum curve when $Ns_N\to蟿$. The limiting progress is $螛(蟿)$ for small $蟿$ and $螛(蟿^{-1})$ for large $蟿$, so both very short and very long training produce little progress. It follows that optimal per-task training times scale as $s_N^\star=螛(N^{-1})$, equivalently $Ns_N^\star=螛(1)$. Experiments on gradually rotated MNIST and a natural Yearbook time shift are consistent with less per-task training as the path is divided more finely.