paper-with-me

Papers

Revisiting SGD with Increasingly Weighted Averaging: Optimization and Generalization Perspectives

2020-03-09 · Zhishuai Guo, Yan Yan, Tianbao Yang

Stochastic gradient descent (SGD) has been widely studied in the literature from different angles, and is commonly employed for solving many big data machine learning problems. However, the averaging technique, which combines all iterative solutions into a single solution, is still under-explored. While some increasingly weighted averaging schemes have been considered in the literature, existing works are mostly restricted to strongly convex objective functions and the convergence of optimization error. It remains unclear how these averaging schemes affect the convergence of {\it both optimization error and generalization error} (two equally important components of testing error) for {\bf non-strongly convex objectives, including non-convex problems}. In this paper, we {\it fill the gap} by comprehensively analyzing the increasingly weighted averaging on convex, strongly convex and non-convex objective functions in terms of both optimization error and generalization error. In particular, we analyze a family of increasingly weighted averaging, where the weight for the solution at iteration $t$ is proportional to $t^{\alpha}$ ($\alpha > 0$). We show how $\alpha$ affects the optimization error and the generalization error, and exhibit the trade-off caused by $\alpha$. Experiments have demonstrated this trade-off and the effectiveness of polynomially increased weighted averaging compared with other averaging schemes for a wide range of problems including deep learning.

📄 PDF Abstract BibTeX arXiv:2003.04339

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Revisiting Checkpoint Averaging for Neural Machine Translation

2022-10-21 · Yingbo Gao, Christian Herold, Zijian Yang, Hermann Ney

Checkpoint averaging is a simple and effective method to boost the performance of converged neural machine translation models. The calculation is cheap to perform and the fact that the translation improvement almost come…

Machine TranslationTranslation

A new boosting algorithm based on dual averaging scheme

2015-07-11 · Nan Wang

The fields of machine learning and mathematical optimization increasingly intertwined. The special topic on supervised learning and convex optimization examines this interplay. The training part of most supervised learni…

BIG-bench Machine Learning

Parameter Averaging in Link Prediction

2025-10-29 · Rupesh Sapkota, Caglar Demir, Arnab Sharma, Axel-Cyrille Ngonga Ngomo arxiv

Ensemble methods are widely employed to improve generalization in machine learning. This has also prompted the adoption of ensemble learning for the knowledge graph embedding (KGE) models in performing link prediction. T…

Knowledge Graph EmbeddingEnsemble LearningLink Prediction

A Method for Image Reduction Based on a Generalization of Ordered Weighted Averaging Functions

2016-01-15 · A. Diego S. Farias, Valdigleis S. Costa, Luiz Ranyer A. Lopes, Benjamín Bedregal 외

In this paper we propose a special type of aggregation function which generalizes the notion of Ordered Weighted Averaging Function - OWA. The resulting functions are called Dynamic Ordered Weighted Averaging Functions -…

Revisiting Recurrent Networks for Paraphrastic Sentence Embeddings

2017-04-30 · ACL 2017 7 · John Wieting, Kevin Gimpel

We consider the problem of learning general-purpose, paraphrastic sentence embeddings, revisiting the setting of Wieting et al. (2016b). While they found LSTM recurrent networks to underperform word averaging, we present…

SentenceSentence EmbeddingsTransfer Learning