LGOct 22, 2025

Are Greedy Task Orderings Better Than Random in Continual Linear Regression?

arXiv:2510.19941v12 citationsh-index: 7
Originality Incremental advance
AI Analysis

This work addresses task ordering for continual learning practitioners, but it is incremental as it builds on prior analyses of greedy and random orderings.

The paper tackles the problem of task ordering in continual linear regression, showing that greedy orderings based on dissimilarity converge faster than random ones in experiments, but analytically, single-pass greedy orderings can fail catastrophically while those with repetition converge at a slower rate than random ones.

We analyze task orderings in continual learning for linear regression, assuming joint realizability of training data. We focus on orderings that greedily maximize dissimilarity between consecutive tasks, a concept briefly explored in prior work but still surrounded by open questions. Using tools from the Kaczmarz method literature, we formalize such orderings and develop geometric and algebraic intuitions around them. Empirically, we demonstrate that greedy orderings converge faster than random ones in terms of the average loss across tasks, both for linear regression with random data and for linear probing on CIFAR-100 classification tasks. Analytically, in a high-rank regression setting, we prove a loss bound for greedy orderings analogous to that of random ones. However, under general rank, we establish a repetition-dependent separation. Specifically, while prior work showed that for random orderings, with or without replacement, the average loss after $k$ iterations is bounded by $\mathcal{O}(1/\sqrt{k})$, we prove that single-pass greedy orderings may fail catastrophically, whereas those allowing repetition converge at rate $\mathcal{O}(1/\sqrt[3]{k})$. Overall, we reveal nuances within and between greedy and random orderings.

Foundations

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

Your Notes