← Search

Jürgen Schmidhuber

65 accepted papers

2026

Decoupling The "What" and "Where" With Polar Coordinate Positional Embedding

ICML 2026spotlight

The attention mechanism in a Transformer architecture matches key to query based on both content—the what—and position in a sequence—the where. We present an analysis indicating that what and where are entangled in the popular rotary position embedding (RoPE). This entanglement can impair performanc…

Cited by 0SourceScholar
2026

Efficient Morphology–Control Co-Design via Stackelberg PPO under Non-Differentiable Leader–Follower Interfaces

ICLR 2026poster

Morphology-control co-design concerns the coupled optimization of an agent’s body structure and control policy. A key challenge is that evaluating each candidate morphology requires extensive rollouts to re-optimize control and assess quality, leading to high computational costs and slow convergence…

Cited by 0SourcecodeScholar
2026

Huxley-G\"odel Machine: Human-Level Coding Agent Development by an Approximation of the Optimal Self-Improving Machine

ICLR 2026oral

Recent studies operationalize self-improvement through coding agents that edit their own codebases, grow a tree of self-modifications through expansion strategies that favor higher software engineering benchmark performance, considering that this implies more promising subsequent self-modifications…

Cited by 0SourcecodeScholar
2026

Mixture of States: Routing Token-Level Dynamics for Multimodal Generation

CVPR 2026

We introduce MoS (Mixture of States), a novel fusion paradigm for multimodal diffusion models that merges modalities using flexible, state-based interactions. The core of MoS is a learnable, token-wise router that creates denoising timestep- and input-dependent interactions between modalities' hidde

Cited by 0SourcecodeScholar
2026

Multiple Token Divergence: Measuring and Steering In-Context Computation Density

ICLR 2026poster

Measuring the in-context computational effort of language models is a key challenge, as metrics like next-token loss fail to capture reasoning complexity. Prior methods based on latent state compressibility can be invasive and unstable. We propose Multiple Token Divergence (MTD), a simple measure of…

Cited by 0SourcecodeScholar
2026

Position: Interestingness is an Inductive Heuristic for Future Compression Progress

ICML 2026poster

This position paper argues that truly open-ended intelligence is bottlenecked by the challenge of *interestingness*: the ability to prospectively identify which tasks or data hold the potential for future progress. We formalize interestingness as an inductive heuristic for future compression progres…

Cited by 0SourceScholar
2026

Structural Prognostic Event Modeling for Multimodal Cancer Survival Analysis

ICLR 2026poster

The integration of histology images and gene profiles has shown great promise for improving survival prediction in cancer. However, current approaches often struggle to model intra- and inter-modal interactions efficiently and effectively due to the high dimensionality and complexity of the inputs.…

Cited by 0SourcecodeScholar
2026

TUNA: Taming Unified Visual Representations for Native Unified Multimodal Models

CVPR 2026

Unified multimodal models (UMMs) aim to jointly perform multimodal understanding and generation within a single framework. We present TUNA, a native UMM that builds a unified continuous visual representation by cascading a VAE encoder with a representation encoder. This unified representation space

Cited by 0SourceScholar
2025

Agent-as-a-Judge: Evaluate Agents with Agents

ICML 2025poster

Contemporary evaluation techniques are inadequate for agentic systems. These approaches either focus exclusively on final outcomes---ignoring the step-by-step nature of the thinking done by agentic systems---or require excessive manual labour. To address this, we introduce the **Agent-as-a-Judge** f…

2025

Curious Causality-Seeking Agents Learn Meta Causal World

NeurIPS 2025poster

When building a world model, a common assumption is that the environment has a single, unchanging underlying causal rule, like applying Newton's laws to every situation. However, in truly open-ended environments, the apparent causal mechanism may drift over time because the agent continually encount…

Cited by 0SourceScholar
2025

Directly Forecasting Belief for Reinforcement Learning with Delays

ICML 2025poster

Reinforcement learning (RL) with delays is challenging as sensory perceptions lag behind the actual events: the RL agent needs to estimate the real state of its environment based on past observations. State-of-the-art (SOTA) methods typically employ recursive, step-by-step forecasting of states. Thi…

2025

FACTS: A Factored State-Space Framework for World Modelling

ICLR 2025poster

World modelling is essential for understanding and predicting the dynamics of complex systems by learning both spatial and temporal dependencies. However, current frameworks, such as Transformers and selective state-space models like Mambas, exhibit limitations in efficiently encoding spatial and te…

2025

Fairness Overfitting in Machine Learning: An Information-Theoretic Perspective

ICML 2025poster

Despite substantial progress in promoting fairness in high-stake applications using machine learning models, existing methods often modify the training process, such as through regularizers or other interventions, but lack formal guarantees that fairness achieved during training will generalize to u…

Cited by 0SourcePDFScholar
2025

