---
OA_place: publisher
OA_type: diamond
_id: '21932'
abstract:
- lang: eng
  text: We present LLMQ, an end-to-end CUDA/C++ implementation for medium-sized language-model
    training, e.g. 3B to 32B parameters, on affordable, commodity GPUs. These devices
    are characterized by low memory availability and slow communication compared to
    datacentre-grade GPUs. Consequently, we showcase a range of optimizations that
    target these bottlenecks, including activation checkpointing, offloading, and
    copy-engine based collectives. LLMQ is able to train or fine-tune a 7B model on
    a single 16GB mid-range gaming card, or a 32B model on a workstation equipped
    with 4 RTX 4090s. This is achieved while executing a standard 8-bit training pipeline,
    without additional algorithmic approximations, and maintaining FLOP utilization
    of around 50%. The efficiency of LLMQ rivals that of production-scale systems
    on much more expensive cloud-grade GPUs.
acknowledgement: "We would like to thank contacts at NVIDIA (Vartika Singh, Nina Carrejo,
  Kyla Wilkes, and Tijmen\r\nBlankevoort), HP (Curtis Burkhalter), and Datacrunch/Verda
  (Paul Chang and Antonio\r\nDominguez) for hardware support that was essential to
  this project. ES was supported in part\r\nby ERC Proof-of-Concept grant FastML."
alternative_title:
- PMLR
article_processing_charge: No
author:
- first_name: Erik
  full_name: Schultheis, Erik
  id: 2786b299-e6b0-11f0-91da-9243fe3ef96b
  last_name: Schultheis
- first_name: Dan-Adrian
  full_name: Alistarh, Dan-Adrian
  id: 4A899BFC-F248-11E8-B48F-1D18A9856A87
  last_name: Alistarh
  orcid: 0000-0003-3650-940X
citation:
  ama: 'Schultheis E, Alistarh D-A. LLMQ: Efficient lower-precision LLM training for
    consumer GPUs. In: <i>2nd Conference on Parsimony and Learning</i>. Vol 328. ML
    Research Press; 2026:265-284.'
  apa: 'Schultheis, E., &#38; Alistarh, D.-A. (2026). LLMQ: Efficient lower-precision
    LLM training for consumer GPUs. In <i>2nd Conference on Parsimony and Learning</i>
    (Vol. 328, pp. 265–284). Stanford, CA, United States: ML Research Press.'
  chicago: 'Schultheis, Erik, and Dan-Adrian Alistarh. “LLMQ: Efficient Lower-Precision
    LLM Training for Consumer GPUs.” In <i>2nd Conference on Parsimony and Learning</i>,
    328:265–84. ML Research Press, 2026.'
  ieee: 'E. Schultheis and D.-A. Alistarh, “LLMQ: Efficient lower-precision LLM training
    for consumer GPUs,” in <i>2nd Conference on Parsimony and Learning</i>, Stanford,
    CA, United States, 2026, vol. 328, pp. 265–284.'
  ista: 'Schultheis E, Alistarh D-A. 2026. LLMQ: Efficient lower-precision LLM training
    for consumer GPUs. 2nd Conference on Parsimony and Learning. CPAL: Conference
    on Parsimony and Learning, PMLR, vol. 328, 265–284.'
  mla: 'Schultheis, Erik, and Dan-Adrian Alistarh. “LLMQ: Efficient Lower-Precision
    LLM Training for Consumer GPUs.” <i>2nd Conference on Parsimony and Learning</i>,
    vol. 328, ML Research Press, 2026, pp. 265–84.'
  short: E. Schultheis, D.-A. Alistarh, in:, 2nd Conference on Parsimony and Learning,
    ML Research Press, 2026, pp. 265–284.
conference:
  end_date: 2025-03-27
  location: Stanford, CA, United States
  name: 'CPAL: Conference on Parsimony and Learning'
  start_date: 2025-03-24
corr_author: '1'
date_created: 2026-05-31T22:02:13Z
date_published: 2026-04-06T00:00:00Z
date_updated: 2026-06-03T05:53:30Z
day: '06'
ddc:
- '000'
department:
- _id: DaAl
file:
- access_level: open_access
  checksum: 72f9a87c70f1e2105ef64050ee5017e5
  content_type: application/pdf
  creator: dernst
  date_created: 2026-06-03T05:51:19Z
  date_updated: 2026-06-03T05:51:19Z
  file_id: '21942'
  file_name: 2026_CPAL_Schultheis.pdf
  file_size: 2099944
  relation: main_file
  success: 1
file_date_updated: 2026-06-03T05:51:19Z
has_accepted_license: '1'
intvolume: '       328'
language:
- iso: eng
license: https://creativecommons.org/licenses/by/4.0/
month: '04'
oa: 1
oa_version: Published Version
page: 265-284
publication: 2nd Conference on Parsimony and Learning
publication_identifier:
  eissn:
  - 2640-3498
publication_status: published
publisher: ML Research Press
quality_controlled: '1'
related_material:
  link:
  - relation: software
    url: https://github.com/IST-DASLab/llmq
scopus_import: '1'
status: public
title: 'LLMQ: Efficient lower-precision LLM training for consumer GPUs'
tmp:
  image: /images/cc_by.png
  legal_code_url: https://creativecommons.org/licenses/by/4.0/legalcode
  name: Creative Commons Attribution 4.0 International Public License (CC-BY 4.0)
  short: CC BY (4.0)
type: conference
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 328
year: '2026'
...
---
OA_place: repository
OA_type: green
_id: '22302'
abstract:
- lang: eng
  text: "Speculative generation has emerged as a promising technique to accelerate
    inference in large language models (LLMs) by leveraging parallelism to verify
    multiple draft tokens simultaneously. However, the fundamental limits on the achievable
    speedup remain poorly understood. In this work, we establish the first “tight”
    lower bounds on the runtime of any deterministic speculative generation algorithm.
    This is achieved by drawing a parallel between the token generation process and
    branching random walks, which allows us to analyze the optimal draft tree selection
    problem. We prove, under basic assumptions, that the expected number of tokens
    successfully predicted per speculative iteration is bounded as \\mathbb{E}[X]
    ≤ (\U0001D707 + \U0001D707(2))log(B )/\U0001D7072 + O(1), where B is the verifier’s
    batch size, \U0001D707 is the expected entropy of the verifier’s output distribution,
    and \U0001D707(2) is this entropy’s second moment. This result provides new insights
    into the limits of parallel token generation, and could guide the design of future
    speculative decoding systems. Empirical evaluations on Llama models validate our
    theoretical predictions, confirming the tightness of our bounds in practical settings."
article_processing_charge: No
arxiv: 1
author:
- first_name: Sergei
  full_name: Pankratov, Sergei
  id: f773bf05-72ef-11ef-b75a-a383d22f454b
  last_name: Pankratov
- first_name: Dan-Adrian
  full_name: Alistarh, Dan-Adrian
  id: 4A899BFC-F248-11E8-B48F-1D18A9856A87
  last_name: Alistarh
  orcid: 0000-0003-3650-940X
citation:
  ama: 'Pankratov S, Alistarh D-A. Speculative decoding speed-of-light: Optimal lower
    bounds via branching random walks. In: <i>Proceedings of the 19th Conference of
    the European Chapter of the Association for Computational Linguistics</i>. Association
    for Computational Linguistics; 2026:6404–6418. doi:<a href="https://doi.org/10.18653/v1/2026.eacl-long.301">10.18653/v1/2026.eacl-long.301</a>'
  apa: 'Pankratov, S., &#38; Alistarh, D.-A. (2026). Speculative decoding speed-of-light:
    Optimal lower bounds via branching random walks. In <i>Proceedings of the 19th
    Conference of the European Chapter of the Association for Computational Linguistics</i>
    (pp. 6404–6418). Rabat, Morocco: Association for Computational Linguistics. <a
    href="https://doi.org/10.18653/v1/2026.eacl-long.301">https://doi.org/10.18653/v1/2026.eacl-long.301</a>'
  chicago: 'Pankratov, Sergei, and Dan-Adrian Alistarh. “Speculative Decoding Speed-of-Light:
    Optimal Lower Bounds via Branching Random Walks.” In <i>Proceedings of the 19th
    Conference of the European Chapter of the Association for Computational Linguistics</i>,
    6404–6418. Association for Computational Linguistics, 2026. <a href="https://doi.org/10.18653/v1/2026.eacl-long.301">https://doi.org/10.18653/v1/2026.eacl-long.301</a>.'
  ieee: 'S. Pankratov and D.-A. Alistarh, “Speculative decoding speed-of-light: Optimal
    lower bounds via branching random walks,” in <i>Proceedings of the 19th Conference
    of the European Chapter of the Association for Computational Linguistics</i>,
    Rabat, Morocco, 2026, pp. 6404–6418.'
  ista: 'Pankratov S, Alistarh D-A. 2026. Speculative decoding speed-of-light: Optimal
    lower bounds via branching random walks. Proceedings of the 19th Conference of
    the European Chapter of the Association for Computational Linguistics. EACL: 
    Conference of the European Chapter of the Association for Computational Linguistics,
    6404–6418.'
  mla: 'Pankratov, Sergei, and Dan-Adrian Alistarh. “Speculative Decoding Speed-of-Light:
    Optimal Lower Bounds via Branching Random Walks.” <i>Proceedings of the 19th Conference
    of the European Chapter of the Association for Computational Linguistics</i>,
    Association for Computational Linguistics, 2026, pp. 6404–6418, doi:<a href="https://doi.org/10.18653/v1/2026.eacl-long.301">10.18653/v1/2026.eacl-long.301</a>.'
  short: S. Pankratov, D.-A. Alistarh, in:, Proceedings of the 19th Conference of
    the European Chapter of the Association for Computational Linguistics, Association
    for Computational Linguistics, 2026, pp. 6404–6418.
conference:
  end_date: 2026-03-29
  location: Rabat, Morocco
  name: 'EACL:  Conference of the European Chapter of the Association for Computational
    Linguistics'
  start_date: 2026-03-24
corr_author: '1'
das_tickbox: '0'
date_created: 2026-07-13T10:48:03Z
date_published: 2026-04-01T00:00:00Z
date_updated: 2026-07-14T06:18:11Z
day: '01'
department:
- _id: DaAl
- _id: GradSch
doi: 10.18653/v1/2026.eacl-long.301
external_id:
  arxiv:
  - '2512.11718'
fulldoi: https://doi.org/10.18653/v1/2026.eacl-long.301
language:
- iso: eng
month: '04'
oa_version: Preprint
page: 6404–6418
publication: Proceedings of the 19th Conference of the European Chapter of the Association
  for Computational Linguistics
publication_status: published
publisher: Association for Computational Linguistics
quality_controlled: '1'
researchdata_availability: no
scopus_import: '1'
status: public
supplementarymaterial: no
title: 'Speculative decoding speed-of-light: Optimal lower bounds via branching random
  walks'
type: conference
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
year: '2026'
...
---
OA_place: publisher
OA_type: green
_id: '21857'
abstract:
- lang: eng
  text: "The availability of powerful open-source large language models (LLMs) opens
    exciting use cases, such as using personal data to fine-tune these models to imitate
    a user’s unique writing style. Two key requirements for this functionality are
    personalization–in the sense that the output should recognizably reflect the user’s
    own writing style—and privacy–users may justifiably be wary of uploading extremely
    personal data, such as their email archive, to a third-party service. In this
    paper, we demonstrate the feasibility of training and running such an assistant,
    which we call Panza, on commodity hardware, for the specific use case of email
    generation. Panza’s personalization features are based on a combination of parameter-efficient
    fine-tuning using a variant of the Reverse Instructions technique [1] and Retrieval-Augmented
    Generation (RAG) [2]. We demonstrate that this combination allows us to fine-tune
    an LLM to reflect a user’s writing style using limited data, while executing on
    extremely limited resources, e.g. on a free Google Colab instance. Our key methodological
    contribution is the first detailed study of evaluation metrics for this task,
    and\r\nof how different choices of system components–the use of RAG and of different
    fine-tuning approaches–impact the system’s performance. Additionally, we demonstrate
    that very little data - under 100 email samples - are sufficient to create models
    that convincingly imitate humans, showcasing a previously unknown attack vector
    in language models. We are releasing the full Panza code as well as three new
    email datasets licensed for research use."
article_number: '81'
article_processing_charge: No
author:
- first_name: Armand
  full_name: Nicolicioiu, Armand
  last_name: Nicolicioiu
- first_name: Eugenia B
  full_name: Iofinova, Eugenia B
  id: f9a17499-f6e0-11ea-865d-fdf9a3f77117
  last_name: Iofinova
  orcid: 0000-0002-7778-3221
- first_name: Andrej
  full_name: Jovanovic, Andrej
  last_name: Jovanovic
- first_name: Eldar
  full_name: Kurtic, Eldar
  id: 47beb3a5-07b5-11eb-9b87-b108ec578218
  last_name: Kurtic
- first_name: Mahdi
  full_name: Nikdan, Mahdi
  id: 66374281-f394-11eb-9cf6-869147deecc0
  last_name: Nikdan
- first_name: Andrei
  full_name: Panferov, Andrei
  id: 2c18daae-4dbe-11ef-8491-98ce2d960f09
  last_name: Panferov
- first_name: Ilia
  full_name: Markov, Ilia
  id: D0CF4148-C985-11E9-8066-0BDEE5697425
  last_name: Markov
- first_name: Nir
  full_name: Shavit, Nir
  last_name: Shavit
- first_name: Dan-Adrian
  full_name: Alistarh, Dan-Adrian
  id: 4A899BFC-F248-11E8-B48F-1D18A9856A87
  last_name: Alistarh
  orcid: 0000-0003-3650-940X
citation:
  ama: 'Nicolicioiu A, Iofinova EB, Jovanovic A, et al. <i>Panza: Investigating the
    Feasibility of Fully-Local Personalized Text Generation</i>. OpenReview; 2026.'
  apa: 'Nicolicioiu, A., Iofinova, E. B., Jovanovic, A., Kurtic, E., Nikdan, M., Panferov,
    A., … Alistarh, D.-A. (2026). <i>Panza: Investigating the feasibility of fully-local
    personalized text generation</i>. <i>Third Conference on Parsimony and Learning
    (Proceedings Track)</i>. Tübíngen, Germany: OpenReview.'
  chicago: 'Nicolicioiu, Armand, Eugenia B Iofinova, Andrej Jovanovic, Eldar Kurtic,
    Mahdi Nikdan, Andrei Panferov, Ilia Markov, Nir Shavit, and Dan-Adrian Alistarh.
    <i>Panza: Investigating the Feasibility of Fully-Local Personalized Text Generation</i>.
    <i>Third Conference on Parsimony and Learning (Proceedings Track)</i>. OpenReview,
    2026.'
  ieee: 'A. Nicolicioiu <i>et al.</i>, <i>Panza: Investigating the feasibility of
    fully-local personalized text generation</i>. OpenReview, 2026.'
  ista: 'Nicolicioiu A, Iofinova EB, Jovanovic A, Kurtic E, Nikdan M, Panferov A,
    Markov I, Shavit N, Alistarh D-A. 2026. Panza: Investigating the feasibility of
    fully-local personalized text generation, OpenReview,p.'
  mla: 'Nicolicioiu, Armand, et al. “Panza: Investigating the Feasibility of Fully-Local
    Personalized Text Generation.” <i>Third Conference on Parsimony and Learning (Proceedings
    Track)</i>, 81, OpenReview, 2026.'
  short: 'A. Nicolicioiu, E.B. Iofinova, A. Jovanovic, E. Kurtic, M. Nikdan, A. Panferov,
    I. Markov, N. Shavit, D.-A. Alistarh, Panza: Investigating the Feasibility of
    Fully-Local Personalized Text Generation, OpenReview, 2026.'
