← Search

Daniel Klotz

5 accepted papers

2026

AP-OOD: Attention Pooling for Out-of- Distribution Detection

ICLR 2026poster

Out-of-distribution (OOD) detection, which maps high-dimensional data into a scalar OOD score, is critical for the reliable deployment of machine learning models. A key challenge in recent research is how to effectively leverage and aggregate token embeddings from language models to obtain the OOD s…

Cited by 0SourcecodeScholar
2025

TiRex: Zero-Shot Forecasting Across Long and Short Horizons with Enhanced In-Context Learning

NeurIPS 2025poster

In-context learning, the ability of large language models to perform tasks using only examples provided in the prompt, has recently been adapted for time series forecasting. This paradigm enables zero-shot prediction, where past values serve as context for forecasting future values, making powerfu…

Cited by 0SourcecodeScholar
2024

Energy-based Hopfield Boosting for Out-of-Distribution Detection

NeurIPS 2024poster

Out-of-distribution (OOD) detection is critical when deploying machine learning models in the real world. Outlier exposure methods, which incorporate auxiliary outlier data in the training process, can drastically improve OOD detection performance compared to approaches without advanced training str…

2023

Conformal Prediction for Time Series with Modern Hopfield Networks

NeurIPS 2023poster

To quantify uncertainty, conformal prediction methods are gaining continuously more interest and have already been successfully applied to various domains. However, they are difficult to apply to time series as the autocorrelative structure of time series violates basic assumptions required by confo…

2021

MC-LSTM: Mass-Conserving LSTM

ICML 2021spotlight

The success of Convolutional Neural Networks (CNNs) in computer vision is mainly driven by their strong inductive bias, which is strong enough to allow CNNs to solve vision-related tasks with random weights, meaning without learning. Similarly, Long Short-Term Memory (LSTM) has a strong inductive bi…