ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 2205.10733
16
16

GraB: Finding Provably Better Data Permutations than Random Reshuffling

22 May 2022
Yucheng Lu
Wentao Guo
Christopher De Sa
    FedML
ArXivPDFHTML
Abstract

Random reshuffling, which randomly permutes the dataset each epoch, is widely adopted in model training because it yields faster convergence than with-replacement sampling. Recent studies indicate greedily chosen data orderings can further speed up convergence empirically, at the cost of using more computation and memory. However, greedy ordering lacks theoretical justification and has limited utility due to its non-trivial memory and computation overhead. In this paper, we first formulate an example-ordering framework named herding and answer affirmatively that SGD with herding converges at the rate O(T−2/3)O(T^{-2/3})O(T−2/3) on smooth, non-convex objectives, faster than the O(n1/3T−2/3)O(n^{1/3}T^{-2/3})O(n1/3T−2/3) obtained by random reshuffling, where nnn denotes the number of data points and TTT denotes the total number of iterations. To reduce the memory overhead, we leverage discrepancy minimization theory to propose an online Gradient Balancing algorithm (GraB) that enjoys the same rate as herding, while reducing the memory usage from O(nd)O(nd)O(nd) to just O(d)O(d)O(d) and computation from O(n2)O(n^2)O(n2) to O(n)O(n)O(n), where ddd denotes the model dimension. We show empirically on applications including MNIST, CIFAR10, WikiText and GLUE that GraB can outperform random reshuffling in terms of both training and validation performance, and even outperform state-of-the-art greedy ordering while reducing memory usage over 100×100\times100×.

View on arXiv
Comments on this paper