paper-with-me

홈 › Papers

DynaNewton - Accelerating Newton's Method for Machine Learning

2016-05-20 · Hadi Daneshmand, Aurelien Lucchi, Thomas Hofmann

Newton's method is a fundamental technique in optimization with quadratic convergence within a neighborhood around the optimum. However reaching this neighborhood is often slow and dominates the computational costs. We exploit two properties specific to empirical risk minimization problems to accelerate Newton's method, namely, subsampling training data and increasing strong convexity through regularization. We propose a novel continuation method, where we define a family of objectives over increasing sample sizes and with decreasing regularization strength. Solutions on this path are tracked such that the minimizer of the previous objective is guaranteed to be within the quadratic convergence region of the next objective to be optimized. Thereby every Newton iteration is guaranteed to achieve super-linear contractions with regard to the chosen objective, which becomes a moving target. We provide a theoretical analysis that motivates our algorithm, called DynaNewton, and characterizes its speed of convergence. Experiments on a wide range of data sets and problems consistently confirm the predicted computational savings.

📄 PDF Abstract BibTeX arXiv:1605.06561

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learning

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Q-Newton: Hybrid Quantum-Classical Scheduling for Accelerating Neural Network Training with Newton's Gradient Descent

2024-04-30 · Pingzhi Li, Junyu Liu, Hanrui Wang, Tianlong Chen

Optimization techniques in deep learning are predominantly led by first-order gradient methodologies, such as SGD. However, neural network training can greatly benefit from the rapid convergence characteristics of second…

Scheduling

Stochastic Variance-Reduced Newton: Accelerating Finite-Sum Minimization with Large Batches

2022-06-06 · Michał Dereziński

Stochastic variance reduction has proven effective at accelerating first-order algorithms for solving convex finite-sum optimization tasks such as empirical risk minimization. Incorporating second-order information has p…

Second-order methods

Rediscovering orbital mechanics with machine learning

2022-02-04 · Pablo Lemos, Niall Jeffrey, Miles Cranmer, Shirley Ho 외

We present an approach for using machine learning to automatically discover the governing equations and hidden properties of real physical systems from observations. We train a "graph neural network" to simulate the dyna…

BIG-bench Machine LearningGraph Neural Networkscientific discoverySymbolic Regression

Accelerating Dynamical System Simulations with Contracting and Physics-Projected Neural-Newton Solvers

2021-06-04 · Samuel Chevalier, Jochen Stiasny, Spyros Chatzivasileiadis

Recent advances in deep learning have allowed neural networks (NNs) to successfully replace traditional numerical solvers in many applications, thus enabling impressive computing gains. One such application is time domai…

Quasi-Quadratic Gradient: A New Direction for Accelerating the BFGS Method in Quasi-Newton Optimization

2026-04-27 · John Chiang arxiv

In this paper, we introduce the Quasi-Quadratic Gradient (QQG), a novel search direction designed to accelerate the BFGS method within the quasi-Newton framework. By defining the QQG as the product of the inverse Hessian…

Computational Efficiency