paper-with-me

Papers

Visual Representation Learning for Preference-Aware Path Planning

2021-09-18 · Kavan Singh Sikand, Sadegh Rabiee, Adam Uccello, Xuesu Xiao, Garrett Warnell, Joydeep Biswas

Autonomous mobile robots deployed in outdoor environments must reason about different types of terrain for both safety (e.g., prefer dirt over mud) and deployer preferences (e.g., prefer dirt path over flower beds). Most existing solutions to this preference-aware path planning problem use semantic segmentation to classify terrain types from camera images, and then ascribe costs to each type. Unfortunately, there are three key limitations of such approaches -- they 1) require pre-enumeration of the discrete terrain types, 2) are unable to handle hybrid terrain types (e.g., grassy dirt), and 3) require expensive labelled data to train visual semantic segmentation. We introduce Visual Representation Learning for Preference-Aware Path Planning (VRL-PAP), an alternative approach that overcomes all three limitations: VRL-PAP leverages unlabeled human demonstrations of navigation to autonomously generate triplets for learning visual representations of terrain that are viewpoint invariant and encode terrain types in a continuous representation space. The learned representations are then used along with the same unlabeled human navigation demonstrations to learn a mapping from the representation space to terrain costs. At run time, VRL-PAP maps from images to representations and then representations to costs to perform preference-aware path planning. We present empirical results from challenging outdoor settings that demonstrate VRL-PAP 1) is successfully able to pick paths that reflect demonstrated preferences, 2) is comparable in execution to geometric navigation with a highly detailed manually annotated map (without requiring such annotations), 3) is able to generalize to novel terrain types with minimal additional unlabeled demonstrations.

📄 PDF Abstract BibTeX arXiv:2109.08968

Code (0)

등록된 구현이 없습니다.

Tasks

Representation LearningSemantic Segmentation

Similar Papers 제목 키워드 기반

FlexPath: Learned Semantic Path Priors for Image-Based Planning

2026-06-08 · Taehyoung Kim, Tim Schoenbrod, David Eckel, Henri Meeß arxiv

Recent learning-based path planners use neural networks to process visual map representations and approximate heuristics for classical search algorithms, yielding near-optimal paths with reduced search effort. However, t…

Zero-shot Generalization

Traj-LeWM: Path-Aware World-Model Planning via Latent Trajectory Cost

2026-08-14 · Xiaodi Huang, Ziyi Ding, Jingtian Wan, Yuchen Liu 외 arxiv

LeWM is a lightweight visual world model that learns latent dynamics end-to-end from pixels and ranks candidate action sequences by the distance between their predicted endpoints and the goal. However, LeWM has two limit…

Wait, That Feels Familiar: Learning to Extrapolate Human Preferences for Preference Aligned Path Planning

2023-09-18 · Haresh Karnan, Elvin Yang, Garrett Warnell, Joydeep Biswas 외

Autonomous mobility tasks such as lastmile delivery require reasoning about operator indicated preferences over terrains on which the robot should navigate to ensure both robot safety and mission success. However, coping…

NavigateRobot NavigationVisual Navigation

Structuring the Environment Nudges Participants Toward Hierarchical Over Shortest Path Planning

2025-02-14 · Valeria Simonelli, Davide Nuzzi, Gian Luca Lancia, Giovanni Pezzulo

Effective planning is crucial for navigating complex environments and achieving goals efficiently. In this study, we investigated how environmental structure influences the selection of planning strategies. Forty-two par…

Decision Making

Learning Visual Spatial Planning from Symbolic State via Modality-Gap-Aware Self-Distillation

2026-06-04 · Haocheng Luo, Jiahui Liu, Ruicheng Zhang, Zhizhou Zhong 외 arxiv

While vision-language models excel at general multimodal understanding, they still struggle with visual spatial planning. We attribute this to a perception-reasoning modality gap: visual planning requires models to infer…