← Search

Samyam Rajbhandari

7 accepted papers

2026

Fast and Accurate Causal Parallel Decoding using Jacobi Forcing

ICML 2026poster

Multi-token generation has emerged as a promising paradigm for accelerating language model inference, with the diffusion Large Language Models (dLLMs) as the most notable approach recently. Popular dLLMs like SDAR and Fast-dLLM v2 are post-trained on pre-trained AR models to minimize training cost w…

Cited by 0SourceScholar
2025

SwiftKV: Fast Prefill-Optimized Inference with Knowledge-Preserving Model Transformation

EMNLP 2025

LLM inference for enterprise applications, such as summarization, RAG, and code-generation, typically observe much longer prompt than generations, leading to high prefill cost and response latency. We present SwiftKV, a novel model transformation and distillation procedure targeted at reducing the p

2024

ZeRO++: Extremely Efficient Collective Communication for Large Model Training

ICLR 2024poster

Zero Redundancy Optimizer (ZeRO) has been used to train a wide range of large language models on massive GPU clusters due to its ease of use, efficiency, and good scalability. However, when training on low-bandwidth clusters, and/or when small batch size per GPU is used, ZeRO’s effective throughput…

Cited by 9SourcePDFScholar
2022

DeepSpeed-MoE: Advancing Mixture-of-Experts Inference and Training to Power Next-Generation AI Scale

ICML 2022spotlight

As the training of giant dense models hits the boundary on the availability and capability of the hardware resources today, Mixture-of-Experts (MoE) models have become one of the most promising model architectures due to their significant training cost reduction compared to quality-equivalent dense…

2021

1-bit Adam: Communication Efficient Large-Scale Training with Adam’s Convergence Speed

ICML 2021spotlight

Scalable training of large models (like BERT and GPT-3) requires careful optimization rooted in model design, architecture, and system capabilities. From a system standpoint, communication has become a major bottleneck, especially on commodity systems with standard TCP interconnects that offer limit…

2021

SimiGrad: Fine-Grained Adaptive Batching for Large Scale Training using Gradient Similarity Measurement

NeurIPS 2021poster

Large scale training requires massive parallelism to finish the training within a reasonable amount of time. To support massive parallelism, large batch training is the key enabler but often at the cost of generalization performance. Existing works explore adaptive batching or hand-tuned static larg…

2018

Learning Intrinsic Sparse Structures within Long Short-Term Memory

ICLR 2018poster

Model compression is significant for the wide adoption of Recurrent Neural Networks (RNNs) in both user devices possessing limited resources and business clusters requiring quick responses to large-scale service requests. This work aims to learn structurally-sparse Long Short-Term Memory (LSTM) by r…

Cited by 161SourcePDFScholar