conference:
  end_date: 2026-03-26
  location: Tübíngen, Germany
  name: 'CPAL: Conference on Parsimony and Learning'
  start_date: 2026-03-23
corr_author: '1'
date_created: 2026-05-11T08:50:28Z
date_published: 2026-03-06T00:00:00Z
date_updated: 2026-07-27T12:50:03Z
day: '06'
department:
- _id: GradSch
- _id: DaAl
keyword:
- LLMs
- PEFT
- LoRA
- personalization
- efficient ML
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://openreview.net/pdf?id=soFWnTqd23
month: '03'
oa: 1
oa_version: Accepted Version
publication: Third Conference on Parsimony and Learning (Proceedings Track)
publication_status: published
publisher: OpenReview
quality_controlled: '1'
related_material:
  record:
  - id: '21854'
    relation: dissertation_contains
    status: public
status: public
title: 'Panza: Investigating the feasibility of fully-local personalized text generation'
tmp:
  image: /images/cc_by.png
  legal_code_url: https://creativecommons.org/licenses/by/4.0/legalcode
  name: Creative Commons Attribution 4.0 International Public License (CC-BY 4.0)
  short: CC BY (4.0)
type: conference_poster
user_id: 8b945eb4-e2f2-11eb-945a-df72226e66a9
year: '2026'
...
---
OA_place: repository
OA_type: green
_id: '21859'
abstract:
- lang: eng
  text: As artificial neural networks, and specifically large language models, have
    improved rapidly in capabilities and quality, they have increasingly been deployed
    in real-world applications, from customer service to Google search, despite the
    fact that they frequently make factually incorrect or undesirable statements.
    This trend has inspired practical and academic interest in model editing, that
    is, in adjusting the weights of the model to modify its likely outputs for queries
    relating to a specific fact or set of facts. This may be done either to amend
    a fact or set of facts, for instance, to fix a frequent error in the training
    data, or to suppress a fact or set of facts entirely, for instance, in case of
    dangerous knowledge. Multiple methods have been proposed to do such edits. However,
    at the same time, it has been shown that such model editing can be brittle and
    incomplete. Moreover the effectiveness of any model editing method necessarily
    depends on the data on which the model is trained, and, therefore, a good understanding
    of the interaction of the training data distribution and the way it is stored
    in the network is necessary and helpful to reliably perform model editing. However,
    working with large language models trained on real-world data does not allow us
    to understand this relationship or fully measure the effects of model editing.
    We therefore propose Behemoth, a fully synthetic data generation framework. To
    demonstrate the practical insights from the framework, we explore model editing
    in the context of simple tabular data, demonstrating surprising findings that,
    in some cases, echo real-world results, for instance, that in some cases restricting
    the update rank results in a more effective update.
acknowledged_ssus:
- _id: ScienComp
acknowledgement: "EI thanks Weiwei Yang, Janardhan Kulkani, and Kate Lytvynets for
  their advice and support in\r\ndeveloping an earlier version of the Behemoth library.
  This research was supported by the Scientific\r\nService Units (SSU) of IST Austria
  through resources provided by Scientific Computing (SciComp).\r\nEI was supported
  in part by the FWF DK VGSCO, grant agreement number W1260-N35.\r\n"
article_processing_charge: No
arxiv: 1
author:
- first_name: Eugenia B
  full_name: Iofinova, Eugenia B
  id: f9a17499-f6e0-11ea-865d-fdf9a3f77117
  last_name: Iofinova
  orcid: 0000-0002-7778-3221
- first_name: Dan-Adrian
  full_name: Alistarh, Dan-Adrian
  id: 4A899BFC-F248-11E8-B48F-1D18A9856A87
  last_name: Alistarh
  orcid: 0000-0003-3650-940X
citation:
  ama: 'Iofinova EB, Alistarh D-A. Behemoth: Benchmarking unlearning in LLMs using
    fully synthetic data. <i>arXiv</i>. doi:<a href="https://doi.org/10.48550/arXiv.2601.23153">10.48550/arXiv.2601.23153</a>'
  apa: 'Iofinova, E. B., &#38; Alistarh, D.-A. (n.d.). Behemoth: Benchmarking unlearning
    in LLMs using fully synthetic data. <i>arXiv</i>. <a href="https://doi.org/10.48550/arXiv.2601.23153">https://doi.org/10.48550/arXiv.2601.23153</a>'
  chicago: 'Iofinova, Eugenia B, and Dan-Adrian Alistarh. “Behemoth: Benchmarking
    Unlearning in LLMs Using Fully Synthetic Data.” <i>ArXiv</i>, n.d. <a href="https://doi.org/10.48550/arXiv.2601.23153">https://doi.org/10.48550/arXiv.2601.23153</a>.'
  ieee: 'E. B. Iofinova and D.-A. Alistarh, “Behemoth: Benchmarking unlearning in
    LLMs using fully synthetic data,” <i>arXiv</i>. .'
  ista: 'Iofinova EB, Alistarh D-A. Behemoth: Benchmarking unlearning in LLMs using
    fully synthetic data. arXiv, <a href="https://doi.org/10.48550/arXiv.2601.23153">10.48550/arXiv.2601.23153</a>.'
  mla: 'Iofinova, Eugenia B., and Dan-Adrian Alistarh. “Behemoth: Benchmarking Unlearning
    in LLMs Using Fully Synthetic Data.” <i>ArXiv</i>, doi:<a href="https://doi.org/10.48550/arXiv.2601.23153">10.48550/arXiv.2601.23153</a>.'
  short: E.B. Iofinova, D.-A. Alistarh, ArXiv (n.d.).
corr_author: '1'
date_created: 2026-05-11T08:58:07Z
date_published: 2026-01-30T00:00:00Z
date_updated: 2026-07-27T12:50:03Z
day: '30'
department:
- _id: GradSch
- _id: DaAl
doi: 10.48550/arXiv.2601.23153
external_id:
  arxiv:
  - '2601.23153'
fulldoi: https://doi.org/10.48550/arXiv.2601.23153
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://doi.org/10.48550/arXiv.2601.23153
month: '01'
oa: 1
oa_version: Preprint
project:
- _id: 9B9290DE-BA93-11EA-9121-9846C619BF3A
  grant_number: W1260-N35
  name: Vienna Graduate School on Computational Optimization
publication: arXiv
publication_status: draft
related_material:
  record:
  - id: '21854'
    relation: dissertation_contains
    status: public
status: public
title: 'Behemoth: Benchmarking unlearning in LLMs using fully synthetic data'
type: preprint
user_id: 8b945eb4-e2f2-11eb-945a-df72226e66a9
year: '2026'
...
---
OA_place: publisher
OA_type: gold
_id: '20820'
abstract:
- lang: eng
  text: 'The high computational costs of large language models (LLMs) have led to
    a flurry of research on LLM compression, via methods such as quantization, sparsification,
    or structured pruning. A new frontier in this area is given by dynamic, non-uniform
    compression methods, which adjust the compression levels (e.g., sparsity) per-block
    or even per-layer in order to minimize accuracy loss, while guaranteeing a global
    compression threshold. Yet, current methods rely on estimating the "importance"
    of a given layer, implicitly assuming that layers contribute independently to
    the overall compression error. We begin from the motivating observation that this
    independence assumption does not generally hold for LLM compression: pruning a
    model further may even significantly recover performance. To address this, we
    propose EvoPress, a novel evolutionary framework for dynamic LLM compression.
    By formulating dynamic compression as a general optimization problem, EvoPress
    identifies optimal compression profiles in a highly efficient manner, and generalizes
    across diverse models and compression techniques. Via EvoPress, we achieve state-of-the-art
    performance for dynamic compression of Llama, Mistral, and Phi models, setting
    new benchmarks for structural pruning (block/layer dropping), unstructured sparsity,
    and quantization with dynamic bitwidths.'
alternative_title:
- PMLR
article_processing_charge: No
arxiv: 1
author:
- first_name: Oliver
  full_name: Sieberling, Oliver
  last_name: Sieberling
- first_name: Denis
  full_name: Kuznedelev, Denis
  last_name: Kuznedelev
- first_name: Eldar
  full_name: Kurtic, Eldar
  id: 47beb3a5-07b5-11eb-9b87-b108ec578218
  last_name: Kurtic
- first_name: Dan-Adrian
  full_name: Alistarh, Dan-Adrian
  id: 4A899BFC-F248-11E8-B48F-1D18A9856A87
  last_name: Alistarh
  orcid: 0000-0003-3650-940X
citation:
  ama: 'Sieberling O, Kuznedelev D, Kurtic E, Alistarh D-A. EvoPress: Accurate dynamic
    model compression via evolutionary search. In: <i>42nd International Conference
    on Machine Learning</i>. Vol 267. ML Research Press; 2025:55556-55590.'
  apa: 'Sieberling, O., Kuznedelev, D., Kurtic, E., &#38; Alistarh, D.-A. (2025).
    EvoPress: Accurate dynamic model compression via evolutionary search. In <i>42nd
    International Conference on Machine Learning</i> (Vol. 267, pp. 55556–55590).
    Vancouver, Canada: ML Research Press.'
  chicago: 'Sieberling, Oliver, Denis Kuznedelev, Eldar Kurtic, and Dan-Adrian Alistarh.
    “EvoPress: Accurate Dynamic Model Compression via Evolutionary Search.” In <i>42nd
    International Conference on Machine Learning</i>, 267:55556–90. ML Research Press,
    2025.'
  ieee: 'O. Sieberling, D. Kuznedelev, E. Kurtic, and D.-A. Alistarh, “EvoPress: Accurate
    dynamic model compression via evolutionary search,” in <i>42nd International Conference
    on Machine Learning</i>, Vancouver, Canada, 2025, vol. 267, pp. 55556–55590.'
  ista: 'Sieberling O, Kuznedelev D, Kurtic E, Alistarh D-A. 2025. EvoPress: Accurate
    dynamic model compression via evolutionary search. 42nd International Conference
    on Machine Learning. ICML: International Conference on Machine Learning, PMLR,
    vol. 267, 55556–55590.'
  mla: 'Sieberling, Oliver, et al. “EvoPress: Accurate Dynamic Model Compression via
    Evolutionary Search.” <i>42nd International Conference on Machine Learning</i>,
    vol. 267, ML Research Press, 2025, pp. 55556–90.'
  short: O. Sieberling, D. Kuznedelev, E. Kurtic, D.-A. Alistarh, in:, 42nd International
    Conference on Machine Learning, ML Research Press, 2025, pp. 55556–55590.
conference:
  end_date: 2025-07-19
  location: Vancouver, Canada
  name: 'ICML: International Conference on Machine Learning'
  start_date: 2025-07-13
corr_author: '1'
date_created: 2025-12-14T23:02:05Z
date_published: 2025-05-01T00:00:00Z
date_updated: 2025-12-16T12:34:32Z
day: '01'
ddc:
- '000'
department:
- _id: DaAl
external_id:
  arxiv:
  - '2410.14649'
file:
- access_level: open_access
  checksum: 1d744fbaeb199b08e8b6f48bc0dd047e
  content_type: application/pdf
  creator: dernst
  date_created: 2025-12-16T12:32:40Z
  date_updated: 2025-12-16T12:32:40Z
  file_id: '20828'
  file_name: 2025_ICML_Sieberling.pdf
  file_size: 908379
  relation: main_file
  success: 1
file_date_updated: 2025-12-16T12:32:40Z
has_accepted_license: '1'
intvolume: '       267'
language:
- iso: eng
month: '05'
oa: 1
oa_version: Published Version
page: 55556-55590
publication: 42nd International Conference on Machine Learning
publication_identifier:
  eissn:
  - 2640-3498
publication_status: published
publisher: ML Research Press
quality_controlled: '1'
scopus_import: '1'
status: public
title: 'EvoPress: Accurate dynamic model compression via evolutionary search'
tmp:
  image: /images/cc_by.png
  legal_code_url: https://creativecommons.org/licenses/by/4.0/legalcode
  name: Creative Commons Attribution 4.0 International Public License (CC-BY 4.0)
  short: CC BY (4.0)
type: conference
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 267
year: '2025'
...
---
OA_place: publisher
OA_type: gold
_id: '20821'
abstract:
- lang: eng
  text: Modern deep neural networks exhibit heterogeneity across numerous layers of
    various types such as residuals, multi-head attention, etc., due to varying structures
    (dimensions, activation functions, etc.), distinct representation characteristics,
    which impact predictions. We develop a general layer-wise quantization framework
    with tight variance and code-length bounds, adapting to the heterogeneities over
    the course of training. We then apply a new layer-wise quantization technique
    within distributed variational inequalities (VIs), proposing a novel Quantized
    Optimistic Dual Averaging (QODA) algorithm with adaptive learning rates, which
    achieves competitive convergence rates for monotone VIs. We empirically show that
    QODA achieves up to a 150% speedup over the baselines in end-to-end training time
    for training Wasserstein GAN on 12+GPUs.
acknowledgement: "This work was supported by Hasler Foundation Program: Hasler Responsible
  AI (project number 21043). The research was also sponsored by the Army Research
  Office and was accomplished under Grant Number W911NF-24-1-0048. This work was further
  funded by the Swiss National Science Foundation (SNSF) under grant number 200021_205011.
  We also acknowledge project A11 of the Swiss National Supercomputing Centre (CSCS)
  for providing computing resources. Dan Alistarh and Ilia Markov were supported in
  part through the ERC Proofof-Concept grant FastML (Grant Agreement 101158077). Ali
  Ramezani-Kebrya was supported by the Research Council of Norway through FRIPRO Grant
  under project number 356103, its Centres of Excellence scheme, Integreat - Norwegian
  Centre for knowledge-driven machine learning under\r\nproject number 332645 - and
  its Centre for Research-based Innovation funding scheme (Visual Intelligence under
  grant no. 309439)."
alternative_title:
- PMLR
article_processing_charge: No
arxiv: 1
author:
- first_name: Anh Duc
  full_name: Nguyen, Anh Duc
  last_name: Nguyen
- first_name: Ilia
  full_name: Markov, Ilia
  id: D0CF4148-C985-11E9-8066-0BDEE5697425
  last_name: Markov
- first_name: Frank Zhengqing
  full_name: Wu, Frank Zhengqing
  last_name: Wu
