paper-with-me

Papers

Nonlinear Least Squares for Large-Scale Machine Learning using Stochastic Jacobian Estimates

2021-07-12 · Johannes J. Brust

For large nonlinear least squares loss functions in machine learning we exploit the property that the number of model parameters typically exceeds the data in one batch. This implies a low-rank structure in the Hessian of the loss, which enables effective means to compute search directions. Using this property, we develop two algorithms that estimate Jacobian matrices and perform well when compared to state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2107.05598

Code (1)

johannesbrust/SNLLS 공식 구현 tf

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

DeepLM: Large-Scale Nonlinear Least Squares on Deep Learning Frameworks Using Stochastic Domain Decomposition

2021-06-19 · CVPR 2021 1 · Jingwei Huang, Shan Huang, Mingwei Sun

We propose a novel approach for large-scale nonlinear least squares problems based on deep learning frameworks. Nonlinear least squares are commonly solved with the Levenberg-Marquardt (LM) algorithm for fast converg…

Deep LearningDistributed Optimization

Scalable Derivative-Free Optimization for Nonlinear Least-Squares Problems

2020-07-26 · Coralia Cartis, Tyler Ferguson, Lindon Roberts

Derivative-free - or zeroth-order - optimization (DFO) has gained recent attention for its ability to solve problems in a variety of application areas, including machine learning, particularly involving objectives which …

Dimensionality Reduction

Debiasing Random Oblique Projections for Subsampled OLS and Fast CUR in High Dimensions

2026-05-24 · Chengmei Niu, Sachin Garg, Michał Dereziński, Zhenyu Liao arxiv

Random sampling is a fundamental tool in modern machine learning and numerical linear algebra for reducing the computational cost of large-scale matrix problems. Existing analyses, however, rely primarily on subspace emb…

A Randomised Subspace Gauss-Newton Method for Nonlinear Least-Squares

2022-11-10 · Coralia Cartis, Jaroslav Fowkes, Zhen Shao

We propose a Randomised Subspace Gauss-Newton (R-SGN) algorithm for solving nonlinear least-squares optimization problems, that uses a sketched Jacobian of the residual in the variable domain and solves a reduced linear …

regression

A rigorous introduction to linear models

2021-05-10 · Jun Lu

This book is meant to provide an introduction to linear models and the theories behind them. Our goal is to give a rigorous introduction to the readers with prior exposure to ordinary least squares. In machine learning, …

regression