← Search

Isil Dillig

12 accepted papers

2025

SYNAPSE: SYmbolic Neural-Aided Preference Synthesis Engine

AAAI 2025technical

This paper addresses the problem of preference learning, which aims to align robot behaviors through learning user-specific preferences (e.g. “good pull-over location”) from visual demonstrations. Despite its similarity to learning factual concepts (e.g. “red door”), preference learning is a fundame…

Cited by 0SourcePDFScholar
2024

Dynamic Model Predictive Shielding for Provably Safe Reinforcement Learning

NeurIPS 2024poster

Among approaches for provably safe reinforcement learning, Model Predictive Shielding (MPS) has proven effective at complex tasks in continuous, high-dimensional state spaces, by leveraging a *backup policy* to ensure safety when the learned policy attempts to take risky actions. However, while MPS…

Cited by 3SourcePDFScholar
2024

Programmatic Imitation Learning From Unlabeled and Noisy Demonstrations

RA-L 2024

Imitation Learning (IL) is a promising paradigm for teaching robots to perform novel tasks using demonstrations. Most existing approaches for IL utilize neural networks (NN), however, these methods suffer from several well-known limitations: they 1) require large amounts of training data, 2) are har

Cited by 4SourcecodeScholar
2023

SatLM: Satisfiability-Aided Language Models Using Declarative Prompting

NeurIPS 2023poster

Prior work has combined chain-of-thought prompting in large language models (LLMs) with programmatic representations to perform effective and transparent reasoning. While such an approach works well for tasks that only require forward reasoning (e.g., straightforward arithmetic), it is less effectiv…

2022

STEADY: Simultaneous State Estimation and Dynamics Learning from Indirect Observations

IROS 2022poster

Accurate kinodynamic models play a crucial role in many robotics applications such as off-road navigation and high-speed driving. Many state-of-the-art approaches for learning stochastic kinodynamic models, however, require precise measurements of robot states as labeled input/output examples, which…

Cited by 5SourcecodeScholar
2021

OneVision: Centralized to Distributed Controller Synthesis with Delay Compensation

IROS 2021poster

We propose a new algorithm to simplify the controller development for distributed robotic systems subject to external observations, disturbances, and communication delays. Unlike prior approaches that propose specialized solutions to handling communication latency for specific robotic applications,…

Cited by 5SourcecodeScholar
2021

Optimal Neural Program Synthesis from Multimodal Specifications

EMNLP 2021finding

Multimodal program synthesis, which leverages different types of user input to synthesize a desired program, is an attractive way to scale program synthesis to challenging settings; however, it requires integrating noisy signals from the user, like natural language, with hard constraints on the prog…

2020

LambdaNet: Probabilistic Type Inference using Graph Neural Networks

ICLR 2020poster

As gradual typing becomes increasingly popular in languages like Python and TypeScript, there is a growing need to infer type annotations automatically. While type annotations help with tasks like code completion and static error catching, these annotations cannot be fully inferred by compilers and…

Cited by 141SourcecodeScholar
2020

Neurosymbolic Reinforcement Learning with Formally Verified Exploration

NeurIPS 2020poster

We present REVEL, a partially neural reinforcement learning (RL) framework for provably safe exploration in continuous state and action spaces. A key challenge for provably safe deep RL is that repeatedly verifying neural networks within a learning loop is computationally infeasible. We address thi…