- first_name: Ali
  full_name: Ramezani-Kebrya, Ali
  last_name: Ramezani-Kebrya
- first_name: Kimon
  full_name: Antonakopoulos, Kimon
  last_name: Antonakopoulos
- first_name: Dan-Adrian
  full_name: Alistarh, Dan-Adrian
  id: 4A899BFC-F248-11E8-B48F-1D18A9856A87
  last_name: Alistarh
  orcid: 0000-0003-3650-940X
- first_name: Volkan
  full_name: Cevher, Volkan
  last_name: Cevher
citation:
  ama: 'Nguyen AD, Markov I, Wu FZ, et al. Layer-wise quantization for quantized optimistic
    dual averaging. In: <i>42nd International Conference on Machine Learning</i>.
    Vol 267. ML Research Press; 2025:46026-46072.'
  apa: 'Nguyen, A. D., Markov, I., Wu, F. Z., Ramezani-Kebrya, A., Antonakopoulos,
    K., Alistarh, D.-A., &#38; Cevher, V. (2025). Layer-wise quantization for quantized
    optimistic dual averaging. In <i>42nd International Conference on Machine Learning</i>
    (Vol. 267, pp. 46026–46072). Vancouver, Canada: ML Research Press.'
  chicago: Nguyen, Anh Duc, Ilia Markov, Frank Zhengqing Wu, Ali Ramezani-Kebrya,
    Kimon Antonakopoulos, Dan-Adrian Alistarh, and Volkan Cevher. “Layer-Wise Quantization
    for Quantized Optimistic Dual Averaging.” In <i>42nd International Conference
    on Machine Learning</i>, 267:46026–72. ML Research Press, 2025.
  ieee: A. D. Nguyen <i>et al.</i>, “Layer-wise quantization for quantized optimistic
    dual averaging,” in <i>42nd International Conference on Machine Learning</i>,
    Vancouver, Canada, 2025, vol. 267, pp. 46026–46072.
  ista: 'Nguyen AD, Markov I, Wu FZ, Ramezani-Kebrya A, Antonakopoulos K, Alistarh
    D-A, Cevher V. 2025. Layer-wise quantization for quantized optimistic dual averaging.
    42nd International Conference on Machine Learning. ICML: International Conference
    on Machine Learning, PMLR, vol. 267, 46026–46072.'
  mla: Nguyen, Anh Duc, et al. “Layer-Wise Quantization for Quantized Optimistic Dual
    Averaging.” <i>42nd International Conference on Machine Learning</i>, vol. 267,
    ML Research Press, 2025, pp. 46026–72.
  short: A.D. Nguyen, I. Markov, F.Z. Wu, A. Ramezani-Kebrya, K. Antonakopoulos, D.-A.
    Alistarh, V. Cevher, in:, 42nd International Conference on Machine Learning, ML
    Research Press, 2025, pp. 46026–46072.
conference:
  end_date: 2025-07-19
  location: Vancouver, Canada
  name: 'ICML: International Conference on Machine Learning'
  start_date: 2025-07-13
date_created: 2025-12-14T23:02:06Z
date_published: 2025-05-01T00:00:00Z
date_updated: 2025-12-16T12:46:54Z
day: '01'
ddc:
- '000'
department:
- _id: DaAl
external_id:
  arxiv:
  - '2505.14371'
file:
- access_level: open_access
  checksum: a7edf0e4304171a3e035842b3aab1704
  content_type: application/pdf
  creator: dernst
  date_created: 2025-12-16T12:45:41Z
  date_updated: 2025-12-16T12:45:41Z
  file_id: '20830'
  file_name: 2025_ICML_Nguyen.pdf
  file_size: 756213
  relation: main_file
  success: 1
file_date_updated: 2025-12-16T12:45:41Z
has_accepted_license: '1'
intvolume: '       267'
language:
- iso: eng
month: '05'
oa: 1
oa_version: Published Version
page: 46026-46072
project:
- _id: 8e35c14b-16d5-11f0-9cad-a3fc35339161
  grant_number: '101158077'
  name: 'FastML: Efficient and Cost-Effective Distributed Machine Learning'
publication: 42nd International Conference on Machine Learning
publication_identifier:
  eissn:
  - 2640-3498
publication_status: published
publisher: ML Research Press
quality_controlled: '1'
scopus_import: '1'
status: public
title: Layer-wise quantization for quantized optimistic dual averaging
tmp:
  image: /images/cc_by.png
  legal_code_url: https://creativecommons.org/licenses/by/4.0/legalcode
  name: Creative Commons Attribution 4.0 International Public License (CC-BY 4.0)
  short: CC BY (4.0)
type: conference
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 267
year: '2025'
...
---
OA_place: publisher
OA_type: gold
_id: '21250'
abstract:
- lang: eng
  text: We investigate the step complexity of the Leader Election problem (and implementing
    the corresponding test-and-set object) in asynchronous shared memory, where processes
    communicate through registers supporting atomic read and write and must coordinate
    so that a single process becomes the leader. Determining tight step complexity
    bounds for solving this problem is one of the key open problems in the theory
    of shared memory distributed computing. The best known algorithm is a randomized
    tournament-tree, which has worst-case expected step complexity O(log N) for N
    processes. There are provably no deterministic wait-free algorithms, and only
    restricted lower bounds are known for obstruction-free and randomized wait-free
    algorithms. We introduce a new lower bound that establishes an Ω((log N)/(log
    log N + log Q)) step complexity for any obstruction-free Leader Election algorithm,
    where N is the number of processes, and 2 ≤ Q ≤ N is a bound on the value contention,
    which we define as the maximum number of different values that processes can be
    simultaneously poised to write to the same register in any execution of the algorithm.
    Our result is strictly stronger than previous bounds based on write contention.
    In particular, it implies new lower bounds on step complexity that depend on register
    size.
acknowledgement: The work of Dan Alistarh is supported by grants from ERC, Austrian
  FWF, and the Google and NVIDIA corporations. Faith Ellen was supported in part by
  the Natural Science and Engineering Research Council of Canada (NSERC) grant RGPIN-2020-04178.
alternative_title:
- LIPIcs
article_processing_charge: Yes
author:
- first_name: Dan-Adrian
  full_name: Alistarh, Dan-Adrian
  id: 4A899BFC-F248-11E8-B48F-1D18A9856A87
  last_name: Alistarh
  orcid: 0000-0003-3650-940X
- first_name: Faith
  full_name: Ellen, Faith
  last_name: Ellen
- first_name: Alexander
  full_name: Fedorov, Alexander
  id: 2e711909-896a-11ed-bdf8-eb0f5a2984c6
  last_name: Fedorov
citation:
  ama: 'Alistarh D-A, Ellen F, Fedorov A. An almost-logarithmic lower bound for leader
    election with bounded value contention. In: <i>39th International Symposium on
    Distributed Computing</i>. Vol 356. Schloss Dagstuhl - Leibniz-Zentrum für Informatik;
    2025:3:1-3:16. doi:<a href="https://doi.org/10.4230/LIPIcs.DISC.2025.3">10.4230/LIPIcs.DISC.2025.3</a>'
  apa: 'Alistarh, D.-A., Ellen, F., &#38; Fedorov, A. (2025). An almost-logarithmic
    lower bound for leader election with bounded value contention. In <i>39th International
    Symposium on Distributed Computing</i> (Vol. 356, p. 3:1-3:16). Berlin, Germany:
    Schloss Dagstuhl - Leibniz-Zentrum für Informatik. <a href="https://doi.org/10.4230/LIPIcs.DISC.2025.3">https://doi.org/10.4230/LIPIcs.DISC.2025.3</a>'
  chicago: Alistarh, Dan-Adrian, Faith Ellen, and Alexander Fedorov. “An Almost-Logarithmic
    Lower Bound for Leader Election with Bounded Value Contention.” In <i>39th International
    Symposium on Distributed Computing</i>, 356:3:1-3:16. Schloss Dagstuhl - Leibniz-Zentrum
    für Informatik, 2025. <a href="https://doi.org/10.4230/LIPIcs.DISC.2025.3">https://doi.org/10.4230/LIPIcs.DISC.2025.3</a>.
  ieee: D.-A. Alistarh, F. Ellen, and A. Fedorov, “An almost-logarithmic lower bound
    for leader election with bounded value contention,” in <i>39th International Symposium
    on Distributed Computing</i>, Berlin, Germany, 2025, vol. 356, p. 3:1-3:16.
  ista: 'Alistarh D-A, Ellen F, Fedorov A. 2025. An almost-logarithmic lower bound
    for leader election with bounded value contention. 39th International Symposium
    on Distributed Computing. DISC: Symposium on Distributed Computing, LIPIcs, vol.
    356, 3:1-3:16.'
  mla: Alistarh, Dan-Adrian, et al. “An Almost-Logarithmic Lower Bound for Leader
    Election with Bounded Value Contention.” <i>39th International Symposium on Distributed
    Computing</i>, vol. 356, Schloss Dagstuhl - Leibniz-Zentrum für Informatik, 2025,
    p. 3:1-3:16, doi:<a href="https://doi.org/10.4230/LIPIcs.DISC.2025.3">10.4230/LIPIcs.DISC.2025.3</a>.
  short: D.-A. Alistarh, F. Ellen, A. Fedorov, in:, 39th International Symposium on
    Distributed Computing, Schloss Dagstuhl - Leibniz-Zentrum für Informatik, 2025,
    p. 3:1-3:16.
conference:
  end_date: 2025-10-31
  location: Berlin, Germany
  name: 'DISC: Symposium on Distributed Computing'
  start_date: 2025-10-27
corr_author: '1'
date_created: 2026-02-16T15:41:15Z
date_published: 2025-10-22T00:00:00Z
date_updated: 2026-02-18T06:49:38Z
day: '22'
ddc:
- '000'
department:
- _id: DaAl
- _id: GradSch
doi: 10.4230/LIPIcs.DISC.2025.3
file:
- access_level: open_access
  checksum: 3825a0e6e6a05503e842a59f95528bd9
  content_type: application/pdf
  creator: dernst
  date_created: 2026-02-18T06:46:02Z
  date_updated: 2026-02-18T06:46:02Z
  file_id: '21310'
  file_name: 2025_LIPIcs_Alistarh.pdf
  file_size: 1492189
  relation: main_file
  success: 1
file_date_updated: 2026-02-18T06:46:02Z
fulldoi: https://doi.org/10.4230/LIPIcs.DISC.2025.3
has_accepted_license: '1'
intvolume: '       356'
language:
- iso: eng
month: '10'
oa: 1
oa_version: Published Version
page: 3:1-3:16
publication: 39th International Symposium on Distributed Computing
publication_status: published
publisher: Schloss Dagstuhl - Leibniz-Zentrum für Informatik
quality_controlled: '1'
status: public
title: An almost-logarithmic lower bound for leader election with bounded value contention
tmp:
  image: /images/cc_by.png
  legal_code_url: https://creativecommons.org/licenses/by/4.0/legalcode
  name: Creative Commons Attribution 4.0 International Public License (CC-BY 4.0)
  short: CC BY (4.0)
type: conference
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 356
year: '2025'
...
---
OA_place: repository
OA_type: green
_id: '21257'
abstract:
- lang: eng
  text: 'We investigate the problem of accurate sparse fine-tuning of large language
    models (LLMs), that is, fine-tuning pre-trained LLMs on specialized tasks, while
    inducing sparsity in their weights. Our work is motivated by experiments showing
    that standard loss-based fine-tuning methods are not able to achieve high accuracy
    in this setting, especially at high sparsity targets. To address this issue, we
    perform a detailed study of knowledge distillation losses for fine-tuning of sparse
    models. We determine an L2-based distillation approach that we term ‘SquareHead’,
    which enables accurate recovery even at higher sparsities. Investigating the question
    of efficient inference, we show that sparse LLMs can be executed faster by taking
    advantage of sparsity. Specifically, we exhibit end-to-end results showing speedups
    enabled by sparsity, while recovering accuracy, on the following models and tasks,
    respectively: T5 for language translation, Whisper for speech translation, and
    open GPT-type models such as the Mosaic Pre-Trained Transformer (MPT) and Llama-2
    models for text generation. In particular, for popular generative tasks, we show
    for the first time that sparse fine-tuning can reach 75% sparsity without drops
    in accuracy, and provide notable end-to-end speedups for inference on CPUs. Moreover,
    we also highlight that sparsity is compatible with other compression approaches,
    such as quantization.'
acknowledgement: We would like to thank Eugenia Iofinova for useful comments on an
  earlier version of this draft, and Artur Niederfahrenhorst for useful suggestions
  regarding fine-tuning on the GSM8k dataset.
alternative_title:
- 'Machine Translation: Technologies and Applications'
article_processing_charge: No
arxiv: 1
author:
- first_name: Eldar
  full_name: Kurtic, Eldar
  id: 47beb3a5-07b5-11eb-9b87-b108ec578218
  last_name: Kurtic
- first_name: Denis
  full_name: Kuznedelev, Denis
  last_name: Kuznedelev
- first_name: Elias
  full_name: Frantar, Elias
  id: 09a8f98d-ec99-11ea-ae11-c063a7b7fe5f
  last_name: Frantar
- first_name: Michael
  full_name: Goinv, Michael
  last_name: Goinv
- first_name: Shubhra
  full_name: Pandit, Shubhra
  last_name: Pandit
- first_name: Abhinav
  full_name: Agarwalla, Abhinav
  last_name: Agarwalla
- first_name: Tuan
  full_name: Nguyen, Tuan
  last_name: Nguyen
- first_name: Alexandre
  full_name: Marques, Alexandre
  last_name: Marques
- first_name: Mark
  full_name: Kurtz, Mark
  last_name: Kurtz
- first_name: Dan-Adrian
  full_name: Alistarh, Dan-Adrian
  id: 4A899BFC-F248-11E8-B48F-1D18A9856A87
  last_name: Alistarh
  orcid: 0000-0003-3650-940X
