paper-with-me

Papers

Linear Recursive Feature Machines provably recover low-rank matrices

2024-01-09 · Adityanarayanan Radhakrishnan, Mikhail Belkin, Dmitriy Drusvyatskiy

A fundamental problem in machine learning is to understand how neural networks make accurate predictions, while seemingly bypassing the curse of dimensionality. A possible explanation is that common training algorithms for neural networks implicitly perform dimensionality reduction - a process called feature learning. Recent work posited that the effects of feature learning can be elicited from a classical statistical estimator called the average gradient outer product (AGOP). The authors proposed Recursive Feature Machines (RFMs) as an algorithm that explicitly performs feature learning by alternating between (1) reweighting the feature vectors by the AGOP and (2) learning the prediction function in the transformed space. In this work, we develop the first theoretical guarantees for how RFM performs dimensionality reduction by focusing on the class of overparametrized problems arising in sparse linear regression and low-rank matrix recovery. Specifically, we show that RFM restricted to linear models (lin-RFM) generalizes the well-studied Iteratively Reweighted Least Squares (IRLS) algorithm. Our results shed light on the connection between feature learning in neural networks and classical sparse recovery algorithms. In addition, we provide an implementation of lin-RFM that scales to matrices with millions of missing entries. Our implementation is faster than the standard IRLS algorithm as it is SVD-free. It also outperforms deep linear networks for sparse linear regression and low-rank matrix completion.

📄 PDF Abstract BibTeX arXiv:2401.04553

Code (1)

aradha/lin-rfm 공식 구현 pytorch

Tasks

Dimensionality ReductionLow-Rank Matrix CompletionMatrix Completionregression

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

Average Gradient Outer Product in kernel regression provably recovers the central subspace for multi-index models

2026-05-14 · Libin Zhu, Damek Davis, Dmitriy Drusvyatskiy, Maryam Fazel arxiv

We study a prototypical situation when a learned predictor can discover useful low-dimensional structure in data, while using fewer samples than are needed for accurate prediction. Specifically, we consider the problem o…

Precise asymptotics of reweighted least-squares algorithms for linear diagonal networks

2024-06-04 · Chiraag Kaushik, Justin Romberg, Vidya Muthukumar

The classical iteratively reweighted least-squares (IRLS) algorithm aims to recover an unknown signal from linear measurements by performing a sequence of weighted least squares problems, where the weights are recursivel…

Tab-TRM: Tiny Recursive Model for Insurance Pricing on Tabular Data

2026-01-12 · Kishan Padayachy, Ronald Richman, Mario V. Wüthrich arxiv

We introduce Tab-TRM (Tabular-Tiny Recursive Model), a network architecture that adapts the recursive latent reasoning paradigm of Tiny Recursive Models (TRMs) to insurance modeling. Drawing inspiration from both the Hie…

Linear-Readout Floors and Threshold Recovery in Computation in Superposition

2026-05-02 · Hector Borobia, Elies Seguí-Mas, Guillermina Tormo-Carbó arxiv

Two recent approaches to computation in superposition reach different recursive capacity regimes: Hänni et al. certify $\tilde{O}(d^{3/2})$ computable features in width $d$ via an approximate-linear recursive template, w…

On Feature Scaling of Recursive Feature Machines

2023-03-28 · Arunav Gupta, Rohit Mishra, William Luu, Mehdi Bouassami

In this technical report, we explore the behavior of Recursive Feature Machines (RFMs), a type of novel kernel machine that recursively learns features via the average gradient outer product, through a series of experime…