← Search

Itay Evron

8 accepted papers

2026

A Graph Meta-Network for Learning on Kolmogorov–Arnold Networks

ICLR 2026poster

Weight-space models learn directly from the parameters of neural networks, enabling tasks such as predicting their accuracy on new datasets. Naive methods -- like applying MLPs to flattened parameters -- perform poorly, making the design of better weight-space architectures a central challenge. Whi…

Cited by 0SourcecodeScholar
2025

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

NeurIPS 2025poster

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 fro…

Cited by 0SourceScholar
2025

Optimal Rates in Continual Linear Regression via Increasing Regularization

NeurIPS 2025poster

We study realizable continual linear regression under random task orderings, a common setting for developing continual learning theory. In this setup, the worst-case expected loss after $k$ learning iterations admits a lower bound of $\Omega(1/k)$. However, prior work using an unregularized scheme…

Cited by 0SourceScholar
2024

Provable Tempered Overfitting of Minimal Nets and Typical Nets

NeurIPS 2024poster

We study the overfitting behavior of fully connected deep Neural Networks (NNs) with binary weights fitted to perfectly classify a noisy training set. We consider interpolation using both the smallest NN (having the minimal number of weights) and a random interpolating NN. For both learning rules, w…

Cited by 2SourcePDFScholar
2024

The Joint Effect of Task Similarity and Overparameterization on Catastrophic Forgetting — An Analytical Model

ICLR 2024poster

In continual learning, catastrophic forgetting is affected by multiple aspects of the tasks. Previous works have analyzed separately how forgetting is affected by either task similarity or overparameterization. In contrast, our paper examines how task similarity and overparameterization jointly affe…

Cited by 17SourcePDFScholar
2023

Continual Learning in Linear Classification on Separable Data

ICML 2023poster

We analyze continual learning on a sequence of separable linear classification tasks with binary labels. We show theoretically that learning with weak regularization reduces to solving a sequential max-margin problem, corresponding to a special case of the Projection Onto Convex Sets (POCS) framewor…

Cited by 24SourcePDFScholar
2023

The Role of Codeword-to-Class Assignments in Error-Correcting Codes: An Empirical Study

AISTATS 2023poster

Error-correcting codes (ECC) are used to reduce multiclass classification tasks to multiple binary classification subproblems. In ECC, classes are represented by the rows of a binary matrix, corresponding to codewords in a codebook. Codebooks are commonly either predefined or problem dependent. Give…

2018

Efficient Loss-Based Decoding on Graphs for Extreme Classification

NeurIPS 2018poster

In extreme classification problems, learning algorithms are required to map instances to labels from an extremely large label set. We build on a recent extreme classification framework with logarithmic time and space (LTLS), and on a general approach for error correcting output coding (ECOC) with…