Skip to main content

Showing 1–11 of 11 results for author: Veerapaneni, R

Searching in archive cs. Search in all archives.
.
  1. A preprocessing-based planning framework for utilizing contacts in high-precision insertion tasks

    Authors: Muhammad Suhail Saleem, Rishi Veerapaneni, Maxim Likhachev

    Abstract: In manipulation tasks like plug insertion or assembly that have low tolerance to errors in pose estimation (errors of the order of 2mm can cause task failure), the utilization of touch/contact modality can aid in accurately localizing the object of interest. Motivated by this, in this work we model high-precision insertion tasks as planning problems under pose uncertainty, where we effectively uti… ▽ More

    Submitted 8 June, 2024; originally announced June 2024.

    Comments: \c{opyright} 2023 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, including reprinting/republishing this material for advertising or promotional purposes, creating new collective works, for resale or redistribution to servers or lists, or reuse of any copyrighted component of this work in other works

    Journal ref: IEEE Robotics and Automation Letters, vol. 8, no. 11, pp. 6947-6954, Nov. 2023

  2. arXiv:2405.01772  [pdf, other

    cs.RO cs.MA

    Unconstraining Multi-Robot Manipulation: Enabling Arbitrary Constraints in ECBS with Bounded Sub-Optimality

    Authors: Yorai Shaoul, Rishi Veerapaneni, Maxim Likhachev, Jiaoyang Li

    Abstract: Multi-Robot-Arm Motion Planning (M-RAMP) is a challenging problem featuring complex single-agent planning and multi-agent coordination. Recent advancements in extending the popular Conflict-Based Search (CBS) algorithm have made large strides in solving Multi-Agent Path Finding (MAPF) problems. However, fundamental challenges remain in applying CBS to M-RAMP. A core challenge is the existing relia… ▽ More

    Submitted 12 May, 2024; v1 submitted 2 May, 2024; originally announced May 2024.

    Comments: The first two authors contributed equally. Accepted to SoCS 2024

  3. arXiv:2404.16162  [pdf, other

    cs.MA cs.AI

    Scaling Lifelong Multi-Agent Path Finding to More Realistic Settings: Research Challenges and Opportunities

    Authors: He Jiang, Yulun Zhang, Rishi Veerapaneni, Jiaoyang Li

    Abstract: Multi-Agent Path Finding (MAPF) is the problem of moving multiple agents from starts to goals without collisions. Lifelong MAPF (LMAPF) extends MAPF by continuously assigning new goals to agents. We present our winning approach to the 2023 League of Robot Runners LMAPF competition, which leads us to several interesting research challenges and future directions. In this paper, we outline three main… ▽ More

    Submitted 24 April, 2024; originally announced April 2024.

    Comments: Accepted to Symposium on Combinatorial Search (SoCS), 2024

  4. arXiv:2404.15137  [pdf, other

    cs.MA cs.RO

    From Space-Time to Space-Order: Directly Planning a Temporal Planning Graph by Redefining CBS

    Authors: Yu Wu, Rishi Veerapaneni, Jiaoyang Li, Maxim Likhachev

    Abstract: The majority of multi-agent path finding (MAPF) methods compute collision-free space-time paths which require agents to be at a specific location at a specific discretized timestep. However, executing these space-time paths directly on robotic systems is infeasible due to real-time execution differences (e.g. delays) which can lead to collisions. To combat this, current methods translate the space… ▽ More

    Submitted 23 April, 2024; originally announced April 2024.

  5. arXiv:2404.06728  [pdf, other

    cs.RO

    A Data Efficient Framework for Learning Local Heuristics

    Authors: Rishi Veerapaneni, Jonathan Park, Muhammad Suhail Saleem, Maxim Likhachev

    Abstract: With the advent of machine learning, there have been several recent attempts to learn effective and generalizable heuristics. Local Heuristic A* (LoHA*) is one recent method that instead of learning the entire heuristic estimate, learns a "local" residual heuristic that estimates the cost to escape a region (Veerapaneni et al 2023). LoHA*, like other supervised learning methods, collects a dataset… ▽ More

    Submitted 3 May, 2024; v1 submitted 10 April, 2024; originally announced April 2024.

    Comments: Accepted in the 17th International Symposium on Combinatorial Search (SoCS 2024)

  6. arXiv:2403.20300  [pdf, other

    cs.MA cs.AI cs.RO

    Improving Learnt Local MAPF Policies with Heuristic Search

    Authors: Rishi Veerapaneni, Qian Wang, Kevin Ren, Arthur Jakobsson, Jiaoyang Li, Maxim Likhachev

    Abstract: Multi-agent path finding (MAPF) is the problem of finding collision-free paths for a team of agents to reach their goal locations. State-of-the-art classical MAPF solvers typically employ heuristic search to find solutions for hundreds of agents but are typically centralized and can struggle to scale when run with short timeouts. Machine learning (ML) approaches that learn policies for each agent… ▽ More

    Submitted 29 March, 2024; originally announced March 2024.

    Comments: Accepted in ICAPS 2024

  7. arXiv:2401.00315  [pdf, other

    cs.AI cs.MA cs.RO

    Bidirectional Temporal Plan Graph: Enabling Switchable Passing Orders for More Efficient Multi-Agent Path Finding Plan Execution

    Authors: Yifan Su, Rishi Veerapaneni, Jiaoyang Li

    Abstract: The Multi-Agent Path Finding (MAPF) problem involves planning collision-free paths for multiple agents in a shared environment. The majority of MAPF solvers rely on the assumption that an agent can arrive at a specific location at a specific timestep. However, real-world execution uncertainties can cause agents to deviate from this assumption, leading to collisions and deadlocks. Prior research so… ▽ More

    Submitted 6 January, 2024; v1 submitted 30 December, 2023; originally announced January 2024.

    Comments: Accepted by AAAI-2024

  8. arXiv:2303.09477  [pdf, other

    cs.RO

    Learning Local Heuristics for Search-Based Navigation Planning

    Authors: Rishi Veerapaneni, Muhammad Suhail Saleem, Maxim Likhachev

    Abstract: Graph search planning algorithms for navigation typically rely heavily on heuristics to efficiently plan paths. As a result, while such approaches require no training phase and can directly plan long horizon paths, they often require careful hand designing of informative heuristic functions. Recent works have started bypassing hand designed heuristics by using machine learning to learn heuristic f… ▽ More

    Submitted 16 March, 2023; originally announced March 2023.

    Comments: 5 pages, 3 figures, Accepted for presentation at ICAPS 2023 (International Conference on Automated Planning and Scheduling)

  9. arXiv:2208.07031  [pdf, other

    cs.AI

    Non-Blocking Batch A* (Technical Report)

    Authors: Rishi Veerapaneni, Maxim Likhachev

    Abstract: Heuristic search has traditionally relied on hand-crafted or programmatically derived heuristics. Neural networks (NNs) are newer powerful tools which can be used to learn complex map**s from states to cost-to-go heuristics. However, their slow single inference time is a large overhead that can substantially slow down planning time in optimized heuristic search implementations. Several recent wo… ▽ More

    Submitted 15 August, 2022; v1 submitted 15 August, 2022; originally announced August 2022.

    Comments: 4 pages, 3 figures

  10. Effective Integration of Weighted Cost-to-go and Conflict Heuristic within Suboptimal CBS

    Authors: Rishi Veerapaneni, Tushar Kusnur, Maxim Likhachev

    Abstract: Conflict-Based Search (CBS) is a popular multi-agent path finding (MAPF) solver that employs a low-level single agent planner and a high-level constraint tree to resolve conflicts. The vast majority of modern MAPF solvers focus on improving CBS by reducing the size of this tree through various strategies with few methods modifying the low level planner. Typically low level planners in existing CBS… ▽ More

    Submitted 24 March, 2024; v1 submitted 23 May, 2022; originally announced May 2022.

    Comments: Published in AAAI 2023

  11. arXiv:1910.12827  [pdf, other

    cs.LG cs.CV cs.NE stat.ML

    Entity Abstraction in Visual Model-Based Reinforcement Learning

    Authors: Rishi Veerapaneni, John D. Co-Reyes, Michael Chang, Michael Janner, Chelsea Finn, Jiajun Wu, Joshua B. Tenenbaum, Sergey Levine

    Abstract: This paper tests the hypothesis that modeling a scene in terms of entities and their local interactions, as opposed to modeling the scene globally, provides a significant benefit in generalizing to physical tasks in a combinatorial space the learner has not encountered before. We present object-centric perception, prediction, and planning (OP3), which to the best of our knowledge is the first full… ▽ More

    Submitted 6 May, 2020; v1 submitted 28 October, 2019; originally announced October 2019.

    Comments: Accepted at CoRL 2019