← Search

Vitor Guizilini

42 accepted papers

2026

AnchorDream: Repurposing Video Diffusion for Embodiment-Aware Robot Data Synthesis

ICRA 2026poster

The collection of large-scale and diverse robot demonstrations remains a major bottleneck for imitation learning, as real-world data acquisition is costly and simulators offer limited diversity and fidelity with pronounced sim-to-real gaps. While generative models present an attractive solution, exi…

2026

Do You Know Where Your Camera Is? View-Invariant Policy Learning with Camera Conditioning

ICRA 2026poster

We study view-invariant imitation learning by explicitly conditioning policies on camera extrinsics. Using Plücker embeddings of per-pixel rays, we show that conditioning on extrinsics significantly improves generalization across viewpoints for standard behavior cloning policies, including ACT, Diff…

2026

Humanoid Everyday: A Comprehensive Robotic Dataset for Open-World Humanoid Manipulation

ICRA 2026poster

From loco-motion to dextrous manipulation, humanoid robots have made remarkable strides in demonstrating complex full-body capabilities. However, the majority of current robot learning datasets and benchmarks mainly focus on stationary robot arms, and the few existing humanoid datasets are either co…

2025

Learning Temporally Consistent Video Depth from Video Diffusion Priors

CVPR 2025poster

This work addresses the challenge of streamed video depth estimation, which expects not only per-frame accuracy but, more importantly, cross-frame consistency. We argue that sharing contextual information between frames or clips is pivotal in fostering temporal consistency. Therefore, we reformulate…

2025

Self-Supervised Geometry-Guided Initialization for Robust Monocular Visual Odometry

IROS 2025

Monocular visual odometry is a key technology in various autonomous systems. Traditional feature-based methods suffer from failures due to poor lighting, insufficient texture, and large motions. In contrast, recent learning-based dense SLAM methods exploit iterative dense bundle adjustment to addres

Cited by 1SourcecodeScholar
2025

Zero-Shot Novel View and Depth Synthesis with Multi-View Geometric Diffusion

CVPR 2025poster

Current methods for 3D scene reconstruction from sparse posed images employ intermediate 3D representations such as neural fields, voxel grids, or 3D Gaussians, to achieve multi-view consistent scene appearance and geometry. In this paper we introduce MVGD, a diffusion-based architecture capable of…

Cited by 0SourcePDFScholar
2025

ZeroGrasp: Zero-Shot Shape Reconstruction Enabled Robotic Grasping

CVPR 2025poster

Robotic grasping is a cornerstone capability of embodied systems. Many methods directly output grasps from partial information without modeling the geometry of the scene, leading to suboptimal motion and even collisions. To address these issues, we introduce ZeroGrasp, a novel framework that simulta…

Cited by 0SourcePDFScholar
2024

NeRF-MAE: Masked AutoEncoders for Self-Supervised 3D Representation Learning for Neural Radiance Fields

ECCV 2024poster

"Neural fields excel in computer vision and robotics due to their ability to understand the 3D visual world such as inferring semantics, geometry, and dynamics. Given the capabilities of neural fields in densely representing a 3D scene from 2D images, we ask the question: Can we scale their self-sup…

2024

Transcrib3D: 3D Referring Expression Resolution through Large Language Models

IROS 2024poster

If robots are to work effectively alongside people, they must be able to interpret natural language references to objects in their 3D environment. Understanding 3D referring expressions is challenging—it requires the ability to both parse the 3D structure of the scene and correctly ground free-form…

Cited by 5SourcecodeScholar
2024

Zero-Shot Multi-Object Scene Completion

ECCV 2024poster

"We present a 3D scene completion method that recovers the complete geometry of multiple unseen objects in complex scenes from a single RGB-D image. Despite notable advancements in single-object 3D shape completion, high-quality reconstructions in highly cluttered real-world multi-object scenes rema…

Cited by 1SourcePDFScholar
2023

DeLiRa: Self-Supervised Depth, Light, and Radiance Fields

ICCV 2023poster

Differentiable volumetric rendering is a powerful paradigm for 3D reconstruction and novel view synthesis. However, standard volume rendering approaches struggle with degenerate geometries in the case of limited viewpoint diversity, a common scenario in robotics applications. In this work, we propos…

Cited by 4PDFScholar
2023

Depth Is All You Need for Monocular 3D Detection

ICRA 2023poster

A key contributor to recent progress in 3D detection from single images is monocular depth estimation. Existing methods focus on how to leverage depth explicitly, by generating pseudo-pointclouds or providing attention cues for image features. More recent works leverage depth prediction as a pretrai…

