paper-with-me

홈 › Papers

Why ADAGRAD Fails for Online Topic Modeling

2017-09-01 · EMNLP 2017 9 · You Lu, Jeffrey Lund, Jordan Boyd-Graber

Online topic modeling, i.e., topic modeling with stochastic variational inference, is a powerful and efficient technique for analyzing large datasets, and ADAGRAD is a widely-used technique for tuning learning rates during online gradient optimization. However, these two techniques do not work well together. We show that this is because ADAGRAD uses accumulation of previous gradients as the learning rates{'} denominators. For online topic modeling, the magnitude of gradients is very large. It causes learning rates to shrink very quickly, so the parameters cannot fully converge until the training ends

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Topic ModelsVariational Inference

Methods 이 논문이 사용한 방법론

AdaGrad AdaGrad is a stochastic optimization method that adapts the learning rate to the parameters. It performs smaller updates for parameters associated with frequently occurring…

Similar Papers 제목 키워드 기반

CompAdaGrad: A Compressed, Complementary, Computationally-Efficient Adaptive Gradient Method

2016-09-12 · Nishant A. Mehta, Alistair Rendell, Anish Varghese, Christfried Webers

The adaptive gradient online learning method known as AdaGrad has seen widespread use in the machine learning community in stochastic and adversarial online learning problems and more recently in deep learning methods. T…

Structured Preconditioners in Adaptive Optimization: A Unified Analysis

2025-03-13 · Shuo Xie, Tianhao Wang, Sashank Reddi, Sanjiv Kumar 외

We present a novel unified analysis for a broad class of adaptive optimization algorithms with structured (e.g., layerwise, diagonal, and kronecker-factored) preconditioners for both online regret minimization and offlin…

AdaGrad stepsizes: Sharp convergence over nonconvex landscapes

2018-06-05 · Rachel Ward, Xiaoxia Wu, Leon Bottou

Adaptive gradient methods such as AdaGrad and its variants update the stepsize in stochastic gradient descent on the fly according to the gradients received along the way; such methods have gained widespread use in large…

Stochastic Optimization

Modeling AdaGrad, RMSProp, and Adam with Integro-Differential Equations

2024-11-14 · Carlos Heredia

In this paper, we propose a continuous-time formulation for the AdaGrad, RMSProp, and Adam optimization algorithms by modeling them as first-order integro-differential equations. We perform numerical simulations of these…

Exclusive Topic Modeling

2021-02-06 · Hao Lei, Ying Chen

We propose an Exclusive Topic Modeling (ETM) for unsupervised text classification, which is able to 1) identify the field-specific keywords though less frequently appeared and 2) deliver well-structured topics with exclu…

text-classificationText ClassificationUnsupervised Text Classification