← Search

Vincent Lepetit

52 accepted papers

2026

MAGICIAN: Efficient Long-Term Planning with Imagined Gaussians for Active Mapping

CVPR 2026

Active mapping aims to determine how an agent should move to efficiently reconstruct an unknown environment. Most existing approaches rely on greedy next-best-view prediction, resulting in inefficient exploration and incomplete scene reconstruction. To address this limitation, we introduce MAGICIAN,

Cited by 0SourcecodeScholar
2025

Alligat0R: Pre-Training through Covisibility Segmentation for Relative Camera Pose Regression

NeurIPS 2025spotlight

Pre-training techniques have greatly advanced computer vision, with CroCo’s cross-view completion approach yielding impressive results in tasks like 3D reconstruction and pose regression. However, cross-view completion is ill-posed in non-covisible regions, limiting its effectiveness. We introduce A…

Cited by 0SourceScholar
2025

Corr2Distrib: Making Ambiguous Correspondences an Ally to Predict Reliable 6D Pose Distributions

RA-L 2025

We introduce Corr2Distrib, the first correspondence-based method which estimates a 6D camera pose distribution from an RGB image, explaining the observations. Indeed, symmetries and occlusions introduce visual ambiguities, leading to multiple valid poses. While a few recent methods tackle this probl

Cited by 2SourceScholar
2025

GuideFlow3D: Optimization-Guided Rectified Flow For Appearance Transfer

NeurIPS 2025poster

Transferring appearance to 3D assets using different representations of the appearance object - such as images or text - has garnered interest due to its wide range of applications in industries like gaming, augmented reality, and digital content creation. However, state-of-the-art methods still fai…

Cited by 0SourcecodeScholar
2025

NextBestPath: Efficient 3D Mapping of Unseen Environments

ICLR 2025poster

This work addresses the problem of active 3D mapping, where an agent must find an efficient trajectory to exhaustively reconstruct a new scene. Previous approaches mainly predict the next best view near the agent's location, which is prone to getting stuck in local areas. Additionally, existing indo…

Cited by 0SourcePDFScholar
2024

Correspondences of the Third Kind: Camera Pose Estimation from Object Reflection

ECCV 2024oral

"Computer vision has long relied on two kinds of correspondences: pixel correspondences in images and 3D correspondences on object surfaces. Is there another kind, and if there is, what can they do for us? In this paper, we introduce correspondences of the third kind we call reflection correspondenc…

Cited by 0SourcePDFScholar
2024

GigaPose: Fast and Robust Novel Object Pose Estimation via One Correspondence

CVPR 2024poster

We present GigaPose a fast robust and accurate method for CAD-based novel object pose estimation in RGB images. GigaPose first leverages discriminative "templates" rendered images of the CAD models to recover the out-of-plane rotation and then uses patch correspondences to estimate the four remainin…

2024

NOPE: Novel Object Pose Estimation from a Single Image

CVPR 2024poster

The practicality of 3D object pose estimation remains limited for many applications due to the need for prior knowledge of a 3D model and a training period for new objects. To address this limitation we propose an approach that takes a single image of a new object as input and predicts the relative…

2024

SuGaR: Surface-Aligned Gaussian Splatting for Efficient 3D Mesh Reconstruction and High-Quality Mesh Rendering

CVPR 2024poster

We propose a method to allow precise and extremely fast mesh extraction from 3D Gaussian Splatting. Gaussian Splatting has recently become very popular as it yields realistic rendering while being significantly faster to train than NeRFs. It is however challenging to extract a mesh from the millions…

2023

In-Hand 3D Object Scanning From an RGB Sequence

CVPR 2023poster

We propose a method for in-hand 3D scanning of an unknown object with a monocular camera. Our method relies on a neural implicit surface representation that captures both the geometry and the appearance of the object, however, by contrast with most NeRF-based methods, we do not assume that the camer…

Cited by 24SourcePDFScholar
2023

