← Search

Elisabetta Cornacchia

6 accepted papers

2026

Positive Distribution Shift as a Framework for Understanding Tractable Learning

ICML 2026poster

We study a setting where the goal is to learn a target function f(x) with respect to a target distribution D(x), but training is done on i.i.d. samples from a different training distribution D’(x), labeled by the true target f(x). Such a distribution shift (here in the form of covariate shift) is us…

Cited by 0SourceScholar
2025

Learning High-Degree Parities: The Crucial Role of the Initialization

ICLR 2025poster

Parities have become a standard benchmark for evaluating learning algorithms. Recent works show that regular neural networks trained by gradient descent can efficiently learn degree $k$ parities on uniform inputs for constant $k$, but fail to do so when $k$ and $d-k$ grow with $d$ (here $d$ is the a…

2023

Provable Advantage of Curriculum Learning on Parity Targets with Mixed Inputs

NeurIPS 2023poster

Experimental results have shown that curriculum learning, i.e., presenting simpler examples before more complex ones, can improve the efficiency of learning. Some recent theoretical results also showed that changing the sampling distribution can help neural networks learn parities, with formal resul…

2022

An Initial Alignment between Neural Network and Target is Needed for Gradient Descent to Learn

ICML 2022spotlight

This paper introduces the notion of “Initial Alignment” (INAL) between a neural network at initialization and a target function. It is proved that if a network and a Boolean target function do not have a noticeable INAL, then noisy gradient descent with normalized i.i.d. initialization will not lear…

Cited by 15SourcePDFScholar
2022

Learning to Reason with Neural Networks: Generalization, Unseen Data and Boolean Measures

NeurIPS 2022accept

This paper considers the Pointer Value Retrieval (PVR) benchmark introduced in [ZRKB21], where a `reasoning' function acts on a string of digits to produce the label. More generally, the paper considers the learning of logical functions with gradient descent (GD) on neural networks. It is first show…