Measuring In-Context Computation Complexity via Hidden State Prediction

ICML 2025poster

Detecting when a neural sequence model does "interesting" computation is an open problem. The next token prediction loss is a poor indicator: Low loss can stem from trivially predictable sequences that are uninteresting, while high loss may reflect unpredictable but also irrelevant information that…

Cited by 0SourcePDFScholar
2025

PhysGym: Benchmarking LLMs in Interactive Physics Discovery with Controlled Priors

NeurIPS 2025poster

Evaluating the scientific discovery capabilities of large language model based agents, particularly how they cope with varying environmental complexity and utilize prior knowledge, requires specialized benchmarks currently lacking in the landscape. To address this gap, we introduce PhysGym, a novel…

Cited by 0SourceScholar
2025

Scaling Value Iteration Networks to 5000 Layers for Extreme Long-Term Planning

ICML 2025poster

The Value Iteration Network (VIN) is an end-to-end differentiable neural network architecture for planning. It exhibits strong generalization to unseen domains by incorporating a differentiable planning module that operates on a latent Markov Decision Process (MDP). However, VINs struggle to scale t…

Cited by 1SourcePDFScholar
2025

Towards an Extremely Robust Baby Robot With Rich Interaction Ability for Advanced Machine Learning Algorithms

IROS 2025

Advanced machine learning algorithms require platforms that are extremely robust and equipped with rich sensory feedback to handle extensive trial-and-error learning without relying on overwhelming inductive biases. Traditional robotic designs, while well-suited for their specific use cases, are oft

Cited by 1SourceScholar
2024

Boosting Reinforcement Learning with Strongly Delayed Feedback Through Auxiliary Short Delays

ICML 2024poster

Reinforcement learning (RL) is challenging in the common case of delays between events and their sensory perceptions. State-of-the-art (SOTA) state augmentation techniques either suffer from state space explosion or performance degeneration in stochastic environments. To address these challenges, we…

2024

Exploring the Promise and Limits of Real-Time Recurrent Learning

ICLR 2024poster

Real-time recurrent learning (RTRL) for sequence-processing recurrent neural networks (RNNs) offers certain conceptual advantages over backpropagation through time (BPTT). RTRL requires neither caching past activations nor truncating context, and enables online learning. However, RTRL's time and spa…

2024

GPTSwarm: Language Agents as Optimizable Graphs

ICML 2024oral

Various human-designed prompt engineering techniques have been proposed to improve problem solvers based on Large Language Models (LLMs), yielding many disparate code bases. We unify these approaches by describing LLM-based agents as computational graphs. The nodes implement functions to process mul…

Cited by 45SourcePDFScholar
2024

Goldfish: Vision-Language Understanding of Arbitrarily Long Videos

ECCV 2024poster

"Most current LLM-based models for video understanding can process videos within minutes. However, they struggle with lengthy videos due to challenges such as “noise and redundancy”, as well as “memory and computation” constraints. In this paper, we present , a methodology tailored for comprehending…

Cited by 15SourcePDFScholar
2024

Learning Useful Representations of Recurrent Neural Network Weight Matrices

ICML 2024oral

Recurrent Neural Networks (RNNs) are general-purpose parallel-sequential computers. The program of an RNN is its weight matrix. How to learn useful representations of RNN weights that facilitate RNN analysis as well as downstream tasks? While the _mechanistic approach_ directly looks at some RNN's w…

2024

MetaGPT: Meta Programming for A Multi-Agent Collaborative Framework

ICLR 2024oral

Recently, remarkable progress has been made on automated problem solving through societies of agents based on large language models (LLMs). Previous LLM-based multi-agent systems can already solve simple dialogue tasks. More complex tasks, however, face challenges through logic inconsistencies due t…

2024

MoEUT: Mixture-of-Experts Universal Transformers

NeurIPS 2024poster

Previous work on Universal Transformers (UTs) has demonstrated the importance of parameter sharing across layers. By allowing recurrence in depth, UTs have advantages over standard Transformers in learning compositional generalizations, but layer-sharing comes with a practical limitation of paramete…

2024

Recurrent Complex-Weighted Autoencoders for Unsupervised Object Discovery

NeurIPS 2024poster

Current state-of-the-art synchrony-based models encode object bindings with complex-valued activations and compute with real-valued weights in feedforward architectures. We argue for the computational advantages of a recurrent architecture with complex-valued weights. We propose a fully convolutiona…

2024

Sequence Compression Speeds Up Credit Assignment in Reinforcement Learning

ICML 2024poster

Temporal credit assignment in reinforcement learning is challenging due to delayed and stochastic outcomes. Monte Carlo targets can bridge long delays between action and consequence but lead to high-variance targets due to stochasticity. Temporal difference (TD) learning uses bootstrapping to overco…

