Skip to main content

Showing 1–12 of 12 results for author: Migimatsu, T

Searching in archive cs. Search in all archives.
.
  1. arXiv:2405.08572  [pdf, other

    cs.RO

    COAST: Constraints and Streams for Task and Motion Planning

    Authors: Brandon Vu, Toki Migimatsu, Jeannette Bohg

    Abstract: Task and Motion Planning (TAMP) algorithms solve long-horizon robotics tasks by integrating task planning with motion planning; the task planner proposes a sequence of actions towards a goal state and the motion planner verifies whether this action sequence is geometrically feasible for the robot. However, state-of-the-art TAMP algorithms do not scale well with the difficulty of the task and requi… ▽ More

    Submitted 14 May, 2024; originally announced May 2024.

  2. Text2Motion: From Natural Language Instructions to Feasible Plans

    Authors: Kevin Lin, Christopher Agia, Toki Migimatsu, Marco Pavone, Jeannette Bohg

    Abstract: We propose Text2Motion, a language-based planning framework enabling robots to solve sequential manipulation tasks that require long-horizon reasoning. Given a natural language instruction, our framework constructs both a task- and motion-level plan that is verified to reach inferred symbolic goals. Text2Motion uses feasibility heuristics encoded in Q-functions of a library of skills to guide task… ▽ More

    Submitted 26 November, 2023; v1 submitted 21 March, 2023; originally announced March 2023.

    Comments: Published in Autonomous Robots, Special Issue: Large Language Models in Robotics 2023. Project page: https://sites.google.com/stanford.edu/text2motion. First two authors contributed equally

  3. arXiv:2211.06134  [pdf, other

    cs.RO cs.AI cs.CV cs.LG

    Active Task Randomization: Learning Robust Skills via Unsupervised Generation of Diverse and Feasible Tasks

    Authors: Kuan Fang, Toki Migimatsu, Ajay Mandlekar, Li Fei-Fei, Jeannette Bohg

    Abstract: Solving real-world manipulation tasks requires robots to have a repertoire of skills applicable to a wide range of circumstances. When using learning-based methods to acquire such skills, the key challenge is to obtain training data that covers diverse and feasible variations of the task, which often requires non-trivial manual labor and domain knowledge. In this work, we introduce Active Task Ran… ▽ More

    Submitted 18 April, 2023; v1 submitted 11 November, 2022; originally announced November 2022.

    Comments: 9 pages, 5 figures

  4. STAP: Sequencing Task-Agnostic Policies

    Authors: Christopher Agia, Toki Migimatsu, Jiajun Wu, Jeannette Bohg

    Abstract: Advances in robotic skill acquisition have made it possible to build general-purpose libraries of learned skills for downstream manipulation tasks. However, naively executing these skills one after the other is unlikely to succeed without accounting for dependencies between actions prevalent in long-horizon plans. We present Sequencing Task-Agnostic Policies (STAP), a scalable framework for traini… ▽ More

    Submitted 31 May, 2023; v1 submitted 21 October, 2022; originally announced October 2022.

    Comments: Video: https://drive.google.com/file/d/1zp3qFeZLACNPsGLLP7p6q9X1tuA_PGEo/view. Project page: https://sites.google.com/stanford.edu/stap. 12 pages, 7 figures. In proceedings of the IEEE International Conference on Robotics and Automation (ICRA) 2023. The first two authors contributed equally

  5. Category-Independent Articulated Object Tracking with Factor Graphs

    Authors: Nick Heppert, Toki Migimatsu, Brent Yi, Claire Chen, Jeannette Bohg

    Abstract: Robots deployed in human-centric environments may need to manipulate a diverse range of articulated objects, such as doors, dishwashers, and cabinets. Articulated objects often come with unexpected articulation mechanisms that are inconsistent with categorical priors: for example, a drawer might rotate about a hinge joint instead of sliding open. We propose a category-independent framework for pre… ▽ More

    Submitted 18 January, 2023; v1 submitted 7 May, 2022; originally announced May 2022.

    Comments: V2: Camera-ready IROS 2022 version 11 pages, 10 figures, IROS 2022

  6. arXiv:2203.02468  [pdf, other

    cs.RO

    Symbolic State Estimation with Predicates for Contact-Rich Manipulation Tasks

    Authors: Toki Migimatsu, Wenzhao Lian, Jeannette Bohg, Stefan Schaal

    Abstract: Manipulation tasks often require a robot to adjust its sensorimotor skills based on the state it finds itself in. Taking peg-in-hole as an example: once the peg is aligned with the hole, the robot should push the peg downwards. While high level execution frameworks such as state machines and behavior trees are commonly used to formalize such decision-making problems, these frameworks require a mec… ▽ More

    Submitted 4 March, 2022; originally announced March 2022.

  7. arXiv:2109.14718  [pdf, other

    cs.RO

    Grounding Predicates through Actions

    Authors: Toki Migimatsu, Jeannette Bohg

    Abstract: Symbols representing abstract states such as "dish in dishwasher" or "cup on table" allow robots to reason over long horizons by hiding details unnecessary for high-level planning. Current methods for learning to identify symbolic states in visual data require large amounts of labeled training data, but manually annotating such datasets is prohibitively expensive due to the combinatorial number of… ▽ More

    Submitted 4 March, 2022; v1 submitted 29 September, 2021; originally announced September 2021.

  8. arXiv:2103.14283  [pdf, other

    cs.RO cs.AI cs.CV cs.LG

    OmniHang: Learning to Hang Arbitrary Objects using Contact Point Correspondences and Neural Collision Estimation

    Authors: Yifan You, Lin Shao, Toki Migimatsu, Jeannette Bohg

    Abstract: In this paper, we explore whether a robot can learn to hang arbitrary objects onto a diverse set of supporting items such as racks or hooks. Endowing robots with such an ability has applications in many domains such as domestic services, logistics, or manufacturing. Yet, it is a challenging manipulation task due to the large diversity of geometry and topology of everyday objects. In this paper, we… ▽ More

    Submitted 26 March, 2021; originally announced March 2021.

    Comments: Accepted to IEEE International Conference on Robotics and Automation (ICRA) 2021

  9. Object-Centric Task and Motion Planning in Dynamic Environments

    Authors: Toki Migimatsu, Jeannette Bohg

    Abstract: We address the problem of applying Task and Motion Planning (TAMP) in real world environments. TAMP combines symbolic and geometric reasoning to produce sequential manipulation plans, typically specified as joint-space trajectories, which are valid only as long as the environment is static and perception and control are highly accurate. In case of any changes in the environment, slow re-planning i… ▽ More

    Submitted 5 May, 2020; v1 submitted 12 November, 2019; originally announced November 2019.

    Journal ref: IEEE Robotics and Automation Letters (2020) vol. 5, issue 2, pp. 844-851

  10. arXiv:1911.00969  [pdf, other

    cs.RO cs.AI cs.CV cs.LG eess.SY

    Learning to Scaffold the Development of Robotic Manipulation Skills

    Authors: Lin Shao, Toki Migimatsu, Jeannette Bohg

    Abstract: Learning contact-rich, robotic manipulation skills is a challenging problem due to the high-dimensionality of the state and action space as well as uncertainty from noisy sensors and inaccurate motor control. To combat these factors and achieve more robust manipulation, humans actively exploit contact constraints in the environment. By adopting a similar strategy, robots can also achieve more robu… ▽ More

    Submitted 5 October, 2020; v1 submitted 3 November, 2019; originally announced November 2019.

    Comments: Accepted to IEEE International Conference on Robotics and Automation (ICRA) 2020

  11. arXiv:1512.01872  [pdf, other

    cs.HC cs.AI cs.RO

    Driverseat: Crowdstrapping Learning Tasks for Autonomous Driving

    Authors: Pranav Rajpurkar, Toki Migimatsu, Jeff Kiske, Royce Cheng-Yue, Sameep Tandon, Tao Wang, Andrew Ng

    Abstract: While emerging deep-learning systems have outclassed knowledge-based approaches in many tasks, their application to detection tasks for autonomous technologies remains an open field for scientific exploration. Broadly, there are two major developmental bottlenecks: the unavailability of comprehensively labeled datasets and of expressive evaluation strategies. Approaches for labeling datasets have… ▽ More

    Submitted 6 December, 2015; originally announced December 2015.

  12. arXiv:1504.01716  [pdf, other

    cs.RO cs.CV

    An Empirical Evaluation of Deep Learning on Highway Driving

    Authors: Brody Huval, Tao Wang, Sameep Tandon, Jeff Kiske, Will Song, Joel Pazhayampallil, Mykhaylo Andriluka, Pranav Rajpurkar, Toki Migimatsu, Royce Cheng-Yue, Fernando Mujica, Adam Coates, Andrew Y. Ng

    Abstract: Numerous groups have applied a variety of deep learning techniques to computer vision problems in highway perception scenarios. In this paper, we presented a number of empirical evaluations of recent deep learning advances. Computer vision, combined with deep learning, has the potential to bring about a relatively inexpensive, robust solution to autonomous driving. To prepare deep learning for ind… ▽ More

    Submitted 16 April, 2015; v1 submitted 7 April, 2015; originally announced April 2015.

    Comments: Added a video for lane detection