MACARONS: Mapping and Coverage Anticipation With RGB Online Self-Supervision

CVPR 2023poster

We introduce a method that simultaneously learns to explore new large environments and to reconstruct them in 3D from color images only. This is closely related to the Next Best View problem (NBV), where one has to identify where to move the camera next to improve the coverage of an unknown scene. H…

Cited by 8SourcePDFScholar
2023

You Never Get a Second Chance To Make a Good First Impression: Seeding Active Learning for 3D Semantic Segmentation

ICCV 2023poster

We propose SeedAL, a method to seed active learning for efficient annotation of 3D point clouds for semantic segmentation. Active Learning (AL) iteratively selects relevant data fractions to annotate within a given budget, but requires a first fraction of the dataset (a 'seed') to be already annotat…

Cited by 5PDFcodeScholar
2022

Keypoint Transformer: Solving Joint Identification in Challenging Hands and Object Interactions for Accurate 3D Pose Estimation

CVPR 2022oral

We propose a robust and accurate method for estimating the 3D poses of two hands in close interaction from a single color image. This is a very challenging problem, as large occlusions and many confusions between the joints may happen. State-of-the-art methods solve this problem by regressing a heat…

Cited by 174PDFcodeScholar
2022

MonteBoxFinder: Detecting and Filtering Primitives to Fit a Noisy Point Cloud

ECCV 2022poster

"We present MonteBoxFinder, a method that, given an noisy input point cloud, detects a dense set of imperfect boxes, and employs a discrete optimization algorithm that efficiently explores the space of allbox arrangements in order to find the arrangement that best fits the pointcloud. Our method dem…

2022

SCONE: Surface Coverage Optimization in Unknown Environments by Volumetric Integration

NeurIPS 2022accept

Next Best View computation (NBV) is a long-standing problem in robotics, and consists in identifying the next most informative sensor position(s) for reconstructing a 3D object or scene efficiently and accurately. Like most current methods, we consider NBV prediction from a depth sensor like Lidar s…

2022

Templates for 3D Object Pose Estimation Revisited: Generalization to New Objects and Robustness to Occlusions

CVPR 2022poster

We present a method that can recognize new objects and estimate their 3D pose in RGB images even under partial occlusions. Our method requires neither a training phase on these objects nor real images depicting them, only their CAD models. It relies on a small set of training objects to learn local…

Cited by 87PDFcodeScholar
2021

Back to the Feature: Learning Robust Camera Localization From Pixels To Pose

CVPR 2021poster

Camera pose estimation in known scenes is a 3D geometry task recently tackled by multiple learning algorithms. Many regress precise geometric quantities, like poses or 3D points, from an input image. This either fails to generalize to new viewpoints or ties the model parameters to a specific scene.…

Cited by 301PDFcodeScholar
2021

Monte Carlo Scene Search for 3D Scene Understanding

CVPR 2021poster

We explore how a general AI algorithm can be used for 3D scene understanding to reduce the need for training data. More exactly, we propose a modification of the Monte Carlo Tree Search (MCTS) algorithm to retrieve objects and room layouts from noisy RGB-D scans. While MCTS was developed as a game-p…

Cited by 29PDFcodeScholar
2021

MonteFloor: Extending MCTS for Reconstructing Accurate Large-Scale Floor Plans

ICCV 2021poster

We propose a novel method for reconstructing floor plans from noisy 3D point clouds. Our main contribution is a principled approach that relies on the Monte Carlo Tree Search (MCTS) algorithm to maximize a suitable objective function efficiently despite the complexity of the problem. Like previous w…

Cited by 41PDFcodeScholar
2021

Neural Reprojection Error: Merging Feature Learning and Camera Pose Estimation

CVPR 2021poster

Absolute camera pose estimation is usually addressed by sequentially solving two distinct subproblems: First a feature matching problem that seeks to establish putative 2D-3D correspondences, and then a Perspective-n-Point problem that minimizes, w.r.t. the camera pose, the sum of so-called Reprojec…

