paper-with-me

홈 › Papers

Characterizing & Finding Good Data Orderings for Fast Convergence of Sequential Gradient Methods

2022-02-03 · Amirkeivan Mohtashami Sebastian Stich Martin Jaggi

While SGD, which samples from the data with replacement is widely studied in theory, a variant called Random Reshuffling (RR) is more common in practice. RR iterates through random permutations of the dataset and has been shown to converge faster than SGD. When the order is chosen deterministically, a variant called incremental gradient descent (IG), the existing convergence bounds show improvement over SGD but are worse than RR. However, these bounds do not differentiate between a good and a bad ordering and hold for the worst choice of order. Meanwhile, in some cases, choosing the right order when using IG can lead to convergence faster than RR. In this work, we quantify the effect of order on convergence speed, obtaining convergence bounds based on the chosen sequence of permutations while also recovering previous results for RR. In addition, we show benefits of using structured shuffling when various levels of abstractions (e.g. tasks, classes, augmentations, etc.) exists in the dataset in theory and in practice. Finally, relying on our measure, we develop a greedy algorithm for choosing good orders during training, achieving superior performance (by more than 14 percent in accuracy) over RR.

📄 PDF Abstract BibTeX arXiv:2202.01838

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

LEO: Learning Efficient Orderings for Multiobjective Binary Decision Diagrams

2023-07-06 · Rahul Patel, Elias B. Khalil

Approaches based on Binary decision diagrams (BDDs) have recently achieved state-of-the-art results for multiobjective integer programming problems. The variable ordering used in constructing BDDs can have a significant …

Learning Non-Monotonic Automatic Post-Editing of Translations from Human Orderings

2020-04-29 · EAMT 2020 11 · António Góis, Kyunghyun Cho, André Martins

Recent research in neural machine translation has explored flexible generation orders, as an alternative to left-to-right generation. However, training non-monotonic models brings a new complication: how to search for a …

Automatic Post-EditingMachine TranslationTranslation

Concordance and the Smallest Covering Set of Preference Orderings

2016-09-15 · Zhiwei Lin, Hui Wang, Cees H. Elzinga

Preference orderings are orderings of a set of items according to the preferences (of judges). Such orderings arise in a variety of domains, including group decision making, consumer marketing, voting and machine learnin…

Decision MakingMarketing

Are Greedy Task Orderings Better Than Random in Continual Linear Regression?

2025-10-22 · Matan Tsipory, Ran Levinstein, Itay Evron, Mark Kong 외 arxiv

We analyze task orderings in continual learning for linear regression, assuming joint realizability of training data. We focus on orderings that greedily maximize dissimilarity between consecutive tasks, a concept briefl…

Continual Learning

Reinforcement Causal Structure Learning on Order Graph

2022-11-22 · Dezhi Yang, Guoxian Yu, Jun Wang, Zhengtian Wu 외

Learning directed acyclic graph (DAG) that describes the causality of observed data is a very challenging but important task. Due to the limited quantity and quality of observed data, and non-identifiability of causal gr…

Causal DiscoveryQ-Learning