← Search

Alexander Amini

29 accepted papers

2025

STAR: Synthesis of Tailored Architectures

ICLR 2025oral

Iterative improvement of model architectures is fundamental to deep learning: Transformers first enabled scaling, and recent advances in model hybridization have pushed the quality-efficiency frontier. However, optimizing architectures remains challenging and expensive, with a variety of automated o…

Cited by 2SourcePDFScholar
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

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

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

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

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

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
2023

BEVFusion: Multi-Task Multi-Sensor Fusion with Unified Bird's-Eye View Representation

ICRA 2023poster

Multi-sensor fusion is essential for an accurate and reliable autonomous driving system. Recent approaches are based on point-level fusion: augmenting the LiDAR point cloud with camera features. However, the camera-to-LiDAR projection throws away the semantic density of camera features, hindering th…

Cited by 1130SourcecodeScholar
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

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
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

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

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

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
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

Efficient and Robust LiDAR-Based End-to-End Navigation

ICRA 2021poster

Deep learning has been used to demonstrate end-to-end neural network learning for autonomous vehicle control from raw sensory input. While LiDAR sensors provide reliably accurate information, existing end-to-end driving solutions are mainly based on cameras since processing 3D data requires a large…

Cited by 56SourceScholar
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

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…

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

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

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

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
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
2018

Learning Steering Bounds for Parallel Autonomous Systems

ICRA 2018poster

Deep learning has been successfully applied to “end-to-end” learning of the autonomous driving task, where a deep neural network learns to predict steering control commands from camera data input. However, the learned representations do not support higher-level decision making required for autonomou…

Cited by 30SourceScholar
2018

Variational Autoencoder for End-to-End Control of Autonomous Driving with Novelty Detection and Training De-biasing

IROS 2018poster

This paper introduces a new method for end-to-end training of deep neural networks (DNNs) and evaluates it in the context of autonomous driving. DNN training has been shown to result in high accuracy for perception to action learning given sufficient training data. However, the trained models may fa…

Cited by 108SourceScholar