paper-with-me

Papers

Approximate Heavy Tails in Offline (Multi-Pass) Stochastic Gradient Descent

2023-09-21 · NeurIPS 2023 11

A recent line of empirical studies has demonstrated that SGD might exhibit a heavy-tailed behavior in practical settings, and the heaviness of the tails might correlate with the overall performance. In this paper, we investigate the emergence of such heavy tails. Previous works on this problem only considered, up to our knowledge, online (also called single-pass) SGD, in which the emergence of heavy tails in theoretical findings is contingent upon access to an infinite amount of data. Hence, the underlying mechanism generating the reported heavy-tailed behavior in practical settings, where the amount of training data is finite, is still not well-understood. Our contribution aims to fill this gap. In particular, we show that the stationary distribution of offline (also called multi-pass) SGD exhibits ‘approximate’ power-law tails and the approximation error is controlled by how fast the empirical distribution of the training data converges to the true underlying data distribution in the Wasserstein metric. Our main takeaway is that, as the number of data points increases, offline SGD will behave increasingly ‘power-law-like’. To achieve this result, we first prove nonasymptotic Wasserstein convergence bounds for offline SGD to online SGD as the number of data points increases, which can be interesting on their own. Finally, we illustrate our theory on various experiments conducted on synthetic data and neural networks.Submission Number: 4801

📄 PDF Abstract BibTeX

Code (1)

krunolp/offline_ht 공식 구현 jax

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

A Heavy-Tailed Algebra for Probabilistic Programming

2023-06-15 · NeurIPS 2023 11

Despite the successes of probabilistic models based on passing noise through neural networks, recent work has identified that such methods often fail to capture tail behavior accurately, unless the tails of the base dist…

Probabilistic ProgrammingVariational Inference

Inference with Multivariate Heavy-Tails in Linear Models

2010-12-01 · NeurIPS 2010 12 · Danny Bickson, Carlos Guestrin

Heavy-tailed distributions naturally occur in many real life problems. Unfortunately, it is typically not possible to compute inference in closed-form in graphical models which involve such heavy tailed distributions. …

Adaptive importance sampling for heavy-tailed distributions via $α$-divergence minimization

2023-10-25 · Thomas Guilmeau, Nicola Branchini, Emilie Chouzenoux, Víctor Elvira

Adaptive importance sampling (AIS) algorithms are widely used to approximate expectations with respect to complicated target probability distributions. When the target has heavy tails, existing AIS algorithms can provide…

Bayesian OptimizationVariational Inference

TailSieve: Partial-Rollout-Guided Tail Routing for LLM Rollouts

2026-08-24 · Tianqi Xu, Lu Lv, Haoyang Huang, Wenjie Huang 외 arxiv

Large-scale rollouts have become a core component of modern LLM systems, spanning reinforcement learning (RL) post-training, on-policy distillation (OPD), and sampling-heavy evaluation pipelines. Unlike online serving, w…

Reinforcement Learning

Flexible Tails for Normalising Flows, with Application to the Modelling of Financial Return Data

2023-11-01 · Tennessee Hickling, Dennis Prangle

We propose a transformation capable of altering the tail properties of a distribution, motivated by extreme value theory, which can be used as a layer in a normalizing flow to approximate multivariate heavy tailed distri…

Normalising Flows