Research

I lead the Davis Automated Reasoning Group (DARG), a team of researchers developing tools and techniques for developing and deploying correct software. The use of software is prevalent in our daily lives, and is increasingly used in safety and security-critical systems. Software systems come in a variety of shapes and sizes, from firmware for IoT devices consisting of thousands of lines of code to operating systems consisting of millions of lines of code to deep neural networks with billions of parameters. Each such system has different performance, security, safety, and functional requirements. Our research develops theoretical formalisms as well as practical tools to tackle these challenges, with the goal of developing foundational research and transitioning it to industry to have real-world impact.

A short description of some of our current research can be found below; more details can be found in the publications. Our software tools are available on GitHub and listed here. I discussed some of our projects as well as my research philosophy in Episode 7 of the Build Better Systems Podcast; interview was in Aug. 2020. Some online presentations related to our research are listed here.

Analysis and Repair of Deep Neural Networks

Deep neural networks (DNNs) have become the state-of-the-art in a variety of applications including image recognition and natural language processing. Moreover, they are increasingly used in safety and security-critical applications such as autonomous vehicles. This project aims to improve our understanding of DNNs by developing techniques to analyze, verify, and repair them.

Related publications: PLDI 2023 STTT 2023 PLDI 2021 TACAS 2021 SAS 2020 SRDM 2019 NeurIPS 2019

Neuro-Symbolic Program Analysis

Neuro-symbolic program analysis augments static program analysis with machine learning to find bugs in large systems software, such as the Linux kernel.

Related publications: OOPSLA Onward! 2020 FSE 2019 FSE 2018 ICSE 2018

Software

Industrial Impact

Online Talks