← Search

Maximilian Beck

10 accepted papers

2026

Short Window Attention Enables Long-Term Memorization

ICLR 2026poster

Recent works show that hybrid architectures combining sliding window softmax attention layers with linear recurrent neural network (RNN) layers outperform both of these architectures taken separately. However, the impact of the window length and the interplay between softmax attention and linear RNN…

Cited by 0SourceScholar
2026

xLSTM Scaling Laws: Competitive Performance with Linear Time-Complexity

ICLR 2026poster

Scaling laws play a central role in the success of Large Language Models (LLMs), enabling the prediction of model performance relative to compute budgets prior to training. While Transformers have been the dominant architecture, recent alternatives such as xLSTM offer linear complexity with respe…

Cited by 0SourcecodeScholar
2025

A Large Recurrent Action Model: xLSTM enables Fast Inference for Robotics Tasks

ICML 2025poster

In recent years, there has been a trend in the field of Reinforcement Learning (RL) towards large action models trained offline on large-scale datasets via sequence modeling. Existing models are primarily based on the Transformer architecture, which results in powerful agents. However, due to slow i…

2025

FlashRNN: I/O-Aware Optimization of Traditional RNNs on modern hardware

ICLR 2025poster

While Transformers and other sequence-parallelizable neural network architectures seem like the current state of the art in sequence modeling, they specifically lack state-tracking capabilities. These are important for time-series tasks and logical reasoning. Traditional RNNs like LSTMs and GRUs, as…

2025

PointMapPolicy: Structured Point Cloud Processing for Multi-Modal Imitation Learning

NeurIPS 2025poster

Robotic manipulation systems benefit from complementary sensing modalities, where each provides unique environmental information. Point clouds capture detailed geometric structure, while RGB images provide rich semantic context. Current point cloud methods struggle to capture fine-grained detail, es…

Cited by 0SourcecodeScholar
2025

Tiled Flash Linear Attention: More Efficient Linear RNN and xLSTM Kernels

NeurIPS 2025poster

Linear RNNs with gating recently demonstrated competitive performance compared to Transformers in language modeling. Although their linear compute scaling in sequence length offers theoretical runtime advantages over Transformers, realizing these benefits in practice requires optimized custom kernel…

Cited by 0SourcecodeScholar
2025

Vision-LSTM: xLSTM as Generic Vision Backbone

ICLR 2025poster

Transformers are widely used as generic backbones in computer vision, despite initially introduced for natural language processing. Recently, the Long Short-Term Memory (LSTM) has been extended to a scalable and performant architecture - the xLSTM - which overcomes long-standing LSTM limitations via…

2025

xLSTM 7B: A Recurrent LLM for Fast and Efficient Inference

ICML 2025poster

Recent breakthroughs in solving reasoning, math and coding problems with Large Language Models (LLMs) have been enabled by investing substantial computation budgets at inference time. Therefore, inference speed is one of the most critical properties of LLM architectures, and there is a growing need…

2024

xLSTM: Extended Long Short-Term Memory

NeurIPS 2024spotlight

In the 1990s, the constant error carousel and gating were introduced as the central ideas of the Long Short-Term Memory (LSTM). Since then, LSTMs have stood the test of time and contributed to numerous deep learning success stories, in particular they constituted the first Large Language Models (LLM…

2023

Addressing Parameter Choice Issues in Unsupervised Domain Adaptation by Aggregation

ICLR 2023top-5%

We study the problem of choosing algorithm hyper-parameters in unsupervised domain adaptation, i.e., with labeled data in a source domain and unlabeled data in a target domain, drawn from a different input distribution. We follow the strategy to compute several models using different hyper-parameter…