← Search

Constantin Eichenberg

6 accepted papers

2026

1-Bit Wonder: Improving QAT Performance in the Low-Bit Regime through K-Means Quantization

ICML 2026poster

Quantization-aware training (QAT) is an effective method to drastically reduce the memory footprint of LLMs while keeping performance degradation at an acceptable level. However, the optimal choice of quantization format and bit-width presents a challenge in practice. The full design space of quanti…

Cited by 0SourceScholar
2025

Hierarchical Autoregressive Transformers: Combining Byte- and Word-Level Processing for Robust, Adaptable Language Models

ICLR 2025poster

Tokenization is a fundamental step in natural language processing, breaking text into units that computational models can process. While learned subword tokenizers have become the de-facto standard, they present challenges such as large vocabularies, limited adaptability to new domains or languages,…

Cited by 0SourcePDFScholar
2025

u-$\mu$P: The Unit-Scaled Maximal Update Parametrization

ICLR 2025spotlight

The Maximal Update Parametrization ($\mu$P) aims to make the optimal hyperparameters (HPs) of a model independent of its size, allowing them to be swept using a cheap proxy model rather than the full-size target model. We present a new scheme, u-$\mu$P, which improves upon $\mu$P by combining it wit…

Cited by 7SourcePDFScholar
2024

Divergent Token Metrics: Measuring degradation to prune away LLM components – and optimize quantization

NAACL 2024long

Large Language Models (LLMs) have reshaped natural language processing with their impressive capabilities. However, their ever-increasing size has raised concerns about their effective deployment and the need for LLM compression. This study introduces the Divergent Token Metrics (DTMs), a novel appr…

2023

MultiFusion: Fusing Pre-Trained Models for Multi-Lingual, Multi-Modal Image Generation

NeurIPS 2023poster

The recent popularity of text-to-image diffusion models (DM) can largely be attributed to the intuitive interface they provide to users. The intended generation can be expressed in natural language, with the model producing faithful interpretations of text prompts. However, expressing complex or nua…

Cited by 23SourcePDFScholar
2022

MAGMA – Multimodal Augmentation of Generative Models through Adapter-based Finetuning

EMNLP 2022finding

Large-scale pretraining is fast becoming the norm in Vision-Language (VL) modeling. However, prevailing VL approaches are limited by the requirement for labeled data and the use of complex multi-step pretraining objectives. We present MAGMA - a simple method for augmenting generative language models…