citation:
  ama: 'Kurtic E, Kuznedelev D, Frantar E, et al. Sparse Fine-Tuning for Inference
    Acceleration of Large Language Models. In: Passban P, Way A, Rezagholizadeh M,
    eds. <i>Enhancing LLM Performance. Efficacy, Fine-Tuning, and Inference Techniques</i>.
    Springer Nature; 2025:83-97. doi:<a href="https://doi.org/10.1007/978-3-031-85747-8_6">10.1007/978-3-031-85747-8_6</a>'
  apa: Kurtic, E., Kuznedelev, D., Frantar, E., Goinv, M., Pandit, S., Agarwalla,
    A., … Alistarh, D.-A. (2025). Sparse Fine-Tuning for Inference Acceleration of
    Large Language Models. In P. Passban, A. Way, &#38; M. Rezagholizadeh (Eds.),
    <i>Enhancing LLM Performance. Efficacy, Fine-Tuning, and Inference Techniques</i>
    (pp. 83–97). Springer Nature. <a href="https://doi.org/10.1007/978-3-031-85747-8_6">https://doi.org/10.1007/978-3-031-85747-8_6</a>
  chicago: Kurtic, Eldar, Denis Kuznedelev, Elias Frantar, Michael Goinv, Shubhra
    Pandit, Abhinav Agarwalla, Tuan Nguyen, Alexandre Marques, Mark Kurtz, and Dan-Adrian
    Alistarh. “Sparse Fine-Tuning for Inference Acceleration of Large Language Models.”
    In <i>Enhancing LLM Performance. Efficacy, Fine-Tuning, and Inference Techniques</i>,
    edited by Peyman Passban, Andy Way, and Mehdi Rezagholizadeh, 83–97. Springer
    Nature, 2025. <a href="https://doi.org/10.1007/978-3-031-85747-8_6">https://doi.org/10.1007/978-3-031-85747-8_6</a>.
  ieee: E. Kurtic <i>et al.</i>, “Sparse Fine-Tuning for Inference Acceleration of
    Large Language Models,” in <i>Enhancing LLM Performance. Efficacy, Fine-Tuning,
    and Inference Techniques</i>, P. Passban, A. Way, and M. Rezagholizadeh, Eds.
    Springer Nature, 2025, pp. 83–97.
  ista: 'Kurtic E, Kuznedelev D, Frantar E, Goinv M, Pandit S, Agarwalla A, Nguyen
    T, Marques A, Kurtz M, Alistarh D-A. 2025.Sparse Fine-Tuning for Inference Acceleration
    of Large Language Models. In: Enhancing LLM Performance. Efficacy, Fine-Tuning,
    and Inference Techniques. Machine Translation: Technologies and Applications,
    , 83–97.'
  mla: Kurtic, Eldar, et al. “Sparse Fine-Tuning for Inference Acceleration of Large
    Language Models.” <i>Enhancing LLM Performance. Efficacy, Fine-Tuning, and Inference
    Techniques</i>, edited by Peyman Passban et al., Springer Nature, 2025, pp. 83–97,
    doi:<a href="https://doi.org/10.1007/978-3-031-85747-8_6">10.1007/978-3-031-85747-8_6</a>.
  short: E. Kurtic, D. Kuznedelev, E. Frantar, M. Goinv, S. Pandit, A. Agarwalla,
    T. Nguyen, A. Marques, M. Kurtz, D.-A. Alistarh, in:, P. Passban, A. Way, M. Rezagholizadeh
    (Eds.), Enhancing LLM Performance. Efficacy, Fine-Tuning, and Inference Techniques,
    Springer Nature, 2025, pp. 83–97.
corr_author: '1'
date_created: 2026-02-16T15:57:53Z
date_published: 2025-07-05T00:00:00Z
date_updated: 2026-02-19T09:26:54Z
day: '05'
department:
- _id: DaAl
- _id: GradSch
doi: 10.1007/978-3-031-85747-8_6
editor:
- first_name: Peyman
  full_name: Passban, Peyman
  last_name: Passban
- first_name: Andy
  full_name: Way, Andy
  last_name: Way
- first_name: Mehdi
  full_name: Rezagholizadeh, Mehdi
  last_name: Rezagholizadeh
external_id:
  arxiv:
  - '2310.06927'
fulldoi: https://doi.org/10.1007/978-3-031-85747-8_6
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://doi.org/10.48550/arXiv.2310.06927
month: '07'
oa: 1
oa_version: Preprint
page: 83-97
publication: Enhancing LLM Performance. Efficacy, Fine-Tuning, and Inference Techniques
publication_identifier:
  eisbn:
  - '9783031857478'
  eissn:
  - 2522-803X
  isbn:
  - '9783031857461'
  issn:
  - 2522-8021
publication_status: published
publisher: Springer Nature
quality_controlled: '1'
status: public
title: Sparse Fine-Tuning for Inference Acceleration of Large Language Models
type: book_chapter
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
year: '2025'
...
---
OA_place: publisher
OA_type: free access
_id: '19713'
abstract:
- lang: eng
  text: Distributed optimization is the standard way of speeding up machine learning
    training, and most of the research in the area focuses on distributed first-order,
    gradient-based methods. Yet, there are settings where some computationally-bounded
    nodes may not be able to implement first-order, gradient-based optimization, while
    they could still contribute to joint optimization tasks. In this paper, we initiate
    the study of hybrid decentralized optimization, studying settings where nodes
    with zeroth-order and first-order optimization capabilities co-exist in a distributed
    system, and attempt to jointly solve an optimization task over some data distribution.
    We essentially show that, under reasonable parameter settings, such a system can
    not only withstand noisier zeroth-order agents but can even benefit from integrating
    such agents into the optimization process, rather than ignoring their information.
    At the core of our approach is a new analysis of distributed optimization with
    noisy and possibly-biased gradient estimators, which may be of independent interest.
    Our results hold for both convex and non-convex objectives. Experimental results
    on standard optimization tasks confirm our analysis, showing that hybrid first-zeroth
    order optimization can be practical, even when training deep neural networks.
acknowledgement: "This project has received funding from the European Research Council
  (ERC) under the European Union’s Horizon 2020 research and innovation programme
  (grant agreement\r\nNo 805223 ScaleML). The authors would like to acknowledge Eugenia
  Iofinova for useful discussions during the inception of this project."
article_processing_charge: No
article_type: original
arxiv: 1
author:
- first_name: Shayan
  full_name: Talaei, Shayan
  last_name: Talaei
- first_name: Matin
  full_name: Ansaripour, Matin
  last_name: Ansaripour
- first_name: Giorgi
  full_name: Nadiradze, Giorgi
  id: 3279A00C-F248-11E8-B48F-1D18A9856A87
  last_name: Nadiradze
  orcid: 0000-0001-5634-0731
- first_name: Dan-Adrian
  full_name: Alistarh, Dan-Adrian
  id: 4A899BFC-F248-11E8-B48F-1D18A9856A87
  last_name: Alistarh
  orcid: 0000-0003-3650-940X
citation:
  ama: 'Talaei S, Ansaripour M, Nadiradze G, Alistarh D-A. Hybrid decentralized optimization:
    Leveraging both first- and zeroth-order optimizers for faster convergence. <i>Proceedings
    of the 39th AAAI Conference on Artificial Intelligence</i>. 2025;39(19):20778-20786.
    doi:<a href="https://doi.org/10.1609/aaai.v39i19.34290">10.1609/aaai.v39i19.34290</a>'
  apa: 'Talaei, S., Ansaripour, M., Nadiradze, G., &#38; Alistarh, D.-A. (2025). Hybrid
    decentralized optimization: Leveraging both first- and zeroth-order optimizers
    for faster convergence. <i>Proceedings of the 39th AAAI Conference on Artificial
    Intelligence</i>. Association for the Advancement of Artificial Intelligence.
    <a href="https://doi.org/10.1609/aaai.v39i19.34290">https://doi.org/10.1609/aaai.v39i19.34290</a>'
  chicago: 'Talaei, Shayan, Matin Ansaripour, Giorgi Nadiradze, and Dan-Adrian Alistarh.
    “Hybrid Decentralized Optimization: Leveraging Both First- and Zeroth-Order Optimizers
    for Faster Convergence.” <i>Proceedings of the 39th AAAI Conference on Artificial
    Intelligence</i>. Association for the Advancement of Artificial Intelligence,
    2025. <a href="https://doi.org/10.1609/aaai.v39i19.34290">https://doi.org/10.1609/aaai.v39i19.34290</a>.'
  ieee: 'S. Talaei, M. Ansaripour, G. Nadiradze, and D.-A. Alistarh, “Hybrid decentralized
    optimization: Leveraging both first- and zeroth-order optimizers for faster convergence,”
    <i>Proceedings of the 39th AAAI Conference on Artificial Intelligence</i>, vol.
    39, no. 19. Association for the Advancement of Artificial Intelligence, pp. 20778–20786,
    2025.'
  ista: 'Talaei S, Ansaripour M, Nadiradze G, Alistarh D-A. 2025. Hybrid decentralized
    optimization: Leveraging both first- and zeroth-order optimizers for faster convergence.
    Proceedings of the 39th AAAI Conference on Artificial Intelligence. 39(19), 20778–20786.'
  mla: 'Talaei, Shayan, et al. “Hybrid Decentralized Optimization: Leveraging Both
    First- and Zeroth-Order Optimizers for Faster Convergence.” <i>Proceedings of
    the 39th AAAI Conference on Artificial Intelligence</i>, vol. 39, no. 19, Association
    for the Advancement of Artificial Intelligence, 2025, pp. 20778–86, doi:<a href="https://doi.org/10.1609/aaai.v39i19.34290">10.1609/aaai.v39i19.34290</a>.'
  short: S. Talaei, M. Ansaripour, G. Nadiradze, D.-A. Alistarh, Proceedings of the
    39th AAAI Conference on Artificial Intelligence 39 (2025) 20778–20786.
corr_author: '1'
date_created: 2025-05-19T14:15:35Z
date_published: 2025-04-11T00:00:00Z
date_updated: 2026-02-16T12:34:44Z
day: '11'
department:
- _id: DaAl
doi: 10.1609/aaai.v39i19.34290
ec_funded: 1
external_id:
  arxiv:
  - '2210.07703'
fulldoi: https://doi.org/10.1609/aaai.v39i19.34290
intvolume: '        39'
issue: '19'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://doi.org/10.1609/aaai.v39i19.34290
month: '04'
oa: 1
oa_version: Preprint
page: 20778-20786
project:
- _id: 268A44D6-B435-11E9-9278-68D0E5697425
  call_identifier: H2020
  grant_number: '805223'
  name: Elastic Coordination for Scalable Machine Learning
publication: Proceedings of the 39th AAAI Conference on Artificial Intelligence
publication_identifier:
  eissn:
  - 2374-3468
  issn:
  - 2159-5399
publication_status: published
publisher: Association for the Advancement of Artificial Intelligence
quality_controlled: '1'
related_material:
  link:
  - relation: software
    url: https://github.com/ShayanTalaei/HDO
scopus_import: '1'
status: public
title: 'Hybrid decentralized optimization: Leveraging both first- and zeroth-order
  optimizers for faster convergence'
type: journal_article
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 39
year: '2025'
...
---
OA_place: publisher
OA_type: hybrid
_id: '19877'
abstract:
- lang: eng
  text: "As inference on Large Language Models (LLMs) emerges as an important workload
    in machine learning applications, model weight quantization has become a standard
    technique for efficient GPU deployment. Quantization not only reduces model size,
    but has also been shown to yield substantial speedups for single-user inference,
    due to reduced memory movement, with low accuracy impact. Yet, it remains a key
    open question whether speedups are achievable also in batched settings with multiple
    parallel clients, which are highly relevant for practical serving. It is unclear
    whether GPU kernels can be designed to remain practically memory-bound, while
    supporting the substantially increased compute requirements of batched workloads.\r\nIn
    this paper, we resolve this question positively by introducing a new design for
    Mixed-precision Auto-Regressive LINear kernels, called MARLIN. Concretely, given
    a model whose weights are compressed via quantization to, e.g., 4 bits per element,
    MARLIN shows that batchsizes up to 16-32 can be practically supported with close
    to maximum (4×) quantization speedup, and larger batchsizes up to 64-128 with
    gradually decreasing, but still significant, acceleration. MARLIN accomplishes
    this via a combination of techniques, such as asynchronous memory access, complex
    task scheduling and pipelining, and bespoke quantization support. Our experiments
    show that MARLIN's near-optimal performance on individual LLM layers across different
    scenarios can also lead to significant end-to-end LLM inference speedups (of up
    to 2.8×) when integrated with the popular vLLM open-source serving engine. Finally,
    we show that MARLIN is extensible to further compression techniques, like NVIDIA
    2:4 sparsity, leading to additional speedups."
acknowledgement: The authors would like to thank the Neural Magic team, in particular
  Michael Goin, Alexander Matveev, and Rob Shaw, for support with the vLLM integration.
  This research was supported in part by generous grants from NVIDIA and Google.
article_processing_charge: Yes (via OA deal)
arxiv: 1
author:
- first_name: Elias
  full_name: Frantar, Elias
  id: 09a8f98d-ec99-11ea-ae11-c063a7b7fe5f
  last_name: Frantar
- first_name: Roberto L.
  full_name: Castro, Roberto L.
  last_name: Castro
- first_name: Jiale
  full_name: Chen, Jiale
  id: 4d0a9064-1ff6-11ee-9fa6-ec046c604785
  last_name: Chen
  orcid: 0000-0001-5337-5875
- first_name: Torsten
  full_name: Hoefler, Torsten
  last_name: Hoefler
- first_name: Dan-Adrian
  full_name: Alistarh, Dan-Adrian
  id: 4A899BFC-F248-11E8-B48F-1D18A9856A87
  last_name: Alistarh
  orcid: 0000-0003-3650-940X
citation:
  ama: 'Frantar E, Castro RL, Chen J, Hoefler T, Alistarh D-A. MARLIN: Mixed-precision
    auto-regressive parallel inference on Large Language Models. In: <i>Proceedings
    of the 30th ACM SIGPLAN Annual Symposium on Principles and Practice of Parallel
    Programming</i>. Association for Computing Machinery; 2025:239-251. doi:<a href="https://doi.org/10.1145/3710848.3710871">10.1145/3710848.3710871</a>'
  apa: 'Frantar, E., Castro, R. L., Chen, J., Hoefler, T., &#38; Alistarh, D.-A. (2025).
    MARLIN: Mixed-precision auto-regressive parallel inference on Large Language Models.
    In <i>Proceedings of the 30th ACM SIGPLAN Annual Symposium on Principles and Practice
    of Parallel Programming</i> (pp. 239–251). Las Vegas, NV, United States: Association
    for Computing Machinery. <a href="https://doi.org/10.1145/3710848.3710871">https://doi.org/10.1145/3710848.3710871</a>'
  chicago: 'Frantar, Elias, Roberto L. Castro, Jiale Chen, Torsten Hoefler, and Dan-Adrian
    Alistarh. “MARLIN: Mixed-Precision Auto-Regressive Parallel Inference on Large
    Language Models.” In <i>Proceedings of the 30th ACM SIGPLAN Annual Symposium on
    Principles and Practice of Parallel Programming</i>, 239–51. Association for Computing
    Machinery, 2025. <a href="https://doi.org/10.1145/3710848.3710871">https://doi.org/10.1145/3710848.3710871</a>.'
  ieee: 'E. Frantar, R. L. Castro, J. Chen, T. Hoefler, and D.-A. Alistarh, “MARLIN:
    Mixed-precision auto-regressive parallel inference on Large Language Models,”
    in <i>Proceedings of the 30th ACM SIGPLAN Annual Symposium on Principles and Practice
    of Parallel Programming</i>, Las Vegas, NV, United States, 2025, pp. 239–251.'
  ista: 'Frantar E, Castro RL, Chen J, Hoefler T, Alistarh D-A. 2025. MARLIN: Mixed-precision
    auto-regressive parallel inference on Large Language Models. Proceedings of the
    30th ACM SIGPLAN Annual Symposium on Principles and Practice of Parallel Programming.
    PPoPP: Symposium on Principles and Practice of Parallel Programming, 239–251.'
  mla: 'Frantar, Elias, et al. “MARLIN: Mixed-Precision Auto-Regressive Parallel Inference
    on Large Language Models.” <i>Proceedings of the 30th ACM SIGPLAN Annual Symposium
    on Principles and Practice of Parallel Programming</i>, Association for Computing
    Machinery, 2025, pp. 239–51, doi:<a href="https://doi.org/10.1145/3710848.3710871">10.1145/3710848.3710871</a>.'
  short: E. Frantar, R.L. Castro, J. Chen, T. Hoefler, D.-A. Alistarh, in:, Proceedings
    of the 30th ACM SIGPLAN Annual Symposium on Principles and Practice of Parallel
    Programming, Association for Computing Machinery, 2025, pp. 239–251.
