← Search

T. Konstantin Rusch

10 accepted papers

2026

The Curious Case of In-Training Compression of State Space Models

ICLR 2026poster

State Space Models (SSMs), developed to tackle long sequence modeling tasks efficiently, offer both parallelizable training and fast inference. At their core are recurrent dynamical systems that maintain a hidden state, with update costs scaling with the state dimension. A key design challenge is st…

Cited by 0SourcecodeScholar
2025

Improving Efficiency of Sampling-based Motion Planning via Message-Passing Monte Carlo

CoRL 2025poster

Sampling-based motion planning methods, while effective in high-dimensional spaces, often suffer from inefficiencies due to irregular sampling distributions, leading to suboptimal exploration of the configuration space. In this paper, we propose an approach that enhances the efficiency of these meth…

Cited by 0SourceScholar
2023

Gradient Gating for Deep Multi-Rate Learning on Graphs

ICLR 2023poster

We present Gradient Gating (G$^2$), a novel framework for improving the performance of Graph Neural Networks (GNNs). Our framework is based on gating the output of GNN layers with a mechanism for multi-rate flow of message passing information across nodes of the underlying graph. Local gradients are…

2022

Graph-Coupled Oscillator Networks

ICML 2022spotlight

We propose Graph-Coupled Oscillator Networks (GraphCON), a novel framework for deep learning on graphs. It is based on discretizations of a second-order system of ordinary differential equations (ODEs), which model a network of nonlinear controlled and damped oscillators, coupled via the adjacency s…

2022

Long Expressive Memory for Sequence Modeling

ICLR 2022spotlight

We propose a novel method called Long Expressive Memory (LEM) for learning long-term sequential dependencies. LEM is gradient-based, it can efficiently process sequential tasks with very long-term dependencies, and it is sufficiently expressive to be able to learn complicated input-output maps. To d…

2021

Coupled Oscillatory Recurrent Neural Network (coRNN): An accurate and (gradient) stable architecture for learning long time dependencies

ICLR 2021oral

Circuits of biological neurons, such as in the functional parts of the brain can be modeled as networks of coupled oscillators. Inspired by the ability of these systems to express a rich set of outputs while keeping (gradients of) state variables bounded, we propose a novel architecture for recurren…

2021

UnICORNN: A recurrent model for learning very long time dependencies

ICML 2021spotlight

The design of recurrent neural networks (RNNs) to accurately process sequential inputs with long-time dependencies is very challenging on account of the exploding and vanishing gradient problem. To overcome this, we propose a novel RNN architecture which is based on a structure preserving discretiza…