← Search

Lukas Hauzenberger

3 accepted papers

2026

xLSTM Distillation: Achieving Teacher-Student Parity Through Efficient Hybrid Architectures

ICML 2026poster

There have been numerous attempts to distill quadratic attention-based LLMs into sub-quadratic linearized architectures. However, despite extensive research, such distilled models often fail to match the performance of their teacher LLMs on various downstream tasks. We set out the goal of lossless d…

Cited by 0SourceScholar
2025

Parameter Efficient Fine-tuning via Explained Variance Adaptation

NeurIPS 2025poster

Foundation models (FMs) are pre-trained on large-scale datasets and then fine-tuned for a specific downstream task. The most common fine-tuning method is to update pretrained weights via low-rank adaptation (LoRA). Existing initialization strategies for LoRA often rely on singular value decompositio…

Cited by 13SourceScholar
2023

Modular and On-demand Bias Mitigation with Attribute-Removal Subnetworks

ACL 2023findings

Societal biases are reflected in large pre-trained language models and their fine-tuned versions on downstream tasks. Common in-processing bias mitigation approaches, such as adversarial training and mutual information removal, introduce additional optimization criteria, and update the model to reac…