Papers › Memory-Efficient LLM Training with Dynamic Sparsity: From Stability to Practical Scaling

Memory-Efficient LLM Training with Dynamic Sparsity: From Stability to Practical Scaling

30 May 2026ICMLarXiv:2606.00888added by Syntology

Qiao Xiao, Boqian Wu, Patrik Okanovic, Tomasz Sternal, Maurice van Keulen, Elena Mocanu, Mykola Pechenizkiy, Decebal Constantin Mocanu, Torsten Hoefler

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Dynamic Sparse Training (DST) offers a promising paradigm for improving the training and inference efficiency of deep neural networks; however, we find that in large language model training, DST can suffer from optimization instability, manifested as loss spikes after topology updates. In this work, we show that the naive use of standard Adam-based optimizers leads to a cold-start issue for newly regrown parameters, resulting in excessively large updates and disrupted training dynamics. To address this issue, we propose Sparse Memory-Efficient Training (SMET), which stabilizes DST with optimizer warm-up and improves training progress through density-aware learning-rate scaling. SMET further reduces memory consumption by storing gradients and optimizer states only for active parameters. We provide a theoretical analysis of the update behaviors under SMET, showing improved optimization stability. Extensive experiments demonstrate that SMET enables stable, scalable, and memory-efficient sparse pre-training of LLMs, paving the way for sparse training as a practical alternative to dense training. Our code is publicly available at: https://github.com/QiaoXiao7282/SMET.

PaperPDFCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2606.00888")

Code

Syntology Ran 11 of 13 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 2 ran · honoured contract; 2 ran · our draft was wrong; 7 ran with no contract checked.

By repository: found in paper text by Syntology: 13 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

QiaoXiao7282/SMET found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 11 ran; 2 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

2ran · honoured contract
2ran · our draft was wrong
7ran
2unverified

Licence: 13 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from QiaoXiao7282/SMET. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Adam_block QiaoXiao7282/SMET/sparselearning/core_dst.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · a347917c2357ea72 · report
ConstantDecay QiaoXiao7282/SMET/sparselearning/core_dst.py found in paper text by Syntology ran no licence file found · pointer only · f0a6c481b8871676 · report
CosineDecay QiaoXiao7282/SMET/sparselearning/core_dst.py found in paper text by Syntology ran no licence file found · pointer only · 74802e13705d7db1 · report
LinearDecay QiaoXiao7282/SMET/sparselearning/core_dst.py found in paper text by Syntology ran no licence file found · pointer only · 64de45a852670222 · report
SparseLinear QiaoXiao7282/SMET/sparselearning/core_dst.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · a9ab851826866c25 · report
SparseLinearFn QiaoXiao7282/SMET/sparselearning/core_dst.py found in paper text by Syntology ran no licence file found · pointer only · 487b8aaba58cd22e · report
WSDDecay QiaoXiao7282/SMET/sparselearning/core_dst.py found in paper text by Syntology ran no licence file found · pointer only · 5ddb7109049c7011 · report
_get_cosine_schedule_with_multiple_warmups_lambda QiaoXiao7282/SMET/sparselearning/core_dst.py found in paper text by Syntology ran · honoured contract no licence file found · pointer only · b871254e46136f2d · report
_get_cyclical_cosine_schedule_with_min_lr_lambda QiaoXiao7282/SMET/sparselearning/core_dst.py found in paper text by Syntology ran · honoured contract no licence file found · pointer only · 764616eed64e27f6 · report
get_cosine_schedule_with_multiple_warmups QiaoXiao7282/SMET/sparselearning/core_dst.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 9abbd152ba303087 · report
get_cyclical_cosine_schedule_with_min_lr QiaoXiao7282/SMET/sparselearning/core_dst.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · f58a7fbb020fe7cd · report
Masking QiaoXiao7282/SMET/sparselearning/core_dst.py found in paper text by Syntology unverified no licence file found · pointer only · 65ba3f1f2f9fb257 · report
get_scheduler QiaoXiao7282/SMET/sparselearning/core_dst.py found in paper text by Syntology unverified no licence file found · pointer only · 39370bd3a72d4bb0 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.00888, was issued in June 2026, after that date, so the archive has no leaderboard rows for it.

Placed on leaderboards by Syntology Syntology

Syntology's extractor considered 2 leaderboards for this paper and placed the paper on none of them: 2 refused by a rule. What is not shown.

Syntology has checked 6,885 of the 9,623 papers on this site that are newer than the archive; results from the others appear after they are checked.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections