← Search

Johannes Brandstetter

28 accepted papers

2026

ANTiC: Adaptive Neural Temporal In Situ Compressor

ICML 2026poster

The persistent storage requirements for high-resolution, spatiotemporally evolving fields governed by large-scale and high-dimensional partial differential equations (PDEs) have reached the petabyte-to-exabyte scale. Transient simulations modeling Navier-Stokes equations, magnetohydrodynamics, plasm…

Cited by 0SourceScholar
2026

Einstein Fields: A Neural Perspective To Computational General Relativity

ICLR 2026poster

We introduce *Einstein Fields*, a neural representation designed to compress computationally intensive *four-dimensional* numerical relativity simulations into compact implicit neural network weights. By modeling the *metric*, the core tensor field of general relativity, Einstein Fields enable the d…

Cited by 0SourcecodeScholar
2026

WIND: Weather Inverse Diffusion for Zero-Shot Atmospheric Modeling

ICML 2026poster

Deep learning has revolutionized weather and climate modeling, yet the current landscape remains fragmented: highly specialized models are typically trained individually for distinct tasks. To unify this landscape, we introduce WIND, a single pre-trained foundation model capable of replacing special…

Cited by 0SourceScholar
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

Bio-xLSTM: Generative modeling, representation and in-context learning of biological and chemical sequences

ICLR 2025poster

Language models for biological and chemical sequences enable crucial applications such as drug discovery, protein engineering, and precision medicine. Currently, these language models are predominantly based on Transformer architectures. While Transformers have yielded impressive results, their quad…

Cited by 6SourcePDFScholar
2025

Geometry-Informed Neural Networks

ICML 2025poster

Geometry is a ubiquitous tool in computer graphics, design, and engineering. However, the lack of large shape datasets limits the application of state-of-the-art supervised learning methods and motivates the exploration of alternative learning strategies. To this end, we introduce geometry-informed…

2025

GyroSwin: 5D Surrogates for Gyrokinetic Plasma Turbulence Simulations

NeurIPS 2025poster

Nuclear fusion plays a pivotal role in the quest for reliable and sustainable energy production. A major roadblock to viable fusion power is understanding plasma turbulence, which significantly impairs plasma confinement, and is vital for next generation reactor design. Plasma turbulence is governed…

Cited by 0SourceScholar
2025

LaM-SLidE: Latent Space Modeling of Spatial Dynamical Systems via Linked Entities

NeurIPS 2025poster

Generative models are spearheading recent progress in deep learning, showcasing strong promise for trajectory sampling in dynamical systems as well. However, whereas latent space modeling paradigms have transformed image and video generation, similar approaches are more difficult for most dynamical…

Cited by 0SourcecodeScholar
2025

MIM-Refiner: A Contrastive Learning Boost from Intermediate Pre-Trained Masked Image Modeling Representations

ICLR 2025poster

We introduce MIM (Masked Image Modeling)-Refiner, a contrastive learning boost for pre-trained MIM models. MIM-Refiner is motivated by the insight that strong representations within MIM models generally reside in intermediate layers. Accordingly, MIM-Refiner leverages multiple instance discriminatio…

Cited by 0SourcePDFScholar
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…

2024

Clifford-Steerable Convolutional Neural Networks

ICML 2024poster

We present Clifford-Steerable Convolutional Neural Networks (CS-CNNs), a novel class of ${\operatorname{E}}(p, q)$-equivariant CNNs. CS-CNNs process multivector fields on pseudo-Euclidean spaces $\mathbb{R}^{p,q}$. They specialize, for instance, to ${\operatorname{E}}(3)$-equivariance on $\mathbb{R}…

2024

Neural SPH: Improved Neural Modeling of Lagrangian Fluid Dynamics

ICML 2024poster

Smoothed particle hydrodynamics (SPH) is omnipresent in modern engineering and scientific disciplines. SPH is a class of Lagrangian schemes that discretize fluid dynamics via finite material points that are tracked through the evolving velocity field. Due to the particle-like nature of the simulatio…

2024

Universal Physics Transformers: A Framework For Efficiently Scaling Neural Operators

NeurIPS 2024poster

Neural operators, serving as physics surrogate models, have recently gained increased interest. With ever increasing problem complexity, the natural question arises: what is an efficient way to scale neural operators to larger and more complex simulations - most importantly by taking into account di…

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

