← Search

Daniela Rus

269 accepted papers

2026

ActiveDPO: Active Direct Preference Optimization for Sample-Efficient Alignment

ICLR 2026poster

The recent success in using human preferences to align large language models (LLMs) has significantly improved their performance in various downstream tasks, such as question answering, mathematical reasoning, and code generation. However, achieving effective LLM alignment depends on high-quality hu…

Cited by 0SourceScholar
2026

Contact-Aware Safety in Soft Robots Using High-Order Control Barrier and Lyapunov Functions

ICRA 2026poster

Robots operating alongside people, particularly in sensitive scenarios such as aiding the elderly with daily tasks or collaborating with workers in manufacturing, must guarantee safety and cultivate user trust. Continuum soft manipulators promise safety through material compliance, but as designs ev…

2026

Flex: End-to-End Text-Instructed Visual Navigation From Foundation Model Features

RA-L 2026

End-to-end learning directly maps sensory inputs to actions, creating highly integrated and efficient policies for complex robotics tasks. However, such models often struggle to generalize beyond their training scenarios, limiting adaptability to new environments, tasks, and concepts. In this work,

Cited by 2SourceScholar
2026

Human Insights Driven Latent Space for Different Driving Perspectives: A Unified Encoder for Efficient Multi-Task Inference

ICRA 2026poster

Autonomous driving systems require a comprehensive understanding of the environment, achieved by extracting visual features essential for perception, planning, and control. However, models trained solely on single-task objectives or generic datasets often lack the contextual information needed for r…

2026

Learning to Control the Whole-Body Shape of a Soft Robotic Arm in Unknown Situations

ICRA 2026poster

Control of soft robots is considered one of the key elements in achieving their intelligence. However, it faces challenging problems such as nonlinear dynamics, highly deformable structures, and operation in unpredictable situations. Numerous methods have been proposed to overcome these challenges, …

Cited by 0Scholar
2026

MEM1: Learning to Synergize Memory and Reasoning for Efficient Long-Horizon Agents

ICLR 2026poster

Modern language agents often need to solve tasks requiring long-horizon, multi-turn interactions, where they retrieve external information, adapt to observations, and answer interdependent queries. Yet, most LLM systems rely on full-context prompting, appending all past turns regardless of their rel…

Cited by 0SourcecodeScholar
2026

MineDraft: A Framework for Batch Parallel Speculative Decoding

ICML 2026poster

Speculative decoding (SD) accelerates large language model inference by using a smaller draft model to propose draft tokens that are subsequently verified by a larger target model. However, the performance of standard SD is often limited by the strictly sequential execution of these drafting and ver…

Cited by 0SourceScholar
2026

Probing Multimodal LLMs As World Models for Driving

ICRA 2026poster

We provide a sober look at the application of Multimodal Large Language Models (MLLMs) in autonomous driving, challenging common assumptions about their ability to interpret dynamic driving scenarios. Despite advances in models like GPT-4o, their performance in complex driving environments remains l…

2026

R-FAC: Resilient Value Function Factorization for Multi-Robot Efficient Search with Individual Failure Probabilities

ICRA 2026poster

This paper investigates the resilient multi-robot efficient search problem (R-MuRES), which aims at coordinating multiple robots for the minimal time detection of a 'non-adversarial' moving target. R-MuRES faces challenges like robot malfunctions and withdrawals during task execution, leading to a v…

Cited by 0SourceScholar
2026

The Curious Case of In-Training Compression of State Space Models

ICLR 2026poster

State Space Models (SSMs), developed to tackle long sequence modeling tasks efficiently, offer both parallelizable training and fast inference. At their core are recurrent dynamical systems that maintain a hidden state, with update costs scaling with the state dimension. A key design challenge is st…

Cited by 0SourcecodeScholar
2025

ABNet: Adaptive explicit-Barrier Net for Safe and Scalable Robot Learning

ICML 2025poster

Safe learning is central to AI-enabled robots where a single failure may lead to catastrophic results. Existing safe learning methods are not scalable, inefficient and hard to train, and tend to generate unstable signals under noisy inputs that are challenging to be deployed for robots. To address t…

Cited by 0SourcePDFScholar
2025

AI-Enhanced Automatic Design of Efficient Underwater Gliders

ICRA 2025

The development of novel autonomous underwater gliders has been hindered by limited shape diversity, primarily due to the reliance on traditional design tools that depend heavily on manual trial and error. Building an automated design framework is challenging due to the complexities of representing

Cited by 0SourceScholar
2025

Adaptive Walker: User Intention and Terrain Aware Intelligent Walker with High-Resolution Tactile and IMU Sensor

ICRA 2025

In this paper, we present an adaptive walker system designed to address limitations in current intelligent walker technologies. While recent advancements have been made in this field, existing systems often struggle to seamlessly interpret user intent for speed control and lack adaptability across d

Cited by 1SourceScholar
2025

Compress to Impress: Efficient LLM Adaptation Using a Single Gradient Step on 100 Samples

NeurIPS 2025spotlight

Recently, Sharma et al. (2024) suggested a method called LAyer- SElective-Rank reduction (LASER) which demonstrated that pruning high‑order components of carefully chosen LLM’s weight matrices can boost downstream accuracy—without any gradient‑based fine‑tuning. Yet LASER’s exhaustive, per‑matrix se…

Cited by 0SourceScholar
2025

Contact-Aware Safety in Soft Robots Using High-Order Control Barrier and Lyapunov Functions

RA-L 2025

Robots operating alongside people, particularly in sensitive scenarios such as aiding the elderly with daily tasks or collaborating with workers in manufacturing, must guarantee safety and cultivate user trust. Continuum soft manipulators promise safety through material compliance, but as designs ev

Cited by 7SourceScholar
2025

Generating Out-of-Distribution Scenarios Using Language Models

ICRA 2025

The deployment of autonomous vehicles controlled by machine learning techniques requires extensive testing in diverse real-world environments, robust handling of edge cases and out-of-distribution scenarios, and comprehensive safety validation to ensure that these systems can navigate safely and eff

Cited by 10SourceScholar
2025

Hypergraph-Transformer (HGT) for Interaction Event Prediction in Laparoscopic and Robotic Surgery

ICRA 2025

Understanding and anticipating events and actions is critical for intraoperative assistance and decision-making during minimally invasive surgery. We propose a predictive neural network that is capable of understanding and predicting critical interaction aspects of surgical workflow based on endosco

Cited by 6SourceScholar
2025

Improving Efficiency of Sampling-based Motion Planning via Message-Passing Monte Carlo

CoRL 2025poster

Sampling-based motion planning methods, while effective in high-dimensional spaces, often suffer from inefficiencies due to irregular sampling distributions, leading to suboptimal exploration of the configuration space. In this paper, we propose an approach that enhances the efficiency of these meth…

Cited by 0SourceScholar
2025

Learning Object Properties Using Robot Proprioception via Differentiable Robot-Object Interaction

ICRA 2025

Differentiable simulation has become a powerful tool for system identification. While prior work has focused on identifying robot properties using robot-specific data or object properties using object-specific data, our approach calibrates object properties by using information from the robot, witho

Cited by 5SourceScholar
2025

Probing Multimodal LLMs as World Models for Driving

RA-L 2025

We provide a sober look at the application of Multimodal Large Language Models (MLLMs) in autonomous driving, challenging common assumptions about their ability to interpret dynamic driving scenarios. Despite advances in models like GPT-4o, their performance in complex driving environments remains l

Cited by 21SourceScholar
2025

ReGen: Generative Robot Simulation via Inverse Design

ICLR 2025poster

Simulation plays a key role in scaling robot learning and validating policies, but constructing simulations remains labor-intensive. In this paper, we introduce ReGen, a generative simulation framework that automates this process using inverse design. Given an agent's behavior (such as a motion traj…

Cited by 0SourcePDFScholar
2025

