← Search

Sertac Karaman

84 accepted papers

2026

Lost in Context: Discovering Context Anxiety in Large Language Models

ICML 2026poster

Conventional wisdom suggests that reasoning models fail when problems exceed their capabilities. However, we find that frontier reasoning models sometimes possess the necessary capabilities to solve problems but fail due to premature self-doubt -- a phenomenon informally known as context anxiety. We…

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…

2025

GEVO: Memory-Efficient Monocular Visual Odometry Using Gaussians

RA-L 2025

Constructing a high-fidelity representation of the 3D scene using a monocular camera can enable a wide range of applications on low-energy devices, such as micro-robots, smartphones, and AR/VR headsets. On these devices, memory is often limited in capacity and its access often dominates the consumpt

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

Highly Compressed Tokenizer Can Generate Without Training

ICML 2025poster

Commonly used image tokenizers produce a 2D grid of spatially arranged tokens. In contrast, so-called *1D* image tokenizers represent images as highly compressed one-dimensional sequences of as few as 32 discrete tokens. We find that the high degree of compression achieved by a 1D tokenizer with vec…

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

Learning When to Ask for Help: Efficient Interactive Navigation via Implicit Uncertainty Estimation

ICRA 2024poster

Robots operating alongside humans often encounter unfamiliar environments that make autonomous task completion challenging. Though improving models and increasing dataset size can enhance a robot’s performance in unseen environments, data collection and model refinement may be impractical in every e…

Cited by 1SourceScholar
2024

Multi-Fidelity Reinforcement Learning for Minimum Energy Trajectory Planning

IROS 2024poster

Modeling the energy consumption of a quadrotor involves complex electrical and physical dynamics, making it difficult to optimize. To address this challenge, this paper presents a multi-fidelity Gaussian process (MFGP) method that efficiently learns an accurate energy prediction model by combining m…

Cited by 0SourceScholar
2024

Multi-Level Action Tree Rollout (MLAT-R): Efficient and Accurate Online Multiagent Policy Improvement

ICRA 2024poster

Rollout algorithms are renowned for their abilities to correct for the suboptimalities of offline-trained base policies. In the multiagent setting, performing online rollout can require an exponentially large number of optimizations with respect to the number of agents. One-agent-at-a-time algorithm…

Cited by 0SourceScholar
2024

NVINS: Robust Visual Inertial Navigation Fused with NeRF-augmented Camera Pose Regressor and Uncertainty Quantification

IROS 2024poster

In recent years, Neural Radiance Fields (NeRF) have emerged as a powerful tool for 3D reconstruction and novel view synthesis. However, the computational cost of NeRF rendering and degradation in quality due to the presence of artifacts pose significant challenges for its application in real-time an…

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

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

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

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

Cooperative Multi-Agent Trajectory Generation with Modular Bayesian Optimization

RSS 2022poster

We present a modular Bayesian optimization framework that efficiently generates time-optimal trajectories for a cooperative multi-agent system, such as a team of UAVs. Existing methods for multi-agent trajectory generation often rely on overly conservative constraints to reduce the complexity of thi…

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

Real-Time Generation of Time-Optimal Quadrotor Trajectories with Semi-Supervised Seq2Seq Learning

CoRL 2022poster

Generating time-optimal quadrotor trajectories is challenging due to the complex dynamics of high-speed, agile flight. In this paper, we propose a data-driven method for real-time time-optimal trajectory generation that is suitable for complicated system models. We utilize a temporal deep neural net…

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

Efficient Computation of Map-scale Continuous Mutual Information on Chip in Real Time

IROS 2021poster

Exploration tasks are essential to many emerging robotics applications, ranging from search and rescue to space exploration. The planning problem for exploration requires determining the best locations for future measurements that will enhance the fidelity of the map, for example, by reducing its to…

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

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

Multi-Modal Motion Planning Using Composite Pose Graph Optimization

ICRA 2021poster

In this paper, we present a motion planning framework for multi-modal vehicle dynamics. Our proposed algorithm employs transcription of the optimization objective function, vehicle dynamics, and state and control constraints into sparse factor graphs, which—combined with mode transition constraints—…

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

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

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