Boundary Graph Neural Networks for 3D Simulations

AAAI 2023technical

The abundance of data has given machine learning considerable momentum in natural sciences and engineering, though modeling of physical processes is often difficult. A particularly tough problem is the efficient representation of geometric boundaries. Triangularized geometric boundaries are well und…

Cited by 40SourcePDFScholar
2023

Clifford Neural Layers for PDE Modeling

ICLR 2023poster

Partial differential equations (PDEs) see widespread use in sciences and engineering to describe simulation of physical processes as scalar and vector fields interacting and coevolving over time. Due to the computationally expensive nature of their standard solution methods, neural PDE surrogates ha…

Cited by 106SourcePDFScholar
2023

ClimaX: A foundation model for weather and climate

ICML 2023poster

Recent data-driven approaches based on machine learning aim to directly solve a downstream forecasting or projection task by learning a data-driven functional mapping using deep neural networks. However, these networks are trained using curated and homogeneous climate datasets for specific spatiotem…

2023

Geometric Clifford Algebra Networks

ICML 2023poster

We propose Geometric Clifford Algebra Networks (GCANs) for modeling dynamical systems. GCANs are based on symmetry group transformations using geometric (Clifford) algebras. We first review the quintessence of modern (plane-based) geometric algebra, which builds on isometries encoded as elements of…

Cited by 50SourcePDFScholar
2023

Lie Point Symmetry and Physics-Informed Networks

NeurIPS 2023poster

Symmetries have been leveraged to improve the generalization of neural networks through different mechanisms from data augmentation to equivariant architectures. However, despite their potential, their integration into neural solvers for partial differential equations (PDEs) remains largely unexplor…

Cited by 17SourcePDFScholar
2023

PDE-Refiner: Achieving Accurate Long Rollouts with Neural PDE Solvers

NeurIPS 2023spotlight

Time-dependent partial differential equations (PDEs) are ubiquitous in science and engineering. Recently, mostly due to the high computational cost of traditional solution techniques, deep neural network based surrogates have gained increased interest. The practical utility of such neural PDE solver…

Cited by 77SourcePDFScholar
2022

Align-RUDDER: Learning From Few Demonstrations by Reward Redistribution

ICML 2022oral

Reinforcement learning algorithms require many samples when solving complex hierarchical tasks with sparse and delayed rewards. For such complex tasks, the recently proposed RUDDER uses reward redistribution to leverage steps in the Q-function that are associated with accomplishing sub-tasks. Howeve…

2022

Geometric and Physical Quantities improve E(3) Equivariant Message Passing

ICLR 2022spotlight

Including covariant information, such as position, force, velocity or spin is important in many tasks in computational physics and chemistry. We introduce Steerable E($3$) Equivariant Graph Neural Networks (SEGNNs) that generalise equivariant graph networks, such that node and edge attributes are no…

2022

Lie Point Symmetry Data Augmentation for Neural PDE Solvers

ICML 2022spotlight

Neural networks are increasingly being used to solve partial differential equations (PDEs), replacing slower numerical solvers. However, a critical issue is that neural PDE solvers require high-quality ground truth data, which usually must come from the very solvers they are designed to replace. Thu…

2021

Hopfield Networks is All You Need

ICLR 2021poster

We introduce a modern Hopfield network with continuous states and a corresponding update rule. The new Hopfield network can store exponentially (with the dimension of the associative space) many patterns, retrieves the pattern with one update, and has exponentially small retrieval errors. It has thr…

2020

Modern Hopfield Networks and Attention for Immune Repertoire Classification

NeurIPS 2020spotlight

A central mechanism in machine learning is to identify, store, and recognize patterns. How to learn, access, and retrieve such patterns is crucial in Hopfield networks and the more recent transformer architectures. We show that the attention mechanism of transformer architectures is actually the upd…

2019

RUDDER: Return Decomposition for Delayed Rewards

NeurIPS 2019poster

We propose RUDDER, a novel reinforcement learning approach for delayed rewards in finite Markov decision processes (MDPs). In MDPs the Q-values are equal to the expected immediate reward plus the expected future rewards. The latter are related to bias problems in temporal difference (TD) learning an…