From 6ac1e89145e7d0c6e423a5a3ed37209e2afe1fc0 Mon Sep 17 00:00:00 2001 From: Justin Yu Date: Thu, 21 Mar 2024 12:01:54 -0700 Subject: [PATCH] author rows --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 9a76ca3..e31a8d5 100644 --- a/index.html +++ b/index.html @@ -73,14 +73,14 @@

Incrementally Building Room-Scale Language-Embedded Gauss 1 + + -
Justin Kerr @@ -196,8 +196,8 @@

Overview

Building semantic 3D maps can be valuable for searching offices, warehouses, stores and homes for objects of interest. We present a multi-camera mapping system that incrementally builds a Language-Embedded Gaussian Splat (LEGS), a detailed 3D scene representation that encodes both appearance and semantics in a unified representation. LEGS is trained online as the robot traverses its environment, enabling localization of open-vocabulary object queries. -We evaluate LEGS on three room-scale scenes where we query random objects in the scene to assess the system's ability to capture semantic meaning. We compare our system to LERF \cite{kerr2023lerf} for these three scenes and find that while both systems have comparable object query success rates, LEGS trains over 3.5x faster than LERF. -Qualitative results suggest that multi-camera setup and incremental bundle adjustment boost visual reconstruction quality in constrained robot trajectories, and experimental results suggest LEGS can localize objects with up to 66\% accuracy across three large indoor environments, and produce high fidelity Gaussian Splats in an online manner by integrating bundle adjustment updates. +We evaluate LEGS on three room-scale scenes where we query random objects in the scene to assess the system's ability to capture semantic meaning. We compare our system to LERF for these three scenes and find that while both systems have comparable object query success rates, LEGS trains over 3.5x faster than LERF. +Qualitative results suggest that multi-camera setup and incremental bundle adjustment boost visual reconstruction quality in constrained robot trajectories, and experimental results suggest LEGS can localize objects with up to 66% accuracy across three large indoor environments, and produce high fidelity Gaussian Splats in an online manner by integrating bundle adjustment updates.