conference:
  end_date: 2025-03-05
  location: Las Vegas, NV, United States
  name: 'PPoPP: Symposium on Principles and Practice of Parallel Programming'
  start_date: 2025-03-01
corr_author: '1'
date_created: 2025-06-23T13:51:58Z
date_published: 2025-02-28T00:00:00Z
date_updated: 2025-09-30T13:41:57Z
day: '28'
ddc:
- '000'
department:
- _id: DaAl
doi: 10.1145/3710848.3710871
external_id:
  arxiv:
  - '2408.11743'
  isi:
  - '001437826500019'
file:
- access_level: open_access
  checksum: a0566ea3c168e8273501a5eb7d767cf8
  content_type: application/pdf
  creator: dernst
  date_created: 2025-06-24T06:04:17Z
  date_updated: 2025-06-24T06:04:17Z
  file_id: '19883'
  file_name: 2025_PPoPP_Frantar.pdf
  file_size: 1330044
  relation: main_file
  success: 1
file_date_updated: 2025-06-24T06:04:17Z
fulldoi: https://doi.org/10.1145/3710848.3710871
has_accepted_license: '1'
isi: 1
language:
- iso: eng
month: '02'
oa: 1
oa_version: Published Version
page: 239-251
publication: Proceedings of the 30th ACM SIGPLAN Annual Symposium on Principles and
  Practice of Parallel Programming
publication_identifier:
  isbn:
  - '9798400714436'
publication_status: published
publisher: Association for Computing Machinery
quality_controlled: '1'
related_material:
  record:
  - id: '19884'
    relation: software
    status: public
scopus_import: '1'
status: public
title: 'MARLIN: Mixed-precision auto-regressive parallel inference on Large Language
  Models'
tmp:
  image: /images/cc_by.png
  legal_code_url: https://creativecommons.org/licenses/by/4.0/legalcode
  name: Creative Commons Attribution 4.0 International Public License (CC-BY 4.0)
  short: CC BY (4.0)
type: conference
user_id: 317138e5-6ab7-11ef-aa6d-ffef3953e345
year: '2025'
...
---
OA_place: publisher
OA_type: hybrid
PlanS_conform: '1'
_id: '19969'
abstract:
- lang: eng
  text: "In the stochastic population protocol model, we are given a connected graph
    with n nodes, and in every time step, a scheduler samples an edge of the graph
    uniformly at random and the nodes connected by this edge interact. A fundamental
    task in this model is stable leader election, in which all nodes start in an identical
    state and the aim is to reach a configuration in which (1)\r\nexactly one node
    is elected as leader and (2) this node remains as the unique leader no matter
    what sequence of interactions follows. On cliques, the complexity of this problem
    has recently been settled: time-optimal protocols stabilize in (n log n) expected
    steps using (log log n) states, whereas protocols that use O(1) states require
    (n2) expected steps. In this work, we investigate the complexity of stable leader
    election on graphs. We provide the first non-trivial time lower bounds on general
    graphs, showing that, when moving beyond cliques, the complexity of stable leader
    election can range from O(1) to (n3) expected steps. We describe a protocol that
    is time-optimal on many graph families, but uses polynomially-many states. In
    contrast, we give a near-time-optimal protocol that uses only O(log2 n) states
    that is at most a factor O(log n) slower. Finally, we observe that for many graphs
    the constant-state protocol of Beauquier et al. [OPODIS 2013] is at most a factor
    O(n log n) slower than the fast polynomial-state protocol, and among constant-state
    protocols, this protocol has near-optimal average case complexity on dense random
    graphs."
acknowledgement: We thank all anonymous reviewers for their helpful comments. We would
  also like to thank Jakob Solnerzik and Olivier Stietel for catching some errors
  in the proofs. Open Access funding enabled and organized by Projekt DEAL. We gratefully
  acknowledge funding from the European Research Council (ERC) under the European
  Union’s Horizon 2020 research and innovation programme (grant agreement No 805223
  ScaleML).
article_processing_charge: Yes (via OA deal)
article_type: original
arxiv: 1
author:
- first_name: Dan-Adrian
  full_name: Alistarh, Dan-Adrian
  id: 4A899BFC-F248-11E8-B48F-1D18A9856A87
  last_name: Alistarh
  orcid: 0000-0003-3650-940X
- first_name: Joel
  full_name: Rybicki, Joel
  id: 334EFD2E-F248-11E8-B48F-1D18A9856A87
  last_name: Rybicki
  orcid: 0000-0002-6432-6646
- first_name: Sasha
  full_name: Voitovych, Sasha
  last_name: Voitovych
citation:
  ama: Alistarh D-A, Rybicki J, Voitovych S. Near-optimal leader election in population
    protocols on graphs. <i>Distributed Computing</i>. 2025;38:207-245. doi:<a href="https://doi.org/10.1007/s00446-025-00487-7">10.1007/s00446-025-00487-7</a>
  apa: Alistarh, D.-A., Rybicki, J., &#38; Voitovych, S. (2025). Near-optimal leader
    election in population protocols on graphs. <i>Distributed Computing</i>. Springer
    Nature. <a href="https://doi.org/10.1007/s00446-025-00487-7">https://doi.org/10.1007/s00446-025-00487-7</a>
  chicago: Alistarh, Dan-Adrian, Joel Rybicki, and Sasha Voitovych. “Near-Optimal
    Leader Election in Population Protocols on Graphs.” <i>Distributed Computing</i>.
    Springer Nature, 2025. <a href="https://doi.org/10.1007/s00446-025-00487-7">https://doi.org/10.1007/s00446-025-00487-7</a>.
  ieee: D.-A. Alistarh, J. Rybicki, and S. Voitovych, “Near-optimal leader election
    in population protocols on graphs,” <i>Distributed Computing</i>, vol. 38. Springer
    Nature, pp. 207–245, 2025.
  ista: Alistarh D-A, Rybicki J, Voitovych S. 2025. Near-optimal leader election in
    population protocols on graphs. Distributed Computing. 38, 207–245.
  mla: Alistarh, Dan-Adrian, et al. “Near-Optimal Leader Election in Population Protocols
    on Graphs.” <i>Distributed Computing</i>, vol. 38, Springer Nature, 2025, pp.
    207–45, doi:<a href="https://doi.org/10.1007/s00446-025-00487-7">10.1007/s00446-025-00487-7</a>.
  short: D.-A. Alistarh, J. Rybicki, S. Voitovych, Distributed Computing 38 (2025)
    207–245.
corr_author: '1'
date_created: 2025-07-06T22:01:24Z
date_published: 2025-09-01T00:00:00Z
date_updated: 2025-12-30T09:04:18Z
day: '01'
ddc:
- '510'
department:
- _id: DaAl
doi: 10.1007/s00446-025-00487-7
ec_funded: 1
external_id:
  arxiv:
  - '2205.12597'
  isi:
  - '001518300400001'
file:
- access_level: open_access
  checksum: 2789c0fdfb58f64930f05f6ac2b3ca61
  content_type: application/pdf
  creator: dernst
  date_created: 2025-12-30T09:03:55Z
  date_updated: 2025-12-30T09:03:55Z
  file_id: '20900'
  file_name: 2025_DistributedComp_Alistarh.pdf
  file_size: 770705
  relation: main_file
  success: 1
file_date_updated: 2025-12-30T09:03:55Z
fulldoi: https://doi.org/10.1007/s00446-025-00487-7
has_accepted_license: '1'
intvolume: '        38'
isi: 1
language:
- iso: eng
month: '09'
oa: 1
oa_version: Published Version
page: 207-245
project:
- _id: 268A44D6-B435-11E9-9278-68D0E5697425
  call_identifier: H2020
  grant_number: '805223'
  name: Elastic Coordination for Scalable Machine Learning
publication: Distributed Computing
publication_identifier:
  eissn:
  - 1432-0452
  issn:
  - 0178-2770
publication_status: published
publisher: Springer Nature
quality_controlled: '1'
related_material:
  record:
  - id: '11844'
    relation: earlier_version
    status: public
scopus_import: '1'
status: public
title: Near-optimal leader election in population protocols on graphs
tmp:
  image: /images/cc_by.png
  legal_code_url: https://creativecommons.org/licenses/by/4.0/legalcode
  name: Creative Commons Attribution 4.0 International Public License (CC-BY 4.0)
  short: CC BY (4.0)
type: journal_article
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 38
year: '2025'
...
---
OA_place: publisher
OA_type: diamond
_id: '20032'
abstract:
- lang: eng
  text: We propose Scalable Mechanistic Neural Network (S-MNN), an enhanced neural
    network framework designed for scientific machine learning applications involving
    long temporal sequences. By reformulating the original Mechanistic Neural Network
    (MNN) (Pervez et al., 2024), we reduce the computational time and space complexities
    from cubic and quadratic with respect to the sequence length, respectively, to
    linear. This significant improvement enables efficient modeling of long-term dynamics
    without sacrificing accuracy or interpretability. Extensive experiments demonstrate
    that S-MNN matches the original MNN in precision while substantially reducing
    computational resources. Consequently, S-MNN can drop-in replace the original
    MNN in applications, providing a practical and efficient tool for integrating
    mechanistic bottlenecks into neural network models of complex dynamical systems.
    Source code is available at https://github.com/IST-DASLab/ScalableMNN.
article_processing_charge: No
arxiv: 1
author:
- first_name: Jiale
  full_name: Chen, Jiale
  id: 4d0a9064-1ff6-11ee-9fa6-ec046c604785
  last_name: Chen
  orcid: 0000-0001-5337-5875
- first_name: Dingling
  full_name: Yao, Dingling
  id: d3e02e50-48a8-11ee-8f62-c108061797fa
  last_name: Yao
- first_name: Adeel A
  full_name: Pervez, Adeel A
  id: fca6d90c-d47f-11ee-bc87-93ff51604981
  last_name: Pervez
- first_name: Dan-Adrian
  full_name: Alistarh, Dan-Adrian
  id: 4A899BFC-F248-11E8-B48F-1D18A9856A87
  last_name: Alistarh
  orcid: 0000-0003-3650-940X
- first_name: Francesco
  full_name: Locatello, Francesco
  id: 26cfd52f-2483-11ee-8040-88983bcc06d4
  last_name: Locatello
  orcid: 0000-0002-4850-0683
citation:
  ama: 'Chen J, Yao D, Pervez AA, Alistarh D-A, Locatello F. Scalable mechanistic
    neural networks. In: <i>13th International Conference on Learning Representations</i>.
    ICLR; 2025:63716-63737.'
  apa: 'Chen, J., Yao, D., Pervez, A. A., Alistarh, D.-A., &#38; Locatello, F. (2025).
    Scalable mechanistic neural networks. In <i>13th International Conference on Learning
    Representations</i> (pp. 63716–63737). Singapore, Singapore: ICLR.'
  chicago: Chen, Jiale, Dingling Yao, Adeel A Pervez, Dan-Adrian Alistarh, and Francesco
    Locatello. “Scalable Mechanistic Neural Networks.” In <i>13th International Conference
    on Learning Representations</i>, 63716–37. ICLR, 2025.
  ieee: J. Chen, D. Yao, A. A. Pervez, D.-A. Alistarh, and F. Locatello, “Scalable
    mechanistic neural networks,” in <i>13th International Conference on Learning
    Representations</i>, Singapore, Singapore, 2025, pp. 63716–63737.
  ista: 'Chen J, Yao D, Pervez AA, Alistarh D-A, Locatello F. 2025. Scalable mechanistic
    neural networks. 13th International Conference on Learning Representations. ICLR:
    International Conference on Learning Representations, 63716–63737.'
  mla: Chen, Jiale, et al. “Scalable Mechanistic Neural Networks.” <i>13th International
    Conference on Learning Representations</i>, ICLR, 2025, pp. 63716–37.
  short: J. Chen, D. Yao, A.A. Pervez, D.-A. Alistarh, F. Locatello, in:, 13th International
    Conference on Learning Representations, ICLR, 2025, pp. 63716–63737.
conference:
  end_date: 2025-04-28
  location: Singapore, Singapore
  name: 'ICLR: International Conference on Learning Representations'
  start_date: 2025-04-24
corr_author: '1'
date_created: 2025-07-20T22:02:01Z
date_published: 2025-04-01T00:00:00Z
date_updated: 2025-08-04T08:03:11Z
day: '01'
ddc:
- '000'
department:
- _id: DaAl
- _id: FrLo
external_id:
  arxiv:
  - '2410.06074'
file:
- access_level: open_access
  checksum: 64cfdb12ae3e4e8ba57b1403e1066776
  content_type: application/pdf
  creator: dernst
  date_created: 2025-07-22T07:58:22Z
  date_updated: 2025-07-22T07:58:22Z
  file_id: '20065'
  file_name: 2025_ICLR_Chen.pdf
  file_size: 732745
  relation: main_file
  success: 1
file_date_updated: 2025-07-22T07:58:22Z
has_accepted_license: '1'
language:
- iso: eng
month: '04'
oa: 1
oa_version: Published Version
page: 63716-63737
publication: 13th International Conference on Learning Representations
publication_identifier:
  isbn:
  - '9798331320850'
publication_status: published
publisher: ICLR
quality_controlled: '1'
related_material:
  link:
  - relation: software
    url: https://github.com/IST-DASLab/ScalableMNN
scopus_import: '1'
status: public
title: Scalable mechanistic neural networks
tmp:
  image: /images/cc_by.png
  legal_code_url: https://creativecommons.org/licenses/by/4.0/legalcode
  name: Creative Commons Attribution 4.0 International Public License (CC-BY 4.0)
  short: CC BY (4.0)
type: conference
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
year: '2025'
...
---
OA_place: publisher
OA_type: diamond
_id: '20034'
abstract:
- lang: eng
  text: We introduce LDAdam, a memory-efficient optimizer for training large models,
    that performs adaptive optimization steps within lower dimensional subspaces,
    while consistently exploring the full parameter space during training. This strategy
    keeps the optimizer's memory footprint to a fraction of the model size. LDAdam
    relies on a new projection-aware update rule for the optimizer states that allows
    for transitioning between subspaces, i.e., estimation of the statistics of the
    projected gradients. To mitigate the errors due to low-rank projection, LDAdam
    integrates a new generalized error feedback mechanism, which explicitly accounts
    for both gradient and optimizer state compression. We prove the convergence of
    LDAdam under standard assumptions, and provide empirical evidence that LDAdam
    allows for efficient fine-tuning and pre-training of language models.
