← Search

Thomas Brox

80 accepted papers

2026

Towards Understanding Subliminal Learning: When and How Hidden Biases Transfer

ICLR 2026poster

Language models can transfer hidden biases during distillation. For example, a teacher that "likes owls" can make its student "like owls" too, even when the training data consists only of lists of numbers. This surprising phenomenon is called *subliminal learning*. Subliminal learning can be expecte…

Cited by 0SourcecodeScholar
2025

Bridging Information Asymmetry in Text-video Retrieval: A Data-centric Approach

ICLR 2025poster

As online video content rapidly grows, the task of text-video retrieval (TVR) becomes increasingly important. A key challenge in TVR is the information asymmetry between video and text: videos are inherently richer in information, while their textual descriptions often capture only fragments of this…

Cited by 0SourcePDFScholar
2025

Label-Efficient LiDAR Semantic Segmentation with 2D-3D Vision Transformer Adapters

IROS 2025

LiDAR semantic segmentation models are typically trained from random initialization as universal pre-training is hindered by the lack of large, diverse datasets. Moreover, most point cloud segmentation architectures incorporate custom network layers, limiting the transferability of advances from vis

Cited by 7SourceScholar
2025

Overcoming Challenges of Long-Horizon Prediction in Driving World Models

NeurIPS 2025poster

Existing world models for autonomous driving struggle with long-horizon generation and generalization to challenging scenarios. In this work, we develop a model using simple design choices, and without additional supervision or sensors, such as maps, depth, or multiple cameras. We show that our mode…

Cited by 0SourcecodeScholar
2025

Two Effects, One Trigger: On the Modality Gap, Object Bias, and Information Imbalance in Contrastive Vision-Language Models

ICLR 2025oral

Contrastive vision-language models (VLMs), like CLIP, have gained popularity for their versatile applicability to various downstream tasks. Despite their successes in some tasks, like zero-shot object recognition, they perform surprisingly poor on other tasks, like attribute recognition. Previous wo…

2025

When and How Does CLIP Enable Domain and Compositional Generalization?

ICML 2025spotlight

