paper-with-me

홈 › Papers

Data-Parallel Neural Network Training via Nonlinearly Preconditioned Trust-Region Method

2025-02-07 · Samuel A. Cruz Alegría, Ken Trotti, Alena Kopaničáková, Rolf Krause

Parallel training methods are increasingly relevant in machine learning (ML) due to the continuing growth in model and dataset sizes. We propose a variant of the Additively Preconditioned Trust-Region Strategy (APTS) for training deep neural networks (DNNs). The proposed APTS method utilizes a data-parallel approach to construct a nonlinear preconditioner employed in the nonlinear optimization strategy. In contrast to the common employment of Stochastic Gradient Descent (SGD) and Adaptive Moment Estimation (Adam), which are both variants of gradient descent (GD) algorithms, the APTS method implicitly adjusts the step sizes in each iteration, thereby removing the need for costly hyperparameter tuning. We demonstrate the performance of the proposed APTS variant using the MNIST and CIFAR-10 datasets. The results obtained indicate that the APTS variant proposed here achieves comparable validation accuracy to SGD and Adam, all while allowing for parallel training and obviating the need for expensive hyperparameter tuning.

📄 PDF Abstract BibTeX arXiv:2502.05133

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Adam 설명 없음
SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

A Non-Monotone Preconditioned Trust-Region Method for Neural Network Training

2026-05-14 · Andrea Angino, Bindi Çapriqi, Shega Likaj, Ken Trotti 외 arxiv

Training deep neural networks at scale can benefit from domain decomposition, where the network is split into subdomains trained in parallel and coupled by a global trust-region mechanism. Building on the Additively Prec…

Parallel Trust-Region Approaches in Neural Network Training: Beyond Traditional Methods

2023-12-21 · Ken Trotti, Samuel A. Cruz Alegría, Alena Kopaničáková, Rolf Krause

We propose to train neural networks (NNs) using a novel variant of the ``Additively Preconditioned Trust-region Strategy'' (APTS). The proposed method is based on a parallelizable additive domain decomposition approach a…

Preconditioned DeltaNet: Curvature-aware Sequence Modeling for Linear Recurrences

2026-04-22 · Neehal Tumma, Noel Loo, Daniela Rus arxiv

To address the increasing long-context compute limitations of softmax attention, several subquadratic recurrent operators have been developed. This work includes models such as Mamba-2, DeltaNet, Gated DeltaNet (GDN), an…

Multi-Preconditioned LBFGS for Training Finite-Basis PINNs

2026-01-13 · Marc Salvadó-Benasco, Aymane Kssim, Alexander Heinlein, Rolf Krause 외 arxiv

A multi-preconditioned LBFGS (MP-LBFGS) algorithm is introduced for training finite-basis physics-informed neural networks (FBPINNs). The algorithm is motivated by the nonlinear additive Schwarz method and exploits the d…

Why is Normalization Preferred? A Worst-Case Complexity Theory for Stochastically Preconditioned SGD under Heavy-Tailed Noise

2026-02-13 · Yuchen Fang, James Demmel, Javad Lavaei arxiv

We develop a worst-case complexity theory for stochastically preconditioned stochastic gradient descent (SPSGD) and its accelerated variants under heavy-tailed noise, a setting that encompasses widely used adaptive metho…