diff --git a/_layouts/default.html b/_layouts/default.html index ada3c31..58448b0 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -18,6 +18,12 @@ + {% if page.redirect_to %} + + + + {% endif %} + @@ -89,7 +95,7 @@
-
+
{{ content }} @@ -110,6 +116,21 @@ {{ site.data.settings.advanced_settings.footer_js }} {% endif %} + + diff --git a/_projects/object-loop-closures.md b/_projects/object-loop-closures.md index 0b98fcc..1c373e6 100644 --- a/_projects/object-loop-closures.md +++ b/_projects/object-loop-closures.md @@ -1,11 +1,11 @@ --- -title: Global Localization via Open-Set Object Mapping and Alignment -date: 2024-09-01 +title: Open-Set Object Mapping and Loop Closures +date: 2025-06-01 description: This project presents an outdoor global localization method based on robust registration of open-set segment maps. summary: (optional) One paragraph summary -featured_image: '/images/projects/global_loc_obj_map.png' +featured_image: '/images/projects/object_matching.jpg' authors: - masonbp @@ -16,9 +16,10 @@ papers (optional): - active: true +redirect_to: https://acl.mit.edu/roman/ --- -![](/images/projects/global_loc_obj_map.png) +![](/images/projects/object_matching.jpg) ## About @@ -28,4 +29,4 @@ Our method detects and tracks segments using open-set image segmentation models To perform global localization under the high outlier regimes, we formulate a registration problem between small submaps of 3D segments and solve for the correspondences using a graph-theoretic global data association approach. -Further, to guide registration in highly noisy or ambiguous scenarios, we propose novel ways of incorporating additional information like semantics, geometric shape, and known gravity direction within the global data association formulation. \ No newline at end of file +Further, to guide registration in highly noisy or ambiguous scenarios, we propose novel ways of incorporating additional information like semantics, geometric shape, and known gravity direction within the global data association formulation. diff --git a/images/projects/object_matching.jpg b/images/projects/object_matching.jpg new file mode 100644 index 0000000..0757002 Binary files /dev/null and b/images/projects/object_matching.jpg differ