← Search

Shivaram Venkataraman

7 accepted papers

2026

PLoRA: Efficient Concurrent LoRA Training for Large Language Models

ICML 2026poster

Low-Rank Adaptation (LoRA) has gained popularity as a fine-tuning approach for Large Language Models (LLMs) due to its low resource requirements and good performance. While numerous studies have investigated improving LoRA serving efficiency by serving multiple LoRAs concurrently, existing methods a…

Cited by 0SourceScholar
2026

Scaling Laws Meet Model Architecture: Toward Inference-Efficient LLMs

ICLR 2026poster

Scaling the number of parameters and the size of training data has proven to be an effective strategy for improving large language model (LLM) performance. Yet, as these models grow increasingly powerful and widely deployed, the cost of inference has become a pressing concern. Despite its importance…

Cited by 0SourcecodeScholar
2025

LV-XAttn: Distributed Cross-Attention for Long Visual Inputs in Multimodal Large Language Models

ICML 2025poster

Cross-attention is commonly adopted in multimodal large language models (MLLMs) for integrating visual information into the language backbone. However, in applications with large visual inputs, such as video understanding, processing a large number of visual tokens in cross-attention layers leads to…

Cited by 0SourcePDFScholar
2024

CHAI: Clustered Head Attention for Efficient LLM Inference

ICML 2024poster

Large Language Models (LLMs) with hundreds of billions of parameters have transformed the field of machine learning. However, serving these models at inference time is both compute and memory intensive, where a single request can require multiple GPUs and tens of Gigabytes of memory. Multi-head atte…

2017

Breaking Locality Accelerates Block Gauss-Seidel

ICML 2017poster

Recent work by Nesterov and Stich (2016) showed that momentum can be used to accelerate the rate of convergence for block Gauss-Seidel in the setting where a fixed partitioning of the coordinates is chosen ahead of time. We show that this setting is too restrictive, constructing instances where brea…