Lazy Rearrangement Planning in Confined Spaces
Rui Wang, Kai Gao, Jingjin Yu, Kostas Bekris

TL;DR
This paper presents a lazy evaluation framework for object rearrangement in confined spaces, significantly improving efficiency and success rates over existing methods by leveraging reachability constraints and a combination of local and global planning.
Contribution
It introduces a novel lazy evaluation approach with a local monotone solver and global planner that efficiently solves complex rearrangement problems in confined spaces.
Findings
Successfully solves instances with up to 16 objects.
Outperforms state-of-the-art methods in speed and success rate.
Achieves high-quality solutions with minimal additional actions.
Abstract
Object rearrangement is important for many applications but remains challenging, especially in confined spaces, such as shelves, where objects cannot be accessed from above and they block reachability to each other. Such constraints require many motion planning and collision checking calls, which are computationally expensive. In addition, the arrangement space grows exponentially with the number of objects. To address these issues, this work introduces a lazy evaluation framework with a local monotone solver and a global planner. Monotone instances are those that can be solved by moving each object at most once. A key insight is that reachability constraints at the grasps for objects' starts and goals can quickly reveal dependencies between objects without having to execute expensive motion planning queries. Given that, the local solver builds lazily a search tree that respects these…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Path Planning Algorithms