article_processing_charge: No
arxiv: 1
author:
- first_name: Thomas
  full_name: Robert, Thomas
  last_name: Robert
- first_name: Mher
  full_name: Safaryan, Mher
  id: dd546b39-0804-11ed-9c55-ef075c39778d
  last_name: Safaryan
- first_name: Ionut-Vlad
  full_name: Modoranu, Ionut-Vlad
  id: 449f7a18-f128-11eb-9611-9b430c0c6333
  last_name: Modoranu
- first_name: Dan-Adrian
  full_name: Alistarh, Dan-Adrian
  id: 4A899BFC-F248-11E8-B48F-1D18A9856A87
  last_name: Alistarh
  orcid: 0000-0003-3650-940X
citation:
  ama: 'Robert T, Safaryan M, Modoranu I-V, Alistarh D-A. LDAdam: Adaptive optimization
    from low-dimensional gradient statistics. In: <i>13th International Conference
    on Learning Representations</i>. ICLR; 2025:101877-101913.'
  apa: 'Robert, T., Safaryan, M., Modoranu, I.-V., &#38; Alistarh, D.-A. (2025). LDAdam:
    Adaptive optimization from low-dimensional gradient statistics. In <i>13th International
    Conference on Learning Representations</i> (pp. 101877–101913). Singapore, Singapore:
    ICLR.'
  chicago: 'Robert, Thomas, Mher Safaryan, Ionut-Vlad Modoranu, and Dan-Adrian Alistarh.
    “LDAdam: Adaptive Optimization from Low-Dimensional Gradient Statistics.” In <i>13th
    International Conference on Learning Representations</i>, 101877–913. ICLR, 2025.'
  ieee: 'T. Robert, M. Safaryan, I.-V. Modoranu, and D.-A. Alistarh, “LDAdam: Adaptive
    optimization from low-dimensional gradient statistics,” in <i>13th International
    Conference on Learning Representations</i>, Singapore, Singapore, 2025, pp. 101877–101913.'
  ista: 'Robert T, Safaryan M, Modoranu I-V, Alistarh D-A. 2025. LDAdam: Adaptive
    optimization from low-dimensional gradient statistics. 13th International Conference
    on Learning Representations. ICLR: International Conference on Learning Representations,
    101877–101913.'
  mla: 'Robert, Thomas, et al. “LDAdam: Adaptive Optimization from Low-Dimensional
    Gradient Statistics.” <i>13th International Conference on Learning Representations</i>,
    ICLR, 2025, pp. 101877–913.'
  short: T. Robert, M. Safaryan, I.-V. Modoranu, D.-A. Alistarh, in:, 13th International
    Conference on Learning Representations, ICLR, 2025, pp. 101877–101913.
conference:
  end_date: 2025-04-28
  location: Singapore, Singapore
  name: 'ICLR: International Conference on Learning Representations'
  start_date: 2025-04-24
corr_author: '1'
date_created: 2025-07-20T22:02:02Z
date_published: 2025-04-01T00:00:00Z
date_updated: 2025-08-04T08:41:10Z
day: '01'
ddc:
- '000'
department:
- _id: DaAl
external_id:
  arxiv:
  - '2410.16103'
file:
- access_level: open_access
  checksum: 9327d82569358d7bf1c3ec1a9952e721
  content_type: application/pdf
  creator: dernst
  date_created: 2025-08-04T08:39:51Z
  date_updated: 2025-08-04T08:39:51Z
  file_id: '20113'
  file_name: 2025_ICLR_Robert.pdf
  file_size: 1346111
  relation: main_file
  success: 1
file_date_updated: 2025-08-04T08:39:51Z
has_accepted_license: '1'
language:
- iso: eng
month: '04'
oa: 1
oa_version: Published Version
page: 101877-101913
publication: 13th International Conference on Learning Representations
publication_identifier:
  isbn:
  - '9798331320850'
publication_status: published
publisher: ICLR
quality_controlled: '1'
related_material:
  link:
  - relation: software
    url: https://github.com/IST-DASLab/LDAdam
scopus_import: '1'
status: public
title: 'LDAdam: Adaptive optimization from low-dimensional gradient statistics'
tmp:
  image: /images/cc_by.png
  legal_code_url: https://creativecommons.org/licenses/by/4.0/legalcode
  name: Creative Commons Attribution 4.0 International Public License (CC-BY 4.0)
  short: CC BY (4.0)
type: conference
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
year: '2025'
...
---
OA_place: publisher
OA_type: diamond
_id: '20037'
abstract:
- lang: eng
  text: 'Disentangling polysemantic neurons is at the core of many current approaches
    to interpretability of large language models. Here we attempt to study how disentanglement
    can be used to understand performance, particularly under weight sparsity, a leading
    post-training optimization technique. We suggest a novel measure for estimating
    neuronal entanglement: the Wasserstein distance of a neuron''s output distribution
    to a Gaussian. Moreover, we show the existence of a small number of highly entangled
    "Wasserstein Neurons" in each linear layer of an LLM, characterized by their highly
    non-Gaussian output distributions, their role in mapping similar inputs to dissimilar
    outputs, and their significant impact on model accuracy. To study these phenomena,
    we propose a new experimental framework for disentangling polysemantic neurons.
    Our framework separates each layer''s inputs to create a mixture of experts where
    each neuron''s output is computed by a mixture of neurons of lower Wasserstein
    distance, each better at maintaining accuracy when sparsified without retraining.
    We provide strong evidence that this is because the mixture of sparse experts
    is effectively disentangling the input-output relationship of individual neurons,
    in particular the difficult Wasserstein neurons.'
acknowledgement: "The authors would like to extend their gratitude to Lori Leu for
  her insightful comments on the\r\napplication of the Wasserstein distance metric.
  We also wish to thank Elias Frantar for his help in\r\nworking with the SparseGPT
  implementation and his advice for the project. Additionally, we would like to thank
  Tony Tong Wang and Thomas Athey for their valuable feedback and constructive discussions.\r\nThis
  work was supported by an NIH Brains CONNECTS U01 grant and AMD’s AI & HPC Fund."
article_processing_charge: No
arxiv: 1
author:
- first_name: Shashata
  full_name: Sawmya, Shashata
  last_name: Sawmya
- first_name: Linghao
  full_name: Kong, Linghao
  last_name: Kong
- first_name: Ilia
  full_name: Markov, Ilia
  id: D0CF4148-C985-11E9-8066-0BDEE5697425
  last_name: Markov
- first_name: Dan-Adrian
  full_name: Alistarh, Dan-Adrian
  id: 4A899BFC-F248-11E8-B48F-1D18A9856A87
  last_name: Alistarh
  orcid: 0000-0003-3650-940X
- first_name: Nir
  full_name: Shavit, Nir
  last_name: Shavit
citation:
  ama: 'Sawmya S, Kong L, Markov I, Alistarh D-A, Shavit N. Wasserstein distances,
    neuronal entanglement, and sparsity. In: <i>13th International Conference on Learning
    Representations</i>. ICLR; 2025:26244-26274.'
  apa: 'Sawmya, S., Kong, L., Markov, I., Alistarh, D.-A., &#38; Shavit, N. (2025).
    Wasserstein distances, neuronal entanglement, and sparsity. In <i>13th International
    Conference on Learning Representations</i> (pp. 26244–26274). Singapore, Singapore:
    ICLR.'
  chicago: Sawmya, Shashata, Linghao Kong, Ilia Markov, Dan-Adrian Alistarh, and Nir
    Shavit. “Wasserstein Distances, Neuronal Entanglement, and Sparsity.” In <i>13th
    International Conference on Learning Representations</i>, 26244–74. ICLR, 2025.
  ieee: S. Sawmya, L. Kong, I. Markov, D.-A. Alistarh, and N. Shavit, “Wasserstein
    distances, neuronal entanglement, and sparsity,” in <i>13th International Conference
    on Learning Representations</i>, Singapore, Singapore, 2025, pp. 26244–26274.
  ista: 'Sawmya S, Kong L, Markov I, Alistarh D-A, Shavit N. 2025. Wasserstein distances,
    neuronal entanglement, and sparsity. 13th International Conference on Learning
    Representations. ICLR: International Conference on Learning Representations, 26244–26274.'
  mla: Sawmya, Shashata, et al. “Wasserstein Distances, Neuronal Entanglement, and
    Sparsity.” <i>13th International Conference on Learning Representations</i>, ICLR,
    2025, pp. 26244–74.
  short: S. Sawmya, L. Kong, I. Markov, D.-A. Alistarh, N. Shavit, in:, 13th International
    Conference on Learning Representations, ICLR, 2025, pp. 26244–26274.
conference:
  end_date: 2025-04-28
  location: Singapore, Singapore
  name: 'ICLR: International Conference on Learning Representations'
  start_date: 2025-04-24
corr_author: '1'
date_created: 2025-07-20T22:02:03Z
date_published: 2025-04-01T00:00:00Z
date_updated: 2025-08-04T08:16:43Z
day: '01'
ddc:
- '000'
department:
- _id: DaAl
external_id:
  arxiv:
  - '2405.15756'
file:
- access_level: open_access
  checksum: 39a8fa7dbdd7029859e156f53f20f6bc
  content_type: application/pdf
  creator: dernst
  date_created: 2025-08-04T08:14:09Z
  date_updated: 2025-08-04T08:14:09Z
  file_id: '20110'
  file_name: 2025_ICLR_Sawmya.pdf
  file_size: 5447177
  relation: main_file
  success: 1
file_date_updated: 2025-08-04T08:14:09Z
has_accepted_license: '1'
language:
- iso: eng
month: '04'
oa: 1
oa_version: Published Version
page: 26244-26274
publication: 13th International Conference on Learning Representations
publication_identifier:
  isbn:
  - '9798331320850'
publication_status: published
publisher: ICLR
quality_controlled: '1'
related_material:
  link:
  - relation: software
    url: https://github.com/Shavit-Lab/Sparse-Expansion
scopus_import: '1'
status: public
title: Wasserstein distances, neuronal entanglement, and sparsity
tmp:
  image: /images/cc_by.png
  legal_code_url: https://creativecommons.org/licenses/by/4.0/legalcode
  name: Creative Commons Attribution 4.0 International Public License (CC-BY 4.0)
  short: CC BY (4.0)
type: conference
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
year: '2025'
...
---
OA_place: publisher
OA_type: diamond
_id: '20038'
abstract:
- lang: eng
  text: Pruning eliminates unnecessary parameters in neural networks; it offers a
    promising solution to the growing computational demands of large language models
    (LLMs). While many focus on post-training pruning, sparse pre-training--which
    combines pruning and pre-training into a single phase--provides a simpler alternative.
    In this work, we present the first systematic exploration of optimal sparse pre-training
    configurations for LLMs through an examination of 80 unique pruning schedules
    across different sparsity levels and training durations. We find that initiating
    pruning at 25% of total training compute and concluding at 75% achieves near-optimal
    final evaluation loss. These findings provide valuable insights for efficient
    and effective sparse pre-training of LLMs. Furthermore, we propose a new scaling
    law that modifies the Chinchilla scaling law to use the average parameter count
    over pre-training. Through empirical and theoretical validation, we demonstrate
    that this modified scaling law accurately models evaluation loss for both sparsely
    and densely pre-trained LLMs, unifying scaling laws across pre-training paradigms.
    Our findings indicate that while sparse pre-training achieves the same final model
    quality as dense pre-training for equivalent compute budgets, it provides substantial
    benefits through reduced model size, enabling significant potential computational
    savings during inference.
acknowledgement: "We are deeply grateful to Elias Frantar, Naveen Kumar, Sanjiv Kumar,
  Daniel\r\nM. Roy, and Clemens Schaefer for their valuable feedback and thoughtful
  review of this paper.\r\nWe also acknowledge the critical support provided by the
  Google CoreML Performance Team, and Google Research during this project. We further
  recognize the extended team at Google DeepMind, who enabled and supported this research
  direction.\r\nThis work was in part supported by the Sloan Foundation, the MIT-IBM
  Watson AI Lab, Apple, and SRC JUMP 2.0 (CoCoSys)."
article_processing_charge: No
arxiv: 1
author:
- first_name: Tian
  full_name: Jin, Tian
  last_name: Jin
- first_name: Ahmed Imtiaz
  full_name: Humayun, Ahmed Imtiaz
  last_name: Humayun
- first_name: Utku
  full_name: Evci, Utku
  last_name: Evci
- first_name: Suvinay
  full_name: Subramanian, Suvinay
  last_name: Subramanian
- first_name: Amir
  full_name: Yazdanbakhsh, Amir
  last_name: Yazdanbakhsh
- first_name: Dan-Adrian
  full_name: Alistarh, Dan-Adrian
  id: 4A899BFC-F248-11E8-B48F-1D18A9856A87
  last_name: Alistarh
  orcid: 0000-0003-3650-940X
- first_name: Gintare Karolina
  full_name: Dziugaite, Gintare Karolina
  last_name: Dziugaite
citation:
  ama: 'Jin T, Humayun AI, Evci U, et al. The journey matters: Average parameter count
    over pre-training unifies sparse and dense scaling laws. In: <i>13th International
    Conference on Learning Representations</i>. ICLR; 2025:85165-85181.'
  apa: 'Jin, T., Humayun, A. I., Evci, U., Subramanian, S., Yazdanbakhsh, A., Alistarh,
    D.-A., &#38; Dziugaite, G. K. (2025). The journey matters: Average parameter count
    over pre-training unifies sparse and dense scaling laws. In <i>13th International
    Conference on Learning Representations</i> (pp. 85165–85181). Singapore, Singapore:
    ICLR.'
  chicago: 'Jin, Tian, Ahmed Imtiaz Humayun, Utku Evci, Suvinay Subramanian, Amir
    Yazdanbakhsh, Dan-Adrian Alistarh, and Gintare Karolina Dziugaite. “The Journey
    Matters: Average Parameter Count over Pre-Training Unifies Sparse and Dense Scaling
    Laws.” In <i>13th International Conference on Learning Representations</i>, 85165–81.
    ICLR, 2025.'
  ieee: 'T. Jin <i>et al.</i>, “The journey matters: Average parameter count over
    pre-training unifies sparse and dense scaling laws,” in <i>13th International
    Conference on Learning Representations</i>, Singapore, Singapore, 2025, pp. 85165–85181.'
  ista: 'Jin T, Humayun AI, Evci U, Subramanian S, Yazdanbakhsh A, Alistarh D-A, Dziugaite
    GK. 2025. The journey matters: Average parameter count over pre-training unifies
    sparse and dense scaling laws. 13th International Conference on Learning Representations.
    ICLR: International Conference on Learning Representations, 85165–85181.'
  mla: 'Jin, Tian, et al. “The Journey Matters: Average Parameter Count over Pre-Training
    Unifies Sparse and Dense Scaling Laws.” <i>13th International Conference on Learning
    Representations</i>, ICLR, 2025, pp. 85165–81.'
  short: T. Jin, A.I. Humayun, U. Evci, S. Subramanian, A. Yazdanbakhsh, D.-A. Alistarh,
    G.K. Dziugaite, in:, 13th International Conference on Learning Representations,
    ICLR, 2025, pp. 85165–85181.
