← Search

Erik Schultheis

11 accepted papers

2026

Clover: Accurate LLM Pre-Training in NVFP4 by Improved Unbiased Gradient Estimation

ICML 2026poster

The NVFP4 lower-precision format, supported in hardware by NVIDIA Blackwell GPUs, promises to allow, for the first time, end-to-end fully-quantized pre-training of massive models such as LLMs. Yet, existing quantized training methods still sacrifice some of the representation capacity of this format…

Cited by 0SourceScholar
2026

DASH: Faster Shampoo via Batched Block Preconditioning and Efficient Inverse-Root Solvers

ICML 2026poster

Shampoo is one of the leading approximate second-order optimizers: a variant of it has won the MLCommons AlgoPerf competition, and it has been shown to produce models with lower activation outliers that are easier to compress. Yet, applying Shampoo currently comes at the cost of significant computat…

Cited by 0SourceScholar
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

Hardware-Aware Dynamic Sparse Training for Large Output Spaces

ICML 2026poster

Extreme multi-label classification (XMC) involves learning deep learning models over large output spaces with millions of labels, making the output layer of the network a major bottleneck in memory and compute. While sparsity-based methods reduce arithmetic complexity, they often fail to yield propo…

Cited by 0SourceScholar
2025

ELMO : Efficiency via Low-precision and Peak Memory Optimization in Large Output Spaces

ICML 2025poster

Large output spaces, also referred to as Extreme multilabel classification (XMC), is a setting that arises, e.g., in large-scale tagging and product-to-product recommendation, and is characterized by the number of labels ranging from hundreds of thousands to millions. This means that the linear clas…

Cited by 0SourcePDFScholar
2025

Hogwild! Inference: Parallel LLM Generation via Concurrent Attention

NeurIPS 2025spotlight

Large Language Models (LLMs) have demonstrated the ability to tackle increasingly complex tasks through advanced reasoning, long-form content generation, and tool use. Solving these tasks often involves long inference-time computations. In human problem solving, a common strategy to expedite work is…

Cited by 0SourcecodeScholar
2024

A General Online Algorithm for Optimizing Complex Performance Metrics

ICML 2024poster

We consider sequential maximization of performance metrics that are general functions of a confusion matrix of a classifier (such as precision, F-measure, or G-mean). Such metrics are, in general, non-decomposable over individual instances, making their optimization very challenging. While they have…

Cited by 0SourcePDFScholar
2024

Consistent algorithms for multi-label classification with macro-at-$k$ metrics

ICLR 2024poster

We consider the optimization of complex performance metrics in multi-label classification under the population utility framework. We mainly focus on metrics linearly decomposable into a sum of binary classification utilities applied separately to each label with an additional requirement of exactly…

2024

Navigating Extremes: Dynamic Sparsity in Large Output Spaces

NeurIPS 2024poster

In recent years, Dynamic Sparse Training (DST) has emerged as an alternative to post-training pruning for generating efficient models. In principle, DST allows for a much more memory efficient training process, as it maintains sparsity throughout the entire training run. However, current DST implem…

Cited by 2SourcePDFScholar
2023

Generalized test utilities for long-tail performance in extreme multi-label classification

NeurIPS 2023poster

Extreme multi-label classification (XMLC) is the task of selecting a small subset of relevant labels from a very large set of possible labels. As such, it is characterized by long-tail labels, i.e., most labels have very few positive instances. With standard performance measures such as precision@k…

2022

CascadeXML: Rethinking Transformers for End-to-end Multi-resolution Training in Extreme Multi-label Classification

NeurIPS 2022accept

Extreme Multi-label Text Classification (XMC) involves learning a classifier that can assign an input with a subset of most relevant labels from millions of label choices. Recent approaches, such as XR-Transformer and LightXML, leverage a transformer instance to achieve state-of-the-art performance.…