← Search

Luca Carlone

78 accepted papers

2026

Category-Level Object Shape and Pose Estimation in Less Than a Millisecond

ICRA 2026poster

Object shape and pose estimation is a foundational robotics problem, supporting tasks from manipulation to scene understanding and navigation. We present a fast local solver for shape and pose estimation which requires only category-level object priors and admits an efficient certificate of global o…

2026

FUSE: Quantifying Uncertainty in Multimodal LLMs by Bayesian Fusing Epistemic and Aleatoric Uncertainty

ICML 2026poster

Multimodal large language models (MLLMs) are playing an increasingly important role across multiple domains. In many applications, such as robotics, it is crucial to quantify the uncertainty in the output of these models. } We develop Fused Uncertainty with Semantic Evidence (FUSE), a probabilistic …

Cited by 0SourceScholar
2026

Gaussian Mapping for Evolving Scenes

CVPR 2026

Mapping systems with novel view synthesis (NVS) capabilities are widely used in computer vision, as well as in various applications, including augmented reality, robotics, and autonomous driving. Most notably, 3D Gaussian Splatting-based systems show high NVS performance; however, many current appro

Cited by 0SourcecodeScholar
2026

H2OFlow: Grounding Human-Object Affordances with 3D Generative Models and Dense Diffused Flows

ICLR 2026poster

Understanding how humans interact with the surrounding environment, and specifically reasoning about object interactions and affordances, is a critical challenge in computer vision, robotics, and AI. Current approaches often depend on labor-intensive, hand-labeled datasets capturing real-world or si…

Cited by 0SourceScholar
2026

Non-Submodular Visual Attention for Robot Navigation

ICRA 2026poster

This paper presents a task-oriented computational framework to enhance Visual-Inertial Navigation (VIN) in robots, addressing challenges such as limited time and energy resources. The framework strategically selects visual features using a Mean Square Error (MSE)-based, non-submodular objective func…

2026

Picasso: Holistic Scene Reconstruction with Physics-Constrained Sampling

RSS 2026poster

In the presence of occlusions and measurement noise, geometrically accurate scene reconstructions—which fit the sensor data—can still be physically incorrect. For instance, when estimating the poses and shapes of objects in the scene and importing the resulting estimates into a simulator, small erro…

Cited by 0SourceScholar
2026

Structured Interfaces for Automated Reasoning with 3D Scene Graphs

ICRA 2026poster

In order to provide a robot with the ability to understand and react to a user's natural language inputs, the natural language must be connected to the robot's underlying representations of the world. Recently, large language models (LLMs) and 3D scene graphs (3DSGs) have become a popular choice for…

2025

ASHiTA: Automatic Scene-grounded HIerarchical Task Analysis

CVPR 2025poster

While recent work in scene reconstruction and understanding has made strides in grounding natural language to physical 3D environments, it is still challenging to ground abstract, high-level instructions to a 3D scene. High-level instructions might not explicitly invoke semantic elements in the scen…

Cited by 0SourcePDFScholar
2025

BUFFER-X: Towards Zero-Shot Point Cloud Registration in Diverse Scenes

ICCV 2025poster

Recent advances in deep learning-based point cloud registration have improved generalization, yet most methods still require retraining or manual parameter tuning for each new environment. In this paper, we identify three key factors limiting generalization: (a) reliance on environment-specific voxe…

2025

CRISP: Object Pose and Shape Estimation with Test-Time Adaptation

CVPR 2025highlight

We consider the problem of estimating object pose and shape from an RGB-D image. Our first contribution is to introduce CRISP, a category-agnostic object pose and shape estimation pipeline. The pipeline implements an encoder-decoder model for shape estimation. It uses FiLM-conditioning for implicit…

2025

KISS-Matcher: Fast and Robust Point Cloud Registration Revisited

ICRA 2025

While global point cloud registration systems have advanced significantly in all aspects, many studies have focused on specific components, such as feature extraction, graph-theoretic pruning, or pose solvers. In this paper, we take a holistic view on the registration problem and develop an open-sou

Cited by 19SourcecodeScholar
2025

Max Entropy Moment Kalman Filter for Polynomial Systems with Arbitrary Noise

NeurIPS 2025poster

Designing optimal Bayes filters for nonlinear non-Gaussian systems is a challenging task. The main difficulties are: 1) representing complex beliefs, 2) handling non-Gaussian noise, and 3) marginalizing past states. To address these challenges, we focus on polynomial systems and propose the Max Entr…

