← Search

Christian Wolf

24 accepted papers

2025

Kinaema: a recurrent sequence model for memory and pose in motion

NeurIPS 2025poster

One key aspect of spatially aware robots is the ability to "find their bearings", ie. to correctly situate themselves or previously seen spaces. In this work, we focus on this particular scenario of continuous robotics operations, where information observed before an actual episode start is exploite…

Cited by 0SourceScholar
2025

Reasoning in Visual Navigation of End-to-end Trained Agents: A Dynamical Systems Approach

CVPR 2025highlight

Progress in Embodied AI has made it possible for end-to-end-trained agents to navigate in photo-realistic environments with high-level reasoning and zero-shot or language-conditioned behavior, but evaluations and benchmarks are still dominated by simulation. In this work, we focus on the fine-graine…

2024

AutoNeRF: Training Implicit Scene Representations with Autonomous Agents

IROS 2024

Implicit representations such as Neural Radiance Fields (NeRF) allow to map color, density and semantics in a 3D scene through a continuous neural function. However, these models typically require manual and careful human data collection for training. This paper addresses the problem of active explo

Cited by 16SourcecodeScholar
2024

End-to-End (Instance)-Image Goal Navigation through Correspondence as an Emergent Phenomenon

ICLR 2024poster

Most recent work in goal oriented visual navigation resorts to large-scale machine learning in simulated environments. The main challenge lies in learning compact representations generalizable to unseen environments and in learning high-capacity perception modules capable of reasoning on high-dimens…

Cited by 9SourcePDFScholar
2024

Learning to Navigate Efficiently and Precisely in Real Environments

CVPR 2024poster

In the context of autonomous navigation of terrestrial robots the creation of realistic models for agent dynamics and sensing is a widespread habit in the robotics literature and in commercial applications where they are used for model based control and/or for localization and mapping. The more rece…

Cited by 3SourcePDFScholar
2024

Learning with a Mole: Transferable latent spatial representations for navigation without reconstruction

ICLR 2024poster

Agents navigating in 3D environments require some form of memory, which should hold a compact and actionable representation of the history of observations useful for decision taking and planning. In most end-to-end learning approaches the representation is latent and usually does not have a clearly…

Cited by 5SourcePDFScholar
2024

Space and time continuous physics simulation from partial observations

ICLR 2024spotlight

Modern techniques for physical simulations rely on numerical schemes and mesh-refinement methods to address trade-offs between precision and complexity, but these handcrafted solutions are tedious and require high computational power. Data-driven methods based on large-scale machine learning promise…

Cited by 6SourcePDFScholar
2024

Task-Conditioned Adaptation of Visual Features in Multi-Task Policy Learning

CVPR 2024poster

Successfully addressing a wide variety of tasks is a core ability of autonomous agents requiring flexibly adapting the underlying decision-making strategies and as we argue in this work also adapting the perception modules. An analogical argument would be the human visual system which uses top-down…

Cited by 4SourcePDFScholar
2023

EAGLE: Large-scale Learning of Turbulent Fluid Dynamics with Mesh Transformers

ICLR 2023poster

Estimating fluid dynamics is classically done through the simulation and integration of numerical models solving the Navier-Stokes equations, which is computationally complex and time-consuming even on high-end hardware. This is a notoriously hard problem to solve, which has recently been addressed…

Cited by 36SourcePDFScholar
2023

Learning Whom to Trust in Navigation: Dynamically Switching Between Classical and Neural Planning

IROS 2023poster

Navigation of terrestrial robots is typically addressed either with localization and mapping (SLAM) followed by classical planning on the dynamically created maps, or by machine learning (ML), often through end-to-end training with reinforcement learning (RL) or imitation learning (IL). Recently, mo…

Cited by 5SourceScholar
2023

Multi-Object Navigation in real environments using hybrid policies

ICRA 2023poster

Navigation has been classically solved in robotics through the combination of SLAM and planning. More recently, beyond waypoint planning, problems involving significant components of (visual) high-level reasoning have been explored in simulated environments, mostly addressed with large-scale machine…

Cited by 7SourceScholar
2023

Multi-Object Navigation with Dynamically Learned Neural Implicit Representations

ICCV 2023poster

Understanding and mapping a new environment are core abilities of any autonomously navigating agent. While classical robotics usually estimates maps in a stand-alone manner with SLAM variants, which maintain a topological or metric representation, end-to-end learning of navigation keeps some form of…

