Fast and Scalable Caputo Fractional Gradient Descent via Perturbation-Preserving Memory Compression

· Source: Machine Learning · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Mathematics & Computational Sciences · Depth: Expert, quick

Summary

A new paper introduces methods to overcome the high computational cost of Caputo Fractional Gradient Descent (FGD), an optimization technique known for improving stability in ill-conditioned and nonconvex problems. FGD's practical use is limited by its quadratic scaling with iterations due to history-dependent convolutions. The authors reformulate the fractional descent direction as a discrete convolution over past gradients. To reduce memory costs, they propose two complementary mechanisms: a sum-of-exponentials (SOE) approximation of the power-law kernel, enabling efficient recursive updates, and a novel Dyadic Hierarchical Discrete Convolution (DHDC) for multiscale aggregation of gradient history. These approximations are analyzed as perturbations of the ideal Caputo operator. The resulting method, under standard μ-strong convexity and L-smoothness assumptions, demonstrates monotone descent and linear convergence, provided the approximation error is controlled.

Key takeaway

For research scientists developing optimization algorithms for ill-conditioned or nonconvex problems, this work offers a path to scale Caputo Fractional Gradient Descent. You can now consider FGD's stability benefits without incurring prohibitive quadratic computational costs. Implement the proposed sum-of-exponentials or Dyadic Hierarchical Discrete Convolution techniques. This achieves efficient, linearly convergent optimization, provided approximation errors are carefully managed.

Key insights

Caputo Fractional Gradient Descent's high computational cost can be mitigated by perturbation-preserving memory compression, maintaining convergence guarantees.

Principles

Method

Reformulate fractional descent as a discrete convolution. Reduce memory cost using sum-of-exponentials (SOE) approximation for recursive updates and Dyadic Hierarchical Discrete Convolution (DHDC) for multiscale gradient history compression.

In practice

Topics

Best for: AI Scientist, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning.