paper-with-me

홈 › Papers

Frugality in second-order optimization: floating-point approximations for Newton's method

2025-11-20 · Giuseppe Carrino, Elena Loli Piccolomini, Elisa Riccietti, Theo Mary arxiv

Minimizing loss functions is central to machine-learning training. Although first-order methods dominate practical applications, higher-order techniques such as Newton's method can deliver greater accuracy and faster convergence, yet are often avoided due to their computational cost. This work analyzes the impact of finite-precision arithmetic on Newton steps and establishes a convergence theorem for mixed-precision Newton optimizers, including "quasi" and "inexact" variants. The theorem provides not only convergence guarantees but also a priori estimates of the achievable solution accuracy. Empirical evaluations on standard regression benchmarks demonstrate that the proposed methods outperform Adam on the Australian and MUSH datasets. The second part of the manuscript introduces GN_k, a generalized Gauss-Newton method that enables partial computation of second-order derivatives. GN_k attains performance comparable to full Newton's method on regression tasks while requiring significantly fewer derivative evaluations.

📄 PDF Abstract BibTeX arXiv:2511.17660

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Training Neural Networks in Single vs Double Precision

2022-09-15 · Tomas Hrycej, Bernhard Bermeitinger, Siegfried Handschuh

The commitment to single-precision floating-point arithmetic is widespread in the deep learning community. To evaluate whether this commitment is justified, the influence of computing precision (single and double precisi…

Effects of number of digits in large-scale multilateration

2020-03-20

Since many years ago, multilateration has been used in precision engineering notably in machine tool and coordinate measuring machine calibration. This technique needs, first, the use of laser trackers or tracking interf…

Expressive Power of Floating-Point Neural Networks with Arbitrary Reduction Orders and Inexact Activation Implementations

2026-05-27 · Yeachan Park, Geonho Hwang, Wonyeol Lee, Sejun Park arxiv

Most existing expressivity theories for neural networks assume exact real arithmetic, whereas practical neural networks are executed under finite-precision floating-point arithmetic with implementation-dependent executio…

Exploring Approximations for Floating-Point Arithmetic using UppSAT

2017-11-24 · Aleksandar Zeljic, Peter Backeman, Christoph M. Wintersteiger, Philipp Ruemmer

We consider the problem of solving floating-point constraints obtained from software verification. We present UppSAT --- a new implementation of a systematic approximation refinement framework [ZWR17] as an abstract SMT …

F-BFQ: Flexible Block Floating-Point Quantization Accelerator for LLMs

2025-10-15 · Jude Haris, José Cano arxiv

Large Language Models (LLMs) have become increasingly prominent for daily tasks, from improving sound-totext translation to generating additional frames for the latest video games. With the help of LLM inference framewor…