Cited by 11SourcecodeScholar
2023

NeO 360: Neural Fields for Sparse View Synthesis of Outdoor Scenes

ICCV 2023poster

Recent implicit neural representations have shown great results for novel view synthesis. However, existing methods require expensive per-scene optimization from many views hence limiting their application to real-world unbounded urban settings where the objects of interest or backgrounds are observ…

Cited by 47PDFcodeScholar
2023

Robust Self-Supervised Extrinsic Self-Calibration

IROS 2023poster

Autonomous vehicles and robots need to operate over a wide variety of scenarios in order to complete tasks efficiently and safely. Multi-camera self-supervised monocular depth estimation from videos is a promising way to reason about the environment, as it generates metrically scaled geometric predi…

Cited by 6SourceScholar
2023

Towards Zero-Shot Scale-Aware Monocular Depth Estimation

ICCV 2023poster

Monocular depth estimation is scale-ambiguous, and thus requires scale supervision to produce metric predictions. Even so, the resulting models will be geometry-specific, with learned scales that cannot be directly transferred across domains. Because of that, recent works focus instead on relative d…

Cited by 145PDFcodeScholar
2023

Viewpoint Equivariance for Multi-View 3D Object Detection

CVPR 2023poster

3D object detection from visual sensors is a cornerstone capability of robotic systems. State-of-the-art methods focus on reasoning and decoding object bounding boxes from multi-view camera input. In this work we gain intuition from the integral role of multi-view consistency in 3D scene understandi…

2022

Depth Field Networks for Generalizable Multi-View Scene Representation

ECCV 2022poster

"Modern 3D computer vision leverages learning to boost geometric reasoning, mapping image data to classical structures such as cost volumes or epipolar constraints to improve matching. These architectures are specialized according to the particular problem, and thus require significant task-specific…

Cited by 16SourcePDFScholar
2022

Learning Optical Flow, Depth, and Scene Flow Without Real-World Labels

RA-L 2022

Self-supervised monocular depth estimation enables robots to learn 3D perception from raw video streams. This scalable approach leverages projective geometry and ego-motion to learn via view synthesis, assuming the world is mostly static. Dynamic scenes, which are common in autonomous driving and hu

Cited by 63SourceScholar
2022

Multi-Frame Self-Supervised Depth With Transformers

CVPR 2022poster

Multi-frame depth estimation improves over single-frame approaches by also leveraging geometric relationships between images via feature matching, in addition to learning appearance-based features. In this paper we revisit feature matching for self-supervised monocular depth estimation, and propose…

Cited by 109PDFScholar
2022

Photo-Realistic Neural Domain Randomization

ECCV 2022poster

"Synthetic data is a scalable alternative to manual supervision, but it requires overcoming the sim-to-real domain gap. This discrepancy between virtual and real worlds is addressed by two seemingly opposed approaches: improving the realism of simulation or foregoing realism entirely via domain rand…

Cited by 12SourcePDFScholar
2022

Self-Supervised Camera Self-Calibration from Video

ICRA 2022poster

Camera calibration is integral to robotics and computer vision algorithms that seek to infer geometric properties of the scene from visual input streams. In practice, calibration is a laborious procedure requiring specialized data collection and careful tuning. This process must be repeated whenever…

Cited by 31SourceScholar
2022

SpOT: Spatiotemporal Modeling for 3D Object Tracking

ECCV 2022poster

"3D multi-object tracking aims to uniquely and consistently identify all mobile entities through time. Despite the rich spatiotemporal information available in this setting, current 3D tracking methods primarily rely on abstracted information and limited history, e.g. single-frame object bounding bo…

Cited by 13SourcePDFScholar
2021

Geometric Unsupervised Domain Adaptation for Semantic Segmentation

ICCV 2021poster

Simulators can efficiently generate large amounts of labeled synthetic data with perfect supervision for hard-to-label tasks like semantic segmentation. However, they introduce a domain gap that severely hurts real-world performance. We propose to use self-supervised monocular depth estimation as a…

Cited by 48PDFcodeScholar
2021

Is Pseudo-Lidar Needed for Monocular 3D Object Detection?

ICCV 2021poster

Recent progress in 3D object detection from single images leverages monocular depth estimation as a way to produce 3D pointclouds, turning cameras into pseudo-lidar sensors. These two-stage detectors improve with the accuracy of the intermediate depth estimation network, which can itself be improved…

Cited by 388PDFcodeScholar
2021