Cited by 37PDFScholar
2021

Single Image Depth Prediction With Wavelet Decomposition

CVPR 2021poster

We present a novel method for predicting accurate depths from monocular images with high efficiency. This optimal efficiency is achieved by exploiting wavelet decomposition, which is integrated in a fully differentiable encoder-decoder architecture. We demonstrate that we can reconstruct high-fideli…

Cited by 82PDFcodeScholar
2020

General 3D Room Layout from a Single View by Render-and-Compare

ECCV 2020poster

We present a novel method to reconstruct the 3D layout of a room—walls, floors, ceilings—from a single perspective view in challenging conditions, by contrast with previous single-view methods restricted to cuboid-shaped layouts. This input view can consist of a color image only, but considering a de…

2020

Geometric Correspondence Fields: Learned Differentiable Rendering for 3D Pose Refinement in the Wild

ECCV 2020poster

We present a novel 3D pose refinement approach based on differentiable rendering for objects of arbitrary categories in the wild. In contrast to previous methods, we make two main contributions: First, instead of comparing real-world images and synthetic renderings in the RGB or mask space, we compa…

Cited by 10SourcePDFScholar
2020

HOnnotate: A Method for 3D Annotation of Hand and Object Poses

CVPR 2020poster

We propose a method for annotating images of a hand manipulating an object with the 3D poses of both the hand and the object, together with a dataset created using this method. Our motivation is the current lack of annotated real images for this problem, as estimating the 3D poses is challenging, mo…

Cited by 470PDFScholar
2020

Measuring Generalisation to Unseen Viewpoints, Articulations, Shapes and Objects for 3D Hand Pose Estimation under Hand-Object Interaction

ECCV 2020poster

Articulations, Shapes and Objects for 3D Hand Pose Estimation under Hand-Object Interaction","We study how well different types of approaches generalise in the task of 3D hand pose estimation under single hand scenarios and hand-object interaction. We show that the accuracy of state-of-the-art metho…

2020

Predicting Sharp and Accurate Occlusion Boundaries in Monocular Depth Estimation Using Displacement Fields

CVPR 2020poster

Current methods for depth map prediction from monocular images tend to predict smooth, poorly localized contours for the occlusion boundaries in the input image. This is unfortunate as occlusion boundaries are important cues to recognize objects, and as we show, may lead to a way to discover new obj…

Cited by 73PDFcodeScholar
2020

S2DNet: Learning Image Features for Accurate Sparse-to-Dense Matching

ECCV 2020poster

Establishing robust and accurate correspondences is a fundamental backbone to many computer vision algorithms. While recent learning-based feature matching methods have shown promising results in providing robust correspondences under challenging conditions, they are often limited in terms of precis…

Cited by 43SourcePDFScholar
2019

GP2C: Geometric Projection Parameter Consensus for Joint 3D Pose and Focal Length Estimation in the Wild

ICCV 2019poster

We present a joint 3D pose and focal length estimation approach for object categories in the wild. In contrast to previous methods that predict 3D poses independently of the focal length or assume a constant focal length, we explicitly estimate and integrate the focal length into the 3D pose estimat…

Cited by 21PDFScholar
2019

Speed Invariant Time Surface for Learning to Detect Corner Points With Event-Based Cameras

CVPR 2019poster

We propose a learning approach to corner detection for event-based cameras that is stable even under fast and abrupt motions. Event-based cameras offer high temporal resolution, power efficiency, and high dynamic range. However, the properties of event-based data are very different compar…

Cited by 124PDFScholar
2018

3D Pose Estimation and 3D Model Retrieval for Objects in the Wild

CVPR 2018poster

We propose a scalable, efficient and accurate approach to retrieve 3D models for objects in the wild. Our contribution is twofold. We first present a 3D pose estimation approach for object categories which significantly outperforms the state-of-the-art on Pascal3D+. Second, we use the estimated pose…

