paper-with-me

Papers

Uniform Object Rearrangement: From Complete Monotone Primitives to Efficient Non-Monotone Informed Search

2021-01-28 · Rui Wang, Kai Gao, Daniel Nakhimovich, Jingjin Yu, Kostas E. Bekris

Object rearrangement is a widely-applicable and challenging task for robots. Geometric constraints must be carefully examined to avoid collisions and combinatorial issues arise as the number of objects increases. This work studies the algorithmic structure of rearranging uniform objects, where robot-object collisions do not occur but object-object collisions have to be avoided. The objective is minimizing the number of object transfers under the assumption that the robot can manipulate one object at a time. An efficiently computable decomposition of the configuration space is used to create a "region graph", which classifies all continuous paths of equivalent collision possibilities. Based on this compact but rich representation, a complete dynamic programming primitive DFSDP performs a recursive depth first search to solve monotone problems quickly, i.e., those instances that do not require objects to be moved first to an intermediate buffer. DFSDP is extended to solve single-buffer, non-monotone instances, given a choice of an object and a buffer. This work utilizes these primitives as local planners in an informed search framework for more general, non-monotone instances. The search utilizes partial solutions from the primitives to identify the most promising choice of objects and buffers. Experiments demonstrate that the proposed solution returns near-optimal paths with higher success rate, even for challenging non-monotone instances, than other leading alternatives.

📄 PDF Abstract BibTeX arXiv:2101.12241

Code (2)

rui1223/confined-space-rearrangement
rui1223/confined_space_rearrangement

Tasks

ObjectObject Rearrangement

Similar Papers 제목 키워드 기반

Efficient and High-quality Prehensile Rearrangement in Cluttered and Confined Spaces

2021-10-06 · Rui Wang, Yinglong Miao, Kostas E. Bekris

Prehensile object rearrangement in cluttered and confined spaces has broad applications but is also challenging. For instance, rearranging products in a grocery shelf means that the robot cannot directly access all objec…

Motion PlanningObjectObject RearrangementVocal Bursts Intensity Prediction

Multi-Agent Monte Carlo Tree Search for Makespan-Efficient Object Rearrangement in Cluttered Spaces

2026-02-02 · Hanwen Ren, Junyong Kim, Aathman Tharmasanthiran, Ahmed H. Qureshi arxiv

Object rearrangement planning in complex, cluttered environments is a common challenge in warehouses, households, and rescue sites. Prior studies largely address monotone instances, whereas real-world tasks are often non…

Object Rearrangement

Toward Efficient Task Planning for Dual-Arm Tabletop Object Rearrangement

2022-07-17 · Kai Gao, Jingjin Yu

We investigate the problem of coordinating two robot arms to solve non-monotone tabletop multi-object rearrangement tasks. In a non-monotone rearrangement task, complex object-object dependencies exist that require movin…

ObjectObject RearrangementSchedulingTask Planning

Lazy Rearrangement Planning in Confined Spaces

2022-03-19 · Rui Wang, Kai Gao, Jingjin Yu, Kostas Bekris

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…

Motion PlanningObject Rearrangement

ReloPush-BOSS: Optimization-guided Nonmonotone Rearrangement Planning for a Car-like Robot Pusher

2026-01-29 · Jeeho Ahn, Christoforos Mavrogiannis arxiv

We focus on multi-object rearrangement planning in densely cluttered environments using a car-like robot pusher. The combination of kinematic, geometric and physics constraints underlying this domain results in challengi…

Object Rearrangement