Sparse Auxiliary Networks for Unified Monocular Depth Prediction and Completion

CVPR 2021poster

Estimating scene geometry from cost-effective sensors is key for robots. In this paper, we study the problem of predicting dense depth from a single RGB image (monodepth) with optional sparse measurements from low-cost active depth sensors. We introduce Sparse Auxiliary Networks (SAN), a new module…

Cited by 86PDFcodeScholar
2020

3D Packing for Self-Supervised Monocular Depth Estimation

CVPR 2020oral

Although cameras are ubiquitous, robotic platforms typically rely on active sensors like LiDAR for direct 3D perception. In this work, we propose a novel self-supervised monocular depth estimation method combining geometry with a new deep network, PackNet, learned only from unlabeled monocular video…

Cited by 881PDFcodeScholar
2020

Neural Outlier Rejection for Self-Supervised Keypoint Learning

ICLR 2020poster

Identifying salient points in images is a crucial component for visual odometry, Structure-from-Motion or SLAM algorithms. Recently, several learned keypoint methods have demonstrated compelling performance on challenging benchmarks. However, generating consistent and accurate training data for int…

Cited by 39SourcecodeScholar
2020

Real-Time Panoptic Segmentation From Dense Detections

CVPR 2020oral

Panoptic segmentation is a complex full scene parsing task requiring simultaneous instance and semantic segmentation at high resolution. Current state-of-the-art approaches cannot run in real-time, and simplifying these architectures to improve efficiency severely degrades their accuracy. In this pa…

Cited by 94PDFScholar
2020

Self-Supervised 3D Keypoint Learning for Ego-Motion Estimation

CoRL 2020

Detecting and matching robust viewpoint-invariant keypoints is critical for visual SLAM and Structure-from-Motion. State-of-the-art learning-based methods generate training samples via homography adaptation to create 2D synthetic views with known keypoint matches from a single image. This approach d

2020

Semantically-Guided Representation Learning for Self-Supervised Monocular Depth

ICLR 2020poster

Self-supervised learning is showing great promise for monocular depth estimation, using geometry as the only source of supervision. Depth networks are indeed capable of learning representations that relate visual appearance to 3D properties by implicitly leveraging category-level patterns. In this w…

Cited by 285SourcecodeScholar
2019

Dynamic Hilbert Maps: Real-Time Occupancy Predictions in Changing Environments

ICRA 2019poster

This paper addresses the problem of learning instantaneous occupancy levels of dynamic environments and predicting future occupancy levels. Due to the complexity of most real environments, such as urban streets or crowded areas, the efficient and robust incorporation of temporal dependencies into ot…

Cited by 26SourceScholar
2019

Robust Semi-Supervised Monocular Depth Estimation with Reprojected Distances

CoRL 2019

Dense depth estimation from a single image is a key problem in computer vision, with exciting applications in a multitude of robotic tasks. Initially viewed as a direct regression problem, requiring annotated labels as supervision at training time, in the past few years a substantial amount of work

Cited by 0SourcePDFScholar
2019

Two Stream Networks for Self-Supervised Ego-Motion Estimation

CoRL 2019

Learning depth and camera ego-motion from raw unlabeled RGB video streams is seeing exciting progress through self-supervision from strong geometric cues. To leverage not only appearance but also scene geometry, we propose a novel self-supervised two-stream network using RGB and inferred depth infor

Cited by 0SourcePDFScholar
2018

Learning to Race Through Coordinate Descent Bayesian Optimisation

ICRA 2018poster

In the automation of many kinds of processes, the observable outcome can often be described as the combined effect of an entire sequence of actions, or controls, applied throughout the process execution. In these cases, strategies to optimise control policies for individual stages of the process are…

Cited by 13SourceScholar
2017

Markovian jump linear systems-based filtering for visual and GPS aided inertial navigation system

IROS 2017poster

Visual-Inertial SLAM methods have become a very important technology for several applications in robotics. This kind of approach usually is composed by sensors as rate gyros, accelerometers and monocular cameras. Magnetometers and GPS modules generally used for outdoors are absent in the SLAM system…

Cited by 6SourceScholar
2015

Automatic detection of Ceratocystis wilt in Eucalyptus crops from aerial images

ICRA 2015poster

One of the challenges in precision agriculture is the detection of diseased crops in agricultural environments. This paper presents a methodology to detect the Ceratocystis wilt disease in Eucalyptus crops. An unmanned aerial vehicle is used to obtain high-resolution RGB images of a predefined area.…

Cited by 22SourceScholar