Zum Hauptinhalt springen

Showing 101–150 of 271 results for author: Pavone, M

.
  1. arXiv:2208.00094  [pdf, other

    cs.LG cs.AI cs.CR cs.CV

    Robust Trajectory Prediction against Adversarial Attacks

    Authors: Yulong Cao, Danfei Xu, Xinshuo Weng, Zhuoqing Mao, Anima Anandkumar, Chaowei Xiao, Marco Pavone

    Abstract: Trajectory prediction using deep neural networks (DNNs) is an essential component of autonomous driving (AD) systems. However, these methods are vulnerable to adversarial attacks, leading to serious consequences such as collisions. In this work, we identify two key ingredients to defend trajectory prediction models against adversarial attacks including (1) designing effective adversarial training… ▽ More

    Submitted 29 July, 2022; originally announced August 2022.

  2. arXiv:2207.13630  [pdf, other

    math.OC cs.DM quant-ph

    A Copositive Framework for Analysis of Hybrid Ising-Classical Algorithms

    Authors: Robin Brown, David E. Bernal Neira, Davide Venturelli, Marco Pavone

    Abstract: Recent years have seen significant advances in quantum/quantum-inspired technologies capable of approximately searching for the ground state of Ising spin Hamiltonians. The promise of leveraging such technologies to accelerate the solution of difficult optimization problems has spurred an increased interest in exploring methods to integrate Ising problems as part of their solution process, with ex… ▽ More

    Submitted 22 January, 2024; v1 submitted 27 July, 2022; originally announced July 2022.

  3. arXiv:2207.12380  [pdf, other

    cs.RO

    Task-Relevant Failure Detection for Trajectory Predictors in Autonomous Vehicles

    Authors: Alec Farid, Sushant Veer, Boris Ivanovic, Karen Leung, Marco Pavone

    Abstract: In modern autonomy stacks, prediction modules are paramount to planning motions in the presence of other mobile agents. However, failures in prediction modules can mislead the downstream planner into making unsafe decisions. Indeed, the high uncertainty inherent to the task of trajectory forecasting ensures that such mispredictions occur frequently. Motivated by the need to improve safety of auton… ▽ More

    Submitted 14 April, 2023; v1 submitted 25 July, 2022; originally announced July 2022.

  4. arXiv:2207.10782  [pdf, other

    cs.RO

    Learning Deep SDF Maps Online for Robot Navigation and Exploration

    Authors: Gadiel Sznaier Camps, Robert Dyro, Marco Pavone, Mac Schwager

    Abstract: We propose an algorithm to (i) learn online a deep signed distance function (SDF) with a LiDAR-equipped robot to represent the 3D environment geometry, and (ii) plan collision-free trajectories given this deep learned map. Our algorithm takes a stream of incoming LiDAR scans and continually optimizes a neural network to represent the SDF of the environment around its current vicinity. When the SDF… ▽ More

    Submitted 2 August, 2022; v1 submitted 21 July, 2022; originally announced July 2022.

    Comments: Added additional reference to Section II: Related Work, citing iSDF

  5. arXiv:2206.13387  [pdf, other

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

    ScePT: Scene-consistent, Policy-based Trajectory Predictions for Planning

    Authors: Yuxiao Chen, Boris Ivanovic, Marco Pavone

    Abstract: Trajectory prediction is a critical functionality of autonomous systems that share environments with uncontrolled agents, one prominent example being self-driving vehicles. Currently, most prediction methods do not enforce scene consistency, i.e., there are a substantial amount of self-collisions between predicted trajectories of different agents in the scene. Moreover, many approaches generate in… ▽ More

    Submitted 17 June, 2022; originally announced June 2022.

  6. arXiv:2206.12471  [pdf, other

    cs.RO eess.SY

    Interaction-Dynamics-Aware Perception Zones for Obstacle Detection Safety Evaluation

    Authors: Sever Topan, Karen Leung, Yuxiao Chen, Pritish Tupekar, Edward Schmerling, Jonas Nilsson, Michael Cox, Marco Pavone

    Abstract: To enable safe autonomous vehicle (AV) operations, it is critical that an AV's obstacle detection module can reliably detect obstacles that pose a safety threat (i.e., are safety-critical). It is therefore desirable that the evaluation metric for the perception system captures the safety-criticality of objects. Unfortunately, existing perception evaluation metrics tend to make strong assumptions a… ▽ More

    Submitted 24 June, 2022; originally announced June 2022.

    Comments: Accepted to Intelligent Vehicles Symposium 2022

  7. arXiv:2206.09963  [pdf, other

    math.OC eess.SY math.ST

    Sample Average Approximation for Stochastic Programming with Equality Constraints

    Authors: Thomas Lew, Riccardo Bonalli, Marco Pavone

    Abstract: We revisit the sample average approximation (SAA) approach for non-convex stochastic programming. We show that applying the SAA approach to problems with expected value equality constraints does not necessarily result in asymptotic optimality guarantees as the sample size increases. To address this issue, we relax the equality constraints. Then, we prove the asymptotic optimality of the modified S… ▽ More

    Submitted 14 July, 2024; v1 submitted 20 June, 2022; originally announced June 2022.

    MSC Class: 90C15; 65C05; 62F99; 60D05; 93E20

  8. arXiv:2205.07728  [pdf, other

    cs.RO

    Robust-RRT: Probabilistically-Complete Motion Planning for Uncertain Nonlinear Systems

    Authors: Albert Wu, Thomas Lew, Kiril Solovey, Edward Schmerling, Marco Pavone

    Abstract: Robust motion planning entails computing a global motion plan that is safe under all possible uncertainty realizations, be it in the system dynamics, the robot's initial position, or with respect to external disturbances. Current approaches for robust motion planning either lack theoretical guarantees, or make restrictive assumptions on the system dynamics and uncertainty distributions. In this pa… ▽ More

    Submitted 1 November, 2022; v1 submitted 16 May, 2022; originally announced May 2022.

    Comments: 16 pages of main text + 5 pages of appendix, 5 figures, submitted to the 2022 International Symposium on Robotics Research

  9. arXiv:2205.02329  [pdf, other

    math.OC cs.LG

    Second-Order Sensitivity Analysis for Bilevel Optimization

    Authors: Robert Dyro, Edward Schmerling, Nikos Arechiga, Marco Pavone

    Abstract: In this work we derive a second-order approach to bilevel optimization, a type of mathematical programming in which the solution to a parameterized optimization problem (the "lower" problem) is itself to be optimized (in the "upper" problem) as a function of the parameters. Many existing approaches to bilevel optimization employ first-order sensitivity analysis, based on the implicit function theo… ▽ More

    Submitted 4 May, 2022; originally announced May 2022.

    Comments: 16 pages, 6 figures

    Journal ref: Proceedings of The 25th International Conference on Artificial Intelligence and Statistics, PMLR 151:9166-9181, 2022

  10. arXiv:2204.07417  [pdf, other

    cs.RO cs.LG eess.SY

    Safe Reinforcement Learning Using Black-Box Reachability Analysis

    Authors: Mahmoud Selim, Amr Alanwar, Shreyas Kousik, Grace Gao, Marco Pavone, Karl H. Johansson

    Abstract: Reinforcement learning (RL) is capable of sophisticated motion planning and control for robots in uncertain environments. However, state-of-the-art deep RL approaches typically lack safety guarantees, especially when the robot and environment models are unknown. To justify widespread deployment, robots must respect safety constraints without sacrificing performance. Thus, we propose a Black-box Re… ▽ More

    Submitted 21 November, 2022; v1 submitted 15 April, 2022; originally announced April 2022.

    Comments: This paper is accepted at IEEE Robotics and Automation Letters and International Conference on Robotics and Automation (ICRA)

  11. arXiv:2204.06716  [pdf, other

    cs.RO cs.LG eess.SY

    Control-oriented meta-learning

    Authors: Spencer M. Richards, Navid Azizan, Jean-Jacques Slotine, Marco Pavone

    Abstract: Real-time adaptation is imperative to the control of robots operating in complex, dynamic environments. Adaptive control laws can endow even nonlinear systems with good trajectory tracking performance, provided that any uncertain dynamics terms are linearly parameterizable with known nonlinear features. However, it is often difficult to specify such features a priori, such as for aerodynamic distu… ▽ More

    Submitted 13 April, 2022; originally announced April 2022.

    Comments: First published in Robotics: Science and Systems (RSS) 2021. This extended version is under review for a special issue in the International Journal of Robotics Research (IJRR). arXiv admin note: substantial text overlap with arXiv:2103.04490

  12. arXiv:2203.17150  [pdf, other

    cs.LG cs.GT math.OC

    Online Learning for Traffic Routing under Unknown Preferences

    Authors: Devansh Jalota, Karthik Gopalakrishnan, Navid Azizan, Ramesh Johari, Marco Pavone

    Abstract: In transportation networks, users typically choose routes in a decentralized and self-interested manner to minimize their individual travel costs, which, in practice, often results in inefficient overall outcomes for society. As a result, there has been a growing interest in designing road tolling schemes to cope with these efficiency losses and steer users toward a system-efficient traffic patter… ▽ More

    Submitted 31 March, 2022; originally announced March 2022.

  13. arXiv:2203.07747  [pdf, other

    cs.RO cs.LG eess.SY

    Real-time Neural-MPC: Deep Learning Model Predictive Control for Quadrotors and Agile Robotic Platforms

    Authors: Tim Salzmann, Elia Kaufmann, Jon Arrizabalaga, Marco Pavone, Davide Scaramuzza, Markus Ryll

    Abstract: Model Predictive Control (MPC) has become a popular framework in embedded control for high-performance autonomous systems. However, to achieve good control performance using MPC, an accurate dynamics model is key. To maintain real-time operation, the dynamics models used on embedded systems have been limited to simple first-principle models, which substantially limits their representative power. I… ▽ More

    Submitted 25 July, 2023; v1 submitted 15 March, 2022; originally announced March 2022.

    Journal ref: IEEE Robotics and Automation Letters (Volume: 8, Issue: 4, April 2023)

  14. arXiv:2203.04132  [pdf, other

    cs.CV cs.HC cs.LG cs.RO

    Motron: Multimodal Probabilistic Human Motion Forecasting

    Authors: Tim Salzmann, Marco Pavone, Markus Ryll

    Abstract: Autonomous systems and humans are increasingly sharing the same space. Robots work side by side or even hand in hand with humans to balance each other's limitations. Such cooperative interactions are ever more sophisticated. Thus, the ability to reason not just about a human's center of gravity position, but also its granular motion is an important prerequisite for human-robot interaction. Though,… ▽ More

    Submitted 25 March, 2022; v1 submitted 8 March, 2022; originally announced March 2022.

    Comments: CVPR 2022

  15. arXiv:2203.03034  [pdf, other

    math.OC cs.LG

    A Unified View of SDP-based Neural Network Verification through Completely Positive Programming

    Authors: Robin Brown, Edward Schmerling, Navid Azizan, Marco Pavone

    Abstract: Verifying that input-output relationships of a neural network conform to prescribed operational specifications is a key enabler towards deploying these networks in safety-critical applications. Semidefinite programming (SDP)-based approaches to Rectified Linear Unit (ReLU) network verification transcribe this problem into an optimization problem, where the accuracy of any such formulation reflects… ▽ More

    Submitted 6 March, 2022; originally announced March 2022.

  16. arXiv:2202.13305  [pdf, other

    cs.CR eess.SY

    Private Location Sharing for Decentralized Routing services

    Authors: Matthew Tsao, Kaidi Yang, Karthik Gopalakrishnan, Marco Pavone

    Abstract: Data-driven methodologies offer many exciting upsides, but they also introduce new challenges, particularly in the realm of user privacy. Specifically, the way data is collected can pose privacy risks to end users. In many routing services, a single entity (e.g., the routing service provider) collects and manages user trajectory data. When it comes to user privacy, these systems have a central poi… ▽ More

    Submitted 14 March, 2022; v1 submitted 27 February, 2022; originally announced February 2022.

  17. arXiv:2202.07147  [pdf, other

    eess.SY

    Graph Meta-Reinforcement Learning for Transferable Autonomous Mobility-on-Demand

    Authors: Daniele Gammelli, Kaidi Yang, James Harrison, Filipe Rodrigues, Francisco C. Pereira, Marco Pavone

    Abstract: Autonomous Mobility-on-Demand (AMoD) systems represent an attractive alternative to existing transportation paradigms, currently challenged by urbanization and increasing travel needs. By centrally controlling a fleet of self-driving vehicles, these systems provide mobility service to customers and are currently starting to be deployed in a number of cities around the world. Current learning-based… ▽ More

    Submitted 14 February, 2022; originally announced February 2022.

    Comments: 11 pages, 4 figures

  18. arXiv:2202.05232  [pdf, other

    econ.TH cs.GT

    Matching with Transfers under Distributional Constraints

    Authors: Devansh Jalota, Michael Ostrovsky, Marco Pavone

    Abstract: We study two-sided many-to-one matching markets with transferable utilities, e.g., labor and rental housing markets, in which money can exchange hands between agents, subject to distributional constraints on the set of feasible allocations. In such markets, we establish the efficiency of equilibrium arrangements, specified by an assignment and transfers between agents on the two sides of the marke… ▽ More

    Submitted 24 April, 2022; v1 submitted 10 February, 2022; originally announced February 2022.

  19. arXiv:2202.04193  [pdf, other

    eess.SY cs.RO math.OC

    Data-Driven Chance Constrained Control using Kernel Distribution Embeddings

    Authors: Adam J. Thorpe, Thomas Lew, Meeko M. K. Oishi, Marco Pavone

    Abstract: We present a data-driven algorithm for efficiently computing stochastic control policies for general joint chance constrained optimal control problems. Our approach leverages the theory of kernel distribution embeddings, which allows representing expectation operators as inner products in a reproducing kernel Hilbert space. This framework enables approximately reformulating the original problem us… ▽ More

    Submitted 8 February, 2022; originally announced February 2022.

    Comments: Submitted to 4th Annual Learning for Dynamics & Control Conference (L4DC) 2022

  20. arXiv:2202.01997  [pdf, other

    cs.RO eess.SY

    Semi-Supervised Trajectory-Feedback Controller Synthesis for Signal Temporal Logic Specifications

    Authors: Karen Leung, Marco Pavone

    Abstract: There are spatio-temporal rules that dictate how robots should operate in complex environments, e.g., road rules govern how (self-driving) vehicles should behave on the road. However, seamlessly incorporating such rules into a robot control policy remains challenging especially for real-time applications. In this work, given a desired spatio-temporal specification expressed in the Signal Temporal… ▽ More

    Submitted 4 February, 2022; originally announced February 2022.

    Comments: Accepted to American Controls Conference 2022

  21. arXiv:2112.05745  [pdf, other

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

    A Simple and Efficient Sampling-based Algorithm for General Reachability Analysis

    Authors: Thomas Lew, Lucas Janson, Riccardo Bonalli, Marco Pavone

    Abstract: In this work, we analyze an efficient sampling-based algorithm for general-purpose reachability analysis, which remains a notoriously challenging problem with applications ranging from neural network verification to safety analysis of dynamical systems. By sampling inputs, evaluating their images in the true reachable set, and taking their $ε$-padded convex hull as a set estimator, this algorithm… ▽ More

    Submitted 13 April, 2022; v1 submitted 10 December, 2021; originally announced December 2021.

    Comments: 4th Annual Learning for Dynamics & Control Conference (L4DC) 2022. Section V: added the assumption $\partial\mathcal{Y}\subseteq f(\partial\mathcal{X})$. If $\partial\mathcal{Y}\nsubseteq f(\partial\mathcal{X})$, then one should sample over the entire set $\mathcal{X}$ to obtain finite-sample bounds

  22. arXiv:2112.00956  [pdf, other

    cs.LG cs.MA cs.NI cs.RO

    Personalized Federated Learning of Driver Prediction Models for Autonomous Driving

    Authors: Manabu Nakanoya, Junha Im, Hang Qiu, Sachin Katti, Marco Pavone, Sandeep Chinchali

    Abstract: Autonomous vehicles (AVs) must interact with a diverse set of human drivers in heterogeneous geographic areas. Ideally, fleets of AVs should share trajectory data to continually re-train and improve trajectory forecasting models from collective experience using cloud-based distributed learning. At the same time, these robots should ideally avoid uploading raw driver interaction data in order to pr… ▽ More

    Submitted 1 December, 2021; originally announced December 2021.

  23. arXiv:2111.06084  [pdf, other

    eess.SY cs.RO

    On the Problem of Reformulating Systems with Uncertain Dynamics as a Stochastic Differential Equation

    Authors: Thomas Lew, Apoorva Sharma, James Harrison, Edward Schmerling, Marco Pavone

    Abstract: We identify an issue in recent approaches to learning-based control that reformulate systems with uncertain dynamics using a stochastic differential equation. Specifically, we discuss the approximation that replaces a model with fixed but uncertain parameters (a source of epistemic uncertainty) with a model subject to external disturbances modeled as a Brownian motion (corresponding to aleatoric u… ▽ More

    Submitted 11 November, 2021; originally announced November 2021.

  24. arXiv:2110.10829  [pdf, other

    cs.RO eess.SY

    ReachBot: A Small Robot for Large Mobile Manipulation Tasks

    Authors: Stephanie Schneider, Andrew Bylard, Tony G. Chen, Preston Wang, Mark Cutkosky, Marco Pavone

    Abstract: Robots are widely deployed in space environments because of their versatility and robustness. However, adverse gravity conditions and challenging terrain geometry expose the limitations of traditional robot designs, which are often forced to sacrifice one of mobility or manipulation capabilities to attain the other. Prospective climbing operations in these environments reveals a need for small, co… ▽ More

    Submitted 20 October, 2021; originally announced October 2021.

    Comments: 12 pages, 13 figures

  25. arXiv:2110.09481  [pdf, other

    cs.CV cs.MA cs.RO

    MTP: Multi-Hypothesis Tracking and Prediction for Reduced Error Propagation

    Authors: Xinshuo Weng, Boris Ivanovic, Marco Pavone

    Abstract: Recently, there has been tremendous progress in developing each individual module of the standard perception-planning robot autonomy pipeline, including detection, tracking, prediction of other agents' trajectories, and ego-agent trajectory planning. Nevertheless, there has been less attention given to the principled integration of these components, particularly in terms of the characterization an… ▽ More

    Submitted 18 October, 2021; originally announced October 2021.

    Comments: Project page: https://www.xinshuoweng.com/projects/MTP

  26. arXiv:2110.08802  [pdf, other

    cs.RO cs.AI cs.MA

    Coordinated Multi-Agent Pathfinding for Drones and Trucks over Road Networks

    Authors: Shushman Choudhury, Kiril Solovey, Mykel Kochenderfer, Marco Pavone

    Abstract: We address the problem of routing a team of drones and trucks over large-scale urban road networks. To conserve their limited flight energy, drones can use trucks as temporary modes of transit en route to their own destinations. Such coordination can yield significant savings in total vehicle distance traveled, i.e., truck travel distance and drone flight distance, compared to operating drones and… ▽ More

    Submitted 10 February, 2022; v1 submitted 17 October, 2021; originally announced October 2021.

    Comments: Accepted to Autonomous Agents and Multiagent Systems, 2022

  27. arXiv:2110.03270  [pdf, other

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

    Injecting Planning-Awareness into Prediction and Detection Evaluation

    Authors: Boris Ivanovic, Marco Pavone

    Abstract: Detecting other agents and forecasting their behavior is an integral part of the modern robotic autonomy stack, especially in safety-critical scenarios entailing human-robot interaction such as autonomous driving. Due to the importance of these components, there has been a significant amount of interest and research in perception and trajectory forecasting, resulting in a wide variety of approache… ▽ More

    Submitted 7 October, 2021; originally announced October 2021.

    Comments: 8 pages, 9 figures. arXiv admin note: substantial text overlap with arXiv:2107.10297

  28. arXiv:2110.03267  [pdf, other

    cs.RO cs.CV cs.LG

    Propagating State Uncertainty Through Trajectory Forecasting

    Authors: Boris Ivanovic, Yifeng Lin, Shubham Shrivastava, Punarjay Chakravarty, Marco Pavone

    Abstract: Uncertainty pervades through the modern robotic autonomy stack, with nearly every component (e.g., sensors, detection, classification, tracking, behavior prediction) producing continuous or discrete probabilistic distributions. Trajectory forecasting, in particular, is surrounded by uncertainty as its inputs are produced by (noisy) upstream perception and its outputs are predictions that are often… ▽ More

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

    Comments: IEEE International Conference on Robotics and Automation (ICRA) 2022 -- 8 pages, 6 figures, 4 tables

  29. arXiv:2109.14675  [pdf, other

    cs.LG

    Data Sharing and Compression for Cooperative Networked Control

    Authors: Jiangnan Cheng, Marco Pavone, Sachin Katti, Sandeep Chinchali, Ao Tang

    Abstract: Sharing forecasts of network timeseries data, such as cellular or electricity load patterns, can improve independent control applications ranging from traffic scheduling to power generation. Typically, forecasts are designed without knowledge of a downstream controller's task objective, and thus simply optimize for mean prediction error. However, such task-agnostic representations are often too la… ▽ More

    Submitted 5 October, 2021; v1 submitted 29 September, 2021; originally announced September 2021.

    Comments: Accepted by 35th Conference on Neural Information Processing Systems (NeurIPS 2021)

  30. arXiv:2109.14152  [pdf, other

    cs.RO eess.SY

    Lyapunov-stable neural-network control

    Authors: Hongkai Dai, Benoit Landry, Lujie Yang, Marco Pavone, Russ Tedrake

    Abstract: Deep learning has had a far reaching impact in robotics. Specifically, deep reinforcement learning algorithms have been highly effective in synthesizing neural-network controllers for a wide range of tasks. However, despite this empirical success, these controllers still lack theoretical guarantees on their performance, such as Lyapunov stability (i.e., all trajectories of the closed-loop system a… ▽ More

    Submitted 28 September, 2021; originally announced September 2021.

    Comments: Published at Robotics: Science and Systems (RSS) in July, 2021

  31. Sample-Efficient Safety Assurances using Conformal Prediction

    Authors: Rachel Luo, Shengjia Zhao, Jonathan Kuck, Boris Ivanovic, Silvio Savarese, Edward Schmerling, Marco Pavone

    Abstract: When deploying machine learning models in high-stakes robotics applications, the ability to detect unsafe situations is crucial. Early warning systems can provide alerts when an unsafe situation is imminent (in the absence of corrective action). To reliably improve safety, these warning systems should have a provable false negative rate; i.e. of the situations that are unsafe, fewer than $ε$ will… ▽ More

    Submitted 2 January, 2024; v1 submitted 28 September, 2021; originally announced September 2021.

    Comments: International Journal of Robotics Research, 2023

  32. arXiv:2109.08706  [pdf, other

    math.OC eess.SY

    Online Traffic Routing: Deterministic Limits and Data-driven Enhancements

    Authors: Devansh Jalota, Dario Paccagnan, Maximilian Schiffer, Marco Pavone

    Abstract: Over the past decade, GPS enabled traffic applications, such as Google Maps and Waze, have become ubiquitous and have had a significant influence on billions of daily commuters' travel patterns. A consequence of the online route suggestions of such applications, e.g., via greedy routing, has often been an increase in traffic congestion since the induced travel patterns may be far from the system o… ▽ More

    Submitted 17 September, 2021; originally announced September 2021.

  33. Tube-Certified Trajectory Tracking for Nonlinear Systems With Robust Control Contraction Metrics

    Authors: Pan Zhao, Arun Lakshmanan, Kasey Ackerman, Aditya Gahlawat, Marco Pavone, Naira Hovakimyan

    Abstract: This paper presents an approach towards guaranteed trajectory tracking for nonlinear control-affine systems subject to external disturbances based on robust control contraction metrics (CCM) that aims to minimize the $\mathcal L_\infty$ gain from the disturbances to nominal-actual trajectory deviations. The guarantee is in the form of invariant tubes, computed offline and valid for any nominal tra… ▽ More

    Submitted 6 July, 2023; v1 submitted 9 September, 2021; originally announced September 2021.

    Comments: Extended version of a paper published in IEEE Robotics and Automation Letters (2022). 13 pages, 6 figures

  34. arXiv:2109.01627  [pdf, other

    eess.SY physics.soc-ph

    On the Interplay between Self-Driving Cars and Public Transportation

    Authors: Nicolas Lanzetti, Maximilian Schiffer, Michael Ostrovsky, Marco Pavone

    Abstract: Cities worldwide struggle with overloaded transportation systems and their externalities. The emerging autonomous transportation technology has the potential to alleviate these issues, but the decisions of profit-maximizing operators running large autonomous fleets could negatively impact other stakeholders and the transportation system. An analysis of these tradeoffs requires modeling the modes o… ▽ More

    Submitted 23 December, 2023; v1 submitted 3 September, 2021; originally announced September 2021.

    Comments: Accepted for publication in the IEEE Transactions on Control of Network Systems

  35. arXiv:2108.11456  [pdf, other

    cs.RO

    Vision-based Autonomous Disinfection of High Touch Surfaces in Indoor Environments

    Authors: Sean Roelofs, Benoit Landry, Myra Kurosu Jalil, Adrian Martin, Saisneha Koppaka, Sindy K. Y. Tang, Marco Pavone

    Abstract: Autonomous systems have played an important role in response to the Covid-19 pandemic. Notably, there have been multiple attempts to leverage Unmanned Aerial Vehicles (UAVs) to disinfect surfaces. Although recent research suggests that surface transmission is less significant than airborne transmission in the spread of Covid-19, surfaces and fomites can play, and have played, critical roles in the… ▽ More

    Submitted 16 September, 2021; v1 submitted 25 August, 2021; originally announced August 2021.

  36. arXiv:2107.14412  [pdf, other

    cs.RO cs.LG eess.SY

    Towards Data-Driven Synthesis of Autonomous Vehicle Safety Concepts

    Authors: Karen Leung, Andrea Bajcsy, Edward Schmerling, Marco Pavone

    Abstract: As safety-critical autonomous vehicles (AVs) will soon become pervasive in our society, a number of safety concepts for trusted AV deployment have recently been proposed throughout industry and academia. Yet, achieving consensus on an appropriate safety concept is still an elusive task. In this paper, we advocate for the use of Hamilton-Jacobi (HJ) reachability as a unifying mathematical framework… ▽ More

    Submitted 20 June, 2022; v1 submitted 29 July, 2021; originally announced July 2021.

  37. arXiv:2107.13682  [pdf, other

    cs.CV

    Bayesian Embeddings for Few-Shot Open World Recognition

    Authors: John Willes, James Harrison, Ali Harakeh, Chelsea Finn, Marco Pavone, Steven Waslander

    Abstract: As autonomous decision-making agents move from narrow operating environments to unstructured worlds, learning systems must move from a closed-world formulation to an open-world and few-shot setting in which agents continuously learn new classes from small amounts of information. This stands in stark contrast to modern machine learning systems that are typically designed with a known set of classes… ▽ More

    Submitted 5 October, 2022; v1 submitted 28 July, 2021; originally announced July 2021.

  38. arXiv:2107.10297  [pdf, other

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

    Rethinking Trajectory Forecasting Evaluation

    Authors: Boris Ivanovic, Marco Pavone

    Abstract: Forecasting the behavior of other agents is an integral part of the modern robotic autonomy stack, especially in safety-critical scenarios with human-robot interaction, such as autonomous driving. In turn, there has been a significant amount of interest and research in trajectory forecasting, resulting in a wide variety of approaches. Common to all works, however, is the use of the same few accura… ▽ More

    Submitted 21 July, 2021; originally announced July 2021.

    Comments: 4 pages, 2 figures

  39. arXiv:2107.08143  [pdf, other

    cs.RO

    CoCo: Online Mixed-Integer Control via Supervised Learning

    Authors: A. Cauligi, P. Culbertson, E. Schmerling, M. Schwager, B. Stellato, M. Pavone

    Abstract: Many robotics problems, from robot motion planning to object manipulation, can be modeled as mixed-integer convex programs (MICPs). However, state-of-the-art algorithms are still unable to solve MICPs for control problems quickly enough for online use and existing heuristics can typically only find suboptimal solutions that might degrade robot performance. In this work, we turn to data-driven meth… ▽ More

    Submitted 16 July, 2021; originally announced July 2021.

  40. Joint Optimization of Autonomous Electric Vehicle Fleet Operations and Charging Station Siting

    Authors: Justin Luke, Mauro Salazar, Ram Rajagopal, Marco Pavone

    Abstract: Charging infrastructure is the coupling link between power and transportation networks, thus determining charging station siting is necessary for planning of power and transportation systems. While previous works have either optimized for charging station siting given historic travel behavior, or optimized fleet routing and charging given an assumed placement of the stations, this paper introduces… ▽ More

    Submitted 21 July, 2021; v1 submitted 30 June, 2021; originally announced July 2021.

    Comments: 9 pages, 7 figures. Corrected typos, revised text for clarification purposes, results unchanged. A version of this submission, with minor formatting changes, is to be published in the proceedings of the 24th IEEE International Conference on Intelligent Transportation Systems (ITSC 2021)

    Journal ref: 2021 IEEE International Intelligent Transportation Systems Conference (ITSC), pp. 3340-3347, 2021

  41. Analysis and Control of Autonomous Mobility-on-Demand Systems

    Authors: Gioele Zardini, Nicolas Lanzetti, Marco Pavone, Emilio Frazzoli

    Abstract: Challenged by urbanization and increasing travel needs, existing transportation systems need new mobility paradigms. In this article, we present the emerging concept of autonomous mobility-on-demand, whereby centrally orchestrated fleets of autonomous vehicles provide mobility service to customers. We provide a comprehensive review of methods and tools to model and solve problems related to autono… ▽ More

    Submitted 18 November, 2021; v1 submitted 28 June, 2021; originally announced June 2021.

    Comments: To appear in Annual Review of Control, Robotics, and Autonomous Systems

  42. arXiv:2106.10412  [pdf, other

    cs.GT

    Fisher Markets with Linear Constraints: Equilibrium Properties and Efficient Distributed Algorithms

    Authors: Devansh Jalota, Marco Pavone, Qi Qi, Yinyu Ye

    Abstract: The Fisher market is one of the most fundamental models for resource allocation problems in economic theory, wherein agents spend a budget of currency to buy goods that maximize their utilities, while producers sell capacity constrained goods in exchange for currency. However, the consideration of only two types of constraints, i.e., budgets of individual buyers and capacities of goods, makes Fish… ▽ More

    Submitted 18 June, 2021; originally announced June 2021.

  43. arXiv:2106.10407  [pdf, other

    cs.GT eess.SY

    When Efficiency meets Equity in Congestion Pricing and Revenue Refunding Schemes

    Authors: Devansh Jalota, Kiril Solovey, Karthik Gopalakrishnan, Stephen Zoepf, Hamsa Balakrishnan, Marco Pavone

    Abstract: Congestion pricing has long been hailed as a means to mitigate traffic congestion; however, its practical adoption has been limited due to the resulting social inequity issue, e.g., low-income users are priced out off certain roads. This issue has spurred interest in the design of equitable mechanisms that aim to refund the collected toll revenues as lump-sum transfers to users. Although revenue r… ▽ More

    Submitted 30 March, 2023; v1 submitted 18 June, 2021; originally announced June 2021.

    Comments: This paper was accepted to the 1st ACM conference on Equity and Access in Algorithms, Mechanisms, and Optimization (EAAMO)

  44. arXiv:2106.09125  [pdf, other

    math.OC cs.RO eess.SY

    Convex Optimization for Trajectory Generation

    Authors: Danylo Malyuta, Taylor P. Reynolds, Michael Szmuk, Thomas Lew, Riccardo Bonalli, Marco Pavone, Behcet Acikmese

    Abstract: Reliable and efficient trajectory generation methods are a fundamental need for autonomous dynamical systems of tomorrow. The goal of this article is to provide a comprehensive tutorial of three major convex optimization-based trajectory generation methods: lossless convexification (LCvx), and two sequential convex programming algorithms known as SCvx and GuSTO. In this article, trajectory generat… ▽ More

    Submitted 16 June, 2021; originally announced June 2021.

    Comments: 68 pages, 42 figures, 5 tables. This work has been submitted to the IEEE for possible publication

  45. arXiv:2104.14250  [pdf, other

    eess.SY

    Control Barrier Functions for Cyber-Physical Systems and Applications to NMPC

    Authors: Jan Schilliger, Thomas Lew, Spencer M. Richards, Severin Hänggi, Marco Pavone, Christopher Onder

    Abstract: Tractable safety-ensuring algorithms for cyber-physical systems are important in critical applications. Approaches based on Control Barrier Functions assume continuous enforcement, which is not possible in an online fashion. This paper presents two tractable algorithms to ensure forward invariance of discrete-time controlled cyber-physical systems. Both approaches are based on Control Barrier Func… ▽ More

    Submitted 29 April, 2021; originally announced April 2021.

  46. arXiv:2104.12446  [pdf, other

    cs.CV cs.LG cs.RO

    Heterogeneous-Agent Trajectory Forecasting Incorporating Class Uncertainty

    Authors: Boris Ivanovic, Kuan-Hui Lee, Pavel Tokmakov, Blake Wulfe, Rowan McAllister, Adrien Gaidon, Marco Pavone

    Abstract: Reasoning about the future behavior of other agents is critical to safe robot navigation. The multiplicity of plausible futures is further amplified by the uncertainty inherent to agent state estimation from data, including positions, velocities, and semantic class. Forecasting methods, however, typically neglect class uncertainty, conditioning instead only on the agent's most likely class, even t… ▽ More

    Submitted 2 March, 2022; v1 submitted 26 April, 2021; originally announced April 2021.

    Comments: 15 pages, 15 figures, 6 tables

  47. arXiv:2104.11434  [pdf, other

    eess.SY cs.LG cs.RO

    Graph Neural Network Reinforcement Learning for Autonomous Mobility-on-Demand Systems

    Authors: Daniele Gammelli, Kaidi Yang, James Harrison, Filipe Rodrigues, Francisco C. Pereira, Marco Pavone

    Abstract: Autonomous mobility-on-demand (AMoD) systems represent a rapidly developing mode of transportation wherein travel requests are dynamically handled by a coordinated fleet of robotic, self-driving vehicles. Given a graph representation of the transportation network - one where, for example, nodes represent areas of the city, and edges the connectivity between them - we argue that the AMoD control pr… ▽ More

    Submitted 16 August, 2021; v1 submitted 23 April, 2021; originally announced April 2021.

  48. arXiv:2104.08261  [pdf, other

    eess.SY cs.LG cs.RO

    Adaptive Robust Model Predictive Control with Matched and Unmatched Uncertainty

    Authors: Rohan Sinha, James Harrison, Spencer M. Richards, Marco Pavone

    Abstract: We propose a learning-based robust predictive control algorithm that compensates for significant uncertainty in the dynamics for a class of discrete-time systems that are nominally linear with an additive nonlinear component. Such systems commonly model the nonlinear effects of an unknown environment on a nominal system. We optimize over a class of nonlinear feedback policies inspired by certainty… ▽ More

    Submitted 13 October, 2021; v1 submitted 16 April, 2021; originally announced April 2021.

    Comments: Major revision

  49. arXiv:2104.07768  [pdf, other

    cs.CR cs.SI

    Trust but Verify: Cryptographic Data Privacy for Mobility Management

    Authors: Matthew Tsao, Kaidi Yang, Stephen Zoepf, Marco Pavone

    Abstract: The era of Big Data has brought with it a richer understanding of user behavior through massive data sets, which can help organizations optimize the quality of their services. In the context of transportation research, mobility data can provide Municipal Authorities (MA) with insights on how to operate, regulate, or improve the transportation network. Mobility data, however, may contain sensitive… ▽ More

    Submitted 15 November, 2021; v1 submitted 15 April, 2021; originally announced April 2021.

  50. arXiv:2104.02213  [pdf, other

    eess.SY cs.RO

    Particle MPC for Uncertain and Learning-Based Control

    Authors: Robert Dyro, James Harrison, Apoorva Sharma, Marco Pavone

    Abstract: As robotic systems move from highly structured environments to open worlds, incorporating uncertainty from dynamics learning or state estimation into the control pipeline is essential for robust performance. In this paper we present a nonlinear particle model predictive control (PMPC) approach to control under uncertainty, which directly incorporates any particle-based uncertainty representation,… ▽ More

    Submitted 12 September, 2021; v1 submitted 5 April, 2021; originally announced April 2021.

    Comments: Accepted to International Conference on Intelligent Robots and Systems (IROS) 2021