← Search

Assaf Schuster

9 accepted papers

2026

QKV Projections Require a Fraction of Their Memory

ICLR 2026poster

The Multi-Head Attention mechanism is central to LLM operation, and multiple works target its compute and memory efficiency during training. While most works focus on approximating the scaled dot product, the memory consumption of the linear projections that compute the $Q$, $K$, and $V$ tensors fro…

Cited by 0SourceScholar
2025

CompAct: Compressed Activations for Memory-Efficient LLM Training

NAACL 2025long

We introduce CompAct, a technique that reduces peak memory utilization on GPU by 25-30% for pretraining and 50% for fine-tuning of LLMs. Peak device memory is a major limiting factor in training LLMs, with various recent works aiming to reduce model memory. However most works don’t target the larges…

Cited by 0SourcePDFScholar
2023

Probabilistic Invariant Learning with Randomized Linear Classifiers

NeurIPS 2023poster

Designing models that are both expressive and preserve known invariances of tasks is an increasingly hard problem. Existing solutions tradeoff invariance for computational or memory resources. In this work, we show how to leverage randomness and design models that are both expressive and invariant b…

Cited by 2SourcePDFScholar
2021

Asynchronous Distributed Learning : Adapting to Gradient Delays without Prior Knowledge

ICML 2021spotlight

We consider stochastic convex optimization problems, where several machines act asynchronously in parallel while sharing a common memory. We propose a robust training method for the constrained setting and derive non asymptotic convergence guarantees that do not depend on prior knowledge of update d…

Cited by 23SourcePDFScholar