Safe Motion Planning and Control Using Predictive and Adaptive Barrier Methods for Autonomous Surface Vessels

IROS 2025

Safe motion planning is essential for autonomous vessel operations, especially in challenging spaces such as narrow inland waterways. However, conventional motion planning approaches are often computationally intensive or overly conservative. This paper proposes a safe motion planning strategy combi

Cited by 1SourceScholar
2025

SafeDiffuser: Safe Planning with Diffusion Probabilistic Models

ICLR 2025poster

Diffusion models have shown promise in data-driven planning. While these planners are commonly employed in applications where decisions are critical, they still lack established safety guarantees. In this paper, we address this limitation by introducing SafeDiffuser, a method to equip diffusion mode…

Cited by 36SourcePDFScholar
2025

Superfast Configuration-Space Convex Set Computation on GPUs for Online Motion Planning

RSS 2025poster

In this work, we leverage GPUs to construct probabilistically collision-free convex sets in robot configuration space on the fly. This extends the use of modern motion planning algorithms that leverage such representations to changing environments. These planners rapidly and reliably optimize high-…

Cited by 2PDFcodeScholar
2025

TETRIS: Optimal Draft Token Selection for Batch Speculative Decoding

ACL 2025long

We propose TETRIS, a novel method that optimizes the total throughput of batch speculative decoding in multi-request settings. Unlike existing methods that optimize for a single request or a group of requests as a whole, TETRIS actively selects the most promising draft tokens (for every request in a…

Cited by 0SourcePDFScholar
2025

The Master Key Filters Hypothesis: Deep Filters Are General

AAAI 2025technical

This paper challenges the prevailing view that convolutional neural network (CNN) filters become increasingly specialized in deeper layers. Motivated by recent observations of clusterable repeating patterns in depthwise separable CNNs (DS-CNNs) trained on ImageNet, we extend this investigation acros…

Cited by 0SourcePDFScholar
2025

Visual Graph Arena: Evaluating Visual Conceptualization of Vision and Multimodal Large Language Models

ICML 2025poster

Recent advancements in multimodal large language models have driven breakthroughs in visual question answering. Yet, a critical gap persists, `conceptualization'—the ability to recognize and reason about the same concept despite variations in visual form, a basic ability of human reasoning. To addre…

Cited by 0SourcePDFScholar
2024

Approximating Robot Configuration Spaces with few Convex Sets using Clique Covers of Visibility Graphs

ICRA 2024poster

Many computations in robotics can be dramatically accelerated if the robot configuration space is described as a collection of simple sets. For example, recently developed motion planners rely on a convex decomposition of the free space to design collision-free trajectories using fast convex optimiz…

Cited by 22SourceScholar
2024

DETAIL: Task DEmonsTration Attribution for Interpretable In-context Learning

NeurIPS 2024poster

In-context learning (ICL) allows transformer-based language models that are pre-trained on general text to quickly learn a specific task with a few "task demonstrations" without updating their parameters, significantly boosting their flexibility and generality. ICL possesses many distinct character…

2024

Drive Anywhere: Generalizable End-to-end Autonomous Driving with Multi-modal Foundation Models

ICRA 2024poster

As autonomous driving technology matures, end-to-end methodologies have emerged as a leading strategy, promising seamless integration from perception to control via deep learning. However, existing systems grapple with challenges such as unexpected open set environments and the complexity of black-b…

Cited by 31SourceScholar
2024

Embedded air channels transform soft lattices into sensorized grippers

ICRA 2024poster

Sensing plays a pivotal role in robotic manipulation, dictating the accuracy and versatility with which objects are handled. Vision-based sensing methods often suffer from fabrication complexity and low durability, while approaches that rely on direct measurements on the gripper often have limited r…

Cited by 0SourceScholar
2024

Exploring Latent Pathways: Enhancing the Interpretability of Autonomous Driving with a Variational Autoencoder

IROS 2024poster

Autonomous driving presents a complex challenge, which is usually addressed with artificial intelligence models that are end-to-end or modular in nature. Within the landscape of modular approaches, a bio-inspired neural circuit policy model has emerged as an innovative control module, offering a com…

Cited by 5SourceScholar
2024

Follow Anything: Open-Set Detection, Tracking, and Following in Real-Time

RA-L 2024

Tracking and following objects of interest is critical to several robotics use cases, ranging from industrial automation to logistics and warehousing, to healthcare and security. In this paper, we present a robotic system to detect, track, and follow any object in real-time. Our approach, dubbed <it

Cited by 41SourcecodeScholar
2024

Gaussian Splatting to Real World Flight Navigation Transfer with Liquid Networks

CoRL 2024poster

Simulators are powerful tools for autonomous robot learning as they offer scalable data generation, flexible design, and optimization of trajectories. However, transferring behavior learned from simulation data into the real world proves to be difficult, usually mitigated with compute-heavy domain…

Cited by 7SourceScholar
2024

LLM and Simulation as Bilevel Optimizers: A New Paradigm to Advance Physical Scientific Discovery

ICML 2024poster

Large Language Models have recently gained significant attention in scientific discovery for their extensive knowledge and advanced reasoning capabilities. However, they encounter challenges in effectively simulating observational feedback and grounding it with language to propel advancements in phy…

2024

Large Scale Dataset Distillation with Domain Shift

ICML 2024poster

Dataset Distillation seeks to summarize a large dataset by generating a reduced set of synthetic samples. While there has been much success at distilling small datasets such as CIFAR-10 on smaller neural architectures, Dataset Distillation methods fail to scale to larger high-resolution datasets and…

Cited by 3SourcePDFScholar
2024

Learning with Chemical versus Electrical Synapses Does it Make a Difference?

ICRA 2024poster

Bio-inspired neural networks have the potential to advance our understanding of neural computation and improve the state-of-the-art of AI systems. Bio-electrical synapses directly transmit neural signals, by enabling fast current flow between neurons. In contrast, bio-chemical synapses transmit neur…

Cited by 7SourceScholar
2024

Leveraging Low-Rank and Sparse Recurrent Connectivity for Robust Closed-Loop Control

ICLR 2024spotlight

Developing autonomous agents that can interact with changing environments is an open challenge in machine learning. Robustness is particularly important in these settings as agents are often fit offline on expert demonstrations but deployed online where they must generalize to the closed feedback lo…

Cited by 0SourcePDFScholar
2024

Liquids Identification and Manipulation via Digitally Fabricated Impedance Sensors

ICRA 2024poster

Despite recent exponential advancements in computer vision and reinforcement learning, it remains challenging for robots to interact with liquids. These challenges are particularly pronounced due to the limitations imposed by opaque containers, transparent liquids, fine-grained splashes, and visual…

Cited by 2SourceScholar
2024

Modeling and Control of Intrinsically Elasticity Coupled Soft-Rigid Robots

ICRA 2024poster

While much work has been done recently in the realm of model-based control of soft robots and soft-rigid hybrids, most works examine robots that have an inherently serial structure. While these systems have been prevalent in the literature, there is an increasing trend toward designing soft-rigid hy…

Cited by 0SourceScholar
2024

Overparametrization helps offline-to-online generalization of closed-loop control from pixels

ICRA 2024poster

There is an ever-growing zoo of modern neural network models that can efficiently learn end-to-end control from visual observations. These advanced deep models, ranging from convolutional to Vision Transformers, from small to gigantic networks, have been extensively tested on offline image classific…

Cited by 0SourceScholar
2024

Reciprocal and Non-Reciprocal Swarmalators with Programmable Locomotion and Formations for Robot Swarms

ICRA 2024poster

Natural and robotic swarms often exhibit nonreciprocal interactions; agents do not exhibit equal and opposite forces on each other. By studying the effects of reciprocal and non-reciprocal interactions we are better able to design emergent behaviors in robot collectives composed of agents that exert…

Cited by 3SourceScholar
2024

Robust Model Predictive Control with Control Barrier Functions for Autonomous Surface Vessels

ICRA 2024poster

In autonomous robot navigation, the trajectories from path planners are considered to be safe regions, and deviations could endanger vessels. Model Predictive Control (MPC) stands as a popular choice for trajectory tracking problems as it naturally addresses operational constraints, such as dynamics…

Cited by 5SourceScholar
2024

Strong Compliant Grasps Using a Cable-Driven Soft Gripper

IROS 2024poster

The natural flexibility of soft robotic grippers allows for versatile and compliant grasping. However, this same flexibility can restrict the gripper’s strength. Striking a balance between compliance and strength is essential for effective soft grippers. In this work, we present Flexible Robust Obse…

Cited by 1SourceScholar
2024

Text-to-Drive: Diverse Driving Behavior Synthesis via Large Language Models

IROS 2024poster

Generating varied scenarios through simulation is crucial for training and evaluating safety-critical systems, such as autonomous vehicles. Yet, the task of modeling the trajectories of other vehicles to simulate diverse and meaningful close interactions remains prohibitively costly. Adopting langua…

Cited by 6SourceScholar
2024

Understanding Reconstruction Attacks with the Neural Tangent Kernel and Dataset Distillation

ICLR 2024poster

Modern deep learning requires large volumes of data, which could contain sensitive or private information that cannot be leaked. Recent work has shown for homogeneous neural networks a large portion of this training data could be reconstructed with only access to the trained network parameters. Whil…

Cited by 10SourcePDFScholar
2024

Unveiling the Unseen: Identifiable Clusters in Trained Depthwise Convolutional Kernels

ICLR 2024poster

Recent advances in depthwise-separable convolutional neural networks (DS-CNNs) have led to novel architectures, that surpass the performance of classical CNNs, by a considerable scalability and accuracy margin. This paper reveals another striking property of DS-CNN architectures: discernible and exp…

Cited by 4SourcePDFScholar
2024

Wirelessly Actuated Rotation-free Magnetic Motor

IROS 2024poster

This paper addresses the challenge of actuating millimetre-sized motors, which are wirelessly driven by external magnetic fields. Traditional approaches, relying on rotating magnetic fields, often inadvertently cause the entire robot – especially if it is small and lightweight – to rotate, instead o…

Cited by 0SourceScholar
2023

A Fabrication and Simulation Recipe for Untethering Soft-Rigid Robots with Cable-Driven Stiffness Modulation

IROS 2023poster

We explore the idea of robotic mechanisms that can shift between soft and rigid states, with the long-term goal of creating robots that marry the flexibility and robustness of soft robots with the strength and precision of rigid robots. We present a simple yet effective method to achieve large and r…

Cited by 1SourceScholar
2023

AutoCoreset: An Automatic Practical Coreset Construction Framework

ICML 2023poster

A coreset is a small weighted subset of an input set that approximates its loss function, for a given set of queries. Coresets became prevalent in machine learning as they have shown to be advantageous for many applications. Unfortunately, coresets are constructed in a problem-dependent manner, wher…

2023

Dataset Distillation with Convexified Implicit Gradients

ICML 2023poster

We propose a new dataset distillation algorithm using reparameterization and convexification of implicit gradients (RCIG), that substantially improves the state-of-the-art. To this end, we first formulate dataset distillation as a bi-level optimization problem. Then, we show how implicit gradients c…

2023

Deep Learning on Home Drone: Searching for the Optimal Architecture

ICRA 2023poster

We suggest the first system that runs real-time semantic segmentation via deep learning on the weak microcomputer Raspberry Pi Zero v2 (whose price was 15) attached to a toy drone. In particular, since the Raspberry Pi weighs less than 16 grams, and its size is half of a credit card, we could easily…

Cited by 8SourcecodeScholar
2023

Deep Reinforcement Learning Based Tracking Control of an Autonomous Surface Vessel in Natural Waters

ICRA 2023poster

Accurate control of autonomous marine robots still poses challenges due to the complex dynamics of the environment. In this paper, we propose a Deep Reinforcement Learning (DRL) approach to train a controller for autonomous surface vessel (ASV) trajectory tracking and compare its performance with an…

Cited by 11SourceScholar
2023

DiffuseBot: Breeding Soft Robots With Physics-Augmented Generative Diffusion Models

NeurIPS 2023oral

Nature evolves creatures with a high complexity of morphological and behavioral intelligence, meanwhile computational methods lag in approaching that diversity and efficacy. Co-optimization of artificial creatures' morphology and control in silico shows promise for applications in physical soft rob…

2023

Dynamic Multi-Team Racing: Competitive Driving on 1/10-th Scale Vehicles via Learning in Simulation

CoRL 2023poster

Autonomous racing is a challenging task that requires vehicle handling at the dynamic limits of friction. While single-agent scenarios like Time Trials are solved competitively with classical model-based or model-free feedback control, multi-agent wheel-to-wheel racing poses several challenges inclu…

Cited by 6SourceScholar
2023

EM-Patroller: Entropy Maximized Multi-Robot Patrolling With Steady State Distribution Approximation

RA-L 2023

This letter investigates the multi-robot patrolling (MuRP) problem in a discrete environment with the objective of achieving uniform node coverage probability distribution by the robot team. Existing MuRP solutions for uniform node coverage either involve high computational complexity for the global

Cited by 14SourceScholar
2023

Gigastep - One Billion Steps per Second Multi-agent Reinforcement Learning

NeurIPS 2023poster

Multi-agent reinforcement learning (MARL) research is faced with a trade-off: it either uses complex environments requiring large compute resources, which makes it inaccessible to researchers with limited resources, or relies on simpler dynamics for faster execution, which makes the transferability…

2023

Hot-NetVLAD: Learning Discriminatory Key Points for Visual Place Recognition

RA-L 2023

Hot-NetVLAD implements a hot-spot detector on a learned local key-patch descriptor algorithm for Visual Place Recognition (VPR), thereby greatly cutting down the size of features extracted. The hot-spots pinpoint which regions are crucial for comparison when performing VPR. As hot-spots land on only

Cited by 11SourceScholar
2023

Infrastructure-based End-to-End Learning and Prevention of Driver Failure

ICRA 2023poster

Intelligent intersection managers can improve safety by detecting dangerous drivers or failure modes in autonomous vehicles, warning oncoming vehicles as they approach an intersection. In this work, we present FailureNet, a recurrent neural network trained end-to-end on trajectories of both nominal…

Cited by 1SourceScholar
2023

Intention Communication and Hypothesis Likelihood in Game-Theoretic Motion Planning

RA-L 2023

Game-theoretic motion planners are a potent solution for controlling systems of multiple highly interactive robots. Most existing game-theoretic planners unrealistically assume <italic xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">a priori</i> objective fu

Cited by 9SourceScholar
2023

Liquid Structural State-Space Models

ICLR 2023poster

A proper parametrization of state transition matrices of linear state-space models (SSMs) followed by standard nonlinearities enables them to efficiently learn representations from sequential data, establishing the state-of-the-art on an extensive series of long-range sequence modeling benchmarks. I…

2023

Local Non-Cooperative Games with Principled Player Selection for Scalable Motion Planning

IROS 2023poster

Game-theoretic motion planners are a powerful tool for the control of interactive multi-agent robot systems. Indeed, contrary to predict-then-plan paradigms, game-theoretic planners do not ignore the interactive nature of the problem, and simultaneously predict the behaviour of other agents while co…

Cited by 3SourceScholar
2023

Machine Learning Best Practices for Soft Robot Proprioception

IROS 2023poster

Machine learning-based approaches for soft robot proprioception have recently gained popularity, in part due to the difficulties in modeling the relationship between sensor signals and robot shape. However, to date, there exists no systematic analysis of the required design choices to set up a machi…

Cited by 5SourceScholar
2023

Measuring Interpretability of Neural Policies of Robots with Disentangled Representation

CoRL 2023oral

The advancement of robots, particularly those functioning in complex human-centric environments, relies on control solutions that are driven by machine learning. Understanding how learning-based controllers make decisions is crucial since robots are mostly safety-critical systems. This urges a forma…

Cited by 8SourceScholar
2023

Multi-Abstractive Neural Controller: An Efficient Hierarchical Control Architecture for Interactive Driving

RA-L 2023

As learning-based methods make their way from perception systems to planning/control stacks, robot control systems have started to enjoy the benefits that data-driven methods provide. Because control systems directly affect the motion of the robot, data-driven methods, especially black box approache

Cited by 1SourceScholar
2023

On the Forward Invariance of Neural ODEs

ICML 2023poster

We propose a new method to ensure neural ordinary differential equations (ODEs) satisfy output specifications by using invariance set propagation. Our approach uses a class of control barrier functions to transform output specifications into constraints on the parameters and inputs of the learning s…

Cited by 8SourcePDFScholar
2023

On the Size and Approximation Error of Distilled Datasets

NeurIPS 2023poster

Dataset Distillation is the task of synthesizing small datasets from large ones while still retaining comparable predictive accuracy to the original uncompressed dataset. Despite significant empirical progress in recent years, there is little understanding of the theoretical limitations/guarantees o…

Cited by 5SourcePDFScholar
2023

Provable Data Subset Selection For Efficient Neural Networks Training

ICML 2023poster

Radial basis function neural networks (*RBFNN*) are well-known for their capability to approximate any continuous function on a closed bounded set with arbitrary precision given enough hidden neurons. In this paper, we introduce the first algorithm to construct coresets for *RBFNNs*, i.e., small wei…

Cited by 12SourcePDFScholar
2023

Quantization-Aware Interval Bound Propagation for Training Certifiably Robust Quantized Neural Networks

AAAI 2023technical

We study the problem of training and certifying adversarially robust quantized neural networks (QNNs). Quantization is a technique for making neural networks more efficient by running them using low-bit integer arithmetic and is therefore commonly adopted in industry. Recent work has shown that floa…

2023

Revisiting the Adversarial Robustness-Accuracy Tradeoff in Robot Learning

RA-L 2023

Adversarial training (i.e., training on adversarially perturbed input data) is a well-studied method for making neural networks robust to potential adversarial attacks during inference. However, the improved robustness does not come for free but rather is accompanied by a decrease in overall model a

Cited by 12SourceScholar
2023

Risk-Aware Neural Navigation From BEV Input for Interactive Driving

ICRA 2023poster

Safety has been a key goal for autonomous driving since its inception, and we believe recognizing and responding to risk is a key component of safety. In this work, we aim to answer the question, “How can explainable risk representations be generated and used to produce risk-averse trajectories?” To…

Cited by 1SourceScholar
2023

SMART-Degradation: A Dataset for LiDAR Degradation Evaluation in Rain

IROS 2023poster

Sensor degradation is one of the major challenges for autonomous driving. During the rain, the interference from raindrops can negatively influence LiDAR measurements. For example, valid measurements could be reduced during the rain, and some measurements may become noisy. Unreliable measurements ca…

Cited by 3SourcecodeScholar
2023

SMART-Rain: A Degradation Evaluation Dataset for Autonomous Driving in Rain

IROS 2023poster

Autonomous driving in the rain remains a challenge. One main problem is performance degradation caused by rain. This work introduces a new dataset to study this problem. Our dataset is collected from a full-scale vehicle equipped with a 3D LiDAR sensor and multiple forward-facing cameras under vario…

Cited by 5SourcecodeScholar
2023

SmartRainNet: Uncertainty Estimation For Laser Measurement in Rain

ICRA 2023poster

Adverse weather has raised a big challenge for autonomous vehicles. Unreliable measurements due to sensor degradation could seriously affect the performance of autonomous driving tasks, such as perception and localization. In this work, we study sensor degradation in rainy weather and present a nove…

Cited by 5SourceScholar
2023

SoftZoo: A Soft Robot Co-design Benchmark For Locomotion In Diverse Environments

ICLR 2023poster

While significant research progress has been made in robot learning for control, unique challenges arise when simultaneously co-optimizing morphology. Existing work has typically been tailored for particular environments or representations. In order to more fully understand inherent design and perfo…

Cited by 29SourcePDFScholar
2023

Solving Continuous Control via Q-learning

ICLR 2023poster

While there has been substantial success for solving continuous control with actor-critic methods, simpler critic-only methods such as Q-learning find limited application in the associated high-dimensional action spaces. However, most actor-critic methods come at the cost of added complexity: heuris…

2023

Towards Cooperative Flight Control Using Visual-Attention

IROS 2023poster

The cooperation of a human pilot with an autonomous agent during flight control realizes parallel autonomy. We propose an air-guardian system that facilitates cooperation between a pilot with eye tracking and a parallel end-to-end neural control system. Our vision-based air-guardian system combines…

Cited by 7SourceScholar
2022

A Deep Concept Graph Network for Interaction-Aware Trajectory Prediction

ICRA 2022poster

Temporal patterns (how vehicles behave in our observed past) underline our reasoning of how people drive on the road, and can explain why we make certain predictions about interactions among road agents. In this paper we propose the ConceptNet trajectory predictor - a novel prediction framework that…

Cited by 12SourceScholar
2022

A Wearable Smart Glove and Its Application of Pose and Gesture Detection to Sign Language Classification

RA-L 2022

Advances in soft sensors coupled with machine learning are enabling increasingly capable wearable systems. Since hand motion in particular can convey useful information for developing intuitive interfaces, glove-based systems can have a significant impact on many application areas. A key remaining c

Cited by 44SourceScholar
2022

ActionSense: A Multimodal Dataset and Recording Framework for Human Activities Using Wearable Sensors in a Kitchen Environment

NeurIPS 2022accept

This paper introduces ActionSense, a multimodal dataset and recording framework with an emphasis on wearable sensing in a kitchen environment. It provides rich, synchronized data streams along with ground truth data to facilitate learning pipelines that could extract insights about how humans inter…

Cited by 59SourcePDFScholar
2022

Automatic Co-Design of Aerial Robots Using a Graph Grammar

IROS 2022poster

Unmanned aerial vehicles (UAVs) have broad applications including disaster response, transportation, photography, and mapping. A significant bottleneck in the development of UAVs is the limited availability of automatic tools for task-specific co-design of a UAV's shape and controller. The developme…

Cited by 9SourceScholar
2022

Design of an Autonomous Latching System for Surface Vessels

ICRA 2022poster

Autonomous latching is essential for autonomous surface vessels (ASV) to reach full independence from human intervention. As part of the ASV Roboat project, a new solution for self-latching maneuvers has been developed and is presented here. We propose a system that has the key requirements of full…

Cited by 6SourceScholar
2022

Efficient Dataset Distillation using Random Feature Approximation

NeurIPS 2022accept

Dataset distillation compresses large datasets into smaller synthetic coresets which retain performance with the aim of reducing the storage and computational burden of processing the entire dataset. Today's best performing algorithm, \textit{Kernel Inducing Points} (KIP), which makes use of the cor…

2022

Evolution of Neural Tangent Kernels under Benign and Adversarial Training

NeurIPS 2022accept

Two key challenges facing modern deep learning is mitigating deep networks vulnerability to adversarial attacks, and understanding deep learning's generalization capabilities. Towards the first issue, many defense strategies have been developed, with the most common being Adversarial Training (AT).…

2022

GoTube: Scalable Statistical Verification of Continuous-Depth Models

AAAI 2022technical

We introduce a new statistical verification algorithm that formally quantifies the behavioral robustness of any time-continuous process formulated as a continuous-depth model. Our algorithm solves a set of global optimization (Go) problems over a given time horizon to construct a tight enclosure (Tu…

2022

Graph Grammar-Based Automatic Design for Heterogeneous Fleets of Underwater Robots

ICRA 2022poster

Autonomous underwater vehicles (AUVs) are spe-cialized robots that are commonly used for seafloor surveying and ocean water sampling. Computational design approaches have emerged to reduce the effort required to design both individual AUVs as well as fleets. As the number and scale of underwater mis…

Cited by 13SourceScholar
2022

Interpretable Autonomous Flight Via Compact Visualizable Neural Circuit Policies

RA-L 2022

We learn interpretable end-to-end controllers based on Neural Circuit Policies (NCPs) to enable goal reaching and dynamic obstacle avoidance in flight domains. In addition to being able to learn high-quality control, NCP networks are designed with a small number of neurons. This property allows for

Cited by 8SourceScholar
2022

Latent Imagination Facilitates Zero-Shot Transfer in Autonomous Racing

ICRA 2022poster

World models learn behaviors in a latent imagination space to enhance the sample-efficiency of deep reinforcement learning (RL) algorithms. While learning world models for high-dimensional observations (e.g., pixel inputs) has become practicable on standard RL benchmarks and some games, their effect…

Cited by 52SourcecodeScholar
2022

Learning Interactive Driving Policies via Data-driven Simulation

ICRA 2022poster

Data-driven simulators promise high data-efficiency for driving policy learning. When used for modelling interactions, this data-efficiency becomes a bottleneck: small underlying datasets often lack interesting and challenging edge cases for learning interactive driving. We address this challenge by…

Cited by 27SourceScholar
2022

Learning an Explainable Trajectory Generator Using the Automaton Generative Network (AGN)

RA-L 2022

Symbolic reasoning is a key component for enabling practical use of data-driven planners in autonomous driving. In that context, deterministic finite state automata (DFA) are often used to formalize the underlying high-level decision-making process. Manual design of an effective DFA can be tedious.

Cited by 5SourceScholar
2022

MapLite 2.0: Online HD Map Inference Using a Prior SD Map

RA-L 2022

Deploying fully autonomous vehicles has been a subject of intense research in both industry and academia. However, the majority of these efforts have relied heavily on High Definition (HD) prior maps. These are necessary to provide the planning and control modules a rich model of the operating envir

Cited by 18SourceScholar
2022

SUPR-GAN: SUrgical PRediction GAN for Event Anticipation in Laparoscopic and Robotic Surgery

RA-L 2022

Comprehension of surgical workflow is the foundation upon which artificial intelligence (AI) and machine learning (ML) holds the potential to assist intraoperative decision making and risk mitigation. In this work, we move beyond mere identification of past surgical phases, into prediction of future

Cited by 19SourceScholar
2022

Simulation and Fabrication of Soft Robots with Embedded Skeletons

ICRA 2022poster

Soft robots can be incredibly robust and safe but typically fail to match the strength and precision of rigid robots. This dichotomy between soft and rigid is recently starting to break down, with emerging research interest in hybrid soft-rigid robots. In this work, we draw inspiration from Nature,…

Cited by 9SourceScholar
2022

VISTA 2.0: An Open, Data-driven Simulator for Multimodal Sensing and Policy Learning for Autonomous Vehicles

ICRA 2022poster

Simulation has the potential to transform the development of robust algorithms for mobile agents deployed in safety-critical scenarios. However, the poor photorealism and lack of diverse sensor modalities of existing simulation engines remain key hurdles towards realizing this potential. Here, we pr…

Cited by 108SourceScholar
2022

Wirelessly Magnetically Actuated Motor for Tissue Regeneration Robotic Implant

IROS 2022poster

In biomedical engineering, robotic implants provide new methods to restore and improve bodily function, and regenerate tissue. A significant challenge with the design of these devices is to safely actuate them for weeks or months, while they are residing in a patient's body. Magnetic, and other forc…

Cited by 2SourceScholar
2021

Adaptive Nonlinear Model Predictive Control for Autonomous Surface Vessels With Largely Varying Payload

ICRA 2021poster

Autonomous surface vessels (ASVs) always carry payloads such as passengers and cargoes. The change in the payload can sometimes be several times the weight of the vessel. The payload can cause significant changes in the dynamics of the vessel, thereby degrading the performance of the controller. Thi…

Cited by 10SourceScholar
2021

Adversarial Training is Not Ready for Robot Learning

ICRA 2021poster

Adversarial training is an effective method to train deep learning models that are resilient to norm-bounded perturbations, with the cost of nominal performance drop. While adversarial training appears to enhance the robustness and safety of a deep model deployed in open-world decision-critical appl…

Cited by 42SourceScholar
2021

Aggregating Long-Term Context for Learning Laparoscopic and Robot-Assisted Surgical Workflows

ICRA 2021poster

Analyzing surgical workflow is crucial for surgical assistance robots to understand surgeries. With the understanding of the complete surgical workflow, the robots are able to assist the surgeons in intra-operative events, such as by giving a warning when the surgeon is entering specific keys or hig…

Cited by 22SourceScholar
2021

Autonomous Navigation in Dynamic Environments with Multi-Modal Perception Uncertainties

ICRA 2021poster

This paper addresses the safe path planning problem for autonomous mobility with multi-modal perception uncertainties. Specifically, we assume that different sensor inputs lead to different Gaussian process regulated perception uncertainties (named as multi-modal perception uncertainties). We implem…

Cited by 5SourceScholar
2021

Causal Navigation by Continuous-time Neural Networks

NeurIPS 2021poster

Imitation learning enables high-fidelity, vision-based learning of policies within rich, photorealistic environments. However, such techniques often rely on traditional discrete-time neural models and face difficulties in generalizing to domain shifts by failing to account for the causal relationshi…

2021

Co-Learning of Task and Sensor Placement for Soft Robotics

RA-L 2021

Unlike rigid robots which operate with compact degrees of freedom, soft robots must reason about an infinite dimensional state space. Mapping this continuum state space presents significant challenges, especially when working with a finite set of discrete sensors. Reconstructing the robot's state fr

Cited by 36SourceScholar
2021

Compressing Neural Networks: Towards Determining the Optimal Layer-wise Decomposition

NeurIPS 2021poster

We present a novel global compression framework for deep neural networks that automatically analyzes each layer to identify the optimal per-layer compression ratio, while simultaneously achieving the desired overall compression. Our algorithm hinges on the idea of compressing each convolutional (or…

2021

Context and Orientation Aware Path Tracking

IROS 2021poster

Autonomous vehicles on city roads and especially in pedestrian environments require agility to navigate narrow passages and turn in tight spaces, leading to the need for a real-time, robust and adaptable controller. In this paper, we present orientation and context aware controllers for autonomous v…

Cited by 0SourceScholar
2021

Deep Imitation Learning for Autonomous Navigation in Dynamic Pedestrian Environments

ICRA 2021poster

Navigation through dynamic pedestrian environments in a socially compliant manner is still a challenging task for autonomous vehicles. Classical methods usually lead to unnatural vehicle behaviours for pedestrian navigation due to the difficulty in modeling social conventions mathematically. This pa…

Cited by 19SourceScholar
2021

Designing and Deploying a Mobile UVC Disinfection Robot

IROS 2021poster

This paper presents a mobile UVC disinfection robot designed to mitigate the threat of airborne and surface pathogens. Our system comprises a mobile robot base, a custom UVC lamp assembly, and algorithms for autonomous navigation and path planning. We present a model of UVC disinfection and dosage o…

Cited by 14SourceScholar
2021

Group Multi-Object Tracking for Dynamic Risk Map and Safe Path Planning

IROS 2021poster

This paper studies the group multi-object tracking (MOT) problem in dynamic pedestrian environments, with intended application to safe navigation for autonomous vehicles. We complete a full autonomous vehicle navigation pipeline from object detection, tracking, grouping, to risk map generation and s…

Cited by 5SourceScholar
2021

Interactive Planning for Autonomous Urban Driving in Adversarial Scenarios

ICRA 2021poster

Autonomous urban driving among human-driven cars requires a holistic understanding of road rules, driver intents and driving styles. This is challenging as a short-term, single instance, driver intent of lane change may not correspond to their driving styles for a longer duration. This paper present…

Cited by 13SourceScholar
2021

Is Bang-Bang Control All You Need? Solving Continuous Control with Bernoulli Policies

NeurIPS 2021poster

Reinforcement learning (RL) for continuous control typically employs distributions whose support covers the entire action space. In this work, we investigate the colloquially known phenomenon that trained agents often prefer actions at the boundaries of that space. We draw theoretical connections to…

Cited by 52SourcePDFScholar
2021

LVI-SAM: Tightly-coupled Lidar-Visual-Inertial Odometry via Smoothing and Mapping

ICRA 2021poster

We propose a framework for tightly-coupled lidar-visual-inertial odometry via smoothing and mapping, LVI-SAM, that achieves real-time state estimation and map-building with high accuracy and robustness. LVI-SAM is built atop a factor graph and is composed of two sub-systems: a visual-inertial system…

Cited by 489SourceScholar
2021

Learning A Risk-Aware Trajectory Planner From Demonstrations Using Logic Monitor

CoRL 2021poster

Risk awareness is an important factor to consider when deploying policies on robots in the real-world. Defining the right set of risk metrics can be difficult. In this work, we use a differentiable logic monitor that keeps track of the environmental agents' behaviors and provides a risk metric that…

Cited by 0SourceScholar
2021

Learning to Plan Optimistically: Uncertainty-Guided Deep Exploration via Latent Model Ensembles

CoRL 2021poster

Learning complex robot behaviors through interaction requires structured exploration. Planning should target interactions with the potential to optimize long-term performance, while only reducing uncertainty where conducive to this objective. This paper presents Latent Optimistic Value Exploration…

Cited by 12SourceScholar
2021

Liquid Time-constant Networks

AAAI 2021technical

We introduce a new class of time-continuous recurrent neural network models. Instead of declaring a learning system's dynamics by implicit nonlinearities, we construct networks of linear first-order dynamical systems modulated via nonlinear interlinked gates. The resulting models represent dynamical…

2021

Multi-Objective Graph Heuristic Search for Terrestrial Robot Design

ICRA 2021poster

We present methods for co-designing rigid robots over control and morphology (including discrete topology) over multiple objectives. Previous work has addressed problems in single-objective robot co-design or multi-objective control. However, the joint multi-objective co-design problem is extremely…

Cited by 42SourceScholar
2021

Multi-Scale Feature Aggregation by Cross-Scale Pixel-to-Region Relation Operation for Semantic Segmentation

RA-L 2021

Exploiting multi-scale features has shown great potential in tackling semantic segmentation problems. The aggregation is commonly done with sum or concatenation (concat) followed by convolutional (conv) layers. However, it fully passes down the high-level context to the following hierarchy without c

Cited by 4SourceScholar
2021

Multi-robot Task Assignment for Aerial Tracking with Viewpoint Constraints

IROS 2021poster

We address the problem of assigning a team of drones to autonomously capture a set desired shots of a dynamic target in the presence of obstacles. We present a two-stage planning pipeline that generates offline an assignment of drone to shots and locally optimizes online the viewpoint. Given desired…

Cited by 7SourceScholar
2021

On-Off Center-Surround Receptive Fields for Accurate and Robust Image Classification

ICML 2021spotlight

Robustness to variations in lighting conditions is a key objective for any deep vision system. To this end, our paper extends the receptive field of convolutional neural networks with two residual components, ubiquitous in the visual processing system of vertebrates: On-center and off-center pathway…

2021

Robotic Jigsaw: A Non-Holonomic Cutting Robot and Path Planning Algorithm

IROS 2021poster

Bladed tools such as jigsaws are common tools for wood workers on job-sites and in workshops, but do not currently have sufficient autonomous hardware or path planning algorithms to enable automation. Here we present a system of an autonomous robot and a path planning algorithm for automating jigsaw…

Cited by 1SourceScholar
2021

Robust Place Recognition using an Imaging Lidar

ICRA 2021poster

We propose a methodology for robust, real-time place recognition using an imaging lidar, which yields image-quality high-resolution 3D point clouds. Utilizing the intensity readings of an imaging lidar, we project the point cloud and obtain an intensity image. ORB feature descriptors are extracted f…

Cited by 72SourcecodeScholar
2021

Sparse Flows: Pruning Continuous-depth Models

NeurIPS 2021poster

Continuous deep learning architectures enable learning of flexible probabilistic models for predictive modeling as neural ordinary differential equations (ODEs), and for generative modeling as continuous normalizing flows. In this work, we design a framework to decipher the internal dynamics of thes…

2021

Strength Through Diversity: Robust Behavior Learning via Mixture Policies

CoRL 2021poster

Efficiency in robot learning is highly dependent on hyperparameters. Robot morphology and task structure differ widely and finding the optimal setting typically requires sequential or parallel repetition of experiments, strongly increasing the interaction count. We propose a training method that onl…

Cited by 10SourceScholar
2021

Underwater Soft Robot Modeling and Control With Differentiable Simulation

RA-L 2021

Underwater soft robots are challenging to model and control because of their high degrees of freedom and their intricate coupling with water. In this letter, we present a method that leverages the recent development in differentiable simulation coupled with a differentiable, analytical hydrodynamic

Cited by 75SourceScholar
2021

Vehicle Trajectory Prediction Using Generative Adversarial Network With Temporal Logic Syntax Tree Features

RA-L 2021

In this work, we propose a novel approach for integrating rules into traffic agent trajectory prediction. Consideration of rules is important for understanding how people behave-yet, it cannot be assumed that rules are always followed. To address this challenge, we evaluate different approaches of i

Cited by 53SourceScholar
2020

A Natural Lottery Ticket Winner: Reinforcement Learning with Ordinary Neural Circuits

ICML 2020poster

We propose a neural information processing system obtained by re-purposing the function of a biological neural circuit model to govern simulated and real-world control tasks. Inspired by the structure of the nervous system of the soil-worm, C. elegans, we introduce ordinary neural circuits (ONCs), d…

Cited by 32SourcePDFScholar
2020

Autonomous Navigation in Inclement Weather Based on a Localizing Ground Penetrating Radar

RA-L 2020

Most autonomous driving solutions require some method of localization within their environment. Typically, onboard sensors are used to localize the vehicle precisely in a previously recorded map. However, these solutions are sensitive to ambient lighting conditions such as darkness and inclement wea

Cited by 54SourceScholar
2020

Data-Driven Disturbance Observers for Estimating External Forces on Soft Robots

RA-L 2020

Unlike traditional robots, soft robots can intrinsically interact with their environment in a continuous, robust, and safe manner. These abilities - and the new opportunities they open - motivate the development of algorithms that provide reliable information on the nature of environmental interacti

Cited by 63SourceScholar
2020

Deep Context Maps: Agent Trajectory Prediction Using Location-Specific Latent Maps

RA-L 2020

In this letter, we propose a novel approach for agent motion prediction in cluttered environments. One of the main challenges in predicting agent motion is accounting for location and context-specific information. Our main contribution is the concept of learning context maps to improve the predictio

Cited by 8SourceScholar
2020

Deep Latent Competition: Learning to Race Using Visual Control Policies in Latent Space

CoRL 2020

Learning competitive behaviors in multi-agent settings such as racing requires long-term reasoning about potential adversarial interactions. This paper presents Deep Latent Competition (DLC), a novel reinforcement learning algorithm that learns competitive visual control policies through self-play i

2020

Deep Orientation Uncertainty Learning based on a Bingham Loss

ICLR 2020poster

Reasoning about uncertain orientations is one of the core problems in many perception tasks such as object pose estimation or motion estimation. In these scenarios, poor illumination conditions, sensor limitations, or appearance invariance may result in highly uncertain estimates. In this work, we p…

Cited by 77SourcecodeScholar
2020

Differentiable Logic Layer for Rule Guided Trajectory Prediction

CoRL 2020

In this work, we propose a method for integration of temporal logic formulas into a neural network. Our main contribution is a new logic optimization layer that uses differentiable optimization on the formulas’ robustness function. This allows incorporating traffic rules into deep learning based tra

Cited by 0SourcePDFScholar
2020

Distributed Motion Control for Multiple Connected Surface Vessels

IROS 2020poster

We propose a scalable cooperative control approach which coordinates a group of rigidly connected autonomous surface vessels to track desired trajectories in a planar water environment as a single floating modular structure. Our approach leverages the implicit information of the structure’s motion f…

Cited by 14SourceScholar
2020

Distributed Proprioception of 3D Configuration in Soft, Sensorized Robots via Deep Learning

RA-L 2020

Creating soft robots with sophisticated, autonomous capabilities requires these systems to possess reliable, on-line proprioception of 3D configuration through integrated soft sensors. We present a framework for predicting a soft robot's 3D configuration via deep learning using feedback from a soft,

Cited by 152SourceScholar
2020

Generating Visibility-Aware Trajectories for Cooperative and Proactive Motion Planning

ICRA 2020poster

The safety of an autonomous vehicle not only depends on its own perception of the world around it, but also on the perception and recognition from other vehicles. If an ego vehicle considers the uncertainty other vehicles have about itself, then by reducing the estimated uncertainty it can increase…

Cited by 9SourceScholar
2020

Gershgorin Loss Stabilizes the Recurrent Neural Network Compartment of an End-to-end Robot Learning Scheme

ICRA 2020poster

Traditional robotic control suits require profound task-specific knowledge for designing, building and testing control software. The rise of Deep Learning has enabled end-to-end solutions to be learned entirely from data, requiring minimal knowledge about the application area. We design a learning s…

Cited by 30SourceScholar
2020

Helping Robots Learn: A Human-Robot Master-Apprentice Model Using Demonstrations via Virtual Reality Teleoperation

ICRA 2020poster

As artificial intelligence becomes an increasingly prevalent method of enhancing robotic capabilities, it is important to consider effective ways to train these learning pipelines and to leverage human expertise. Working towards these goals, a master-apprentice model is presented and is evaluated du…

Cited by 55SourceScholar
2020

LIO-SAM: Tightly-coupled Lidar Inertial Odometry via Smoothing and Mapping

IROS 2020poster

We propose a framework for tightly-coupled lidar inertial odometry via smoothing and mapping, LIO-SAM, that achieves highly accurate, real-time mobile robot trajectory estimation and map-building. LIO-SAM formulates lidar-inertial odometry atop a factor graph, allowing a multitude of relative and ab…

Cited by 1964SourcecodeScholar
2020

Learning Robust Control Policies for End-to-End Autonomous Driving From Data-Driven Simulation

RA-L 2020

In this work, we present a data-driven simulation and training engine capable of learning end-to-end autonomous vehicle control policies using only sparse rewards. By leveraging real, human-collected trajectories through an environment, we render novel training data that allows virtual agents to dri

Cited by 230SourceScholar
2020

MapLite: Autonomous Intersection Navigation Without a Detailed Prior Map

RA-L 2020

In this work, we present MapLite: a one-click autonomous navigation system capable of piloting a vehicle to an arbitrary desired destination point given only a sparse publicly available topometric map (from OpenStreetMap). The onboard sensors are used to segment the road region and register the topo

Cited by 28SourceScholar
2020

Multiplexed Manipulation: Versatile Multimodal Grasping via a Hybrid Soft Gripper

ICRA 2020poster

The success of hybrid suction + parallel-jaw grippers in the Amazon Robotics/Picking Challenge have demonstrated the effectiveness of multimodal grasping approaches. However, existing multimodal grippers combine grasping modes in isolation and do not incorporate the benefits of compliance found in s…

Cited by 33SourceScholar
2020

On an Improved State Parametrization for Soft Robots With Piecewise Constant Curvature and Its Use in Model Based Control

RA-L 2020

Piecewise constant curvature models have proven to be an useful tool for describing kinematics and dynamics of soft robots. However, in their three dimensional formulation they suffer from many issues limiting their range of applicability - as discontinuities and singularities - mainly concerning th

Cited by 196SourceScholar
2020

Online Localization with Imprecise Floor Space Maps using Stochastic Gradient Descent

IROS 2020poster

Many indoor spaces have constantly changing layouts and may not be mapped by an autonomous vehicle, yet maps such as floor plans or evacuation maps of these places are common. We propose a method for an autonomous robot to localize itself on such maps with inconsistent scale using Stochastic Gradien…

Cited by 16SourceScholar
2020

Prediction-Guided Multi-Objective Reinforcement Learning for Continuous Robot Control

ICML 2020poster

Many real-world control problems involve conflicting objectives where we desire a dense and high-quality set of control policies that are optimal for different objective preferences (called Pareto-optimal). While extensive research in multi-objective reinforcement learning (MORL) has been conducted…

2020

Provable Filter Pruning for Efficient Neural Networks

ICLR 2020poster

We present a provable, sampling-based approach for generating compact Convolutional Neural Networks (CNNs) by identifying and removing redundant filters from an over-parameterized network. Our algorithm uses a small batch of input data points to assign a saliency score to each filter and constructs…

Cited by 199SourcecodeScholar
2020

Roboat II: A Novel Autonomous Surface Vessel for Urban Environments

IROS 2020poster

This paper presents a novel autonomous surface vessel (ASV), called Roboat II for urban transportation. Roboat II is capable of accurate simultaneous localization and mapping (SLAM), receding horizon tracking control and estimation, and path planning. Roboat II is designed to maximize the internal s…

Cited by 78SourceScholar
2020

Safe Path Planning with Multi-Model Risk Level Sets

IROS 2020poster

This paper investigates the safe path planning problem for an autonomous vehicle operating in unstructured, cluttered environments. While some objects may be accurately with canonical perception algorithms, other objects and clutter may be harder to track. We present an approach that combines two me…

Cited by 9SourceScholar
2020

Sensorization of a Continuum Body Gripper for High Force and Delicate Object Grasping

ICRA 2020poster

The goal of achieving `universal grasping' where many objects can be handled with minimal control input is the focus of much research due to potential high impact applications ranging from grocery packing to recycling. However, many of the grippers developed suffer from limited sensing capabilities…

Cited by 21SourceScholar
2020

Uncertainty Aware Texture Classification and Mapping Using Soft Tactile Sensors

IROS 2020poster

Spatial mapping of surface roughness is a critical enabling technology for automating adaptive sanding operations. We leverage GelSight sensors to convert the problem of surface roughness measurement into a vision classification problem. By combining GelSight sensors with Optitrack positioning syste…

Cited by 11SourceScholar
2020

Weighted Buffered Voronoi Cells for Distributed Semi-Cooperative Behavior

ICRA 2020poster

This paper introduces the Weighted Buffered Voronoi tessellation, which allows us to define distributed, semicooperative multi-agent navigation policies with guarantees on collision avoidance. We generate the Voronoi cells with dynamic weights that bias the boundary towards the agent with the lower…

Cited by 57SourceScholar
2019

A Convolutional Network for Joint Deraining and Dehazing from A Single Image for Autonomous Driving in Rain

IROS 2019poster

In this paper, we focus on a rain removal task from a single image of the urban street scene for autonomous driving in rain. We develop a Convolutional Neural Network which takes a rainy image as input, and directly recovers a clean image in the presence of rain streaks, atmospheric veiling effect (…

Cited by 30SourceScholar
2019

A Simple Electric Soft Robotic Gripper with High-Deformation Haptic Feedback

ICRA 2019poster

Compliant robotic grippers are more robust to uncertainties in grasping and manipulation tasks, especially when paired with tactile and proprioceptive feedback. Although considerable progress has been made towards achieving proprioceptive soft robotic grippers, current efforts require complex drivin…

Cited by 47SourceScholar
2019

A Vacuum-driven Origami “Magic-ball” Soft Gripper

ICRA 2019poster

Soft robotics has yielded numerous examples of soft grippers that utilize compliance to achieve impressive grasping performances with great simplicity, adaptability, and robustness. Designing soft grippers with substantial grasping strength while remaining compliant and gentle is one of the most imp…

Cited by 301SourceScholar
2019

Autonomous Latching System for Robotic Boats

ICRA 2019poster

Autonomous robotic boats are devised to transport people and goods similar to self-driving cars. One of the attractive features specially applied in water environment is to dynamically link and join multiple boats into one unit in order to form floating infrastructure such as bridges, markets or con…

Cited by 47SourceScholar
2019

Central Pattern Generators Control of Momentum Driven Compliant Structures

ICRA 2019poster

We introduce the concept of Momentum Driven Structures (MDS) made of inertially actuated units linked together by compliant elements as a potential solution for rough environments exploration. We propose a control method for MDS based on the bio-inspired concept of Central Pattern Generator (CPG) an…

Cited by 2SourceScholar
2019

ChainQueen: A Real-Time Differentiable Physical Simulator for Soft Robotics

ICRA 2019poster

Physical simulators have been widely used in robot planning and control. Among them, differentiable simulators are particularly favored, as they can be incorporated into gradient-based optimization algorithms that are efficient in solving inverse problems such as optimal control and motion planning.…

Cited by 322SourceScholar
2019

Context and Intention Aware Planning for Urban Driving

IROS 2019poster

We present a novel autonomous driving system which uses the road contextual information and intentions of other road users for urban driving. Unlike highways, urban environments require the drivers to follow traffic signs and signals while using their best judgment for anomalous situations. In such…

Cited by 25SourceScholar
2019

Coordinated Control of a Reconfigurable Multi-Vessel Platform: Robust Control Approach

ICRA 2019poster

We propose a feedback control system for a reconfigurable multi-vessel platform. The platform consists of N propeller-driven vessels each of which is capable of latching to another vessel to form a rigid body of connected vessels. The main technical challenges are that i) depending on configurations…

Cited by 22SourceScholar
2019

Data-Dependent Coresets for Compressing Neural Networks with Applications to Generalization Bounds

ICLR 2019poster

We present an efficient coresets-based neural network compression algorithm that sparsifies the parameters of a trained fully-connected neural network in a manner that provably approximates the network's output. Our approach is based on an importance sampling scheme that judiciously defines a sampli…

Cited by 98SourcePDFScholar
2019

Decentralized Control for 3D M-Blocks for Path Following, Line Formation, and Light Gradient Aggregation

IROS 2019poster

This paper presents a decentralized control frame-work for lattice-based Modular Self-Reconfigurable Robots (MSRR) which utilizes a novel magnetic fiducial system to facilitate neighbor identification and to enable algorithms which promise scalable functionality for systems with many modules. In thi…

Cited by 23SourceScholar
2019

Decentralized Pose Control of Modular Reconfigurable Robots Operating in Liquid Environments

IROS 2019poster

Modular reconfigurable robots are touted for their flexibility, as their bodies can assume a wide range of shapes. A particular challenge is to make them move efficiently in 3D without compromising the scalability of the system. This paper proposes decentralized and fully reactive controllers for po…

Cited by 3SourceScholar
2019

Dynamic Control of Soft Robots with Internal Constraints in the Presence of Obstacles

IROS 2019poster

The development of effective reduced order models for soft robots is paving the way toward the development of a new generation of model based techniques, which leverage classic rigid robot control. However, several soft robot features differentiate the soft-bodied case from the rigid-bodied one. Fir…

Cited by 21SourceScholar
2019

Dynamic Risk Density for Autonomous Navigation in Cluttered Environments without Object Detection

ICRA 2019poster

In this paper, we examine the problem of navigating cluttered environments without explicit object detection and tracking. We introduce the dynamic risk density to map the congestion density and spatial flow of the environment to a cost function for the agent to determine risk when navigating that e…

Cited by 26SourceScholar
2019

Exact Task Execution in Highly Under-Actuated Soft Limbs: An Operational Space Based Approach

RA-L 2019

Recently, the development of soft robots is imposing a change of prospective in several aspects of design and control, moving the robotic field closer to the natural world. Soft robots, like many animals, are often built of continuously deformable elements, and are consequently characterized by a hi

Cited by 15SourceScholar
2019

Infrastructure-free NLoS Obstacle Detection for Autonomous Cars

IROS 2019poster

Current perception systems mostly require direct line of sight to anticipate and ultimately prevent potential collisions at intersections with other road users. We present a fully integrated autonomous system capable of detecting shadows or weak illumination changes on the ground caused by a dynamic…

Cited by 16SourceScholar
2019

Learning to Plan with Logical Automata

RSS 2019poster

This paper introduces the Logic-based Value Iteration Network (LVIN) framework, which combines imitation learning and logical automata to enable agents to learn complex behaviors from demonstrations. We address two problems with learning from expert knowledge: (1) how to generalize learned policies…

Cited by 27SourcePDFScholar
2019

Learning-In-The-Loop Optimization: End-To-End Control And Co-Design Of Soft Robots Through Learned Deep Latent Representations

NeurIPS 2019poster

Soft robots have continuum solid bodies that can deform in an infinite number of ways. Controlling soft robots is very challenging as there are no closed form solutions. We present a learning-in-the-loop co-optimization algorithm in which a latent state representation is learned as the robot figure…

Cited by 71SourcePDFScholar
2019

Learning-based Nonlinear Model Predictive Control of Reconfigurable Autonomous Robotic Boats: Roboats

IROS 2019poster

This paper presents a Learning-based Nonlinear Model Predictive Control (LB-NMPC) algorithm for reconfigurable autonomous vessels to facilitate high-accurate path tracking. Each vessel is designed to latch to a pre-defined point of another vessel that allows the vessels to form a rigid body. The num…

Cited by 22SourceScholar
2019

Online System Identification Algorithm without Persistent Excitation for Robotic Systems: Application to Reconfigurable Autonomous Vessels

IROS 2019poster

This paper investigates an online system identification problem of estimating unknown parameters in nonlinear system dynamics in the absence of persistently excitation. To estimate parameters, we develop an algorithm that updates parameter estimates using sensor data and a basis that is built on a f…

Cited by 9SourceScholar
2019

Optimizing Vehicle Distributions and Fleet Sizes for Shared Mobility-on-Demand

ICRA 2019poster

Mobility-on-demand (MoD) systems are revolutionizing urban transit with the introduction of ride-sharing. Such systems have the potential to reduce vehicle congestion and improve accessibility of a city's transportation infrastructure. Recently developed algorithms can compute routes for vehicles in…

Cited by 31SourceScholar
2019

Probabilistic Risk Metrics for Navigating Occluded Intersections

RA-L 2019

Among traffic accidents in the USA, 23% of fatal and 32% of non-fatal incidents occurred at intersections. For driver assistance systems, intersection navigation remains a difficult problem that is critically important to increasing driver safety. In this letter, we examine how to navigate an unsign

Cited by 36SourceScholar
2019

Roboat: An Autonomous Surface Vehicle for Urban Waterways

IROS 2019poster

Unmanned surface vehicles (USVs) are typically designed for open area marine applications. In this paper, we present a new autonomy system (Roboat) for urban waterways which requires robust localization, perception, planning, and control. A novel localization system, based on the extended Kalman fil…

Cited by 110SourceScholar