Skip to content

Commit e14cbd6

Browse files
committed
update content
1 parent a8d3d78 commit e14cbd6

5 files changed

Lines changed: 52 additions & 2 deletions

File tree

assets/media/icons/brands/nxai.svg

Lines changed: 4 additions & 0 deletions
Loading

content/authors/admin/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ Previously, I completed my bachelor's and master's degrees in Computer Science a
9696

9797
In my research I am most interested in **Deep Learning** in the context of **Time Series** or more broadly said --- sequential data.
9898
Currently I am specifically interested in **Foundational Time Series Models**.
99-
Besides my PhDs focus and motivated by my previous studies (I did a fair amount of Symbolic AI in my bachelor's and master's) and side study (Economics), I am also generally interested in Neuro-Symbolic approaches and in applications in economics/finance.
10099

101-
I have also some experience as professional Software Developer and I believe that readable code is as important as readable papers.
100+
101+
I have also experience as professional Software Developer.

content/home/experience_2.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ experience:
3232
date_start: '2022-05-01'
3333
date_end: ''
3434
description: Pre Doc research associate at the Institute for Machine Learning.
35+
- title: PhD Researcher
36+
company: NXAI GmbH
37+
company_url: ''
38+
company_logo: nxai
39+
location: Linz, Austria
40+
date_start: '2025-04-01'
41+
date_end: '2025-09-30'
42+
description: Research on Foundational Time Series Models.
3543
- title: Applied Scientist Intern
3644
company: Amazon Web Services (AWS)
3745
company_url: ''
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: "TiRex: Zero-Shot Forecasting Across Long and Short Horizons with Enhanced In-Context Learning"
3+
date: 2025-05-30
4+
publishDate: 2025-05-30
5+
authors: ["Andreas Auer, Patrick Podest, Daniel Klotz, Sebastian Böck, Günter Klambauer, Sepp Hochreiter"]
6+
publication_types: ["2"]
7+
abstract: "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 powerful forecasting tools accessible to non-experts and increasing the performance when training data are scarce. Most existing zero-shot forecasting approaches rely on transformer architectures, which, despite their success in language, often fall short of expectations in time series forecasting, where recurrent models like LSTMs frequently have the edge. Conversely, while LSTMs are well-suited for time series modeling due to their state-tracking capabilities, they lack strong in-context learning abilities. We introduce TiRex that closes this gap by leveraging xLSTM, an enhanced LSTM with competitive in-context learning skills. Unlike transformers, state-space models, or parallelizable RNNs such as RWKV, TiRex retains state-tracking, a critical property for long-horizon forecasting. To further facilitate its state-tracking ability, we propose a training-time masking strategy called CPM. TiRex sets a new state of the art in zero-shot time series forecasting on the HuggingFace benchmarks GiftEval and Chronos-ZS, outperforming significantly larger models including TabPFN-TS (Prior Labs), Chronos Bolt (Amazon), TimesFM (Google), and Moirai (Salesforce) across both short- and long-term forecasts."
8+
featured: true
9+
publication: "Under Review"
10+
links:
11+
- icon_pack: ai
12+
icon: arxiv
13+
name: Paper
14+
url: 'https://arxiv.org/abs/2505.23719'
15+
- icon_pack: fab
16+
icon: github
17+
name: Code
18+
url: 'https://github.com/NX-AI/tirex'
19+
- icon_pack: fab
20+
icon: square-binary
21+
name: Model (HuggingFace)
22+
url: 'https://huggingface.co/NX-AI/TiRex'
23+
---
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "Zero-Shot Time Series Forecasting with Covariates via In-Context Learning"
3+
date: 2024-12-31
4+
publishDate: 2025-06-04
5+
authors: ["Andreas Auer, Raghul Parthipan, Pedro Mercado, Abdul Fatir Ansari, Lorenzo Stella, Bernie Wang, Michael Bohlke-Schneider, Syama Sundar Rangapuram"]
6+
publication_types: ["2"]
7+
abstract: "Pretrained time series models, capable of zero-shot forecasting, have demonstrated significant potential in enhancing both the performance and accessibility of time series forecasting. However, existing pretrained models either do not support covariates or fail to incorporate them effectively. We introduce COSMIC, a zero-shot forecasting model that utilizes covariates via in-context learning. To address the challenge of data scarcity, we propose Informative Covariate Augmentation, which enables the training of COSMIC without requiring any datasets that include covariates. COSMIC achieves state-of-the-art performance in zero-shot forecasting, both with and without covariates. Our quantitative and qualitative analysis demonstrates that COSMIC effectively leverages covariates in zero-shot forecasting."
8+
featured: true
9+
publication: "Under Review"
10+
links:
11+
- icon_pack: ai
12+
icon: arxiv
13+
name: Paper
14+
url: 'https://arxiv.org/abs/2506.03128'
15+
---

0 commit comments

Comments
 (0)