conference:
  end_date: 2025-04-28
  location: Singapore, Singapore
  name: 'ICLR: International Conference on Learning Representations'
  start_date: 2025-04-24
date_created: 2025-07-20T22:02:03Z
date_published: 2025-04-01T00:00:00Z
date_updated: 2025-08-04T08:24:59Z
day: '01'
ddc:
- '000'
department:
- _id: DaAl
external_id:
  arxiv:
  - '2501.12486 '
file:
- access_level: open_access
  checksum: dbc27120e9aba67dffbd9e5d513a6803
  content_type: application/pdf
  creator: dernst
  date_created: 2025-08-04T08:23:47Z
  date_updated: 2025-08-04T08:23:47Z
  file_id: '20111'
  file_name: 2025_ICLR_Jin.pdf
  file_size: 704989
  relation: main_file
  success: 1
file_date_updated: 2025-08-04T08:23:47Z
has_accepted_license: '1'
language:
- iso: eng
month: '04'
oa: 1
oa_version: Published Version
page: 85165-85181
publication: 13th International Conference on Learning Representations
publication_identifier:
  isbn:
  - '9798331320850'
publication_status: published
publisher: ICLR
quality_controlled: '1'
scopus_import: '1'
status: public
title: 'The journey matters: Average parameter count over pre-training unifies sparse
  and dense scaling laws'
tmp:
  image: /images/cc_by.png
  legal_code_url: https://creativecommons.org/licenses/by/4.0/legalcode
  name: Creative Commons Attribution 4.0 International Public License (CC-BY 4.0)
  short: CC BY (4.0)
type: conference
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
year: '2025'
...
---
OA_place: publisher
OA_type: gold
_id: '20684'
abstract:
- lang: eng
  text: "Quantization is a powerful tool for accelerating large language model (LLM)
    inference, but the accuracy-performance trade-offs across different formats remain
    unclear. In this paper, we conduct the most comprehensive empirical study to date,
    evaluating FP8, INT8, and INT4\r\nquantization across academic benchmarks and
    real-world tasks on the entire Llama-3.1 model\r\nfamily. Through over 500,000
    evaluations, our investigation yields several key findings: (1) FP8 (W8A8-FP)
    is effectively lossless across all model scales, (2) well-tuned INT8 (W8A8-INT)
    achieves surprisingly low (1-3%) accuracy degradation, and (3) INT4 weightonly
    (W4A16-INT) is more competitive than expected, rivaling 8-bit quantization. Further,
    we investigate the optimal quantization format for different deployments by analyzing
    inference performance through the popular vLLM framework. Our analysis provides
    clear deployment recommendations: W4A16 is the most cost-efficient for synchronous
    setups, while W8A8 dominates in asynchronous\r\ncontinuous batching. For mixed
    workloads, the optimal choice depends on the specific use\r\ncase. Our findings
    offer practical, data-driven guidelines for deploying quantized LLMs at scale—ensuring
    the best balance between speed, efficiency, and accuracy. "
article_processing_charge: No
arxiv: 1
author:
- first_name: Eldar
  full_name: Kurtic, Eldar
  id: 47beb3a5-07b5-11eb-9b87-b108ec578218
  last_name: Kurtic
- first_name: Alexandre
  full_name: Marques, Alexandre
  last_name: Marques
- first_name: Shubhra
  full_name: Pandit, Shubhra
  last_name: Pandit
- first_name: Mark
  full_name: Kurtz, Mark
  last_name: Kurtz
- first_name: Dan-Adrian
  full_name: Alistarh, Dan-Adrian
  id: 4A899BFC-F248-11E8-B48F-1D18A9856A87
  last_name: Alistarh
  orcid: 0000-0003-3650-940X
citation:
  ama: 'Kurtic E, Marques A, Pandit S, Kurtz M, Alistarh D-A. “Give me BF16 or give
    me death”? Accuracy-performance trade-offs in LLM quantization. In: <i>Proceedings
    of the 63rd Annual Meeting of the Association for Computational Linguistics</i>.
    Association for Computational Linguistics; 2025:26872-26886.'
  apa: 'Kurtic, E., Marques, A., Pandit, S., Kurtz, M., &#38; Alistarh, D.-A. (2025).
    “Give me BF16 or give me death”? Accuracy-performance trade-offs in LLM quantization.
    In <i>Proceedings of the 63rd Annual Meeting of the Association for Computational
    Linguistics</i> (pp. 26872–26886). Vienna, Austria: Association for Computational
    Linguistics.'
  chicago: Kurtic, Eldar, Alexandre Marques, Shubhra Pandit, Mark Kurtz, and Dan-Adrian
    Alistarh. “‘Give Me BF16 or Give Me Death’? Accuracy-Performance Trade-Offs in
    LLM Quantization.” In <i>Proceedings of the 63rd Annual Meeting of the Association
    for Computational Linguistics</i>, 26872–86. Association for Computational Linguistics,
    2025.
  ieee: E. Kurtic, A. Marques, S. Pandit, M. Kurtz, and D.-A. Alistarh, “‘Give me
    BF16 or give me death’? Accuracy-performance trade-offs in LLM quantization,”
    in <i>Proceedings of the 63rd Annual Meeting of the Association for Computational
    Linguistics</i>, Vienna, Austria, 2025, pp. 26872–26886.
  ista: 'Kurtic E, Marques A, Pandit S, Kurtz M, Alistarh D-A. 2025. “Give me BF16
    or give me death”? Accuracy-performance trade-offs in LLM quantization. Proceedings
    of the 63rd Annual Meeting of the Association for Computational Linguistics. ACL:
    Meeting of the Association for Computational Linguistics, 26872–26886.'
  mla: Kurtic, Eldar, et al. “‘Give Me BF16 or Give Me Death’? Accuracy-Performance
    Trade-Offs in LLM Quantization.” <i>Proceedings of the 63rd Annual Meeting of
    the Association for Computational Linguistics</i>, Association for Computational
    Linguistics, 2025, pp. 26872–86.
  short: E. Kurtic, A. Marques, S. Pandit, M. Kurtz, D.-A. Alistarh, in:, Proceedings
    of the 63rd Annual Meeting of the Association for Computational Linguistics, Association
    for Computational Linguistics, 2025, pp. 26872–26886.
conference:
  end_date: 2025-08-01
  location: Vienna, Austria
  name: 'ACL: Meeting of the Association for Computational Linguistics'
  start_date: 2025-07-27
corr_author: '1'
date_created: 2025-11-24T14:20:46Z
date_published: 2025-08-01T00:00:00Z
date_updated: 2025-11-26T11:15:11Z
day: '01'
ddc:
- '000'
department:
- _id: DaAl
external_id:
  arxiv:
  - '2411.02355'
file:
- access_level: open_access
  checksum: 4c066ee20f9ab17619c95652c0eb75f1
  content_type: application/pdf
  creator: dernst
  date_created: 2025-11-26T11:06:57Z
  date_updated: 2025-11-26T11:06:57Z
  file_id: '20698'
  file_name: 2025_ACL_Kurtic.pdf
  file_size: 417450
  relation: main_file
  success: 1
file_date_updated: 2025-11-26T11:06:57Z
has_accepted_license: '1'
language:
- iso: eng
month: '08'
oa: 1
oa_version: Published Version
page: 26872-26886
publication: Proceedings of the 63rd Annual Meeting of the Association for Computational
  Linguistics
publication_identifier:
  isbn:
  - '9798891762510'
  issn:
  - 0736-587X
publication_status: published
publisher: Association for Computational Linguistics
quality_controlled: '1'
scopus_import: '1'
status: public
title: “Give me BF16 or give me death”? Accuracy-performance trade-offs in LLM quantization
tmp:
  image: /images/cc_by.png
  legal_code_url: https://creativecommons.org/licenses/by/4.0/legalcode
  name: Creative Commons Attribution 4.0 International Public License (CC-BY 4.0)
  short: CC BY (4.0)
type: conference
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
year: '2025'
...
---
OA_place: repository
OA_type: green
_id: '21858'
abstract:
- lang: eng
  text: "The recent surge in high-quality open-source Generative AI text models (colloquially:
    LLMs), as well as efficient finetuning techniques, have opened the possibility
    of creating high-quality personalized models that generate text attuned to a specific
    individual’s needs and are capable of credibly imitating their writing style by
    refining an open-source model with that person’s own data. The technology to create
    such models is accessible to private individuals, and training and running such
    models can be done cheaply on consumer-grade hardware. While these advancements
    are a huge gain for usability and privacy, this position paper argues that the
    practical feasibility of impersonating specific individuals also introduces novel
    safety risks. For instance, this technology enables the creation of phishing emails\r\nor
    fraudulent social media accounts, based on small amounts of publicly available
    text, or by the individuals themselves to escape AI text detection. We further
    argue that these risks are complementary to—and distinct from—the much-discussed
    risks of other impersonation attacks such as image, voice, or video deepfakes,
    and are not adequately addressed by the larger research community, or the current
    generation of open- and closed-source models."
acknowledgement: "This research was supported by the Scientific Service Units (SSU)
  of IST Austria through resources\r\nprovided by Scientific Computing (SciComp).
  EI was supported in part by the FWF DK VGSCO,\r\ngrant agreement number W1260-N35.
  AJ was supported in part by ERC Proof-of-Concept Grant\r\nFastML, grant agreement
  101158077."
article_processing_charge: No
arxiv: 1
author:
- first_name: Eugenia B
  full_name: Iofinova, Eugenia B
  id: f9a17499-f6e0-11ea-865d-fdf9a3f77117
  last_name: Iofinova
  orcid: 0000-0002-7778-3221
- first_name: Andrej
  full_name: Jovanovic, Andrej
  last_name: Jovanovic
- first_name: Dan-Adrian
  full_name: Alistarh, Dan-Adrian
  id: 4A899BFC-F248-11E8-B48F-1D18A9856A87
  last_name: Alistarh
  orcid: 0000-0003-3650-940X
citation:
  ama: 'Iofinova EB, Jovanovic A, Alistarh D-A. Position: It’s time to act on the
    risk of efficient personalized text generation. <i>arXiv</i>. doi:<a href="https://doi.org/10.48550/arXiv.2502.06560">10.48550/arXiv.2502.06560</a>'
  apa: 'Iofinova, E. B., Jovanovic, A., &#38; Alistarh, D.-A. (n.d.). Position: It’s
    time to act on the risk of efficient personalized text generation. <i>arXiv</i>.
    <a href="https://doi.org/10.48550/arXiv.2502.06560">https://doi.org/10.48550/arXiv.2502.06560</a>'
  chicago: 'Iofinova, Eugenia B, Andrej Jovanovic, and Dan-Adrian Alistarh. “Position:
    It’s Time to Act on the Risk of Efficient Personalized Text Generation.” <i>ArXiv</i>,
    n.d. <a href="https://doi.org/10.48550/arXiv.2502.06560">https://doi.org/10.48550/arXiv.2502.06560</a>.'
  ieee: 'E. B. Iofinova, A. Jovanovic, and D.-A. Alistarh, “Position: It’s time to
    act on the risk of efficient personalized text generation,” <i>arXiv</i>. .'
  ista: 'Iofinova EB, Jovanovic A, Alistarh D-A. Position: It’s time to act on the
    risk of efficient personalized text generation. arXiv, <a href="https://doi.org/10.48550/arXiv.2502.06560">10.48550/arXiv.2502.06560</a>.'
  mla: 'Iofinova, Eugenia B., et al. “Position: It’s Time to Act on the Risk of Efficient
    Personalized Text Generation.” <i>ArXiv</i>, doi:<a href="https://doi.org/10.48550/arXiv.2502.06560">10.48550/arXiv.2502.06560</a>.'
  short: E.B. Iofinova, A. Jovanovic, D.-A. Alistarh, ArXiv (n.d.).
corr_author: '1'
date_created: 2026-05-11T08:55:23Z
date_published: 2025-06-02T00:00:00Z
date_updated: 2026-07-27T12:50:03Z
day: '02'
department:
- _id: GradSch
- _id: DaAl
doi: 10.48550/arXiv.2502.06560
external_id:
  arxiv:
  - '2502.06560'
fulldoi: https://doi.org/10.48550/arXiv.2502.06560
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://doi.org/10.48550/arXiv.2502.06560
month: '06'
oa: 1
oa_version: Preprint
project:
- _id: 8e35c14b-16d5-11f0-9cad-a3fc35339161
  grant_number: '101158077'
  name: 'FastML: Efficient and Cost-Effective Distributed Machine Learning'
- _id: 9B9290DE-BA93-11EA-9121-9846C619BF3A
  grant_number: W1260-N35
  name: Vienna Graduate School on Computational Optimization
publication: arXiv
publication_status: draft
related_material:
  record:
  - id: '21854'
    relation: dissertation_contains
    status: public
status: public
title: 'Position: It''s time to act on the risk of efficient personalized text generation'
type: preprint
user_id: 8b945eb4-e2f2-11eb-945a-df72226e66a9
year: '2025'
...
---
OA_place: publisher
OA_type: gold
_id: '22826'
abstract:
- lang: eng
  text: "Large Language Models (LLMs) have demonstrated the ability to tackle increasingly
    complex tasks through advanced reasoning, long-form content generation,\r\nand
    tool use. Solving these tasks often involves long inference-time computations.\r\nIn
    human problem solving, a common strategy to expedite work is collaboration: by\r\ndividing
    the problem into sub-tasks, exploring different strategies concurrently, etc.\r\nRecent
    research has shown that LLMs can also operate in parallel by implementing\r\nexplicit
    cooperation frameworks, such as voting mechanisms or the explicit creation of
    independent sub-tasks that can be executed in parallel. However, each of\r\nthese
    frameworks may not be suitable for all types of tasks, which can hinder their\r\napplicability.
    In this work, we propose a different design approach: we run LLM\r\n“workers”
    in parallel , allowing them to synchronize via a concurrently-updated\r\nattention
    cache and prompt these workers to decide how best to collaborate. Our\r\napproach
    allows the LLM instances to come up with their own collaboration strategy for
    the problem at hand, all the while “seeing” each other’s memory in the\r\nconcurrent
    KV cache. We implement this approach via Hogwild! Inference: a\r\nparallel LLM
    inference engine where multiple instances of the same LLM run in\r\nparallel with
    the same attention cache, with “instant” access to each other’s memory.1 Hogwild!
    Inference takes advantage of Rotary Position Embeddings (RoPE)\r\nto avoid recomputation
    while improving parallel hardware utilization. We find that\r\nmodern reasoning-capable
    LLMs can perform inference with shared Key-Value\r\ncache out of the box, without
    additional fine-tuning."
