Efficiently Manipulating Clutter via Learning and Search-Based Reasoning
Baichuan Huang
TL;DR
This work tackles robust, long-horizon robotic object rearrangement in clutter by fusing learning-based interaction prediction with search-based planning and GPU-accelerated parallelization. Central components include DIPN for push-prediction, GN for grasp evaluation, and multi-branch planning frameworks (VFT, MORE, PMBS) that enable efficient, scalable planning across cluttered scenes. Key contributions reveal: (i) DIPN achieving >90% pose-forecast accuracy; (ii) VFT delivering high-coverage, multi-step planning with DIPN+GN; (iii) PMBS delivering >30× planning speedups with near real-time performance; and (iv) HBFS and PMMR enabling effective multi-primitive tabletop rearrangement. The results demonstrate strong sim-to-real transfer, state-of-the-art performance on cluttered retrieval and rearrangement tasks, and practical implications for autonomous warehouse and household robotics, with future work aiming at broader action sets and further acceleration.
Abstract
This thesis presents novel algorithms to advance robotic object rearrangement, a critical task for autonomous systems in applications like warehouse automation and household assistance. Addressing challenges of high-dimensional planning, complex object interactions, and computational demands, our work integrates deep learning for interaction prediction, tree search for action sequencing, and parallelized computation for efficiency. Key contributions include the Deep Interaction Prediction Network (DIPN) for accurate push motion forecasting (over 90% accuracy), its synergistic integration with Monte Carlo Tree Search (MCTS) for effective non-prehensile object retrieval (100% completion in specific challenging scenarios), and the Parallel MCTS with Batched Simulations (PMBS) framework, which achieves substantial planning speed-up while maintaining or improving solution quality. The research further explores combining diverse manipulation primitives, validated extensively through simulated and real-world experiments.
