← Search

Stefan Bauer

42 accepted papers

2026

Are Object-Centric Representations Better At Compositional Generalization?

ICML 2026poster

Compositional generalization, the ability to reason about novel combinations of familiar concepts, is fundamental to human cognition and a critical challenge for machine learning. Object-centric (OC) representations, which encode a scene as a set of objects, are often argued to support such generali…

Cited by 0SourceScholar
2026

From Growing to Looping: A Unified View of Iterative Computation in LLMs

ICML 2026poster

Looping, reusing a block of layers across depth, and depth growing, training shallow-to-deep models by duplicating middle layers, have both been linked to stronger reasoning, but their relationship remains unclear. We provide a mechanistic unification: looped and depth-grown models exhibit convergen…

Cited by 0SourceScholar
2025

Exploring the Effectiveness of Object-Centric Representations in Visual Question Answering: Comparative Insights with Foundation Models

ICLR 2025poster

Object-centric (OC) representations, which model visual scenes as compositions of discrete objects, have the potential to be used in various downstream tasks to achieve systematic compositional generalization and facilitate reasoning. However, these claims have yet to be thoroughly validated empiric…

Cited by 8SourcePDFScholar
2025

Preference-Guided Diffusion for Multi-Objective Offline Optimization

NeurIPS 2025poster

Offline multi-objective optimization aims to identify Pareto-optimal solutions given a dataset of designs and their objective values. In this work, we propose a preference-guided diffusion model that generates Pareto-optimal designs by leveraging a classifier-based guidance mechanism. Our guidance c…

Cited by 0SourceScholar
2024

Amortized Active Causal Induction with Deep Reinforcement Learning

NeurIPS 2024poster

We present Causal Amortized Active Structure Learning (CAASL), an active intervention design policy that can select interventions that are adaptive, real-time and that does not require access to the likelihood. This policy, an amortized network based on the transformer, is trained with reinforcement…

Cited by 2SourcePDFScholar
2024

Challenges and Considerations in the Evaluation of Bayesian Causal Discovery

ICML 2024poster

Representing uncertainty in causal discovery is a crucial component for experimental design, and more broadly, for safe and reliable causal decision making. Bayesian Causal Discovery (BCD) offers a principled approach to encapsulating this uncertainty. Unlike non-Bayesian causal discovery, which rel…

Cited by 4SourcePDFScholar
2023

BayesDAG: Gradient-Based Posterior Inference for Causal Discovery

NeurIPS 2023poster

Bayesian causal discovery aims to infer the posterior distribution over causal models from observed data, quantifying epistemic uncertainty and benefiting downstream tasks. However, computational challenges arise due to joint inference over combinatorial space of Directed Acyclic Graphs (DAGs) and n…

2023

Benchmarking Offline Reinforcement Learning on Real-Robot Hardware

ICLR 2023top-25%

Learning policies from previously recorded data is a promising direction for real-world robotics tasks, as online learning is often infeasible. Dexterous manipulation in particular remains an open problem in its general form. The combination of offline reinforcement learning with large diverse datas…

Cited by 38SourcePDFScholar
2023

DRCFS: Doubly Robust Causal Feature Selection

ICML 2023poster

Knowing the features of a complex system that are highly relevant to a particular target variable is of fundamental interest in many areas of science. Existing approaches are often limited to linear settings, sometimes lack guarantees, and in most cases, do not scale to the problem at hand, in parti…

Cited by 11SourcePDFScholar
2023

Differentiable Multi-Target Causal Bayesian Experimental Design

ICML 2023poster

We introduce a gradient-based approach for the problem of Bayesian optimal experimental design to learn causal models in a batch setting --- a critical component for causal discovery from finite data where interventions can be costly or risky. Existing methods rely on greedy approximations to constr…

2023

Diffusion Based Representation Learning

ICML 2023poster

Diffusion-based methods, represented as stochastic differential equations on a continuous-time domain, have recently proven successful as non-adversarial generative models. Training such models relies on denoising score matching, which can be seen as multi-scale denoising autoencoders. Here, we augm…

Cited by 35SourcePDFScholar
2023

DiscoBAX - Discovery of optimal intervention sets in genomic experiment design

ICML 2023poster

The discovery of therapeutics to treat genetically-driven pathologies relies on identifying genes involved in the underlying disease mechanism. Existing approaches search over the billions of potential interventions to maximize the expected influence on the target phenotype. However, to reduce the r…

2023

Structure by Architecture: Structured Representations without Regularization

ICLR 2023poster

