paper-with-me

Papers

Exponentiated Gradient Meets Gradient Descent

2019-02-05 · Udaya Ghai, Elad Hazan, Yoram Singer

The (stochastic) gradient descent and the multiplicative update method are probably the most popular algorithms in machine learning. We introduce and study a new regularization which provides a unification of the additive and multiplicative updates. This regularization is derived from an hyperbolic analogue of the entropy function, which we call hypentropy. It is motivated by a natural extension of the multiplicative update to negative numbers. The hypentropy has a natural spectral counterpart which we use to derive a family of matrix-based updates that bridge gradient methods and the multiplicative method for matrices. While the latter is only applicable to positive semi-definite matrices, the spectral hypentropy method can naturally be used with general rectangular matrices. We analyze the new family of updates by deriving tight regret bounds. We study empirically the applicability of the new update for settings such as multiclass learning, in which the parameters constitute a general rectangular matrix.

📄 PDF Abstract BibTeX arXiv:1902.01903

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Mirror Descent and Novel Exponentiated Gradient Algorithms Using Trace-Form Entropies and Deformed Logarithms

2025-03-11 · Andrzej Cichocki, Toshihisa Tanaka, Sergio Cruces

In this paper we propose and investigate a wide class of Mirror Descent updates (MD) and associated novel Generalized Exponentiated Gradient (GEG) algorithms by exploiting various trace-form entropies and associated defo…

Form

Adversarial Attack on Large Language Models using Exponentiated Gradient Descent

2025-05-14 · Sajib Biswas, Mao Nishino, Samuel Jacob Chacko, Xiuwen Liu

As Large Language Models (LLMs) are widely used, understanding them systematically is key to improving their safety and realizing their full potential. Although many models are aligned using techniques such as reinforcem…

Adversarial Attack

Generalized Exponentiated Gradient Algorithms Using the Euler Two-Parameter Logarithm

2025-02-21 · Andrzej Cichocki

In this paper we propose and investigate a new class of Generalized Exponentiated Gradient (GEG) algorithms using Mirror Descent (MD) approaches, and applying as a regularization function the Bregman divergence with two-…

Step-size Adaptation Using Exponentiated Gradient Updates

2022-01-31 · Ehsan Amid, Rohan Anil, Christopher Fifty, Manfred K. Warmuth

Optimizers like Adam and AdaGrad have been very successful in training large-scale neural networks. Yet, the performance of these methods is heavily dependent on a carefully tuned learning rate schedule. We show that in …

Exponentiated Gradient Reweighting for Robust Training Under Label Noise and Beyond

2021-04-03 · Negin Majidi, Ehsan Amid, Hossein Talebi, Manfred K. Warmuth

Many learning tasks in machine learning can be viewed as taking a gradient step towards minimizing the average loss of a batch of examples in each training iteration. When noise is prevalent in the data, this uniform tre…