Skip to main content

Showing 1–12 of 12 results for author: Ren, A Z

  1. arXiv:2403.15941  [pdf, other

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

    Explore until Confident: Efficient Exploration for Embodied Question Answering

    Authors: Allen Z. Ren, Jaden Clark, Anushri Dixit, Masha Itkina, Anirudha Majumdar, Dorsa Sadigh

    Abstract: We consider the problem of Embodied Question Answering (EQA), which refers to settings where an embodied agent such as a robot needs to actively explore an environment to gather information until it is confident about the answer to a question. In this work, we leverage the strong semantic reasoning capabilities of large vision-language models (VLMs) to efficiently explore and answer such questions… ▽ More

    Submitted 7 July, 2024; v1 submitted 23 March, 2024; originally announced March 2024.

    Comments: Robotics: Science and Systems (RSS) 2024

  2. arXiv:2403.08185  [pdf, other

    cs.RO eess.SY

    Perceive With Confidence: Statistical Safety Assurances for Navigation with Learning-Based Perception

    Authors: Anushri Dixit, Zhiting Mei, Meghan Booker, Mariko Storey-Matsutani, Allen Z. Ren, Anirudha Majumdar

    Abstract: Rapid advances in perception have enabled large pre-trained models to be used out of the box for transforming high-dimensional, noisy, and partial observations of the world into rich occupancy representations. However, the reliability of these models and consequently their safe integration onto robots remains unknown when deployed in environments unseen during training. In this work, we address th… ▽ More

    Submitted 8 July, 2024; v1 submitted 12 March, 2024; originally announced March 2024.

    Comments: Videos and code can be found at https://perceive-with-confidence.github.io

  3. arXiv:2307.01928  [pdf, other

    cs.RO cs.AI stat.AP

    Robots That Ask For Help: Uncertainty Alignment for Large Language Model Planners

    Authors: Allen Z. Ren, Anushri Dixit, Alexandra Bodrova, Sumeet Singh, Stephen Tu, Noah Brown, Peng Xu, Leila Takayama, Fei Xia, Jake Varley, Zhenjia Xu, Dorsa Sadigh, Andy Zeng, Anirudha Majumdar

    Abstract: Large language models (LLMs) exhibit a wide range of promising capabilities -- from step-by-step planning to commonsense reasoning -- that may provide utility for robots, but remain prone to confidently hallucinated predictions. In this work, we present KnowNo, which is a framework for measuring and aligning the uncertainty of LLM-based planners such that they know when they don't know and ask for… ▽ More

    Submitted 4 September, 2023; v1 submitted 4 July, 2023; originally announced July 2023.

    Comments: Conference on Robot Learning (CoRL) 2023, Oral Presentation

  4. arXiv:2304.04602  [pdf, other

    cs.RO cs.HC cs.LG

    Learning a Universal Human Prior for Dexterous Manipulation from Human Preference

    Authors: Zihan Ding, Yuanpei Chen, Allen Z. Ren, Shixiang Shane Gu, Qianxu Wang, Hao Dong, Chi Jin

    Abstract: Generating human-like behavior on robots is a great challenge especially in dexterous manipulation tasks with robotic hands. Scripting policies from scratch is intractable due to the high-dimensional control space, and training policies with reinforcement learning (RL) and manual reward engineering can also be hard and lead to unnatural motions. Leveraging the recent progress on RL from Human Feed… ▽ More

    Submitted 13 September, 2023; v1 submitted 10 April, 2023; originally announced April 2023.

  5. arXiv:2302.04903  [pdf, other

    cs.RO cs.LG eess.SY

    AdaptSim: Task-Driven Simulation Adaptation for Sim-to-Real Transfer

    Authors: Allen Z. Ren, Hongkai Dai, Benjamin Burchfiel, Anirudha Majumdar

    Abstract: Simulation parameter settings such as contact models and object geometry approximations are critical to training robust robotic policies capable of transferring from simulation to real-world deployment. Previous approaches typically handcraft distributions over such parameters (domain randomization), or identify parameters that best match the dynamics of the real environment (system identification… ▽ More

    Submitted 30 September, 2023; v1 submitted 9 February, 2023; originally announced February 2023.

    Comments: Conference on Robot Learning (CoRL), 2023

  6. arXiv:2210.05857  [pdf, other

    cs.RO

    FlowDrone: Wind Estimation and Gust Rejection on UAVs Using Fast-Response Hot-Wire Flow Sensors

    Authors: Nathaniel Simon, Allen Z. Ren, Alexander Piqué, David Snyder, Daphne Barretto, Marcus Hultmark, Anirudha Majumdar

    Abstract: Unmanned aerial vehicles (UAVs) are finding use in applications that place increasing emphasis on robustness to external disturbances including extreme wind. However, traditional multirotor UAV platforms do not directly sense wind; conventional flow sensors are too slow, insensitive, or bulky for widespread integration on UAVs. Instead, drones typically observe the effects of wind indirectly throu… ▽ More

    Submitted 24 October, 2022; v1 submitted 11 October, 2022; originally announced October 2022.

    Comments: Submitted to ICRA 2023. See supplementary video at https://youtu.be/KWqkH9Z-338

  7. arXiv:2206.13074  [pdf, other

    cs.RO cs.AI cs.LG

    Leveraging Language for Accelerated Learning of Tool Manipulation

    Authors: Allen Z. Ren, Bharat Govil, Tsung-Yen Yang, Karthik Narasimhan, Anirudha Majumdar

    Abstract: Robust and generalized tool manipulation requires an understanding of the properties and affordances of different tools. We investigate whether linguistic information about a tool (e.g., its geometry, common uses) can help control policies adapt faster to new tools for a given task. We obtain diverse descriptions of various tools in natural language and use pre-trained language models to generate… ▽ More

    Submitted 27 June, 2022; originally announced June 2022.

  8. arXiv:2202.05894  [pdf, other

    cs.RO

    Failure Prediction with Statistical Guarantees for Vision-Based Robot Control

    Authors: Alec Farid, David Snyder, Allen Z. Ren, Anirudha Majumdar

    Abstract: We are motivated by the problem of performing failure prediction for safety-critical robotic systems with high-dimensional sensor observations (e.g., vision). Given access to a black-box control policy (e.g., in the form of a neural network) and a dataset of training environments, we present an approach for synthesizing a failure predictor with guaranteed bounds on false-positive and false-negativ… ▽ More

    Submitted 5 May, 2022; v1 submitted 11 February, 2022; originally announced February 2022.

  9. Sim-to-Lab-to-Real: Safe Reinforcement Learning with Shielding and Generalization Guarantees

    Authors: Kai-Chieh Hsu, Allen Z. Ren, Duy Phuong Nguyen, Anirudha Majumdar, Jaime F. Fisac

    Abstract: Safety is a critical component of autonomous systems and remains a challenge for learning-based policies to be utilized in the real world. In particular, policies learned using reinforcement learning often fail to generalize to novel environments due to unsafe behavior. In this paper, we propose Sim-to-Lab-to-Real to bridge the reality gap with a probabilistically guaranteed safety-aware policy di… ▽ More

    Submitted 1 April, 2023; v1 submitted 20 January, 2022; originally announced January 2022.

    Comments: Accepted to Special Issue on Risk-aware Autonomous Systems: Theory and Practice, Artificial Intelligence

  10. arXiv:2111.08761  [pdf, other

    cs.RO cs.LG eess.SY

    Stronger Generalization Guarantees for Robot Learning by Combining Generative Models and Real-World Data

    Authors: Abhinav Agarwal, Sushant Veer, Allen Z. Ren, Anirudha Majumdar

    Abstract: We are motivated by the problem of learning policies for robotic systems with rich sensory inputs (e.g., vision) in a manner that allows us to guarantee generalization to environments unseen during training. We provide a framework for providing such generalization guarantees by leveraging a finite dataset of real-world environments in combination with a (potentially inaccurate) generative model of… ▽ More

    Submitted 22 July, 2022; v1 submitted 16 November, 2021; originally announced November 2021.

  11. arXiv:2107.06353  [pdf, other

    cs.RO cs.LG

    Distributionally Robust Policy Learning via Adversarial Environment Generation

    Authors: Allen Z. Ren, Anirudha Majumdar

    Abstract: Our goal is to train control policies that generalize well to unseen environments. Inspired by the Distributionally Robust Optimization (DRO) framework, we propose DRAGEN - Distributionally Robust policy learning via Adversarial Generation of ENvironments - for iteratively improving robustness of policies to realistic distribution shifts by generating adversarial environments. The key idea is to l… ▽ More

    Submitted 7 July, 2022; v1 submitted 13 July, 2021; originally announced July 2021.

    Comments: IEEE Robotics and Automation Letters, 2022. Presented at ICRA 2022

  12. arXiv:2008.01913  [pdf, other

    cs.RO cs.LG eess.SY math.OC

    Generalization Guarantees for Imitation Learning

    Authors: Allen Z. Ren, Sushant Veer, Anirudha Majumdar

    Abstract: Control policies from imitation learning can often fail to generalize to novel environments due to imperfect demonstrations or the inability of imitation learning algorithms to accurately infer the expert's policies. In this paper, we present rigorous generalization guarantees for imitation learning by leveraging the Probably Approximately Correct (PAC)-Bayes framework to provide upper bounds on t… ▽ More

    Submitted 3 December, 2020; v1 submitted 4 August, 2020; originally announced August 2020.

    Comments: Presented at the Conference on Robot Learning (CoRL), 2020