Cited by 0SourceScholar
2024

A Certifiable Algorithm for Simultaneous Shape Estimation and Object Tracking

RA-L 2024

Applications from manipulation to autonomous vehicles rely on robust and general object tracking to safely perform tasks in dynamic environments. We propose the first certifiably optimal category-level approach for simultaneous shape estimation and pose tracking of an object of known category (e.g.,

Cited by 3SourcecodeScholar
2024

Clio: Real-Time Task-Driven Open-Set 3D Scene Graphs

RA-L 2024

Modern tools for class-agnostic image segmentation (e.g., SegmentAnything) and open-set semantic understanding (e.g., CLIP) provide unprecedented opportunities for robot perception and mapping. While traditional closed-set metric-semantic maps were restricted to tens or hundreds of semantic classes,

Cited by 94SourcecodeScholar
2024

Indoor and Outdoor 3D Scene Graph Generation Via Language-Enabled Spatial Ontologies

RA-L 2024

This paper proposes an approach to build 3D scene graphs in arbitrary indoor and outdoor environments. Such extension is challenging; the hierarchy of concepts that describe an outdoor environment is more complex than for indoors, and manually defining such hierarchy is time-consuming and does not s

Cited by 46SourceScholar
2024

Khronos: A Unified Approach for Spatio-Temporal Metric-Semantic SLAM in Dynamic Environments

RSS 2024poster

Perceiving and understanding highly dynamic and changing environments is a crucial capability for robot autonomy. While large strides have been made towards developing dynamic SLAM approaches that estimate the robot pose accurately, a lesser emphasis has been put on the construction of dense spatio-…

2024

Monitoring of Perception Systems: Deterministic, Probabilistic, and Learning-Based Fault Detection and Identification (Abstract Reprint)

AAAI 2024technical

This paper investigates runtime monitoring of perception systems. Perception is a critical component of high-integrity applications of robotics and autonomous systems, such as self-driving cars. In these applications, failure of perception systems may put human life at risk, and a broad adoption of…

Cited by 0SourcePDFScholar
2024

Multi-Model 3D Registration: Finding Multiple Moving Objects in Cluttered Point Clouds

ICRA 2024poster

We investigate a variation of the 3D registration problem, named multi-model 3D registration. In the multi-model registration problem, we are given two point clouds picturing a set of objects at different poses (and possibly including points belonging to the background) and we want to simultaneously…

Cited by 13SourceScholar
2024

Test-Time Certifiable Self-Supervision to Bridge the Sim2Real Gap in Event-Based Satellite Pose Estimation

IROS 2024poster

Deep learning plays a critical role in vision-based satellite pose estimation. However, the scarcity of real data from the space environment means that deep models need to be trained using synthetic data, which raises the Sim2Real domain gap problem. A major cause of the Sim2Real gap are novel light…

Cited by 1SourceScholar
2023

A Correct-and-Certify Approach to Self-Supervise Object Pose Estimators via Ensemble Self-Training

RSS 2023poster

Real-world robotics applications demand object pose estimation methods that work reliably across a variety of scenarios. Modern learning-based approaches require large labeled datasets and tend to perform poorly outside the training domain. Our first contribution is to develop a robust corrector mod…

Cited by 5SourcePDFScholar
2023

Data-Association-Free Landmark-based SLAM

ICRA 2023poster

We study landmark-based SLAM with unknown data association: our robot navigates in a completely unknown environment and has to simultaneously reason over its own trajectory, the positions of an unknown number of landmarks in the environment, and potential data associations between measurements and l…

Cited by 8SourceScholar
2023

Hydra-Multi: Collaborative Online Construction of 3D Scene Graphs with Multi-Robot Teams

IROS 2023poster

3D scene graphs have recently emerged as an expressive high-level map representation that describes a 3D environment as a layered graph where nodes represent spatial concepts at multiple levels of abstraction (e.g., objects, rooms, buildings) and edges represent relations between concepts (e.g., inc…

Cited by 23SourceScholar
2023

Loc-NeRF: Monte Carlo Localization using Neural Radiance Fields

ICRA 2023poster

We present Loc-NeRF, a real-time vision-based robot localization approach that combines Monte Carlo localization and Neural Radiance Fields (NeRF). Our system uses a pre-trained NeRF model as the map of an environment and can localize itself in real-time using an RGB camera as the only exteroceptive…

Cited by 114SourcecodeScholar
2023

NeRF-SLAM: Real-Time Dense Monocular SLAM with Neural Radiance Fields

IROS 2023poster

We propose a novel geometric and photometric 3D mapping pipeline for accurate and real-time scene reconstruction from casually taken monocular images. To achieve this, we leverage recent advances in dense monocular SLAM and real-time hierarchical volumetric neural radiance fields. Our insight is tha…

Cited by 317SourcecodeScholar
2023

PyPose: A Library for Robot Learning With Physics-Based Optimization

CVPR 2023poster

Deep learning has had remarkable success in robotic perception, but its data-centric nature suffers when it comes to generalizing to ever-changing environments. By contrast, physics-based optimization generalizes better, but it does not perform as well in complicated tasks due to the lack of high-le…

2023

Resilient and Distributed Multi-Robot Visual SLAM: Datasets, Experiments, and Lessons Learned

IROS 2023poster

This paper revisits Kimera-Multi, a distributed multi-robot Simultaneous Localization and Mapping (SLAM) system, towards the goal of deployment in the real world. In particular, this paper has three main contributions. First, we describe improvements to Kimera-Multi to make it resilient to large-sca…

Cited by 40SourceScholar
2023

Task-Aware Risk Estimation of Perception Failures for Autonomous Vehicles

RSS 2023poster

Safety and performance are key enablers for autonomous driving: on the one hand we want our autonomous vehicles (AVs) to be safe, while at the same time their performance (e.g., comfort or progression) is key to adoption. To effectively walk the tightrope between safety and performance, AVs need to…

2022

Hierarchical Representations and Explicit Memory: Learning Effective Navigation Policies on 3D Scene Graphs using Graph Neural Networks

ICRA 2022poster

Representations are crucial for a robot to learn effective navigation policies. Recent work has shown that mid-level perceptual abstractions, such as depth estimates or 2D semantic segmentation, lead to more effective policies when provided as observations in place of raw sensor data (e.g., RGB imag…

Cited by 88SourcecodeScholar
2022

Hydra: A Real-time Spatial Perception System for 3D Scene Graph Construction and Optimization

RSS 2022poster

3D scene graphs have recently emerged as a powerful high-level representation of 3D environments. A 3D scene graph models the environment as a layered graph where nodes represent spatial concepts at multiple levels of abstraction (from low-level geometry to high-level semantics including objects, pl…

2022

LAMP 2.0: A Robust Multi-Robot SLAM System for Operation in Challenging Large-Scale Underground Environments

RA-L 2022

Search and rescue with a team of heterogeneous mobile robots in unknown and large-scale underground environments requires high-precision localization and mapping. This crucial requirement is faced with many challenges in complex and perceptually-degraded subterranean environments, as the onboard per

Cited by 154SourceScholar
2022

LOCUS 2.0: Robust and Computationally Efficient Lidar Odometry for Real-Time 3D Mapping

RA-L 2022

Lidar odometry has attracted considerable attention as a robust localization method for autonomous robots operating in complex GNSS-denied environments. However, achieving reliable and efficient performance on heterogeneous platforms in large-scale environments remains an open challenge due to the l

Cited by 86SourceScholar
2022

Loop Closure Prioritization for Efficient and Scalable Multi-Robot SLAM

RA-L 2022

Multi-robot SLAM systems in GPS-denied environments require loop closures to maintain a drift-free centralized map. With an increasing number of robots and size of the environment, checking and computing the transformation for all the loop closure candidates becomes computationally infeasible. In th

Cited by 31SourcecodeScholar
2021

Corrections to "LOCUS: A Multi-Sensor Lidar-Centric Solution for High-Precision Odometry and 3D Mapping in Real-Time"

RA-L 2021

Authors Benjamin Morrell, Kamak Ebadi, Jeremy Nash and Aliakbar Agha-mohammadi in the above-named work [ibid., IEEE Robot. Automat. Lett., vol. 6, no. 2, pp. 421–428, Apr. 2020] were incorrectly affiliated with the Polytechnic University of Bari. The correct authors affiliations are reported in the

Cited by 2SourceScholar
2021

Dynamic Grasping with a "Soft" Drone: From Theory to Practice

IROS 2021poster

Rigid grippers used in existing aerial manipulators require precise positioning to achieve successful grasps and transmit large contact forces that may destabilize the drone. This limits the speed during grasping and prevents "dynamic grasping", where the drone attempts to grasp an object while movi…

Cited by 91SourceScholar
2021

Kimera-Multi: a System for Distributed Multi-Robot Metric-Semantic Simultaneous Localization and Mapping

ICRA 2021poster

We present the first fully distributed multi-robot system for dense metric-semantic Simultaneous Localization and Mapping (SLAM). Our system, dubbed Kimera-Multi, is implemented by a team of robots equipped with visual-inertial sensors, and builds a 3D mesh model of the environment in real-time, whe…

Cited by 97SourceScholar
2021

LOCUS: A Multi-Sensor Lidar-Centric Solution for High-Precision Odometry and 3D Mapping in Real-Time

RA-L 2021

A reliable odometry source is a prerequisite to enable complex autonomy behaviour in next-generation robots operating in extreme environments. In this work, we present a high-precision lidar odometry system to achieve robust and real-time operation under challenging perceptual conditions. LOCUS (Lid

Cited by 134SourceScholar
2021

ROBIN: a Graph-Theoretic Approach to Reject Outliers in Robust Estimation using Invariants

ICRA 2021poster

Many estimation problems in robotics, computer vision, and learning require estimating unknown quantities in the face of outliers. Outliers are typically the result of incorrect data association or feature matching, and it is not uncommon to have problems where more than 90% of the measurements used…

Cited by 72SourceScholar
2020

3D Dynamic Scene Graphs: Actionable Spatial Perception with Places, Objects, and Humans

RSS 2020poster

We present a unified representation for actionable spatial perception: 3D Dynamic Scene Graphs. Scene graphs are directed graphs where nodes represent entities in the scene (e.g., objects, walls, rooms), and edges represent relations (e.g., inclusion, adjacency) among nodes. Dynamic scene graphs (DS…

2020

DOOR-SLAM: Distributed, Online, and Outlier Resilient SLAM for Robotic Teams

RA-L 2020

To achieve collaborative tasks, robots in a team need to have a shared understanding of the environment and their location within it. Distributed Simultaneous Localization and Mapping (SLAM) offers a practical solution to localize the robots without relying on an external positioning system (e.g. GP

Cited by 225SourcecodeScholar
2020

Graduated Non-Convexity for Robust Spatial Perception: From Non-Minimal Solvers to Global Outlier Rejection

RA-L 2020

Semidefinite Programming (SDP) and Sums-of-Squares (SOS) relaxations have led to certifiably optimal non-minimal solvers for several robotics and computer vision problems. However, most non-minimal solvers rely on least squares formulations, and, as a result, are brittle against outliers. While a st

Cited by 301SourceScholar
2020

Kimera: an Open-Source Library for Real-Time Metric-Semantic Localization and Mapping

ICRA 2020poster

We provide an open-source C++ library for real-time metric-semantic visual-inertial Simultaneous Localization And Mapping (SLAM). The library goes beyond existing visual and visual-inertial SLAM libraries (e.g., ORB-SLAM, VINS-Mono, OKVIS, ROVIO) by enabling mesh reconstruction and semantic labeling…

Cited by 713SourcecodeScholar
2020

LAMP: Large-Scale Autonomous Mapping and Positioning for Exploration of Perceptually-Degraded Subterranean Environments

ICRA 2020poster

Simultaneous Localization and Mapping (SLAM) in large-scale, unknown, and complex subterranean environments is a challenging problem. Sensors must operate in off-nominal conditions; uneven and slippery terrains make wheel odometry inaccurate, while long corridors without salient features make extero…

Cited by 210SourceScholar
2020

One Ring to Rule Them All: Certifiably Robust Geometric Perception with Outliers

NeurIPS 2020poster

We propose the first general and practical framework to design certifiable algorithms for robust geometric perception in the presence of a large amount of outliers. We investigate the use of a truncated least squares (TLS) cost function, which is known to be robust to outliers, but leads to hard, no…

2020

Primal-Dual Mesh Convolutional Neural Networks

NeurIPS 2020poster

Recent works in geometric deep learning have introduced neural networks that allow performing inference tasks on three-dimensional geometric data by defining convolution --and sometimes pooling-- operations on triangle meshes. These methods, however, either consider the input mesh as a graph, and do…

2020

Shonan Rotation Averaging: Global Optimality by Surfing SO(p)(n)

ECCV 2020poster

Shonan Rotation Averaging is a fast, simple, and elegant rotation averaging algorithm that is guaranteed to recover globally optimal solutions under mild assumptions on the measurement noise. Our method employs semidefinite relaxation in order to recover provably globally optimal solutions of the ro…

Cited by 92SourcePDFScholar
2019

Incremental Visual-Inertial 3D Mesh Generation with Structural Regularities

ICRA 2019poster

Visual-Inertial Odometry (VIO) algorithms typically rely on a point cloud representation of the scene that does not model the topology of the environment. A 3D mesh instead offers a richer, yet lightweight, model. Nevertheless, building a 3D mesh out of the sparse and noisy 3D landmarks triangulated…

Cited by 64SourcecodeScholar
2019

Modeling Perceptual Aliasing in SLAM via Discrete-Continuous Graphical Models

RA-L 2019

Perceptual aliasing is one of the main causes of the failure for simultaneous localization and mapping (SLAM) systems operating in the wild. Perceptual aliasing is a phenomenon where different places generate a similar visual (or, in general, perceptual) footprint. This causes spurious measurements

Cited by 95SourceScholar
2019

Outlier-Robust Spatial Perception: Hardness, General-Purpose Algorithms, and Guarantees

IROS 2019poster

Spatial perception is the backbone of many robotics applications, and spans a broad range of research problems, including localization and mapping, point cloud alignment, and relative pose estimation from camera images. Robust spatial perception is jeopardized by the presence of incorrect data assoc…

Cited by 45SourceScholar
2018

Visual-Inertial Navigation Algorithm Development Using Photorealistic Camera Simulation in the Loop

ICRA 2018poster

The development of fast, agile micro Unmanned Aerial Vehicles (UAVs) has been limited by (i) on-board computing hardware restrictions, (ii) the lack of sophisticated vision-based perception and vision-in-the-loop control algorithms, and (iii) the absence of development environments where such system…

Cited by 52SourceScholar
2017

Duckietown: An open, inexpensive and flexible platform for autonomy education and research

ICRA 2017poster

Duckietown is an open, inexpensive and flexible platform for autonomy education and research. The platform comprises small autonomous vehicles (“Duckiebots”) built from off-the-shelf components, and cities (“Duckietowns”) complete with roads, signage, traffic lights, obstacles, and citizens (duckies…

Cited by 281SourceScholar
2017

Visual-Inertial Odometry on Chip: An Algorithm-and-Hardware Co-design Approach

RSS 2017poster

Autonomous navigation of miniaturized robots (e.g., nano/pico aerial vehicles) is currently a grand challenge for robotics research, due to the need for processing a large amount of sensor data (e.g., camera frames) with limited on-board computational resources. In this paper we focus on the design…

Cited by 69SourcePDFScholar
2016

Distributed trajectory estimation with privacy and communication constraints: A two-stage distributed Gauss-Seidel approach

ICRA 2016

We propose a distributed algorithm to estimate the 3D trajectories of multiple cooperative robots from relative pose measurements. Our approach leverages recent results [1] which show that the maximum likelihood trajectory is well approximated by a sequence of two quadratic subproblems. The main con

Cited by 44SourceScholar
2015

Exactly sparse memory efficient SLAM using the multi-block alternating direction method of multipliers

IROS 2015poster

Large-scale SLAM demands for scalable techniques in which the computational burden and the memory consumption is shared among many processing units. While recent literature offers competitive approaches for scalable mapping, these usually involve approximations to preserve sparsity of the resulting…

Cited by 26SourceScholar
2015

IMU Preintegration on Manifold for Efficient Visual-Inertial Maximum-a-Posteriori Estimation

RSS 2015poster

Recent results in monocular visual-inertial navigation (VIN) have shown that optimization-based approaches outperform filtering methods in terms of accuracy due to their capability to relinearize past states. However, the improvement comes at the cost of increased computational complexity. In this p…

2015

Initialization techniques for 3D SLAM: A survey on rotation estimation and its use in pose graph optimization

ICRA 2015poster

Pose graph optimization is the non-convex optimization problem underlying pose-based Simultaneous Localization and Mapping (SLAM). If robot orientations were known, pose graph optimization would be a linear least-squares problem, whose solution can be computed efficiently and reliably. Since rotatio…

Cited by 302SourceScholar
2015

Lagrangian duality in 3D SLAM: Verification techniques and optimal solutions

IROS 2015poster

State-of-the-art techniques for simultaneous localization and mapping (SLAM) employ iterative nonlinear optimization methods to compute an estimate for robot poses. While these techniques often work well in practice, they do not provide guarantees on the quality of the estimate. This paper shows tha…

Cited by 123SourceScholar