← Search

Hermann Kumbong

5 accepted papers

2025

HMAR: Efficient Hierarchical Masked Auto-Regressive Image Generation

CVPR 2025poster

Visual AutoRegressive modeling (VAR) shows promise in bridging the speed and quality gap between autoregressive image models and diffusion models. VAR reformulates autoregressive modeling by decomposing an image into successive resolution scales. During inference, an image is generated by predicting…

Cited by 0SourcePDFScholar
2025

LowRA: Accurate and Efficient LoRA Fine-Tuning of LLMs under 2 Bits

ICML 2025poster

Fine-tuning large language models (LLMs) is increasingly costly as models scale to hundreds of billions of parameters, and even parameter-efficient fine-tuning (PEFT) methods like LoRA remain resource-intensive. We introduce LowRA, the first framework to enable LoRA fine-tuning below 2 bits per para…

Cited by 0SourcePDFScholar
2024

FlashFFTConv: Efficient Convolutions for Long Sequences with Tensor Cores

ICLR 2024poster

Convolution models with long filters have demonstrated state-of-the-art reasoning abilities in many long-sequence tasks but lag behind the most optimized Transformers in wall-clock time. A major bottleneck is the Fast Fourier Transform (FFT)---which allows long convolutions to run in $O(N\log N)$ ti…

Cited by 24SourcePDFScholar
2024

The Hedgehog & the Porcupine: Expressive Linear Attentions with Softmax Mimicry

ICLR 2024poster

Linear attentions have shown promise for improving Transformer efficiency, reducing attention's quadratic complexity to linear in sequence length. This holds exciting promise for (1) training linear Transformers from scratch, (2) `inetuned-conversion of task-specific Transformers into linear version…

Cited by 48SourcePDFScholar
2023

Laughing Hyena Distillery: Extracting Compact Recurrences From Convolutions

NeurIPS 2023poster

Recent advances in attention-free sequence models rely on convolutions as alternatives to the attention operator at the core of Transformers. In particular, long convolution sequence models have achieved state-of-the-art performance in many domains, but incur a significant cost during auto-regressiv…

Cited by 25SourcePDFScholar