FlexPath: Learned Semantic Path Priors for Image-Based Planning
Quick Answer
FlexPath introduces a two-stage framework for image-based path planning that decouples feasibility from preference, achieving a 14.3% reduction in search effort compared to TransPath while maintaining low-cost paths and strong zero-shot generalization across three unseen domains.
Quick Take
FlexPath introduces a two-stage framework for image-based path planning that decouples feasibility from preference, achieving a 14.3% reduction in search effort compared to TransPath while maintaining low-cost paths and strong zero-shot generalization across three unseen domains.
Key Points
- Stage 1 uses imitation learning for task-independent spatial priors on feasible paths.
- Stage 2 adapts these priors to task-specific criteria with differentiable Path Shape Objectives.
- FlexPath achieves 96.8% full obstacle avoidance with low search costs for obstacle clearance.
- The model is compatible with classical planners during inference.
- Data and code are available on GitHub for further research.
Paper Resources
Article Content
From source RSS / original summaryarXiv:2606. 10167v1 Announce Type: new Abstract: 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, these methods are tied to the shortest-path objective implicit in their supervision, which limits their flexibility to accommodate alternative criteria. We introduce FlexPath, a two-stage framework that decouples feasibility from preference.
In Stage 1, we use imitation learning to acquire a task-independent spatial prior over feasible paths from visual map inputs. In Stage 2, differentiable Path Shape Objectives (PSOs) adapt this prior toward task-specific criteria without relearning path structure, requiring only efficient objective-level adaptation. A single pretrained model can be adapted to multiple objectives. For shortest-path planning, FlexPath reduces search effort on TMP by 14.
3% compared to the state-of-the-art TransPath, while also finding lower-cost paths on average and demonstrating strong zero-shot generalization across three unseen domains. For obstacle clearance with minimum clearance distance 2, it achieves 96. 8% full obstacle avoidance while maintaining low search cost. The framework further extends to semantic-aware avoidance and waypoint guidance via objective-level adaptation, and remains compatible with classical planners at inference time.
Data and code are available at https://github. com/FraunhoferIVI/FlexPath.
Reader Mode unavailable (could not extract clean content).
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from arXiv cs.CV
See more →LLM-Guided ANN Index Optimization for Human-Object Interaction Retrieval
A phase-aware LLM agent optimizes human-object interaction retrieval, outperforming Optuna TPE by 33.3% and VDTuner by 34.2% on the HICO-DET benchmark. This method enhances throughput by 15.3x over UniIR and demonstrates strong transferability across vector database management systems.