Cited by 19PDFcodeScholar
2022

An in-depth experimental study of sensor usage and visual reasoning of robots navigating in real environments

ICRA 2022poster

Visual navigation by mobile robots is classically tackled through SLAM plus optimal planning, and more recently through end-to-end training of policies implemented as deep networks. While the former are often limited to waypoint planning, but have proven their efficiency even on real physical enviro…

Cited by 10SourceScholar
2022

Filtered-CoPhy: Unsupervised Learning of Counterfactual Physics in Pixel Space

ICLR 2022oral

Learning causal relationships in high-dimensional data (images, videos) is a hard task, as they are often defined on low dimensional manifolds and must be extracted from complex signals dominated by appearance, lighting, textures and also spurious correlations in the data. We present a method for le…

Cited by 13SourcePDFScholar
2022

Teaching Agents how to Map: Spatial Reasoning for Multi-Object Navigation

IROS 2022poster

In the context of visual navigation, the capacity to map a novel environment is necessary for an agent to exploit its observation history in the considered place and efficiently reach known goals. This ability can be associated with spatial rea-soning, where an agent is able to perceive spatial rela…

Cited by 29SourcecodeScholar
2021

How Transferable Are Reasoning Patterns in VQA?

CVPR 2021poster

Since its inception, Visual Question Answering (VQA) is notoriously known as a task, where models are prone to exploit biases in datasets to find shortcuts instead of performing high-level reasoning. Classical methods address this by removing biases from training data, or adding branches to models t…

Cited by 34PDFcodeScholar
2021

Roses Are Red, Violets Are Blue... but Should VQA Expect Them To?

CVPR 2021poster

Models for Visual Question Answering (VQA) are notorious for their tendency to rely on dataset biases, as the large and unbalanced diversity of questions and concepts involved and tends to prevent models from learning to ""reason"", leading them to perform ""educated guesses"" instead. In this paper…

Cited by 112PDFcodeScholar
2021

SSTVOS: Sparse Spatiotemporal Transformers for Video Object Segmentation

CVPR 2021poster

In this paper we introduce a Transformer-based approach to video object segmentation (VOS). To address compounding error and scalability issues of prior work, we propose a scalable, end-to-end method for VOS called Sparse Spatiotemporal Transformers (SST). SST extracts per-pixel representations for…

Cited by 217PDFcodeScholar
2021

Supervising the Transfer of Reasoning Patterns in VQA

NeurIPS 2021poster

Methods for Visual Question Anwering (VQA) are notorious for leveraging dataset biases rather than performing reasoning, hindering generalization. It has been recently shown that better reasoning patterns emerge in attention layers of a state-of-the-art VQA model when they are trained on perfect (or…

Cited by 11SourcePDFScholar
2020

CoPhy: Counterfactual Learning of Physical Dynamics

ICLR 2020spotlight

Understanding causes and effects in mechanical systems is an essential component of reasoning in the physical world. This work poses a new problem of counterfactual learning of object mechanics from visual input. We develop the CoPhy benchmark to assess the capacity of the state-of-the-art models f…

Cited by 113SourceScholar
2020

Learning to Plan with Uncertain Topological Maps

ECCV 2020poster

We train an agent to navigate in 3D environments using a hierarchical strategy including a high-level graph based planner and a local policy. Our main contribution is a data driven learning based approach for planning under uncertainty in topological maps, requiring an estimate of shortest paths in…

Cited by 49SourcePDFScholar
2018

Glimpse Clouds: Human Activity Recognition From Unstructured Feature Points

CVPR 2018poster

We propose a method for human activity recognition from RGB data that does not rely on any pose information during test time, and does not explicitly calculate pose information internally. Instead, a visual attention module learns to predict glimpse sequences in each frame. These glimpses correspond…

2018

Object Level Visual Reasoning in Videos

ECCV 2018poster

Human activity recognition is typically addressed by training models to detect key concepts like global and local motion, features related to object classes present in the scene, as well as features related to the global context. The next open challenges in activity recognition require a level of un…

2018

Semantic Grid Estimation with a Hybrid Bayesian and Deep Neural Network Approach

IROS 2018poster

In an autonomous vehicle setting, we propose a method for the estimation of a semantic grid, i.e. a bird's eye grid centered on the car's position and aligned with its driving direction, which contains high-level semantic information about the environment and its actors. Each grid cell contains a se…

Cited by 40SourceScholar