We study the problem of self-supervised structured representation learning using autoencoders for downstream tasks such as generative modeling. Unlike most methods which rely on matching an arbitrary, relatively unstructured, prior distribution for sampling, we propose a sampling technique that reli…

Cited by 9SourcePDFScholar
2023

Trust Your $\nabla$: Gradient-based Intervention Targeting for Causal Discovery

NeurIPS 2023poster

Inferring causal structure from data is a challenging task of fundamental importance in science. Often, observational data alone is not enough to uniquely identify a system’s causal structure. The use of interventional data can address this issue, however, acquiring these samples typically demands a…

Cited by 6SourcePDFScholar
2022

Adaptive Gaussian Process Change Point Detection

ICML 2022spotlight

Detecting change points in time series, i.e., points in time at which some observed process suddenly changes, is a fundamental task that arises in many real-world applications, with consequences for safety and reliability. In this work, we propose ADAGA, a novel Gaussian process-based solution to th…

Cited by 15SourcePDFScholar
2022

Bayesian structure learning with generative flow networks

UAI 2022poster

In Bayesian structure learning, we are interested in inferring a distribution over the directed acyclic graph (DAG) structure of Bayesian networks, from data. Defining such a distribution is very challenging, due to the combinatorially large sample space, and approximations based on MCMC are often r…

2022

Benchmarking Structured Policies and Policy Optimization for Real-World Dexterous Object Manipulation

RA-L 2022

Dexterous manipulation is a challenging and important problem in robotics. While data-driven methods are a promising approach, current benchmarks require simulation or extensive engineering support due to the sample inefficiency of popular methods. We present benchmarks for the TriFinger system, an

Cited by 39SourcecodeScholar
2022

Exploring the Latent Space of Autoencoders with Interventional Assays

NeurIPS 2022accept

Autoencoders exhibit impressive abilities to embed the data manifold into a low-dimensional latent space, making them a staple of representation learning methods. However, without explicit supervision, which is often unavailable, the representation is usually uninterpretable, making analysis and pri…

2022

GeneDisco: A Benchmark for Experimental Design in Drug Discovery

ICLR 2022poster

In vitro cellular experimentation with genetic interventions, using for example CRISPR technologies, is an essential step in early-stage drug discovery and target validation that serves to assess initial hypotheses about causal associations between biological mechanisms and disease pathologies. With…

2022

Interventions, Where and How? Experimental Design for Causal Models at Scale

NeurIPS 2022accept

Causal discovery from observational and interventional data is challenging due to limited data and non-identifiability which introduces uncertainties in estimating the underlying structural causal model (SCM). Incorporating these uncertainties and selecting optimal experiments (interventions) to per…

2022

The Role of Pretrained Representations for the OOD Generalization of RL Agents

ICLR 2022poster

Building sample-efficient agents that generalize out-of-distribution (OOD) in real-world settings remains a fundamental unsolved problem on the path towards achieving higher-level cognition. One particularly promising approach is to begin with low-dimensional, pretrained representations of our world…

Cited by 13SourcePDFScholar
2022

Transferring Dexterous Manipulation from GPU Simulation to a Remote Real-World TriFinger

IROS 2022poster

In-hand manipulation of objects is an important capability to enable robots to carry-out tasks which demand high levels of dexterity. This work presents a robot systems approach to learning dexterous manipulation tasks involving moving objects to arbitrary 6-DoF poses. We show empirical benefits, bo…

Cited by 77SourcecodeScholar
2021

CausalWorld: A Robotic Manipulation Benchmark for Causal Structure and Transfer Learning

ICLR 2021poster

Despite recent successes of reinforcement learning (RL), it remains a challenge for agents to transfer learned skills to related environments. To facilitate research addressing this problem, we proposeCausalWorld, a benchmark for causal structure and transfer learning in a robotic manipulation envir…

Cited by 161SourcePDFScholar
2021

Function Contrastive Learning of Transferable Meta-Representations

ICML 2021spotlight

Meta-learning algorithms adapt quickly to new tasks that are drawn from the same task distribution as the training tasks. The mechanism leading to fast adaptation is the conditioning of a downstream predictive model on the inferred representation of the task’s underlying data generative process, or…

Cited by 24SourcePDFScholar
2021

On Disentangled Representations Learned from Correlated Data

ICML 2021oral

The focus of disentanglement approaches has been on identifying independent factors of variation in data. However, the causal variables underlying real-world observations are often not statistically independent. In this work, we bridge the gap to real-world scenarios by analyzing the behavior of the…

2021

On the Transfer of Disentangled Representations in Realistic Settings

ICLR 2021poster

