Skip to content

Commit 4cb480c

Browse files
committed
added pipe-planner research post
1 parent 877916c commit 4cb480c

3 files changed

Lines changed: 24 additions & 0 deletions

File tree

_bibliography/references.bib

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ @inproceedings{baek2025pipe
1616
year = {2025},
1717
booktitle = {2025 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
1818
url = {https://arxiv.org/pdf/2503.07504},
19+
video = {https://youtu.be/oZEqbCBRn-I?si=P-H09k57_BnxLHrL},
1920
abstract = {Autonomous exploration in unknown environments requires estimating the information gain of an action to guide planning decisions. While prior approaches often compute information gain at discrete waypoints, pathwise integration offers a more comprehensive estimation but is often computationally challenging or infeasible and prone to overestimation. In this work, we propose the Pathwise Information Gain with Map Prediction for Exploration (PIPE) planner, which integrates cumulative sensor coverage along planned trajectories while leveraging map prediction to mitigate overestimation. To enable efficient pathwise coverage computation, we introduce a method to efficiently calculate the expected observation mask along the planned path, significantly reducing computational overhead. We validate PIPE on real-world floorplan datasets, demonstrating its superior performance over state-of-the-art baselines. Our results highlight the benefits of integrating predictive mapping with pathwise information gain for efficient and informed exploration.}
2021
}
2122
@inproceedings{patel2025tartanground,

_posts/2025-08-20-pipe.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
layout: post
3+
title: "PIPE Planner: Pathwise Information Gain with Map Predictions for Indoor Robot Exploration"
4+
date: 2025-08-20 2:00:01
5+
categories: research
6+
description: "We propose PIPE planner, an indoor exploration framework that computes pathwise information gain and uses map prediction to mitigate sensor coverage overestimation"
7+
author: "Seungchan Kim"
8+
published: true
9+
redirect: "https://pipe-planner.github.io/"
10+
show_sidebar: false
11+
# slim_content_width: true
12+
permalink: /pipe-planner/
13+
image: /img/posts/2025-08-20-pipe/pipe-intro.gif
14+
datatable: true
15+
title_image: None
16+
hero_image: /img/posts/2025-08-20-pipe/pipe-intro.gif
17+
hero_height: is-large
18+
remove_hero_title: false
19+
menubar_toc: false
20+
tags: Planning
21+
---
22+
23+
We propose PIPE planner, an indoor exploration framework that computes pathwise information gain and uses map prediction to mitigate sensor coverage overestimation
5.43 MB
Loading

0 commit comments

Comments
 (0)