2024

SwitchHead: Accelerating Transformers with Mixture-of-Experts Attention

NeurIPS 2024poster

Despite many recent works on Mixture of Experts (MoEs) for resource-efficient Transformer language models, existing methods mostly focus on MoEs for feedforward layers. Previous attempts at extending MoE to the self-attention layer fail to match the performance of the parameter-matched baseline. Our…

Cited by 16SourcePDFScholar
2024

Utilizing a Malfunctioning 3D Printer by Modeling Its Dynamics with Machine Learning

ICRA 2024poster

To create a self-repairing 3D printer, it must continue operating even after experiencing corruption. This work focuses on developing a method to effectively utilize a malfunctioning printer for reliable printing. This method can be applied by the printer itself for self-repair and enhance the relia…

Cited by 0SourcecodeScholar
2023

Approximating Two-Layer Feedforward Networks for Efficient Transformers

EMNLP 2023long findings

How to reduce compute and memory requirements of neural networks (NNs) without sacrificing performance? Many recent works use sparse Mixtures of Experts (MoEs) to build resource-efficient large language models (LMs). Here we introduce several novel perspectives on MoEs, presenting a general framewor…

Cited by 0SourceScholar
2023

Contrastive Training of Complex-Valued Autoencoders for Object Discovery

NeurIPS 2023poster

Current state-of-the-art object-centric models use slots and attention-based routing for binding. However, this class of models has several conceptual limitations: the number of slots is hardwired; all slots have equal capacity; training has high computational cost; there are no object-level relatio…

2023

Goal-Conditioned Generators of Deep Policies

AAAI 2023technical

Goal-conditioned Reinforcement Learning (RL) aims at learning optimal policies, given goals encoded in special command inputs. Here we study goal-conditioned neural nets (NNs) that learn to generate deep NN policies in form of context-specific weight matrices, similar to Fast Weight Programmers and…

2023

Images as Weight Matrices: Sequential Image Generation Through Synaptic Learning Rules

ICLR 2023poster

Work on fast weight programmers has demonstrated the effectiveness of key/value outer product-based learning rules for sequentially generating a weight matrix (WM) of a neural net (NN) by another NN or itself. However, the weight generation steps are typically not visually interpretable by humans, b…

2023

Learning to Identify Critical States for Reinforcement Learning from Videos

ICCV 2023poster

Recent work on deep reinforcement learning (DRL) has pointed out that algorithmic information about good policies can be extracted from offline data which lack explicit information about executed actions. For example, videos of humans or robots may convey a lot of implicit information about rewardin…

Cited by 12PDFcodeScholar
2023

Practical Computational Power of Linear Transformers and Their Recurrent and Self-Referential Extensions

EMNLP 2023short main

