← Search

Mikhail Belkin

28 accepted papers

2026

FACT: a first-principles alternative to the Neural Feature Ansatz for how networks learn representations

ICLR 2026poster

It is a central challenge in deep learning to understand how neural networks learn representations. A leading approach is the Neural Feature Ansatz (NFA) (Radhakrishnan et al., 2024), a conjectured mechanism for how feature learning occurs. Although the NFA is empirically validated, it is an educate…

Cited by 0SourceScholar
2026

xRFM: Accurate, scalable, and interpretable feature learning models for tabular data

ICLR 2026poster

Inference from tabular data, collections of continuous and categorical variables organized into matrices, is a foundation for modern technology and science. Yet, in contrast to the explosive changes in the rest of AI, the best practice for these predictive tasks has been relatively unchanged and is…

Cited by 0SourcecodeScholar
2025

Emergence in non-neural models: grokking modular arithmetic via average gradient outer product

ICML 2025oral

Neural networks trained to solve modular arithmetic tasks exhibit grokking, a phenomenon where the test accuracy starts improving long after the model achieves 100% training accuracy in the training process. It is often taken as an example of "emergence", where model ability manifests sharply throug…

Cited by 6SourcePDFScholar
2025

Fast Training of Large Kernel Models with Delayed Projections

NeurIPS 2025spotlight

Classical kernel machines have historically faced significant challenges in scaling to large datasets and model sizes—a key ingredient that has driven the success of neural networks. In this paper, we present a new methodology for building kernel machines that can scale efficiently with both data si…

Cited by 0SourcecodeScholar
2025

Seeds of Structure: Patch PCA Reveals Universal Compositional Cues in Diffusion Models

NeurIPS 2025poster

Diffusion models transform random noise into images of remarkable fidelity, yet the structure of this noise-to-image map remains largely unexplored. We investigate this relationship using patch-wise Principal Component Analysis (PCA) and empirically demonstrate that low-frequency components of the i…

Cited by 0SourceScholar
2025

Task Generalization with Autoregressive Compositional Structure: Can Learning from $D$ Tasks Generalize to $D^T$ Tasks?

ICML 2025poster

Large language models (LLMs) exhibit remarkable task generalization, solving tasks they were never explicitly trained on with only a few demonstrations. This raises a fundamental question: When can learning from a small set of tasks generalize to a large task family? In this paper, we investigate t…

Cited by 0SourcePDFScholar
2025

UNDIAL: Self-Distillation with Adjusted Logits for Robust Unlearning in Large Language Models

NAACL 2025long

Mitigating the retention of sensitive or private information in large language models is essential for enhancing privacy and safety. Existing unlearning methods, like Gradient Ascent and Negative Preference Optimization, directly tune models to remove unwanted information. However, these methods oft…

2024

Average gradient outer product as a mechanism for deep neural collapse

NeurIPS 2024poster

Deep Neural Collapse (DNC) refers to the surprisingly rigid structure of the data representations in the final layers of Deep Neural Networks (DNNs). Though the phenomenon has been measured in a variety of settings, its emergence is typically explained via data-agnostic approaches, such as the uncon…

Cited by 10SourcePDFScholar
2024

Catapults in SGD: spikes in the training loss and their impact on generalization through feature learning

ICML 2024poster

In this paper, we first present an explanation regarding the common occurrence of spikes in the training loss when neural networks are trained with stochastic gradient descent (SGD). We provide evidence that the spikes in the training loss of SGD are "catapults", an optimization phenomenon originall…

2024

More is Better: when Infinite Overparameterization is Optimal and Overfitting is Obligatory

ICLR 2024poster

In our era of enormous neural networks, empirical progress has been driven by the philosophy that *more is better.* Recent deep learning practice has found repeatedly that larger model size, more data, and more computation (resulting in lower training loss) optimizing to near-interpolation improves…

Cited by 7SourcePDFScholar
2024

On the Nyström Approximation for Preconditioning in Kernel Machines

AISTATS 2024poster

Kernel methods are a popular class of nonlinear predictive models in machine learning. Scalable algorithms for learning kernel models need to be iterative in nature, but convergence can be slow due to poor conditioning. Spectral preconditioning is an important tool to speed-up the convergence of suc…

Cited by 4SourcePDFScholar
2024

Quadratic models for understanding catapult dynamics of neural networks

ICLR 2024poster

While neural networks can be approximated by linear models as their width increases, certain properties of wide neural networks cannot be captured by linear models. In this work we show that recently proposed Neural Quadratic Models can exhibit the "catapult phase" Lewkowycz et al. (2020) that arise…

2024

Uncertainty Estimation with Recursive Feature Machines

UAI 2024poster

In conventional regression analysis, predictions are typically represented as point estimates derived from covariates. The Gaussian Process (GP) offer a kernel-based framework that predicts and quantifies associated uncertainties. However, kernel-based methods often underperform ensemble-based decis…

2023

Neural tangent kernel at initialization: linear width suffices

UAI 2023poster

In this paper we study the problem of lower bounding the minimum eigenvalue of the neural tangent kernel (NTK) at initialization, an important quantity for the theoretical analysis of training in neural networks. We consider feedforward neural networks with smooth activation functions. Without any d…

Cited by 10SourcePDFScholar
2021

EVALUATION OF NEURAL ARCHITECTURES TRAINED WITH SQUARE LOSS VS CROSS-ENTROPY IN CLASSIFICATION TASKS

ICLR 2021poster

Modern neural architectures for classification tasks are trained using the cross-entropy loss, which is widely believed to be empirically superior to the square loss. In this work we provide evidence indicating that this belief may not be well-founded. We explore several major neural architectures…

Cited by 227SourceScholar
2018

Overfitting or perfect fitting? Risk bounds for classification and regression rules that interpolate

NeurIPS 2018poster

Many modern machine learning models are trained to achieve zero or near-zero training error in order to obtain near-optimal (but non-zero) test error. This phenomenon of strong generalization performance for ``overfitted'' / interpolated classifiers appears to be ubiquitous in high-dimensional data…

Cited by 359SourcePDFScholar
2018

The Power of Interpolation: Understanding the Effectiveness of SGD in Modern Over-parametrized Learning

ICML 2018oral

In this paper we aim to formally explain the phenomenon of fast convergence of Stochastic Gradient Descent (SGD) observed in modern machine learning. The key observation is that most modern learning architectures are over-parametrized and are trained to interpolate the data by driving the empirical…

Cited by 365SourcePDFScholar
2017

Diving into the shallows: a computational perspective on large-scale shallow learning

NeurIPS 2017spotlight

Remarkable recent success of deep neural networks has not been easy to analyze theoretically. It has been particularly hard to disentangle relative significance of architecture and optimization in achieving accurate classification on large datasets. On the flip side, shallow methods (such as kernel…

Cited by 102SourcePDFScholar