Joint Feature Selection and Time Optimal Path Parametrization for High Speed Vision-Aided Navigation

IROS 2020poster

We study a problem in vision-aided navigation in which an autonomous agent has to traverse a specified path in minimal time while ensuring extraction of a steady stream of visual percepts with low latency. Vision-aided robots extract motion estimates from the sequence of images of their on-board cam…

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

Multi-Fidelity Black-Box Optimization for Time-Optimal Quadrotor Maneuvers

RSS 2020poster

We consider the problem of generating a time-optimal quadrotor trajectory that attains a set of prescribed waypoints. This problem is challenging since the optimal trajectory is located on the boundary of the set of dynamically feasible trajectories. This boundary is hard to model as it involves lim…

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

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

FSMI: Fast Computation of Shannon Mutual Information for Information-Theoretic Mapping

ICRA 2019poster

Information-based mapping algorithms are critical to robot exploration tasks in several applications ranging from disaster response to space exploration. Unfortunately, most existing information-based mapping algorithms are plagued by the computational difficulty of evaluating the Shannon mutual inf…

Cited by 62SourceScholar
2019

FastDepth: Fast Monocular Depth Estimation on Embedded Systems

ICRA 2019poster

Depth sensing is a critical function for robotic tasks such as localization, mapping and obstacle detection. There has been a significant and growing interest in depth estimation from a single RGB image, due to the relatively low cost and size of monocular cameras. However, state-of-the-art single-v…

Cited by 419SourceScholar
2019

FlightGoggles: Photorealistic Sensor Simulation for Perception-driven Robotics using Photogrammetry and Virtual Reality

IROS 2019poster

FlightGoggles is a photorealistic sensor simulator for perception-driven robotic vehicles. The key contributions of FlightGoggles are twofold. First, FlightGoggles provides photorealistic exteroceptive sensor simulation using graphics assets generated with photogrammetry. Second, it provides the abi…

Cited by 166SourceScholar
2019

High-Throughput Computation of Shannon Mutual Information on Chip

RSS 2019poster

Exploration problems are fundamental to robotics, arising in various domains, ranging from search and rescue to space exploration. Many effective exploration algorithms rely on the computation of mutual information between the current map and potential future measurements in order to make planning d…

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

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

Self-Supervised Sparse-to-Dense: Self-Supervised Depth Completion from LiDAR and Monocular Camera

ICRA 2019poster

Depth completion, the technique of estimating a dense depth image from sparse depth measurements, has a variety of applications in robotics and autonomous driving. However, depth completion faces 3 main challenges: the irregularly spaced pattern in the sparse depth input, the difficulty in handling…

Cited by 552SourcecodeScholar
2019

Sharing is Caring: Socially-Compliant Autonomous Intersection Negotiation

IROS 2019poster

Current methods for autonomous management use strict first-come, first-serve (FCFS) ordering to manage incoming autonomous vehicles at an intersection. In this work, we present a coordination policy that swaps agent ordering to increase the system-wide performance while ensuring that the swaps are s…

Cited by 44SourceScholar
2018

Guidance Laws for Partially-Observable Interception Based on Linear Covariance Analysis

IROS 2018poster

We consider pursuit-evasion games in which the pursuer is tasked with intercepting the evader using only partial measurements. Motivated by the utilization of visual sensing on board the pursuer, we focus on the case when only bearing measurements are available to the pursuer. The resulting partiall…

Cited by 9SourceScholar
2018

Invertibility of Convolutional Generative Networks from Partial Measurements

NeurIPS 2018poster

In this work, we present new theoretical results on convolutional generative neural networks, in particular their invertibility (i.e., the recovery of input latent code given the network output). The study of network inversion problem is motivated by image inpainting and the mode collapse problem in…

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

Multi-Vehicle Motion Planning for Social Optimal Mobility-on-Demand

ICRA 2018poster

In this paper we consider a fleet of self-driving cars operating in a road network governed by rules of the road, such as the Vienna Convention on Road Traffic, providing rides to customers to serve their demands with desired deadlines. We focus on the associated motion planning problem that trades-…