acknowledgement: "We thank Vladimir Malinovskii for his help with brainstorming, helpful\r\nfeedback
  and suggesting future work directions. We also thank Philip Zmushko for proofreading."
alternative_title:
- Advances in Neural Information Processing Systems
article_processing_charge: No
author:
- first_name: Gleb
  full_name: Rodionov, Gleb
  last_name: Rodionov
- first_name: Roman
  full_name: Garipov, Roman
  last_name: Garipov
- first_name: Alina
  full_name: Shutova, Alina
  last_name: Shutova
- first_name: George
  full_name: Yakushev, George
  last_name: Yakushev
- first_name: Erik
  full_name: Schultheis, Erik
  id: 2786b299-e6b0-11f0-91da-9243fe3ef96b
  last_name: Schultheis
- first_name: Vage
  full_name: Egiazarian, Vage
  id: 77451e76-92b2-11ef-a4d1-8dbaa06e16ad
  last_name: Egiazarian
- first_name: Anton
  full_name: Sinitsin, Anton
  last_name: Sinitsin
- first_name: Denis
  full_name: Kuznedelev, Denis
  last_name: Kuznedelev
- first_name: Dan-Adrian
  full_name: Alistarh, Dan-Adrian
  id: 4A899BFC-F248-11E8-B48F-1D18A9856A87
  last_name: Alistarh
  orcid: 0000-0003-3650-940X
citation:
  ama: 'Rodionov G, Garipov R, Shutova A, et al. Hogwild! Inference: Parallel LLM
    generation via concurrent attention. In: <i>39th Conference on Neural Information
    Processing Systems</i>. Vol 38. Neural Information Processing Systems Foundation;
    2025:52014-52055. doi:<a href="https://doi.org/10.52202/085713-1551">10.52202/085713-1551</a>'
  apa: 'Rodionov, G., Garipov, R., Shutova, A., Yakushev, G., Schultheis, E., Egiazarian,
    V., … Alistarh, D.-A. (2025). Hogwild! Inference: Parallel LLM generation via
    concurrent attention. In <i>39th Conference on Neural Information Processing Systems</i>
    (Vol. 38, pp. 52014–52055). San Diego, CA, United States: Neural Information Processing
    Systems Foundation. <a href="https://doi.org/10.52202/085713-1551">https://doi.org/10.52202/085713-1551</a>'
  chicago: 'Rodionov, Gleb, Roman Garipov, Alina Shutova, George Yakushev, Erik Schultheis,
    Vage Egiazarian, Anton Sinitsin, Denis Kuznedelev, and Dan-Adrian Alistarh. “Hogwild!
    Inference: Parallel LLM Generation via Concurrent Attention.” In <i>39th Conference
    on Neural Information Processing Systems</i>, 38:52014–55. Neural Information
    Processing Systems Foundation, 2025. <a href="https://doi.org/10.52202/085713-1551">https://doi.org/10.52202/085713-1551</a>.'
  ieee: 'G. Rodionov <i>et al.</i>, “Hogwild! Inference: Parallel LLM generation via
    concurrent attention,” in <i>39th Conference on Neural Information Processing
    Systems</i>, San Diego, CA, United States, 2025, vol. 38, pp. 52014–52055.'
  ista: 'Rodionov G, Garipov R, Shutova A, Yakushev G, Schultheis E, Egiazarian V,
    Sinitsin A, Kuznedelev D, Alistarh D-A. 2025. Hogwild! Inference: Parallel LLM
    generation via concurrent attention. 39th Conference on Neural Information Processing
    Systems. NeurIPS: Neural Information Processing Systems, Advances in Neural Information
    Processing Systems, vol. 38, 52014–52055.'
  mla: 'Rodionov, Gleb, et al. “Hogwild! Inference: Parallel LLM Generation via Concurrent
    Attention.” <i>39th Conference on Neural Information Processing Systems</i>, vol.
    38, Neural Information Processing Systems Foundation, 2025, pp. 52014–55, doi:<a
    href="https://doi.org/10.52202/085713-1551">10.52202/085713-1551</a>.'
  short: G. Rodionov, R. Garipov, A. Shutova, G. Yakushev, E. Schultheis, V. Egiazarian,
    A. Sinitsin, D. Kuznedelev, D.-A. Alistarh, in:, 39th Conference on Neural Information
    Processing Systems, Neural Information Processing Systems Foundation, 2025, pp.
    52014–52055.
conference:
  end_date: 2025-12-07
  location: San Diego, CA, United States
  name: 'NeurIPS: Neural Information Processing Systems'
  start_date: 2025-12-02
das_tickbox: '0'
date_created: 2026-09-06T22:01:59Z
date_published: 2025-12-02T00:00:00Z
date_updated: 2026-09-10T07:06:31Z
day: '02'
ddc:
- '000'
department:
- _id: DaAl
doi: 10.52202/085713-1551
fulldoi: https://doi.org/10.52202/085713-1551
has_accepted_license: '1'
intvolume: '        38'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://doi.org/10.52202/085713-1551
month: '12'
oa: 1
oa_version: Published Version
page: 52014-52055
publication: 39th Conference on Neural Information Processing Systems
publication_identifier:
  isbn:
  - '9798331338275'
  issn:
  - 1049-5258
publication_status: published
publisher: Neural Information Processing Systems Foundation
quality_controlled: '1'
researchdata_availability: no
scopus_import: '1'
status: public
supplementarymaterial: yes
title: 'Hogwild! Inference: Parallel LLM generation via concurrent attention'
type: conference
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 38
year: '2025'
...
---
_id: '15011'
abstract:
- lang: eng
  text: Pruning large language models (LLMs) from the BERT family has emerged as a
    standard compression benchmark, and several pruning methods have been proposed
    for this task. The recent “Sparsity May Cry” (SMC) benchmark put into question
    the validity of all existing methods, exhibiting a more complex setup where many
    known pruning methods appear to fail. We revisit the question of accurate BERT-pruning
    during fine-tuning on downstream datasets, and propose a set of general guidelines
    for successful pruning, even on the challenging SMC benchmark. First, we perform
    a cost-vs-benefits analysis of pruning model components, such as the embeddings
    and the classification head; second, we provide a simple-yet-general way of scaling
    training, sparsification and learning rate schedules relative to the desired target
    sparsity; finally, we investigate the importance of proper parametrization for
    Knowledge Distillation in the context of LLMs. Our simple insights lead to state-of-the-art
    results, both on classic BERT-pruning benchmarks, as well as on the SMC benchmark,
    showing that even classic gradual magnitude pruning (GMP) can yield competitive
    results, with the right approach.
alternative_title:
- PMLR
article_processing_charge: No
arxiv: 1
author:
- first_name: Eldar
  full_name: Kurtic, Eldar
  id: 47beb3a5-07b5-11eb-9b87-b108ec578218
  last_name: Kurtic
- first_name: Torsten
  full_name: Hoefler, Torsten
  last_name: Hoefler
- first_name: Dan-Adrian
  full_name: Alistarh, Dan-Adrian
  id: 4A899BFC-F248-11E8-B48F-1D18A9856A87
  last_name: Alistarh
  orcid: 0000-0003-3650-940X
citation:
  ama: 'Kurtic E, Hoefler T, Alistarh D-A. How to prune your language model: Recovering
    accuracy on the “Sparsity May Cry” benchmark. In: <i>Proceedings of Machine Learning
    Research</i>. Vol 234. ML Research Press; 2024:542-553.'
  apa: 'Kurtic, E., Hoefler, T., &#38; Alistarh, D.-A. (2024). How to prune your language
    model: Recovering accuracy on the “Sparsity May Cry” benchmark. In <i>Proceedings
    of Machine Learning Research</i> (Vol. 234, pp. 542–553). Hongkong, China: ML
    Research Press.'
  chicago: 'Kurtic, Eldar, Torsten Hoefler, and Dan-Adrian Alistarh. “How to Prune
    Your Language Model: Recovering Accuracy on the ‘Sparsity May Cry’ Benchmark.”
    In <i>Proceedings of Machine Learning Research</i>, 234:542–53. ML Research Press,
    2024.'
  ieee: 'E. Kurtic, T. Hoefler, and D.-A. Alistarh, “How to prune your language model:
    Recovering accuracy on the ‘Sparsity May Cry’ benchmark,” in <i>Proceedings of
    Machine Learning Research</i>, Hongkong, China, 2024, vol. 234, pp. 542–553.'
  ista: 'Kurtic E, Hoefler T, Alistarh D-A. 2024. How to prune your language model:
    Recovering accuracy on the ‘Sparsity May Cry’ benchmark. Proceedings of Machine
    Learning Research. CPAL: Conference on Parsimony and Learning, PMLR, vol. 234,
    542–553.'
  mla: 'Kurtic, Eldar, et al. “How to Prune Your Language Model: Recovering Accuracy
    on the ‘Sparsity May Cry’ Benchmark.” <i>Proceedings of Machine Learning Research</i>,
    vol. 234, ML Research Press, 2024, pp. 542–53.'
  short: E. Kurtic, T. Hoefler, D.-A. Alistarh, in:, Proceedings of Machine Learning
    Research, ML Research Press, 2024, pp. 542–553.
conference:
  end_date: 2024-01-06
  location: Hongkong, China
  name: 'CPAL: Conference on Parsimony and Learning'
  start_date: 2024-01-03
corr_author: '1'
date_created: 2024-02-18T23:01:03Z
date_published: 2024-01-08T00:00:00Z
date_updated: 2024-10-09T21:08:16Z
day: '08'
department:
- _id: DaAl
external_id:
  arxiv:
  - '2312.13547'
intvolume: '       234'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://proceedings.mlr.press/v234/kurtic24a
month: '01'
oa: 1
oa_version: Preprint
page: 542-553
publication: Proceedings of Machine Learning Research
publication_identifier:
  eissn:
  - 2640-3498
publication_status: published
publisher: ML Research Press
quality_controlled: '1'
scopus_import: '1'
status: public
title: 'How to prune your language model: Recovering accuracy on the "Sparsity May
  Cry" benchmark'
type: conference
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 234
year: '2024'
...
---
_id: '17093'
abstract:
- lang: eng
  text: 'Federated Learning (FL) enables large-scale distributed training of machine
    learning models, while still allowing individual nodes to maintain data locally.
    However, executing FL at scale comes with inherent practical challenges: 1) heterogeneity
    of the local node data distributions, 2) heterogeneity of node computational speeds
    (asynchrony), but also 3) constraints in the amount of communication between the
    clients and the server. In this work, we present the first variant of the classic
    federated averaging (FedAvg) algorithm which, at the same time, supports data
    heterogeneity, partial client asynchrony, and communication compression. Our algorithm
    comes with a novel, rigorous analysis showing that, in spite of these system relaxations,
    it can provide similar convergence to FedAvg in interesting parameter regimes.
    Experimental results in the rigorous LEAF benchmark on setups of up to 300 nodes
    show that our algorithm ensures fast convergence for standard federated tasks,
    improving upon prior quantized and asynchronous approaches.'
alternative_title:
- PMLR
article_processing_charge: No
arxiv: 1
author:
- first_name: Hossein
  full_name: Zakerinia, Hossein
  id: 653bd8b6-f394-11eb-9cf6-c0bbf6cd78d4
  last_name: Zakerinia
- first_name: Shayan
  full_name: Talaei, Shayan
  last_name: Talaei
- first_name: Giorgi
  full_name: Nadiradze, Giorgi
  id: 3279A00C-F248-11E8-B48F-1D18A9856A87
  last_name: Nadiradze
  orcid: 0000-0001-5634-0731
- first_name: Dan-Adrian
  full_name: Alistarh, Dan-Adrian
  id: 4A899BFC-F248-11E8-B48F-1D18A9856A87
  last_name: Alistarh
  orcid: 0000-0003-3650-940X
citation:
  ama: 'Zakerinia H, Talaei S, Nadiradze G, Alistarh D-A. Communication-efficient
    federated learning with data and client heterogeneity. In: <i>Proceedings of the
    27th International Conference on Artificial Intelligence and Statistics</i>. Vol
    238. ML Research Press; 2024:3448-3456.'
  apa: 'Zakerinia, H., Talaei, S., Nadiradze, G., &#38; Alistarh, D.-A. (2024). Communication-efficient
    federated learning with data and client heterogeneity. In <i>Proceedings of the
    27th International Conference on Artificial Intelligence and Statistics</i> (Vol.
    238, pp. 3448–3456). Valencia, Spain: ML Research Press.'
  chicago: Zakerinia, Hossein, Shayan Talaei, Giorgi Nadiradze, and Dan-Adrian Alistarh.
    “Communication-Efficient Federated Learning with Data and Client Heterogeneity.”
    In <i>Proceedings of the 27th International Conference on Artificial Intelligence
    and Statistics</i>, 238:3448–56. ML Research Press, 2024.
  ieee: H. Zakerinia, S. Talaei, G. Nadiradze, and D.-A. Alistarh, “Communication-efficient
    federated learning with data and client heterogeneity,” in <i>Proceedings of the
    27th International Conference on Artificial Intelligence and Statistics</i>, Valencia,
    Spain, 2024, vol. 238, pp. 3448–3456.
  ista: 'Zakerinia H, Talaei S, Nadiradze G, Alistarh D-A. 2024. Communication-efficient
    federated learning with data and client heterogeneity. Proceedings of the 27th
    International Conference on Artificial Intelligence and Statistics. AISTATS: Conference
    on Artificial Intelligence and Statistics, PMLR, vol. 238, 3448–3456.'
  mla: Zakerinia, Hossein, et al. “Communication-Efficient Federated Learning with
    Data and Client Heterogeneity.” <i>Proceedings of the 27th International Conference
    on Artificial Intelligence and Statistics</i>, vol. 238, ML Research Press, 2024,
    pp. 3448–56.
  short: H. Zakerinia, S. Talaei, G. Nadiradze, D.-A. Alistarh, in:, Proceedings of
    the 27th International Conference on Artificial Intelligence and Statistics, ML
    Research Press, 2024, pp. 3448–3456.
conference:
  end_date: 2024-05-04
  location: Valencia, Spain
  name: 'AISTATS: Conference on Artificial Intelligence and Statistics'
  start_date: 2024-05-02
corr_author: '1'
date_created: 2024-06-02T22:00:57Z
date_published: 2024-05-01T00:00:00Z
date_updated: 2024-10-09T21:08:57Z
day: '01'
department:
- _id: DaAl
- _id: ChLa
external_id:
  arxiv:
  - '2206.10032'
intvolume: '       238'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://doi.org/10.48550/arXiv.2206.10032
month: '05'
oa: 1
oa_version: Preprint
page: 3448-3456
publication: Proceedings of the 27th International Conference on Artificial Intelligence
  and Statistics
publication_identifier:
  eissn:
  - 2640-3498
publication_status: published
publisher: ML Research Press
quality_controlled: '1'
scopus_import: '1'
status: public
title: Communication-efficient federated learning with data and client heterogeneity
type: conference
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 238
year: '2024'
...