The remarkable generalization performance of contrastive vision-language models like CLIP is often attributed to the diversity of their training distributions. However, key questions remain unanswered: Can CLIP generalize to an entirely unseen domain when trained on a diverse mixture of domains (do…

Cited by 0SourcePDFScholar
2024

Compositional Servoing by Recombining Demonstrations

ICRA 2024poster

Learning-based manipulation policies from image inputs often show weak task transfer capabilities. In contrast, visual servoing methods allow efficient task transfer in high-precision scenarios while requiring only a few demonstrations. In this work, we present a framework that formulates the visual…

Cited by 0SourceScholar
2024

CrossQ: Batch Normalization in Deep Reinforcement Learning for Greater Sample Efficiency and Simplicity

ICLR 2024spotlight

Sample efficiency is a crucial problem in deep reinforcement learning. Recent algorithms, such as REDQ and DroQ, found a way to improve the sample efficiency by increasing the update-to-data (UTD) ratio to 20 gradient update steps on the critic per environment sample. However, this comes at the expe…

2024

DITTO: Demonstration Imitation by Trajectory Transformation

IROS 2024poster

Teaching robots new skills quickly and conveniently is crucial for the broader adoption of robotic systems. In this work, we address the problem of one-shot imitation from a single human demonstration, given by an RGB-D video recording. We propose a two-stage process. In the first stage we extract t…

Cited by 16SourcecodeScholar
2024

Diffusion for Out-of-Distribution Detection on Road Scenes and Beyond

ECCV 2024poster

"In recent years, research on out-of-distribution (OoD) detection for semantic segmentation has mainly focused on road scenes – a domain with a constrained amount of semantic diversity. In this work, we challenge this constraint and extend the domain of this task to general natural images. To this e…

2024

Eureka-Moments in Transformers: Multi-Step Tasks Reveal Softmax Induced Optimization Problems

ICML 2024poster

In this work, we study rapid improvements of the training loss in transformers when being confronted with multi-step decision tasks. We found that transformers struggle to learn the intermediate task and both training and validation loss saturate for hundreds of epochs. When transformers finally lea…

2024

Learning Robotic Manipulation Policies from Point Clouds with Conditional Flow Matching

CoRL 2024poster

Learning from expert demonstrations is a popular approach to train robotic manipulation policies from limited data. However, imitation learning algorithms require a number of design choices ranging from the input modality, training objective, and 6-DoF end-effector pose representation. Diffusion-bas…

Cited by 14SourceScholar
2024

Neural Point Cloud Diffusion for Disentangled 3D Shape and Appearance Generation

CVPR 2024poster

Controllable generation of 3D assets is important for many practical applications like content creation in movies games and engineering as well as in AR/VR. Recently diffusion models have shown remarkable results in generation quality of 3D objects. However none of the existing models enable disenta…

2024

Open-ended VQA benchmarking of Vision-Language models by exploiting Classification datasets and their semantic hierarchy

ICLR 2024spotlight

The evaluation of text-generative vision-language models is a challenging yet crucial endeavor. By addressing the limitations of existing Visual Question Answering (VQA) benchmarks and proposing innovative evaluation methodologies, our research seeks to advance our understanding of these models’ cap…

2023

Bridging the Gap to Real-World Object-Centric Learning

ICLR 2023poster

Humans naturally decompose their environment into entities at the appropriate level of abstraction to act in the world. Allowing machine learning algorithms to derive this decomposition in an unsupervised way has become an important line of research. However, current methods are restricted to simula…

Cited by 144SourcePDFScholar
2023

Construction of Hierarchical Neural Architecture Search Spaces based on Context-free Grammars

NeurIPS 2023poster

The discovery of neural architectures from simple building blocks is a long-standing goal of Neural Architecture Search (NAS). Hierarchical search spaces are a promising step towards this goal but lack a unifying search space design framework and typically only search over some limited aspect of arc…

2023

Unsupervised Open-Vocabulary Object Localization in Videos

ICCV 2023poster

In this paper, we show that recent advances in video representation learning and pre-trained vision-language models allow for substantial improvements in self-supervised video object localization. We propose a method that first localizes objects in videos via a slot attention approach and then assig…

Cited by 7PDFcodeScholar
2023

Unsupervised Semantic Segmentation with Self-supervised Object-centric Representations

ICLR 2023top-25%

In this paper, we show that recent advances in self-supervised representation learning enable unsupervised object discovery and semantic segmentation with a performance that matches the state of the field on supervised semantic segmentation 10 years ago. We propose a methodology based on unsupervise…

2022

Assaying Out-Of-Distribution Generalization in Transfer Learning

NeurIPS 2022accept

Since out-of-distribution generalization is a generally ill-posed problem, various proxy targets (e.g., calibration, adversarial robustness, algorithmic corruptions, invariance across shifts) were studied across different research programs resulting in different recommendations. While sharing the sa…

2022

Ranking Info Noise Contrastive Estimation: Boosting Contrastive Learning via Ranked Positives

AAAI 2022technical

This paper introduces Ranking Info Noise Contrastive Estimation (RINCE), a new member in the family of InfoNCE losses that preserves a ranked ordering of positive samples. In contrast to the standard InfoNCE loss, which requires a strict binary separation of the training pairs into similar and dissi…

2022

Towards Total Recall in Industrial Anomaly Detection

CVPR 2022poster

Being able to spot defective parts is a critical component in large-scale industrial manufacturing. A particular challenge that we address in this work is the cold-start problem: fit a model using nominal (non-defective) example images only. While handcrafted solutions per class are possible, the go…

Cited by 1227PDFcodeScholar
2022

You Mostly Walk Alone: Analyzing Feature Attribution in Trajectory Prediction

ICLR 2022poster

Predicting the future trajectory of a moving agent can be easy when the past trajectory continues smoothly but is challenging when complex interactions with other agents are involved. Recent deep learning approaches for trajectory prediction show promising performance and partially attribute this to…

Cited by 41SourcePDFScholar
2021

CrossCLR: Cross-Modal Contrastive Learning for Multi-Modal Video Representations

ICCV 2021poster

Contrastive learning allows us to flexibly define powerful losses by contrasting positive pairs from sets of negative samples. Recently, the principle has also been used to learn cross-modal embeddings for video and text, yet without exploiting its full potential. In particular, previous losses do n…

Cited by 172PDFScholar
2021

Explicitly Modeled Attention Maps for Image Classification

AAAI 2021technical

Self-attention networks have shown remarkable progress in computer vision tasks such as image classification. The main benefit of the self-attention mechanism is the ability to capture long-range feature interactions in attention-maps. However, the computation of attention-maps requires a learnable…

Cited by 13SourcePDFScholar
2021

Fostering Generalization in Single-View 3D Reconstruction by Learning a Hierarchy of Local and Global Shape Priors

CVPR 2021poster

Single-view 3D object reconstruction has seen much progress, yet methods still struggle generalizing to novel shapes unseen during training. Common approaches predominantly rely on learned global shape priors and, hence, disregard detailed local observations. In this work, we address this issue by l…

Cited by 22PDFScholar
2021

On Exposing the Challenging Long Tail in Future Prediction of Traffic Actors

ICCV 2021poster

Predicting the future states of dynamic traffic actors enables autonomous systems to avoid accidents and operate safely. Remarkably, the most critical scenarios are much less frequent and more complex than the uncritical ones. Therefore, uncritical cases dominate the prediction. In this paper, we ad…

Cited by 57PDFcodeScholar
2020

Adaptive Curriculum Generation from Demonstrations for Sim-to-Real Visuomotor Control

ICRA 2020poster

We propose Adaptive Curriculum Generation from Demonstrations (ACGD) for reinforcement learning in the presence of sparse rewards. Rather than designing shaped reward functions, ACGD adaptively sets the appropriate task difficulty for the learner by controlling where to sample from the demonstration…

Cited by 31SourceScholar
2020

COOT: Cooperative Hierarchical Transformer for Video-Text Representation Learning

NeurIPS 2020poster

Many real-world video-text tasks involve different levels of granularity, such as frames and words, clip and sentences or videos and paragraphs, each with distinct semantics. In this paper, we propose a Cooperative hierarchical Transformer (COOT) to leverage this hierarchy information and model the…

2020

Improving Unimodal Object Recognition with Multimodal Contrastive Learning

IROS 2020poster

Robots perceive their environment using various sensor modalities, e.g., vision, depth, sound or touch. Each modality provides complementary information for perception. However, while it can be assumed that all modalities are available for training, when deploying the robot in real-world scenarios t…

Cited by 18SourcecodeScholar
2020

Multimodal Future Localization and Emergence Prediction for Objects in Egocentric View With a Reachability Prior

CVPR 2020poster

In this paper, we investigate the problem of anticipating future dynamics, particularly the future location of other vehicles and pedestrians, in the view of a moving vehicle. We approach two fundamental challenges: (1) the partial visibility due to the egocentric view with a single RGB camera and c…

Cited by 42PDFcodeScholar
2020

SELF: Learning to Filter Noisy Labels with Self-Ensembling

ICLR 2020poster

Deep neural networks (DNNs) have been shown to over-fit a dataset when being trained with noisy labels for a long enough time. To overcome this problem, we present a simple and effective method self-ensemble label filtering (SELF) to progressively filter out the wrong labels during training. Our met…

Cited by 400SourceScholar
2020

Understanding and Robustifying Differentiable Architecture Search

ICLR 2020talk

Differentiable Architecture Search (DARTS) has attracted a lot of attention due to its simplicity and small search costs achieved by a continuous relaxation and an approximation of the resulting bi-level optimization problem. However, DARTS does not work robustly for new problems: we identify a wid…

Cited by 464SourcecodeScholar
2019

AutoDispNet: Improving Disparity Estimation With AutoML

ICCV 2019poster

Much research work in computer vision is being spent on optimizing existing network architectures to obtain a few more percentage points on benchmarks. Recent AutoML approaches promise to relieve us from this effort. However, they are mainly designed for comparatively small-scale classification task…

Cited by 95PDFScholar
2019

Automated Boxwood Topiary Trimming with a Robotic Arm and Integrated Stereo Vision

IROS 2019poster

This paper presents an integrated hardware-software solution to perform fully automated robotic bush trimming to user-specified shapes. In contrast to specialized solutions that can trim only bushes of a certain shape, the approach ensures flexibility via a vision-based shape fitting module that all…

Cited by 15SourceScholar
2019

CAM-Convs: Camera-Aware Multi-Scale Convolutions for Single-View Depth

CVPR 2019poster

Single-view depth estimation suffers from the problem that a network trained on images from one camera does not generalize to images taken with a different camera model. Thus, changing the camera model requires collecting an entirely new training dataset. In this work, we propose a new type of convo…

Cited by 173PDFScholar
2019

DeepUSPS: Deep Robust Unsupervised Saliency Prediction via Self-supervision

NeurIPS 2019poster

Deep neural network (DNN) based salient object detection in images based on high-quality labels is expensive. Alternative unsupervised approaches rely on careful selection of multiple handcrafted saliency methods to generate noisy pseudo-ground-truth labels. In this work, we propose a two-stage mech…

Cited by 172SourcePDFScholar
2019

Defending Against Universal Perturbations With Shared Adversarial Training

ICCV 2019poster

Classifiers such as deep neural networks have been shown to be vulnerable against adversarial perturbations on problems with high-dimensional input space. While adversarial training improves the robustness of image classifiers against such adversarial perturbations, it leaves them sensitive to pertu…

Cited by 71PDFScholar
2019

FreiHAND: A Dataset for Markerless Capture of Hand Pose and Shape From Single RGB Images

ICCV 2019poster

Estimating 3D hand pose from single RGB images is a highly ambiguous problem that relies on an unbiased training dataset. In this paper, we analyze cross-dataset generalization when training on existing datasets. We find that approaches perform well on the datasets they are trained on, but do not ge…

Cited by 544PDFScholar
2019

Overcoming Limitations of Mixture Density Networks: A Sampling and Fitting Framework for Multimodal Future Prediction

CVPR 2019poster

Future prediction is a fundamental principle of intelligence that helps plan actions and avoid possible dangers. As the future is uncertain to a large extent, modeling the uncertainty and multimodality of the future states is of great relevance. Existing approaches are rather limited in this regard…

Cited by 241PDFcodeScholar
2019

Self-supervised 3D Shape and Viewpoint Estimation from Single Images for Robotics

IROS 2019poster

We present a convolutional neural network for joint 3D shape prediction and viewpoint estimation from a single input image. During training, our network gets the learning signal from a silhouette of an object in the input image-a form of self-supervision. It does not require ground truth data for 3D…

Cited by 28SourceScholar
2019

What Do Single-View 3D Reconstruction Networks Learn?

CVPR 2019poster

Convolutional networks for single-view object reconstruction have shown impressive performance and have become a popular subject of research. All existing techniques are united by the idea of having an encoder-decoder network that performs non-trivial reasoning about the 3D structure of the output s…

Cited by 521PDFScholar
2018

3D Human Pose Estimation in RGBD Images for Robotic Task Learning

ICRA 2018poster

We propose an approach to estimate 3D human pose in real world units from a single RGBD image and show that it exceeds performance of monocular 3D pose estimation approaches from color as well as pose estimation exclusively from depth. Our approach builds on robust human keypoint detectors for color…

Cited by 212SourcecodeScholar
2018

ECO: Efficient Convolutional Network for Online Video Understanding

ECCV 2018poster

The state of the art in video understanding suffers from two problems: (1) The major part of reasoning is performed locally in the video, thus missing important relationships within actions that span several seconds. (2) While there are local methods with fast per-frame processing, the processing of…

2018

Motion Perception in Reinforcement Learning with Dynamic Objects

CoRL 2018

In dynamic environments, learned controllers are supposed to take motion into account when selecting the action to be taken. However, in existing reinforcement learning works motion is rarely treated explicitly; it is rather assumed that the controller learns the necessary motion representation from

Cited by 0SourcePDFScholar
2018

Occlusions, Motion and Depth Boundaries with a Generic Network for Disparity, Optical Flow or Scene Flow Estimation

ECCV 2018poster

Occlusions play an important role in optical flow and disparity estimation, since matching costs are not available in occluded areas and occlusions indicate motion boundaries. Moreover, occlusions are relevant for motion segmentation and scene flow estimation. In this paper, we present an efficient…

Cited by 254SourcePDFScholar
2018

TD or not TD: Analyzing the Role of Temporal Differencing in Deep Reinforcement Learning

ICLR 2018poster

Our understanding of reinforcement learning (RL) has been shaped by theoretical and empirical results that were obtained decades ago using tabular representations and linear function approximators. These results suggest that RL methods that use temporal differencing (TD) are superior to direct Monte…

2018

Uncertainty Estimates and Multi-Hypotheses Networks for Optical Flow

ECCV 2018poster

Optical flow estimation can be formulated as an end-to-end supervised learning problem, which yields estimates with a superior accuracy-runtime tradeoff compared to alternative methodology. In this paper, we make such networks estimate their local uncertainty about the correctness of their predictio…

Cited by 270SourcePDFScholar
2017

Chained Multi-Stream Networks Exploiting Pose, Motion, and Appearance for Action Classification and Detection

ICCV 2017poster

General human action recognition requires understanding of various visual cues. In this paper, we propose a network architecture that computes and integrates the most important visual cues for action recognition: pose, motion, and the raw images. For the integration, we introduce a Markov chain mode…

Cited by 277PDFScholar
2017

DeMoN: Depth and Motion Network for Learning Monocular Stereo

CVPR 2017poster

In this paper we formulate structure from motion as a learning problem. We train a convolutional network end-to-end to compute depth and camera motion from successive, unconstrained image pairs. The architecture is composed of multiple stacked encoder-decoder networks, the core part being an iterati…

Cited by 880PDFScholar
2017

FlowNet 2.0: Evolution of Optical Flow Estimation With Deep Networks

CVPR 2017poster

The FlowNet demonstrated that optical flow estimation can be cast as a learning problem. However, the state of the art with regard to the quality of the flow has still been defined by traditional methods. Particularly on small displacements and real-world data, FlowNet cannot compete with variationa…

Cited by 4066PDFScholar
2017

Joint Graph Decomposition & Node Labeling: Problem, Algorithms, Applications

CVPR 2017poster

We state a combinatorial optimization problem whose feasible solutions define both a decomposition and a node labeling of a given graph. This problem offers a common mathematical abstraction of seemingly unrelated computer vision tasks, including instance-separating semantic segmentation, articulate…

Cited by 131PDFcodeScholar
2017

Octree Generating Networks: Efficient Convolutional Architectures for High-Resolution 3D Outputs

ICCV 2017poster

We present a deep convolutional decoder architecture that can generate volumetric 3D outputs in a compute- and memory-efficient manner by using an octree representation. The network learns to predict both the structure of the octree, and the occupancy values of individual cells. This makes it a part…

Cited by 925PDFcodeScholar
2017

Semantics-aware visual localization under challenging perceptual conditions

ICRA 2017poster

Visual place recognition under difficult perceptual conditions remains a challenging problem due to changing weather conditions, illumination and seasons. Long-term visual navigation approaches for robot localization should be robust to these dynamics of the environment. Existing methods typically l…

Cited by 161SourceScholar
2017

Universal Adversarial Perturbations Against Semantic Image Segmentation

ICCV 2017poster

While deep learning is remarkably successful on perceptual tasks, it was also shown to be vulnerable to adversarial perturbations of the input. These perturbations denote noise added to the input that was generated specifically to fool the system while being quasi-imperceptible for humans. More seve…

Cited by 311PDFScholar
2016

A Large Dataset to Train Convolutional Networks for Disparity, Optical Flow, and Scene Flow Estimation

CVPR 2016poster

Recent work has shown that optical flow estimation can be formulated as a supervised learning task and can be successfully solved with convolutional networks. Training of the so-called FlowNet was enabled by a large synthetically generated dataset. The present paper extends the concept of optical f…

Cited by 3436PDFScholar
2016

Deep learning for human part discovery in images

ICRA 2016

This paper addresses the problem of human body part segmentation in conventional RGB images, which has several applications in robotics, such as learning from demonstration and human-robot handovers. The proposed solution is based on Convolutional Neural Networks (CNNs). We present a network archite

Cited by 107SourceScholar
2016

Generating Images with Perceptual Similarity Metrics based on Deep Networks

NeurIPS 2016poster

We propose a class of loss functions, which we call deep perceptual similarity metrics (DeePSiM), allowing to generate sharp high resolution images from compressed abstract representations. Instead of computing distances in the image space, we compute distances between image features extracted by de…

Cited by 1422SourcePDFScholar
2016

Protein contact prediction from amino acid co-evolution using convolutional networks for graph-valued images

NeurIPS 2016oral

Proteins are the "building blocks of life", the most abundant organic molecules, and the central focus of most areas of biomedicine. Protein structure is strongly related to protein function, thus structure prediction is a crucial task on the way to solve many biological questions. A contact map is…

Cited by 53SourcePDFScholar
2016

Synthesizing the preferred inputs for neurons in neural networks via deep generator networks

NeurIPS 2016poster

Deep neural networks (DNNs) have demonstrated state-of-the-art results on many pattern recognition tasks, especially vision classification problems. Understanding the inner workings of such computational brains is both fascinating basic science that is interesting in its own right---similar to why w…

Cited by 907SourcePDFScholar
2015

Efficient Decomposition of Image and Mesh Graphs by Lifted Multicuts

ICCV 2015poster

Formulations of the Image Decomposition Problem as a Multicut Problem (MP) w.r.t. a superpixel graph have received considerable attention. In contrast, instances of the MP w.r.t. a pixel grid graph have received little attention, firstly, because the MP is NP-hard and instances w.r.t. a pixel grid g…

Cited by 159PDFScholar
2015

FlowNet: Learning Optical Flow With Convolutional Networks

ICCV 2015poster

Convolutional neural networks (CNNs) have recently been very successful in a variety of computer vision tasks, especially on those linked to recognition. Optical flow estimation has not been among the tasks CNNs succeeded at. In this paper we construct CNNs which are capable of solving the optical f…

Cited by 4909PDFScholar
2015

Learning to Generate Chairs With Convolutional Neural Networks

CVPR 2015poster

We train a generative convolutional neural network which is able to generate images of objects given object type, viewpoint, and color. We train the network in a supervised manner on a dataset of rendered 3D chair models. Our experiments show that the network does not merely learn all images by hear…

Cited by 1065SourcePDFScholar