← Search

Max Ryabinin

21 accepted papers

2026

FFT-based Dynamic Subspace Selection for Low-Rank Adaptive Optimization of Large Language Models

ICLR 2026poster

Low-rank optimization has emerged as a promising direction in training large language models (LLMs) to improve running time and reduce the memory usage of adaptive optimizers by constraining learning to a lower-dimensional space. Prior work typically projects gradients of linear layers using approac…

Cited by 0SourcecodeScholar
2026

Untied Ulysses: Memory-Efficient Context Parallelism via Headwise Chunking

ICML 2026poster

Efficiently processing long sequences with Transformer models usually requires splitting the computations across accelerators via context parallelism. The dominant approaches in this family of methods, such as Ring Attention or DeepSpeed Ulysses, enable scaling over the context dimension but do not …

Cited by 0SourceScholar
2025

AutoJudge: Judge Decoding Without Manual Annotation

NeurIPS 2025poster

We introduce AutoJudge, a method that accelerates large language model (LLM) inference with task-specific lossy speculative decoding. Instead of matching the original model output distribution token-by-token, we identify the generated tokens that affect the downstream quality of the response, relax…

Cited by 0SourceScholar
2025

Multilingual Language Model Pretraining using Machine-translated Data

EMNLP 2025

English, as a very high-resource language, enables the pretraining of high-quality large language models (LLMs). However, the same can not be said for most other languages, likely due to a gap in the quality and diversity of available multilingual pretraining corpora. In this work, we find that docu

Cited by 0SourcePDFScholar
2025

Refined Assessment for Translation Evaluation: Rethinking Machine Translation Evaluation in the Era of Human-Level Systems

EMNLP 2025

As machine translation systems approach human-level quality, traditional evaluation methodologies struggle to detect subtle translation errors. We critically examine limitations in current gold-standard approaches (MQM and ESA), including inconsistencies from variable annotator expertise, excessive

Cited by 0SourcePDFScholar
2025

TOPLOC: A Locality Sensitive Hashing Scheme for Trustless Verifiable Inference

ICML 2025poster

Large language models (LLMs) have proven to be very capable, but access to frontier models currently relies on inference providers. This introduces trust challenges: how can we be sure that the provider is using the model configuration they claim? We propose TOPLOC, a novel method for verifiable inf…

Cited by 0SourcePDFScholar
2024

RedPajama: an Open Dataset for Training Large Language Models

NeurIPS 2024spotlight

Large language models are increasingly becoming a cornerstone technology in artificial intelligence, the sciences, and society as a whole, yet the optimal strategies for dataset composition and filtering remain largely elusive. Many of the top-performing models lack transparency in their dataset cur…

2024

Sequoia: Scalable and Robust Speculative Decoding

NeurIPS 2024spotlight

As the usage of large language models (LLMs) grows, it becomes increasingly important to serve them quickly and efficiently. While speculative decoding has recently emerged as a promising direction for accelerating LLM serving, existing methods are limited in their ability to scale to larger specula…

Cited by 3SourcePDFScholar
2024

SpecExec: Massively Parallel Speculative Decoding For Interactive LLM Inference on Consumer Devices

NeurIPS 2024poster

As large language models gain widespread adoption, running them efficiently becomes a crucial task. Recent works on LLM inference use speculative decoding to achieve extreme speedups. However, most of these works implicitly design their algorithms for high-end datacenter hardware. In this work, we a…

2023

Distributed Inference and Fine-tuning of Large Language Models Over The Internet

NeurIPS 2023poster

Large language models (LLMs) are useful in many NLP tasks and become more capable with size, with the best open-source models having over 50 billion parameters. However, using these 50B+ models requires high-end hardware, making them inaccessible to most researchers. In this work, we investigate met…

Cited by 56SourcePDFScholar
2023

FlexGen: High-Throughput Generative Inference of Large Language Models with a Single GPU

ICML 2023oral

The high computational and memory requirements of large language model (LLM) inference make it feasible only with multiple high-end accelerators. Motivated by the emerging demand for latency-insensitive tasks with batched processing, this paper initiates the study of high-throughput LLM inference us…

2023

Is This Loss Informative? Faster Text-to-Image Customization by Tracking Objective Dynamics

NeurIPS 2023poster

Text-to-image generation models represent the next step of evolution in image synthesis, offering a natural way to achieve flexible yet fine-grained control over the result. One emerging area of research is the fast adaptation of large text-to-image models to smaller datasets or new visual concepts.…

2023

SWARM Parallelism: Training Large Models Can Be Surprisingly Communication-Efficient

ICML 2023poster

Many deep learning applications benefit from using large models with billions of parameters. Training these models is notoriously expensive due to the need for specialized HPC clusters. In this work, we consider alternative setups for training large models: using cheap ``preemptible'' instances or p…

2022

Distributed Methods with Compressed Communication for Solving Variational Inequalities, with Theoretical Guarantees

NeurIPS 2022accept

Variational inequalities in general and saddle point problems in particular are increasingly relevant in machine learning applications, including adversarial learning, GANs, transport and robust optimization. With increasing data and problem sizes necessary to train high performing models across var…

Cited by 21SourcePDFScholar
2022

RuCoLA: Russian Corpus of Linguistic Acceptability

EMNLP 2022main

Linguistic acceptability (LA) attracts the attention of the research community due to its many uses, such as testing the grammatical knowledge of language models and filtering implausible texts with acceptability classifiers.However, the application scope of LA in languages other than English is lim…

2022

Secure Distributed Training at Scale

ICML 2022spotlight

Many areas of deep learning benefit from using increasingly larger neural networks trained on public data, as is the case for pre-trained models for NLP and computer vision. Training such models requires a lot of computational resources (e.g., HPC clusters) that are not available to small research g…

2021

Distributed Deep Learning In Open Collaborations

NeurIPS 2021poster

Modern deep learning applications require increasingly more compute to train state-of-the-art models. To address this demand, large corporations and institutions use dedicated High-Performance Computing clusters, whose construction and maintenance are both environmentally costly and well beyond the…

Cited by 62SourcePDFScholar
2021

Moshpit SGD: Communication-Efficient Decentralized Training on Heterogeneous Unreliable Devices

NeurIPS 2021poster

Training deep neural networks on large datasets can often be accelerated by using multiple compute nodes. This approach, known as distributed training, can utilize hundreds of computers via specialized message-passing protocols such as Ring All-Reduce. However, running these protocols at scale requ…

2021

Scaling Ensemble Distribution Distillation to Many Classes with Proxy Targets

NeurIPS 2021poster

Ensembles of machine learning models yield improved system performance as well as robust and interpretable uncertainty estimates; however, their inference costs can be prohibitively high. Ensemble Distribution Distillation (EnD$^2$) is an approach that allows a single model to efficiently capture bo…

Cited by 23SourcePDFScholar
2020

Towards Crowdsourced Training of Large Neural Networks using Decentralized Mixture-of-Experts

NeurIPS 2020poster

Many recent breakthroughs in deep learning were achieved by training increasingly larger models on massive datasets. However, training such models can be prohibitively expensive. For instance, the cluster used to train GPT-3 costs over $250 million. As a result, most researchers cannot afford to tra…