paper-with-me

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 convergence. We implement a general and efficient LM solver on a deep learning framework by designing a new backward jacobian network to enable automatic sparse jacobian matrix computation. Furthermore, we introduce a stochastic domain decomposition approach that enables batched optimization and preserves convergence for large problems. We evaluate our method by solving bundle adjustment as a fundamental problem. Experiments show that our optimizer significantly outperforms the state-of-the-art solutions and existing deep learning solvers considering quality, efficiency, and memory. Our stochastic domain decomposition enables distributed optimization, consumes little memory and time, and achieves similar quality compared to a global solver. As a result, our solver effectively solves nonlinear least squares on an extremely large scale. We will make the code publicly available on publication.

📄 PDF Abstract BibTeX

Code (2)

hjwdzh/DeepLM 공식 구현 pytorch
mindspore-ai/models/tree/master/research/3d/DeepLM mindspore

Tasks

Deep LearningDistributed Optimization

Similar 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 o…

BIG-bench Machine Learning

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

Least squares estimation in nonstationary nonlinear cohort panels with learning from experience

2023-09-16 · Alexander Mayer, Michael Massmann

We discuss techniques of estimation and inference for nonstationary nonlinear cohort panels with learning from experience, showing, inter alia, the consistency and asymptotic normality of the nonlinear least squares esti…

Survey

Bayesian Extensions of Kernel Least Mean Squares

2013-10-20 · Il Memming Park, Sohan Seth, Steven Van Vaerenbergh

The kernel least mean squares (KLMS) algorithm is a computationally efficient nonlinear adaptive filtering method that "kernelizes" the celebrated (linear) least mean squares algorithm. We demonstrate that the least mean…

Numerical Approximation of Partial Differential Equations by a Variable Projection Method with Artificial Neural Networks

2022-01-24 · Suchuan Dong, Jielin Yang

We present a method for solving linear and nonlinear PDEs based on the variable projection (VarPro) framework and artificial neural networks (ANN). For linear PDEs, enforcing the boundary/initial value problem on the col…