Cited by 175SourcePDFScholar
2018

Feature Mapping for Learning Fast and Accurate 3D Pose Inference From Synthetic Images

CVPR 2018poster

We propose a simple and efficient method for exploiting synthetic images when training a Deep Network to predict a 3D pose from an image. The ability of using synthetic images for training a Deep Network is extremely valuable as it is easy to create a virtually infinite training set made of such ima…

Cited by 166SourcePDFScholar
2018

Geometry-Aware Network for Non-Rigid Shape Prediction From a Single View

CVPR 2018poster

We propose a method for predicting the 3D shape of a deformable surface from a single view. By contrast with previous approaches, we do not need a pre-registered template of the surface, and our method is robust to the lack of texture and partial occlusions. At the core of our approach is a geometry…

Cited by 66SourcePDFScholar
2018

Learning to Find Good Correspondences

CVPR 2018poster

We develop a deep architecture to learn to find good correspondences for wide-baseline stereo. Given a set of putative sparse matches and the camera intrinsics, we train our network in an end-to-end fashion to label the correspondences as inliers or outliers, while simultaneously using them to recov…

Cited by 685SourcePDFScholar
2018

Making Deep Heatmaps Robust to Partial Occlusions for 3D Object Pose Estimation

ECCV 2018poster

We introduce a novel method for robust and accurate 3D object pose estimation from a single color image under large occlusions. Following recent approaches, we first predict the 2D projections of 3D points related to the target object and then compute the 3D pose from these correspondences using a g…

Cited by 295SourcePDFScholar
2017

BB8: A Scalable, Accurate, Robust to Partial Occlusion Method for Predicting the 3D Poses of Challenging Objects Without Using Depth

ICCV 2017poster

We introduce a novel method for 3D object detection and pose estimation from color images only. We first use segmentation to detect the objects of interest in 2D even in presence of partial occlusions and cluttered background. By contrast with recent patch-based methods, we rely on a "holistic" appr…

Cited by 1036PDFScholar
2017

Learning to Align Semantic Segmentation and 2.5D Maps for Geolocalization

CVPR 2017poster

We present an efficient method for geolocalization in urban environments starting from a coarse estimate of the location provided by a GPS and using a simple untextured 2.5D model of the surrounding buildings. Our key contribution is a novel efficient and robust method to optimize the pose: We train…

Cited by 40PDFScholar
2016

Direct Prediction of 3D Body Poses From Motion Compensated Sequences

CVPR 2016poster

We propose an efficient approach to exploiting motion information from consecutive frames of a video sequence to recover the 3D pose of people. Previous approaches typically compute candidate poses in individual frames and then link them in a post-processing step to resolve ambiguities. By contrast…

Cited by 273PDFScholar
2016

Efficiently Creating 3D Training Data for Fine Hand Pose Estimation

CVPR 2016spotlight

While many recent hand pose estimation methods critically rely on a training set of labelled frames, the creation of such a dataset is a challenging task that has been overlooked so far. As a result, existing datasets are limited to a few sequences and individuals, with limited accuracy, and this pr…

Cited by 115PDFcodeScholar
2016

Vision-based Unmanned Aerial Vehicle detection and tracking for sense and avoid systems

IROS 2016poster

We propose an approach for on-line detection of small Unmanned Aerial Vehicles (UAVs) and estimation of their relative positions and velocities in the 3D environment from a single moving camera in the context of sense and avoid systems. This problem is challenging both from a detection point of view…

Cited by 76SourceScholar
2015

A Novel Representation of Parts for Accurate 3D Object Detection and Tracking in Monocular Images

ICCV 2015poster

We present a method that estimates in real-time and under challenging conditions the 3D pose of a known object. Our method relies only on grayscale images since depth cameras fail on metallic objects; it can handle poorly textured objects, and cluttered, changing environments; the pose it predi…

Cited by 135PDFScholar