← Search

Eric Brachmann

23 accepted papers

2026

A Scene is Worth a Thousand Features: Feed-Forward Camera Localization from a Collection of Image Features

ICLR 2026poster

Visually localizing an image, i.e., estimating its camera pose, requires building a scene representation that serves as a visual map. The representation we choose has direct consequences towards the practicability of our system. Even when starting from mapping images with known camera poses, state-o…

Cited by 0SourceScholar
2025

ACE-G: Improving Generalization of Scene Coordinate Regression Through Query Pre-Training

ICCV 2025poster

Scene coordinate regression (SCR) has established itself as a promising learning-based approach to visual relocalization. After mere minutes of scene-specific training, SCR models estimate camera poses of query images with high accuracy. Still, SCR methods fall short of the generalization capabiliti…

Cited by 0SourcePDFScholar
2025

Scene Coordinate Reconstruction Priors

ICCV 2025poster

Scene coordinate regression (SCR) models have proven to be powerful implicit scene representations for 3D vision, enabling visual relocalization and structure-from-motion. SCR models are trained specifically for one scene. If training images imply insufficient multi-view constraints to recover the s…

Cited by 0SourcePDFScholar
2024

Map-Relative Pose Regression for Visual Re-Localization

CVPR 2024highlight

Pose regression networks predict the camera pose of a query image relative to a known environment. Within this family of methods absolute pose regression (APR) has recently shown promising accuracy in the range of a few centimeters in position error. APR networks encode the scene geometry implicitly…

2024

Matching 2D Images in 3D: Metric Relative Pose from Metric Correspondences

CVPR 2024poster

Given two images we can estimate the relative camera pose between them by establishing image-to-image correspondences. Usually correspondences are 2D-to-2D and the pose we estimate is defined only up to scale. Some applications aiming at instant augmented reality anywhere require scale-metric pose e…

2023

Accelerated Coordinate Encoding: Learning to Relocalize in Minutes Using RGB and Poses

CVPR 2023highlight

Learning-based visual relocalizers exhibit leading pose accuracy, but require hours or days of training. Since training needs to happen on each new scene again, long training times make learning-based relocalization impractical for most applications, despite its promise of high accuracy. In this pap…

2023

Two-View Geometry Scoring Without Correspondences

CVPR 2023poster

Camera pose estimation for two-view geometry traditionally relies on RANSAC. Normally, a multitude of image correspondences leads to a pool of proposed hypotheses, which are then scored to find a winning model. The inlier count is generally regarded as a reliable indicator of "consensus". We examine…

2022

Camera Pose Estimation and Localization with Active Audio Sensing

ECCV 2022poster

"In this work, we show how to estimate a device’s position and orientation indoors by echolocation, i.e., by interpreting the echoes of an audio signal that the device itself emits. Established visual localization methods rely on the device’s camera and yield excellent accuracy if unique visual feat…

2022

Map-Free Visual Relocalization: Metric Pose Relative to a Single Image

ECCV 2022poster

"Can we relocalize in a scene represented by a single reference image? Standard visual relocalization requires hundreds of images and scale calibration to build a scene-specific 3D map. In contrast, we propose Map-free Relocalization, i.e., using only one photo of a scene to enable instant, metric s…

2021

Cuboids Revisited: Learning Robust 3D Shape Fitting to Single RGB Images

CVPR 2021poster

Humans perceive and construct the surrounding world as an arrangement of simple parametric models. In particular, man-made environments commonly consist of volumetric primitives such as cuboids or cylinders. Inferring these primitives is an important step to attain high-level, abstract scene descrip…

Cited by 32PDFcodeScholar
2021

On the Limits of Pseudo Ground Truth in Visual Camera Re-Localisation

ICCV 2021poster

Benchmark datasets that measure camera pose accuracy have driven progress in visual re-localisation research. To obtain poses for thousands of images, it is common to use a reference algorithm to generate pseudo ground truth. Popular choices include Structure-from-Motion (SfM) and Simultaneous-Local…

Cited by 75PDFcodeScholar
2020

CONSAC: Robust Multi-Model Fitting by Conditional Sample Consensus

CVPR 2020poster

We present a robust estimator for fitting multiple parametric models of the same form to noisy measurements. Applications include finding multiple vanishing points in man-made scenes, fitting planes to architectural imagery, or estimating multiple rigid motions within the same sequence. In contrast…

Cited by 73PDFcodeScholar
2020

Reinforced Feature Points: Optimizing Feature Detection and Description for a High-Level Task

CVPR 2020oral

We address a core problem of computer vision: Detection and description of 2D feature points for image matching. For a long time, hand-crafted designs, like the seminal SIFT algorithm, were unsurpassed in accuracy and efficiency. Recently, learned feature detectors emerged that implement detection a…

Cited by 97PDFcodeScholar
2018

BOP: Benchmark for 6D Object Pose Estimation

ECCV 2018poster

We propose a benchmark for 6D pose estimation of a rigid object from a single RGB-D input image. The training data consists of a texture-mapped 3D object model or images of the object in known 6D poses. The benchmark comprises of: i) eight datasets in a unified format that cover different practical…

2017

DSAC - Differentiable RANSAC for Camera Localization

CVPR 2017oral

RANSAC is an important algorithm in robust optimization and a central building block for many computer vision applications. In recent years, traditionally hand-crafted pipelines have been replaced by deep learning pipelines, which can be trained in an end-to-end fashion. However, RANSAC has so far n…

Cited by 737PDFcodeScholar
2017

Global Hypothesis Generation for 6D Object Pose Estimation

CVPR 2017spotlight

This paper addresses the task of estimating the 6D-pose of a known 3D object from a single RGB-D image. Most modern approaches solve this task in three steps: i) compute local features; ii) generate a pool of pose-hypotheses; iii) select and refine a pose from the pool. This work focuses on the seco…

Cited by 156PDFScholar
2017

PoseAgent: Budget-Constrained 6D Object Pose Estimation via Reinforcement Learning

CVPR 2017poster

State-of-the-art computer vision algorithms often achieve efficiency by making discrete choices about which hypotheses to explore next. This allows allocation of computational resources to promising candidates, however, such decisions are non-differentiable. As a result, these algorithms are hard t…

Cited by 60PDFScholar
2017

Random forests versus Neural Networks — What's best for camera localization?

ICRA 2017poster

This work addresses the task of camera localization in a known 3D scene given a single input RGB image. State-of-the-art approaches accomplish this in two steps: firstly, regressing for every pixel in the image its 3D scene coordinate and subsequently, using these coordinates to estimate the final 6…

Cited by 90SourceScholar
2016

Uncertainty-Driven 6D Pose Estimation of Objects and Scenes From a Single RGB Image

CVPR 2016poster

In recent years, the task of estimating the 6D pose of object instances and complete scenes, i.e. camera localization, from a single input image has received considerable attention. Consumer RGB-D cameras have made this feasible, even for difficult, texture-less objects and scenes. In this work, we…

Cited by 627PDFScholar
2015

Learning Analysis-by-Synthesis for 6D Pose Estimation in RGB-D Images

ICCV 2015poster

Analysis-by-synthesis has been a successful approach for many tasks in computer vision, such as 6D pose estimation of an object in an RGB-D image which is the topic of this work. The idea is to compare the observation with the output of a forward process, such as a rendered image of the object of in…

Cited by 263PDFScholar