paper-with-me

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. The method's full-matrix incarnation offers much better theoretical guarantees and potentially better empirical performance than its diagonal version; however, this version is computationally prohibitive and so the simpler diagonal version often is used in practice. We introduce a new method, CompAdaGrad, that navigates the space between these two schemes and show that this method can yield results much better than diagonal AdaGrad while avoiding the (effectively intractable) $O(n^3)$ computational complexity of full-matrix AdaGrad for dimension $n$. CompAdaGrad essentially performs full-matrix regularization in a low-dimensional subspace while performing diagonal regularization in the complementary subspace. We derive CompAdaGrad's updates for composite mirror descent in case of the squared $\ell_2$ norm and the $\ell_1$ norm, demonstrate that its complexity per iteration is linear in the dimension, and establish guarantees for the method independent of the choice of composite regularizer. Finally, we show preliminary results on several datasets.

📄 PDF Abstract BibTeX arXiv:1609.03319

Code (0)

등록된 구현이 없습니다.

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

Near-Optimal Adaptive Compressed Sensing

2013-06-26 · Matthew L. Malloy, Robert D. Nowak

This paper proposes a simple adaptive sensing and group testing algorithm for sparse signal recovery. The algorithm, termed Compressive Adaptive Sense and Search (CASS), is shown to be near-optimal in that it succeeds at…

compressed sensing

Self-supervised deep image restoration via adaptive stochastic gradient Langevin dynamics

2022-06-19 · IEEE / CVF Computer Vision and Pattern Recognition Conference 2022 6 · Weixi Wang; Ji Li; Hui Ji

While supervised deep learning has been a prominent tool for solving many image restoration problems, there is an increasing interest on studying self-supervised or un- supervised methods to address the challenges and co…

compressed sensingDeep LearningImage RestorationRetrieval

Self-Supervised Deep Image Restoration via Adaptive Stochastic Gradient Langevin Dynamics

2022-01-01 · IEEE/CVF Conference on Computer Vision and Pattern Recognition 2022 5 · Weixi Wang, Ji Li, Hui Ji

While supervised deep learning has been a prominent tool for solving many image restoration problems, there is an increasing interest on studying self-supervised or un- supervised methods to address the challenges an…

compressed sensingDeep LearningImage RestorationRetrieval

Compressed Decentralized Momentum Stochastic Gradient Methods for Nonconvex Optimization

2025-08-07 · Wei Liu, Anweshit Panda, Ujwal Pandey, Christopher Brissette 외 arxiv

In this paper, we design two compressed decentralized algorithms for solving nonconvex stochastic optimization under two different scenarios. Both algorithms adopt a momentum technique to achieve fast convergence and a m…

Stochastic Optimization

Communication-Compressed Adaptive Gradient Method for Distributed Nonconvex Optimization

2021-11-01 · Yujia Wang, Lu Lin, Jinghui Chen

Due to the explosion in the size of the training datasets, distributed learning has received growing interest in recent years. One of the major bottlenecks is the large communication cost between the central server and t…