Learning meaningful representations that disentangle the underlying structure of the data generating process is considered to be of key importance in machine learning. While disentangled representations were found to be useful for diverse tasks such as abstract reasoning and fair classification, the…

Cited by 95SourcePDFScholar
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

Spatially Structured Recurrent Modules

ICLR 2021poster

Capturing the structure of a data-generating process by means of appropriate inductive biases can help in learning models that generalise well and are robust to changes in the input distribution. While methods that harness spatial and temporal structures find broad application, recent work has demon…

Cited by 4SourcePDFScholar
2021

Systematic Evaluation of Causal Discovery in Visual Model Based Reinforcement Learning

NeurIPS 2021poster

Inducing causal relationships from observations is a classic problem in machine learning. Most work in causality starts from the premise that the causal variables themselves are observed. However, for AI agents such as robots trying to make sense of their environment, the only observables are low-l…

Cited by 52SourcecodeScholar
2020

A Real-Robot Dataset for Assessing Transferability of Learned Dynamics Models

ICRA 2020poster

In the context of model-based reinforcement learning and control, a large number of methods for learning system dynamics have been proposed in recent years. The purpose of these learned models is to synthesize new control policies. An important open question is how robust current dynamics-learning m…

Cited by 10SourceScholar
2020

Bayesian Online Prediction of Change Points

UAI 2020poster

Online detection of instantaneous changes in the generative process of a data sequence generally focuses on retrospective inference of such change points without considering their future occurrences. We extend the Bayesian Online Change Point Detection algorithm to also infer the number of time step…

2020

Disentangling Factors of Variations Using Few Labels

ICLR 2020poster

Learning disentangled representations is considered a cornerstone problem in representation learning. Recently, Locatello et al. (2019) demonstrated that unsupervised disentanglement learning without inductive biases is theoretically impossible and that existing inductive biases and unsupervised met…

Cited by 210SourceScholar
2020

TriFinger: An Open-Source Robot for Learning Dexterity

CoRL 2020

Dexterous object manipulation is still an open problem in robotics, despite the rapid progress in machine learning during the past decade. We argue that a key issue which has hindered progress is the high cost of experimentation on real systems, in terms of both time and money. We address this probl

2019

AReS and MaRS Adversarial and MMD-Minimizing Regression for SDEs

ICML 2019oral

Stochastic differential equations are an important modeling class in many disciplines. Consequently, there exist many methods relying on various discretization and numerical integration schemes. In this paper, we propose a novel, probabilistic model for estimating the drift and diffusion given noisy…

2019

Challenging Common Assumptions in the Unsupervised Learning of Disentangled Representations

ICML 2019oral

The key idea behind the unsupervised learning of disentangled representations is that real-world data is generated by a few explanatory factors of variation which can be recovered by unsupervised learning algorithms. In this paper, we provide a sober look at recent progress in the field and challeng…

2019

Fast Gaussian process based gradient matching for parameter identification in systems of nonlinear ODEs

AISTATS 2019poster

Parameter identification and comparison of dynamical systems is a challenging task in many fields. Bayesian approaches based on Gaussian process regression over time-series data have been successfully applied to infer the parameters of a dynamical system without explicitly solving it. While the bene…

2019

On the Fairness of Disentangled Representations

NeurIPS 2019poster

Recently there has been a significant interest in learning disentangled representations, as they promise increased interpretability, generalization to unseen scenarios and faster learning on downstream tasks. In this paper, we investigate the usefulness of different notions of disentanglement for i…

Cited by 267SourcePDFScholar
2019

On the Transfer of Inductive Bias from Simulation to the Real World: a New Disentanglement Dataset

NeurIPS 2019poster

Learning meaningful and compact representations with disentangled semantic aspects is considered to be of key importance in representation learning. Since real-world data is notoriously costly to collect, many recent state-of-the-art disentanglement models have heavily relied on synthetic toy data-s…

2019

Robustly Disentangled Causal Mechanisms: Validating Deep Representations for Interventional Robustness

ICML 2019oral

The ability to learn disentangled representations that split underlying sources of variation in high dimensional, unstructured data is important for data efficient and robust use of neural networks. While various approaches aiming towards this goal have been proposed in recent times, a commonly acce…

Cited by 192SourcePDFScholar
2017

Efficient and Flexible Inference for Stochastic Systems

NeurIPS 2017poster

Many real world dynamical systems are described by stochastic differential equations. Thus parameter inference is a challenging and important problem in many disciplines. We provide a grid free and flexible algorithm offering parameter and state inference for stochastic systems and compare our appro…

Cited by 9SourcePDFScholar