Papers
Topics
Authors
Recent
Search
2000 character limit reached

Solving Regularized Exp, Cosh and Sinh Regression Problems

Published 28 Mar 2023 in cs.LG | (2303.15725v2)

Abstract: In modern machine learning, attention computation is a fundamental task for training LLMs such as Transformer, GPT-4 and ChatGPT. In this work, we study exponential regression problem which is inspired by the softmax/exp unit in the attention mechanism in LLMs. The standard exponential regression is non-convex. We study the regularization version of exponential regression problem which is a convex problem. We use approximate newton method to solve in input sparsity time. Formally, in this problem, one is given matrix A∈R<sup>n</sup>×dA \in \mathbb{R}<sup>{n</sup> \times d}, b∈R<sup>nb \in \mathbb{R}<sup>n, w∈R<sup>nw \in \mathbb{R}<sup>n and any of functions exp⁡,cosh⁡\exp, \cosh and sinh⁡\sinh denoted as ff. The goal is to find the optimal xx that minimize 0.5∣f(Ax)−b∣2<sup>2</sup>+0.5∣diag(w)Ax∣2<sup>2 0.5 | f(Ax) - b |_2<sup>2</sup> + 0.5 | \mathrm{diag}(w) A x |_2<sup>2. The straightforward method is to use the naive Newton's method. Let nnz(A)\mathrm{nnz}(A) denote the number of non-zeros entries in matrix AA. Let ω\omega denote the exponent of matrix multiplication. Currently, ω≈2.373\omega \approx 2.373. Let ϵ\epsilon denote the accuracy error. In this paper, we make use of the input sparsity and purpose an algorithm that use log⁡(∣x0−x<sup>∗∣2</sup>/ϵ)\log ( |x_0 - x<sup>*|_2</sup> / \epsilon) iterations and O~(nnz(A)+d<sup>ω</sup>)\widetilde{O}(\mathrm{nnz}(A) + d<sup>{\omega}</sup> ) per iteration time to solve the problem.

Authors (3)
Citations (34)

Summary

No one has generated a summary of this paper yet.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Continue Learning

We haven't generated follow-up questions for this paper yet.