paper-with-me

홈 › Papers

The Method of Infinite Descent

2025-10-07 · Reza T. Batley, Sourav Saha arxiv

Training - the optimisation of complex models - is traditionally performed through small, local, iterative updates [D. E. Rumelhart, G. E. Hinton, R. J. Williams, Nature 323, 533-536 (1986)]. Approximating solutions through truncated gradients is a paradigm dating back to Cauchy [A.-L. Cauchy, Comptes Rendus Mathématique 25, 536-538 (1847)] and Newton [I. Newton, The Method of Fluxions and Infinite Series (Henry Woodfall, London, 1736)]. This work introduces the Method of Infinite Descent, a semi-analytic optimisation paradigm that reformulates training as the direct solution to the first-order optimality condition. By analytical resummation of its Taylor expansion, this method yields an exact, algebraic equation for the update step. Realisation of the infinite Taylor tower's cascading resummation is formally derived, and an exploitative algorithm for the direct solve step is proposed. This principle is demonstrated with the herein-introduced AION (Analytic, Infinitely-Optimisable Network) architecture. AION is a model designed expressly to satisfy the algebraic closure required by Infinite Descent. In a simple test problem, AION reaches the optimum in a single descent step. Together, this optimiser-model pair exemplify how analytic structure enables exact, non-iterative convergence. Infinite Descent extends beyond this example, applying to any appropriately closed architecture. This suggests a new class of semi-analytically optimisable models: the \emph{Infinity Class}; sufficient conditions for class membership are discussed. This offers a pathway toward non-iterative learning.

📄 PDF Abstract BibTeX arXiv:2510.05489

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Limit Theorems for Stochastic Gradient Descent with Infinite Variance

2024-10-21 · Jose Blanchet, Aleksandar Mijatović, Wenhao Yang

Stochastic gradient descent is a classic algorithm that has gained great popularity especially in the last decades as the most common approach for training models in machine learning. While the algorithm has been well-st…

regression

On the Equivalence between Neural Network and Support Vector Machine

2021-11-11 · NeurIPS 2021 12 · Yilan Chen, Wei Huang, Lam M. Nguyen, Tsui-Wei Weng

Recent research shows that the dynamics of an infinitely wide neural network (NN) trained by gradient descent can be characterized by Neural Tangent Kernel (NTK) \citep{jacot2018neural}. Under the squared loss, the infin…

regression

Neural Tangents: Fast and Easy Infinite Neural Networks in Python

2019-12-05 · ICLR 2020 1 · Roman Novak, Lechao Xiao, Jiri Hron, Jaehoon Lee 외

Neural Tangents is a library designed to enable research into infinite-width neural networks. It provides a high-level API for specifying complex and hierarchical neural network architectures. These networks can then be …

Bayesian InferenceCPUGPU

Feature Learning in Infinite-Width Neural Networks

2020-11-30 · Greg Yang, Edward J. Hu

As its width tends to infinity, a deep neural network's behavior under gradient descent can become simplified and predictable (e.g. given by the Neural Tangent Kernel (NTK)), if it is parametrized appropriately (e.g. the…

Few-Shot LearningTransfer Learning

InfiniteBoost: building infinite ensembles with gradient descent

2017-06-04 · Alex Rogozhnikov, Tatiana Likhomanenko

In machine learning ensemble methods have demonstrated high accuracy for the variety of problems in different areas. Two notable ensemble methods widely used in practice are gradient boosting and random forests. In this …

BIG-bench Machine LearningGeneral Classificationregression