Recent studies of the computational power of recurrent neural networks (RNNs) reveal a hierarchy of RNN architectures, given real-time and finite-precision assumptions. Here we study auto-regressive Transformers with linearised attention, a.k.a. linear Transformers (LTs) or Fast Weight Programmers (…

Cited by 0SourcecodeScholar
2023

The Benefits of Model-Based Generalization in Reinforcement Learning

ICML 2023poster

Model-Based Reinforcement Learning (RL) is widely believed to have the potential to improve sample efficiency by allowing an agent to synthesize large amounts of imagined experience. Experience Replay (ER) can be considered a simple kind of model, which has proved effective at improving the stabilit…

2022

A Modern Self-Referential Weight Matrix That Learns to Modify Itself

ICML 2022spotlight

The weight matrix (WM) of a neural network (NN) is its program. The programs of many traditional NNs are learned through gradient descent in some error function, then remain fixed. The WM of a self-referential NN, however, can keep rapidly modifying all of itself during runtime. In principle, such N…

2022

Exploring through Random Curiosity with General Value Functions

NeurIPS 2022accept

Efficient exploration in reinforcement learning is a challenging problem commonly addressed through intrinsic rewards. Recent prominent approaches are based on state novelty or variants of artificial curiosity. However, directly applying them to partially observable environments can be ineffective a…

2022

Neural Differential Equations for Learning to Program Neural Nets Through Continuous Learning Rules

NeurIPS 2022accept

Neural ordinary differential equations (ODEs) have attracted much attention as continuous-time counterparts of deep residual neural networks (NNs), and numerous extensions for recurrent NNs have been proposed. Since the 1980s, ODEs have also been used to derive theoretical results for NN learning ru…

2022

Reward-Weighted Regression Converges to a Global Optimum

AAAI 2022technical

Reward-Weighted Regression (RWR) belongs to a family of widely known iterative Reinforcement Learning algorithms based on the Expectation-Maximization framework. In this family, learning at each iteration consists of sampling a batch of trajectories using the current policy and fitting a new policy…

2022

The Dual Form of Neural Networks Revisited: Connecting Test Time Predictions to Training Patterns via Spotlights of Attention

ICML 2022spotlight

Linear layers in neural networks (NNs) trained by gradient descent can be expressed as a key-value memory system which stores all training datapoints and the initial weights, and produces outputs using unnormalised dot attention over the entire training experience. While this has been technically kn…

2022

The Neural Data Router: Adaptive Control Flow in Transformers Improves Systematic Generalization

ICLR 2022poster

Despite progress across a broad range of applications, Transformers have limited success in systematic generalization. The situation is especially frustrating in the case of algorithmic tasks, where they often fail to find intuitive solutions that route relevant information to the right node/operati…

2021

Are Neural Nets Modular? Inspecting Functional Modularity Through Differentiable Weight Masks

ICLR 2021poster

Neural networks (NNs) whose subnetworks implement reusable functions are expected to offer numerous advantages, including compositionality through efficient recombination of functional building blocks, interpretability, preventing catastrophic interference, etc. Understanding if and how NNs are modu…

2021

Going Beyond Linear Transformers with Recurrent Fast Weight Programmers

NeurIPS 2021poster

Transformers with linearised attention (''linear Transformers'') have demonstrated the practical scalability and effectiveness of outer product-based Fast Weight Programmers (FWPs) from the '90s. However, the original FWP formulation is more general than the one of linear Transformers: a slow neural…

2021

Learning Associative Inference Using Fast Weight Memory

ICLR 2021poster

Humans can quickly associate stimuli to solve problems in novel contexts. Our novel neural network model learns state representations of facts that can be composed to perform such associative inference. To this end, we augment the LSTM model with an associative memory, dubbed \textit{Fast Weight Mem…

2021

Linear Transformers Are Secretly Fast Weight Programmers

ICML 2021spotlight

We show the formal equivalence of linearised self-attention mechanisms and fast weight controllers from the early ’90s, where a slow neural net learns by gradient descent to program the fast weights of another net through sequences of elementary programming instructions which are additive outer prod…

2021

Spatial Dependency Networks: Neural Layers for Improved Generative Image Modeling

ICLR 2021poster

How to improve generative modeling by better exploiting spatial regularities and coherence in images? We introduce a novel neural network for building image generators (decoders) and apply it to variational autoencoders (VAEs). In our spatial dependency networks (SDNs), feature maps at each level of…

2021

Unsupervised Object Keypoint Learning using Local Spatial Predictability

ICLR 2021spotlight

We propose PermaKey, a novel approach to representation learning based on object keypoints. It leverages the predictability of local image regions from spatial neighborhoods to identify salient regions that correspond to object parts, which are then converted to keypoints. Unlike prior approaches, i…

2018

Relational Neural Expectation Maximization: Unsupervised Discovery of Objects and their Interactions

ICLR 2018poster

Common-sense physical reasoning is an essential ingredient for any intelligent agent operating in the real-world. For example, it can be used to simulate the environment, or to infer the state of parts of the world that are currently unobserved. In order to match real-world conditions this causal kn…

2017

Highway and Residual Networks learn Unrolled Iterative Estimation

ICLR 2017poster

The past year saw the introduction of new architectures such as Highway networks and Residual networks which, for the first time, enabled the training of feedforward networks with dozens to hundreds of layers using simple gradient descent. While depth of representation has been posited as a primary…

Cited by 277SourceScholar
2017

Recurrent Highway Networks

ICML 2017poster

Many sequential processing tasks require complex nonlinear transition functions from one step to the next. However, recurrent neural networks with “deep” transition functions remain difficult to train, even when using Long Short-Term Memory (LSTM) networks. We introduce a novel theoretical analysis…

2016

A Machine Learning Approach to Visual Perception of Forest Trails for Mobile Robots

RA-L 2016

We study the problem of perceiving forest or mountain trails from a single monocular image acquired from the viewpoint of a robot traveling on the trail itself. Previous literature focused on trail segmentation, and used low-level features such as image saliency or appearance contrast; we propose a

Cited by 684SourceScholar
2016

Tagger: Deep Unsupervised Perceptual Grouping

NeurIPS 2016poster

We present a framework for efficient perceptual inference that explicitly reasons about the segmentation of its inputs and features. Rather than being trained for any specific segmentation, our framework learns the grouping process in an unsupervised manner or alongside any supervised task. We enab…

2015

Parallel Multi-Dimensional LSTM, With Application to Fast Biomedical Volumetric Image Segmentation

NeurIPS 2015poster

Convolutional Neural Networks (CNNs) can be shifted across 2D images or 3D videos to segment them. They have a fixed input size and typically perceive only small local contexts of the pixels to be classified as foreground or background. In contrast, Multi-Dimensional Recurrent NNs (MD-RNNs) can perc…

Cited by 396SourcePDFScholar