← Search

Andrey Gromov

6 accepted papers

2026

On the origin of neural scaling laws: from random graphs to natural language

ICML 2026spotlight

Scaling laws have played a major role in modern AI, providing predictive power over how model performance will improve with increasing resources. This has spurred intense interest in their origin, with a common suggestion being that they arise from power laws already present in the data. Here we stu…

Cited by 0SourceScholar
2025

PARQ: Piecewise-Affine Regularized Quantization

ICML 2025poster

We develop a novel optimization method for quantization-aware training (QAT). Specifically, we show that convex, piecewise-affine regularization (PAR) can effectively induce neural network weights to cluster towards discrete values. We minimize PAR-regularized loss functions using an aggregate proxi…

Cited by 0SourcePDFScholar
2025

The Unreasonable Ineffectiveness of the Deeper Layers

ICLR 2025poster

How is knowledge stored in an LLM’s weights? We study this via layer pruning: if removing a certain layer does not affect model performance in common question-answering benchmarks, then the weights in that layer are not necessary for storing the knowledge needed to answer those questions. To find th…

Cited by 90SourcePDFScholar
2024

Learning to grok: Emergence of in-context learning and skill composition in modular arithmetic tasks

NeurIPS 2024oral

Large language models can solve tasks that were not present in the training set. This capability is believed to be due to in-context learning and skill composition. In this work, we study the emergence of in-context learning and skill composition in a collection of modular arithmetic tasks. Specific…

2024

To Grok or not to Grok: Disentangling Generalization and Memorization on Corrupted Algorithmic Datasets

ICLR 2024poster

Robust generalization is a major challenge in deep learning, particularly when the number of trainable parameters is very large. In general, it is very difficult to know if the network has memorized a particular set of examples or understood the underlying rule (or both). Motivated by this challenge…

2023

Critical Initialization of Wide and Deep Neural Networks using Partial Jacobians: General Theory and Applications

NeurIPS 2023spotlight

Deep neural networks are notorious for defying theoretical treatment. However, when the number of parameters in each layer tends to infinity, the network function is a Gaussian process (GP) and quantitatively predictive description is possible. Gaussian approximation allows one to formulate criteria…