paper-with-me

Papers

Towards Exact Gradient-based Training on Analog In-memory Computing

2024-06-18 · Zhaoxian Wu, Tayfun Gokmen, Malte J. Rasch, Tianyi Chen

Given the high economic and environmental costs of using large vision or language models, analog in-memory accelerators present a promising solution for energy-efficient AI. While inference on analog accelerators has been studied recently, the training perspective is underexplored. Recent studies have shown that the "workhorse" of digital AI training - stochastic gradient descent (SGD) algorithm converges inexactly when applied to model training on non-ideal devices. This paper puts forth a theoretical foundation for gradient-based training on analog devices. We begin by characterizing the non-convergent issue of SGD, which is caused by the asymmetric updates on the analog devices. We then provide a lower bound of the asymptotic error to show that there is a fundamental performance limit of SGD-based analog training rather than an artifact of our analysis. To address this issue, we study a heuristic analog algorithm called Tiki-Taka that has recently exhibited superior empirical performance compared to SGD and rigorously show its ability to exactly converge to a critical point and hence eliminates the asymptotic error. The simulations verify the correctness of the analyses.

📄 PDF Abstract BibTeX arXiv:2406.12774

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Analog In-memory Training on General Non-ideal Resistive Elements: The Impact of Response Functions

2025-02-10 · Zhaoxian Wu, Quan Xiao, Tayfun Gokmen, Omobayode Fagbohungbe 외

As the economic and environmental costs of training and deploying large vision or language models increase dramatically, analog in-memory computing (AIMC) emerges as a promising energy-efficient solution. However, the tr…

Pipeline Gradient-based Model Training on Analog In-memory Accelerators

2024-10-19 · Zhaoxian Wu, Quan Xiao, Tayfun Gokmen, Hsinyu Tsai 외

Aiming to accelerate the training of large deep neural models (DNN) in an energy-efficient way, an analog in-memory computing (AIMC) accelerator emerges as a solution with immense potential. In AIMC accelerators, trainab…

Modern analog computing for solving differential and matrix equations

2026-06-11 · Zhong Sun, Piergiulio Mannocci, Manuel Le Gallo, Abu Sebastian arxiv

In recent years, driven by the computational demands of data-intensive applications such as artificial intelligence and scientific computing, analog computing has gained renewed interest. Given the diversity of computati…

Differentiable Analog Quantum Computing for Optimization and Control

2022-10-28 · Jiaqi Leng, Yuxiang Peng, Yi-Ling Qiao, Ming Lin 외

We formulate the first differentiable analog quantum computing framework with a specific parameterization design at the analog signal (pulse) level to better exploit near-term quantum devices via variational methods. We …

First Demonstration of Second-order Training of Deep Neural Networks with In-memory Analog Matrix Computing

2025-12-05 · Saitao Zhang, Yubiao Luo, Shiqing Wang, Pushen Zuo 외 arxiv

Second-order optimization methods, which leverage curvature information, offer faster and more stable convergence than first-order methods such as stochastic gradient descent (SGD) and Adam. However, their practical adop…