Robust and Fast Training via Per-Sample Clipping
- lab arXiv
- lab arXivLabs
- person Davide Nobile
A new optimization method called per-sample clipped SGD achieves optimal convergence rates for non-convex problems under heavy-tailed gradient noise, according to a paper posted to the arXiv preprint server [1]. The paper, authored by Davide Nobile and submitted on 4 May 2026, introduces a robust gradient estimator based on per-sample gradient clipping [1]. The resulting algorithm, PS-Clip-SGD, is shown to attain optimal in-expectation convergence rates for non-convex optimization problems when gradient noise follows a heavy-tailed distribution [2]. The authors also establish high-probability convergence guarantees that match the in-expectation rates up to polylogarithmic factors in the failure probability [2]. The theoretical findings are supported by numerical experiments. When training the AlexNet architecture on the CIFAR-100 dataset, PS-Clip-SGD outperformed both vanilla SGD with momentum and standard gradient clipping, even after accounting for the additional computational time required by per-sample clipping [2]. The work also examines the interaction between per-sample clipping and gradient accumulation. The researchers found that applying clipping at the mini-batch level, rather than waiting until all accumulation steps are complete, can improve training performance while incurring virtually no additional computational cost [2]. This observation runs counter to common practice [2]. The paper appeared on arXiv, an open-access repository of electronic preprints that, as of November 2024, receives about 24,000 submissions per month [10]. The repository, founded in 1991, hosts papers across mathematics, physics, computer science, and related fields, and is not peer-reviewed [10]. The manuscript, which spans 362 KB, was revised on 23 June 2026 [1]. Per-sample clipping has drawn attention in optimization research because heavy-tailed gradient noise can destabilize standard stochastic gradient descent. By clipping each sample's gradient individually before averaging, PS-Clip-SGD limits the influence of extreme gradient values. The paper's convergence guarantees place the method among the theoretically strongest approaches for this problem class [2].
research-paperapplicationinfrastructure
Background sources we checked (10)
- arxiv.org ↗ We propose a robust gradient estimator based on per-sample gradient clipping and analyze its properties both theoretically and empirically. We show that the resulting method, per-sample clipped SGD (PS-Clip-SGD), achieves optimal in-expectation convergence rates for non-convex op…
- en.wikipedia.org ↗ Path tracing is a rendering algorithm in computer graphics that simulates how light interacts with objects and participating media to generate realistic (physically plausible) images. It is based on earlier, more limited, ray tracing algorithms. Path tracing is used to create pho…
- en.wikipedia.org ↗ In telecommunications, orthogonal frequency-division multiplexing (OFDM) is a type of digital transmission used in digital modulation for encoding digital (binary) data on multiple carrier frequencies. OFDM has developed into a popular scheme for wideband digital communication, u…
- en.wikipedia.org ↗ Rendering is the process of generating an image from input data such as 3D models. The word "rendering" (in one of its senses) originally meant the task performed by an artist when depicting a real or imaginary thing (the finished artwork is also called a "rendering"). Today, to …
- en.wikipedia.org ↗ Temporal envelope (ENV) and temporal fine structure (TFS) are changes in the amplitude and frequency of sound perceived by humans over time. These temporal changes are responsible for several aspects of auditory perception, including loudness, pitch and timbre perception and spat…
- info.arxiv.org ↗ arXiv Labs - arXiv info | arXiv e-print repository Skip to content # arXiv Labs Attention arXiv Users: arXiv Labs is pausing new proposals ## What are arXiv Labs? arXiv Labs are a way for the community to contribute new, useful features to arXiv. These integrations are avail…
- blog.arxiv.org ↗ arXivLabs: a space for community innovation – arXiv blog arXiv has launched a new, formalized framework enabling innovative collaborations with individuals and organizations. “Members of our community want to contribute tools that enhance the arXiv experience, and we val…
- info.arxiv.org ↗ arXivLabs: Showcase - arXiv info | arXiv e-print repository ... # arXivLabs: Showcase ... arXiv is surrounded by a community of researchers and developers working at the cutting edge of information science and technology. ... While the arXiv team is focused on our core mission—pr…
- en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
- en.wikipedia.org ↗ 14 (fourteen) is the natural number following 13 and preceding 15.…
Sources covering this (2)
- export.arxiv.org — Robust and Fast Training via Per-Sample Clipping ↗
- export.arxiv.org — A Single Stepsize Suffices for Unprojected Linear TD(0): Simultaneous Robust and Fast Rates via Polyak--Ruppert Averaging · Global