Cited by 33SourceScholar
2018

Navigating Congested Environments with Risk Level Sets

ICRA 2018poster

In this paper, we address the problem of navigating in a cluttered environment by introducing a congestion cost that maps the density and motion of objects to an occupancy risk. We propose that an agent can choose a “risk level set” from this cost function and construct a planning space from this se…

Cited by 62SourceScholar
2018

Sampling-Based Approximation Algorithms for Reachability Analysis with Provable Guarantees

RSS 2018poster

The successful deployment of many autonomous systems in part hinges on providing rigorous guarantees on their performance and safety through a formal verification method, such as reachability analysis. In this work, we present a simple-to-implement, sampling-based algorithm for reachability analysis…

Cited by 30SourcePDFScholar
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
2018

Visual-Inertial Navigation Algorithm Development Using Photorealistic Camera Simulation in the Loop

ICRA 2018poster

The development of fast, agile micro Unmanned Aerial Vehicles (UAVs) has been limited by (i) on-board computing hardware restrictions, (ii) the lack of sophisticated vision-based perception and vision-in-the-loop control algorithms, and (iii) the absence of development environments where such system…

Cited by 52SourceScholar
2017

Duckietown: An open, inexpensive and flexible platform for autonomy education and research

ICRA 2017poster

Duckietown is an open, inexpensive and flexible platform for autonomy education and research. The platform comprises small autonomous vehicles (“Duckiebots”) built from off-the-shelf components, and cities (“Duckietowns”) complete with roads, signage, traffic lights, obstacles, and citizens (duckies…

Cited by 281SourceScholar
2017

Minimum-violation scLTL motion planning for mobility-on-demand

ICRA 2017poster

This work focuses on integrated routing and motion planning for an autonomous vehicle in a road network. We consider a problem in which customer demands need to be met within desired deadlines, and the rules of the road need to be satisfied. The vehicle might not, however, be able to satisfy these t…

Cited by 90SourceScholar
2017

Parallel autonomy in automated vehicles: Safe motion generation with minimal intervention

ICRA 2017poster

Current state-of-the-art vehicle safety systems, such as assistive braking or automatic lane following, are still only able to help in relatively simple driving situations. We introduce a Parallel Autonomy shared-control framework that produces safe trajectories based on human inputs even in much mo…

Cited by 141SourceScholar
2017

Sampling-based synthesis of maximally-satisfying controllers for temporal logic specifications

IROS 2017poster

Sampling-based methods have advanced the state of the art in robotic motion planning and control across complex, high-dimensional domains. With few exceptions, such approaches only admit simple constraints and objectives, such as collision-avoidance and reaching a goal state. In this work we leverag…

Cited by 46SourceScholar
2017

Visual-Inertial Odometry on Chip: An Algorithm-and-Hardware Co-design Approach

RSS 2017poster

Autonomous navigation of miniaturized robots (e.g., nano/pico aerial vehicles) is currently a grand challenge for robotics research, due to the need for processing a large amount of sensor data (e.g., camera frames) with limited on-board computational resources. In this paper we focus on the design…

Cited by 69SourcePDFScholar
2015

Efficient High-Dimensional Stochastic Optimal Motion Control using Tensor-Train Decomposition

RSS 2015poster

Stochastic optimal control problems frequently arise as motion control problems in the context of robotics. Unfortunately, all existing approaches that guarantee arbitrary precision suffer from the curse of dimensionality: the computational effort invested by the algorithm grows exponentially fast w…

Cited by 50SourcePDFScholar
2015

Optimal sampling-based Feedback Motion Trees among obstacles for controllable linear systems with linear constraints

ICRA 2015poster

The RRT* algorithm has efficiently extended Rapidly-exploring Random Trees (RRTs) to endow it with asymptotic optimality. We propose Goal-Rooted Feedback Motion Trees (GR-FMTs) that honor state/input constraints and generate collision-free feedback policies. Given analytic solutions for optimal loca…

Cited by 17SourceScholar