← Search

J. Zico Kolter

120 accepted papers

2026

Accelerating Diffusion Planners in Offline RL via Reward-Aware Consistency Trajectory Distillation

ICLR 2026poster

Although diffusion models have achieved strong results in decision-making tasks, their slow inference speed remains a key limitation. While consistency models offer a potential solution, existing applications to decision-making either struggle with suboptimal demonstrations under behavior cloning or…

Cited by 0SourceScholar
2026

Comparing AI Agents to Cybersecurity Professionals in Real-World Penetration Testing

ICLR 2026poster

We present the first comprehensive evaluation of AI agents against human cybersecurity professionals in a live enterprise environment. We evaluate ten cybersecurity professionals alongside six existing AI agents and ARTEMIS, our new agent scaffold, on a large university network consisting of $\sim$8…

Cited by 0SourcecodeScholar
2026

Improved Mean Flows: On the Challenges of Fastforward Generative Models

CVPR 2026

MeanFlow (MF) has recently been established as a framework for one-step generative modeling. However, its "fastforward" nature introduces key challenges in both the training objective and the guidance mechanism. First, the original MF's training target depends not only on the underlying ground-truth

Cited by 0SourcecodeScholar
2026

Joint Distillation for Fast Likelihood Evaluation and Sampling in Flow-based Models

ICLR 2026poster

Log-likelihood evaluation enables important capabilities in generative models, including model comparison, certain fine-tuning objectives, and many downstream applications. Yet paradoxically, some of today's best generative models -- diffusion and flow-based models -- still require hundreds to thous…

Cited by 0SourceScholar
2026

Mamba-3: Improved Sequence Modeling using State Space Principles

ICLR 2026oral

The recent scaling of test-time compute for LLMs has restricted the practical deployment of models to those with strong capabilities that can generate high-quality outputs in an inference-efficient manner. While current Transformer-based models are the standard, their quadratic compute and linear me…

Cited by 0SourcecodeScholar
2026

Reevaluating Policy Gradient Methods for Imperfect-Information Games

ICLR 2026poster

In the past decade, motivated by the putative failure of naive self-play deep reinforcement learning (DRL) in adversarial imperfect-information games, researchers have developed numerous DRL algorithms based on fictitious play (FP), double oracle (DO), and counterfactual regret minimization (CFR). I…

Cited by 0SourcecodeScholar
2025

Adaptive Data Optimization: Dynamic Sample Selection with Scaling Laws

ICLR 2025poster

The composition of pretraining data is a key determinant of foundation models' performance, but there is no standard guideline for allocating a limited computational budget across different data sources. Most current approaches either rely on extensive experiments with smaller models or dynamic data…

2025

AgentHarm: A Benchmark for Measuring Harmfulness of LLM Agents

ICLR 2025poster

The robustness of LLMs to jailbreak attacks, where users design prompts to circumvent safety measures and misuse model capabilities, has been studied primarily for LLMs acting as simple chatbots. Meanwhile, LLM agents---which use external tools and can execute multi-stage tasks---may pose a greater…

Cited by 36SourcePDFScholar
2025

Antidistillation Sampling

NeurIPS 2025poster

Frontier models that generate extended reasoning traces inadvertently produce token sequences that can facilitate model distillation. Recognizing this vulnerability, model owners may seek sampling strategies that limit the effectiveness of distillation without compromising model performance. *Antidi…

Cited by 0SourceScholar
2025

Compute-Optimal LLMs Provably Generalize Better with Scale

ICLR 2025poster

Why do larger language models generalize better? To explore this question, we develop generalization bounds on the pretraining objective of large language models (LLMs) in the compute-optimal regime, as described by the Chinchilla scaling laws. We introduce a novel, fully empirical Freedman-type mar…

Cited by 0SourcePDFScholar
2025

Context-Parametric Inversion: Why Instruction Finetuning May Not Actually Improve Context Reliance

ICLR 2025oral

Large Language Model's are instruction-finetuned to enhance their ability to follow user instructions and better comprehend input context. Still, they often struggle to follow the input context, especially when it contradicts model's parametric knowledge. This manifests as various failures, such as…

Cited by 4SourcePDFScholar
2025

Contextures: Representations from Contexts

ICML 2025poster

Despite the empirical success of foundation models, we do not have a systematic characterization of the representations that these models learn. In this paper, we establish the contexture theory. It shows that a large class of representation learning methods can be characterized as learning from th…

Cited by 0SourcePDFScholar
2025

DEQ-MPC : Deep Equilibrium Model Predictive Control

CoRL 2025poster

Incorporating task-specific priors within a policy or network architecture is crucial for enhancing safety and improving representation and generalization in robotic control problems. Differentiable Model Predictive Control (MPC) layers have proven effective for embedding these priors, such as const…

Cited by 0SourceScholar
2025

Inference Optimal VLMs Need Fewer Visual Tokens and More Parameters

ICLR 2025poster

Vision Language Models (VLMs) have demonstrated strong capabilities across various visual understanding and reasoning tasks, driven by incorporating image representations into the token inputs of Large Language Models (LLMs). However, their real-world deployment is often constrained by high latency…

2025

OS-Harm: A Benchmark for Measuring Safety of Computer Use Agents

NeurIPS 2025spotlight

Computer use agents are LLM-based agents that can directly interact with a graphical user interface, by processing screenshots or accessibility trees. While these systems are gaining popularity, their safety has been largely overlooked, despite the fact that evaluating and understanding their potent…

Cited by 0SourcecodeScholar
2025

OpenUnlearning: Accelerating LLM Unlearning via Unified Benchmarking of Methods and Metrics

NeurIPS 2025poster

Robust unlearning is crucial for safely deploying large language models (LLMs) in environments where data privacy, model safety, and regulatory compliance must be ensured. Yet the task is inherently challenging, partly due to difficulties in reliably measuring whether unlearning has truly occurred.…

Cited by 0SourcecodeScholar
2025

Predicting the Performance of Black-box Language Models with Follow-up Queries

NeurIPS 2025poster

Reliably predicting the behavior of language models---such as whether their outputs are correct or have been adversarially manipulated---is a fundamentally challenging task. This is often made even more difficult as frontier language models are offered only through closed-source APIs, providing only…

Cited by 0SourceScholar
2025

Safety Pretraining: Toward the Next Generation of Safe AI

NeurIPS 2025poster

As large language models (LLMs) are increasingly deployed in high-stakes settings, the risk of generating harmful or toxic content remains a central challenge. Post-hoc alignment methods are brittle: once unsafe patterns are learned during pretraining, they are hard to remove. In this work, we prese…

Cited by 0SourceScholar
2025

Security Challenges in AI Agent Deployment: Insights from a Large Scale Public Competition

NeurIPS 2025poster

AI agents are rapidly being deployed across diverse industries, but can they adhere to deployment policies under attacks? We organized a one-month red teaming challenge---the largest of its kind to date---involving expert red teamers attempting to elicit policy violations from AI agents powered by $…

Cited by 0SourceScholar
2025

Training a Generally Curious Agent

ICML 2025oral

Efficient exploration is essential for intelligent systems interacting with their environment, but existing language models often fall short in scenarios that require strategic information gathering. In this paper, we present **Paprika**, a fine-tuning approach that enables language models to develo…

2025

Understanding Optimization in Deep Learning with Central Flows

ICLR 2025poster

Optimization in deep learning remains poorly understood. A key difficulty is that optimizers exhibit complex oscillatory dynamics, referred to as "edge of stability," which cannot be captured by traditional optimization theory. In this paper, we show that the path taken by an oscillatory optimizer…

Cited by 1SourcePDFScholar
2025

Unnatural Languages Are Not Bugs but Features for LLMs

ICML 2025poster

Large Language Models (LLMs) have been observed to process non-human-readable text sequences, such as jailbreak prompts, often viewed as a bug for aligned LLMs. In this work, we present a systematic investigation challenging this perception, demonstrating that unnatural languages - strings that appe…

2024

A Simple and Effective Pruning Approach for Large Language Models

ICLR 2024poster

As their size increases, Large Languages Models (LLMs) are natural candidates for network pruning methods: approaches that drop a subset of network weights while striving to preserve performance. Existing methods, however, require either retraining, which is rarely affordable for billion-scale LLMs,…

2024

Computing Low-Entropy Couplings for Large-Support Distributions

UAI 2024poster

Minimum-entropy coupling (MEC)—the process of finding a joint distribution with minimum entropy for given marginals—has applications in areas such as causality and steganography. However, existing algorithms are either computationally intractable for large-support distributions or limited to specifi…

2024

Improving Alignment and Robustness with Circuit Breakers

NeurIPS 2024poster

AI systems can take harmful actions and are highly vulnerable to adversarial attacks. We present an approach, inspired by recent advances in representation engineering, that interrupts the models as they respond with harmful outputs with "circuit breakers." Existing techniques aimed at improving ali…

Cited by 65SourcePDFScholar
2024

Manifold Preserving Guided Diffusion

ICLR 2024poster

Despite the recent advancements, conditional image generation still faces challenges of cost, generalizability, and the need for task-specific training. In this paper, we propose Manifold Preserving Guided Diffusion (MPGD), a training-free conditional generation framework that leverages pretrained d…

Cited by 50SourcePDFScholar
2024

One-Step Diffusion Distillation through Score Implicit Matching

NeurIPS 2024poster

Despite their strong performances on many generative tasks, diffusion models require a large number of sampling steps in order to generate realistic samples. This has motivated the community to develop effective methods to distill pre-trained diffusion models into more efficient models, but these m…

2024

Predicting the Performance of Foundation Models via Agreement-on-the-Line

NeurIPS 2024poster

Estimating the out-of-distribution performance in regimes where labels are scarce is critical to safely deploy foundation models. Recently, it was shown that ensembles of neural networks observe the phenomena "agreement-on-the-line", which can be leveraged to reliably predict OOD performance without…

Cited by 5SourcePDFScholar
2024

Rethinking LLM Memorization through the Lens of Adversarial Compression

NeurIPS 2024poster

Large language models (LLMs) trained on web-scale datasets raise substantial concerns regarding permissible data usage. One major question is whether these models "memorize" all their training data or they integrate many data sources in some way more akin to how a human would learn and synthesize i…

Cited by 40SourcePDFScholar
2024

Scaling Laws for Data Filtering-- Data Curation cannot be Compute Agnostic

CVPR 2024poster

Vision-language models (VLMs) are trained for thousands of GPU hours on carefully selected subsets of massive web scrapes. For instance the LAION public dataset retained only about 10 percent of the total crawled data. In recent times data curation has gained prominence with several works developing…

2024

T-MARS: Improving Visual Representations by Circumventing Text Feature Learning

ICLR 2024poster

Large web-crawled multimodal datasets have powered a slew of new methods for learning general-purpose visual representations, advancing the state of the art in computer vision and revolutionizing zero- and few-shot recognition. One crucial decision facing practitioners is how, if at all, to curate t…

2024

Test-Time Adaptation Induces Stronger Accuracy and Agreement-on-the-Line

NeurIPS 2024poster

Recently, Miller et al. (2021) and Baek et al. (2022) empirically demonstrated strong linear correlations between in-distribution (ID) versus out-of-distribution (OOD) accuracy and agreement. These trends, coined accuracy-on-the-line (ACL) and agreement-on-the-line (AGL), enable OOD model selection…

2024

The Update-Equivalence Framework for Decision-Time Planning

ICLR 2024poster

The process of revising (or constructing) a policy at execution time---known as decision-time planning---has been key to achieving superhuman performance in perfect-information games like chess and Go. A recent line of work has extended decision-time planning to imperfect-information games, leading…

Cited by 5SourcePDFScholar
2024

Transformers to SSMs: Distilling Quadratic Knowledge to Subquadratic Models

NeurIPS 2024poster

Transformer architectures have become a dominant paradigm for domains like language modeling but suffer in many inference settings due to their quadratic-time self-attention. Recently proposed subquadratic architectures, such as Mamba, have shown promise, but have been pretrained with substantially…

Cited by 21SourcePDFScholar
2024

Understanding Augmentation-based Self-Supervised Representation Learning via RKHS Approximation and Regression

ICLR 2024spotlight

Data augmentation is critical to the empirical success of modern self-supervised representation learning, such as contrastive learning and masked language modeling. However, a theoretical understanding of the exact role of the augmentation remains limited. Recent work has built the connection betwee…

Cited by 16SourcePDFScholar
2024

Understanding Hallucinations in Diffusion Models through Mode Interpolation

NeurIPS 2024poster

Colloquially speaking, image generation models based upon diffusion processes are frequently said to exhibit ''hallucinations'' samples that could never occur in the training data. But where do such hallucinations come from? In this paper, we study a particular failure mode in diffusion models, whi…

2024

Understanding prompt engineering may not require rethinking generalization

ICLR 2024poster

Zero-shot learning in prompted vision-language models, the practice of crafting prompts to build classifiers without an explicit training process, has achieved impressive performance in many settings. This success presents a seemingly surprising observation: these methods suffer relatively little fr…

Cited by 11SourcePDFScholar
2023

(Certified!!) Adversarial Robustness for Free!

ICLR 2023poster

In this paper we show how to achieve state-of-the-art certified adversarial robustness to 2-norm bounded perturbations by relying exclusively on off-the-shelf pretrained models. To do so, we instantiate the denoised smoothing approach of Salman et al. by combining a pretrained denoising diffusion pr…

2023

A Unified Approach to Reinforcement Learning, Quantal Response Equilibria, and Two-Player Zero-Sum Games

ICLR 2023poster

This work studies an algorithm, which we call magnetic mirror descent, that is inspired by mirror descent and the non-Euclidean proximal gradient algorithm. Our contribution is demonstrating the virtues of magnetic mirror descent as both an equilibrium solver and as an approach to reinforcement lear…

2023

Abstracting Imperfect Information Away from Two-Player Zero-Sum Games

ICML 2023poster

In their seminal work, Nayyar et al. (2013) showed that imperfect information can be abstracted away from common-payoff games by having players publicly announce their policies as they play. This insight underpins sound solvers and decision-time planning algorithms for common-payoff games. Unfortuna…

Cited by 8SourcePDFScholar
2023

Can Neural Network Memorization Be Localized?

ICML 2023poster

Recent efforts at explaining the interplay of memorization and generalization in deep overparametrized networks have posited that neural networks *memorize* ``hard'' examples in the final few layers of the model. Memorization refers to the ability to correctly predict on *atypical* examples of the t…

2023

Deep Equilibrium Based Neural Operators for Steady-State PDEs

NeurIPS 2023poster

Data-driven machine learning approaches are being increasingly used to solve partial differential equations (PDEs). They have shown particularly striking successes when training an operator, which takes as input a PDE in some family, and outputs its solution. However, the architectural design space,…

Cited by 7SourcePDFScholar
2023

Function Approximation for Solving Stackelberg Equilibrium in Large Perfect Information Games

AAAI 2023technical

Function approximation (FA) has been a critical component in solving large zero-sum games. Yet, little attention has been given towards FA in solving general-sum extensive-form games, despite them being widely regarded as being computationally more challenging than their fully competitive or cooper…

2023

Learning with Explanation Constraints

NeurIPS 2023poster

As larger deep learning models are hard to interpret, there has been a recent focus on generating explanations of these black-box models. In contrast, we may have apriori explanations of how models should behave. In this paper, we formalize this notion as learning from explanation constraints and p…

Cited by 7SourcePDFScholar
2023

Losses over Labels: Weakly Supervised Learning via Direct Loss Construction

AAAI 2023technical

Owing to the prohibitive costs of generating large amounts of labeled data, programmatic weak supervision is a growing paradigm within machine learning. In this setting, users design heuristics that provide noisy labels for subsets of the data. These weak labels are combined (typically via a graphic…

2023

Model-tuning Via Prompts Makes NLP Models Adversarially Robust

EMNLP 2023long main

In recent years, NLP practitioners have converged on the following practice: (i) import an off-the-shelf pretrained (masked) language model; (ii) append a multilayer perceptron atop the CLS token's hidden representation (with randomly initialized weights); and (iii) fine-tune the entire model on a d…

Cited by 0SourcecodeScholar
2023

Neural Functional Transformers

NeurIPS 2023poster

The recent success of neural networks as implicit representation of data has driven growing interest in neural functionals: models that can process other neural networks as input by operating directly over their weight spaces. Nevertheless, constructing expressive and efficient neural functional arc…

2023

On the Importance of Exploration for Generalization in Reinforcement Learning

NeurIPS 2023poster

Existing approaches for improving generalization in deep reinforcement learning (RL) have mostly focused on representation learning, neglecting RL-specific aspects such as exploration. We hypothesize that the agent's exploration strategy plays a key role in its ability to generalize to new environme…

2023

One-Step Diffusion Distillation via Deep Equilibrium Models

NeurIPS 2023poster

Diffusion models excel at producing high-quality samples but naively require hundreds of iterations, prompting multiple attempts to distill the generation process into a faster network. However, many existing approaches suffer from a variety of challenges: the process for distillation training can b…

2023

Perfectly Secure Steganography Using Minimum Entropy Coupling

ICLR 2023poster

Steganography is the practice of encoding secret information into innocuous content in such a manner that an adversarial third party would not realize that there is hidden meaning. While this problem has classically been studied in security literature, recent advances in generative models have led t…

2023

Permutation Equivariant Neural Functionals

NeurIPS 2023poster

This work studies the design of neural networks that can process the weights or gradients of other neural networks, which we refer to as *neural functional networks* (NFNs). Despite a wide range of potential applications, including learned optimization, processing implicit neural representations, ne…

2023

Provably Bounding Neural Network Preimages

NeurIPS 2023spotlight

Most work on the formal verification of neural networks has focused on bounding the set of outputs that correspond to a given set of inputs (for example, bounded perturbations of a nominal input). However, many use cases of neural network verification require solving the inverse problem, or over-app…

2023

Simple initialization and parametrization of sinusoidal networks via their kernel bandwidth

ICLR 2023poster

Neural networks with sinusoidal activations have been proposed as an alternative to networks with traditional activation functions. Despite their promise, particularly for learning implicit models, their training behavior is not yet fully understood, leading to a number of empirical design choices t…

Cited by 1SourcePDFScholar
2023

Understanding Why Generalized Reweighting Does Not Improve Over ERM

ICLR 2023poster

Empirical risk minimization (ERM) is known to be non-robust in practice to distributional shift where the training and the test distributions are different. A suite of approaches, such as importance weighting, and variants of distributionally robust optimization (DRO), have been proposed to solve th…

2023

Understanding the Covariance Structure of Convolutional Filters

ICLR 2023poster

Neural network weights are typically initialized at random from univariate distributions, controlling just the variance of individual weights even in highly-structured operations like convolutions. Recent ViT-inspired convolutional networks such as ConvMixer and ConvNeXt use large-kernel depthwise c…

2022

A Fine-Tuning Approach to Belief State Modeling

ICLR 2022poster

We investigate the challenge of modeling the belief state of a partially observable Markov system, given sample-access to its dynamics model. This problem setting is often approached using parametric sequential generative modeling methods. However, these methods do not leverage any additional comput…

Cited by 13SourcePDFScholar
2022

Agreement-on-the-line: Predicting the Performance of Neural Networks under Distribution Shift

NeurIPS 2022accept

Recently, Miller et al. showed that a model's in-distribution (ID) accuracy has a strong linear correlation with its out-of-distribution (OOD) accuracy, on several OOD benchmarks, a phenomenon they dubbed ``accuracy-on-the-line''. While a useful tool for model selection (i.e., the model most likely…

2022

Assessing Generalization of SGD via Disagreement

ICLR 2022spotlight

We empirically show that the test error of deep networks can be estimated by training the same architecture on the same training set but with two different runs of Stochastic Gradient Descent (SGD), and then measuring the disagreement rate between the two networks on unlabeled test data. This builds…

Cited by 145SourcePDFScholar
2022

Characterizing Datapoints via Second-Split Forgetting

NeurIPS 2022accept

Researchers investigating example hardness have increasingly focused on the dynamics by which neural networks learn and forget examples throughout training. Popular metrics derived from these dynamics include (i) the epoch at which examples are first correctly classified; (ii) the number of times th…

2022

Efficiently Computing Local Lipschitz Constants of Neural Networks via Bound Propagation

NeurIPS 2022accept

Lipschitz constants are connected to many properties of neural networks, such as robustness, fairness, and generalization. Existing methods for computing Lipschitz constants either produce relatively loose upper bounds or are limited to small networks. In this paper, we develop an efficient framewo…

2022

General Cutting Planes for Bound-Propagation-Based Neural Network Verification

NeurIPS 2022accept

Bound propagation methods, when combined with branch and bound, are among the most effective methods to formally verify properties of deep neural networks such as correctness, robustness, and safety. However, existing works cannot handle the general form of cutting plane constraints widely accepted…

2022

Learning Options via Compression

NeurIPS 2022accept

Identifying statistical regularities in solutions to some tasks in multi-task reinforcement learning can accelerate the learning of new tasks. Skill learning offers one way of identifying these regularities by decomposing pre-collected experiences into a sequence of skills. A popular approach to ski…

2022

Path Independent Equilibrium Models Can Better Exploit Test-Time Computation

NeurIPS 2022accept

Designing networks capable of attaining better performance with an increased inference budget is important to facilitate generalization to harder problem instances. Recent efforts have shown promising results in this direction by making use of depth-wise recurrent networks. In this work, we reproduc…

Cited by 26SourcePDFScholar
2022

Test Time Adaptation via Conjugate Pseudo-labels

NeurIPS 2022accept

Test-time adaptation (TTA) refers to adapting neural networks to distribution shifts, specifically with just access to unlabeled test samples from the new domain at test-time. Prior TTA methods optimize over unsupervised objectives such as the entropy of model predictions in TENT (Wang et al., 2021)…

2021

$(\textrm{Implicit})^2$: Implicit Layers for Implicit Representations

NeurIPS 2021poster

Recent research in deep learning has investigated two very different forms of ''implicitness'': implicit representations model high-frequency data such as images or 3D shapes directly via a low-dimensional neural network (often using e.g., sinusoidal bases or nonlinearities); implicit layers, in con…

Cited by 0SourcePDFScholar
2021

Adversarially robust learning for security-constrained optimal power flow

NeurIPS 2021poster

In recent years, the ML community has seen surges of interest in both adversarially robust learning and implicit layers, but connections between these two areas have seldom been explored. In this work, we combine innovations from these areas to tackle the problem of N-k security-constrained optimal…

Cited by 23SourcePDFScholar
2021

Beta-CROWN: Efficient Bound Propagation with Per-neuron Split Constraints for Neural Network Robustness Verification

NeurIPS 2021poster

Bound propagation based incomplete neural network verifiers such as CROWN are very efficient and can significantly accelerate branch-and-bound (BaB) based complete verification of neural networks. However, bound propagation cannot fully handle the neuron split constraints introduced by BaB commonly…

Cited by 306SourcePDFScholar
2021

Boosted CVaR Classification

NeurIPS 2021poster

Many modern machine learning tasks require models with high tail performance, i.e. high performance over the worst-off samples in the dataset. This problem has been widely studied in fields such as algorithmic fairness, class imbalance, and risk-sensitive decision making. A popular approach to maxim…

2021

DC3: A learning method for optimization with hard constraints

ICLR 2021poster

Large optimization problems with hard constraints arise in many settings, yet classical solvers are often prohibitively slow, motivating the use of deep networks as cheap "approximate solvers." Unfortunately, naive deep learning approaches typically cannot enforce the hard constraints of such proble…

2021

Enforcing robust control guarantees within neural network policies

ICLR 2021poster

When designing controllers for safety-critical systems, practitioners often face a challenging tradeoff between robustness and performance. While robust control methods provide rigorous guarantees on system stability under certain worst-case disturbances, they often yield simple controllers that per…

2021

Gradient Descent on Neural Networks Typically Occurs at the Edge of Stability

ICLR 2021poster

We empirically demonstrate that full-batch gradient descent on neural network training objectives typically operates in a regime we call the Edge of Stability. In this regime, the maximum eigenvalue of the training loss Hessian hovers just above the value $2 / \text{(step size)}$, and the training l…

2021

Joint inference and input optimization in equilibrium networks

NeurIPS 2021poster

Many tasks in deep learning involve optimizing over the inputs to a network to minimize or maximize some objective; examples include optimization over latent spaces in a generative model to match a target image, or adversarially perturbing an input to worsen classifier performance. Performing such…

2021

Monte Carlo Tree Search With Iteratively Refining State Abstractions

NeurIPS 2021poster

Decision-time planning is the process of constructing a transient, local policy with the intent of using it to make the immediate decision. Monte Carlo tree search (MCTS), which has been leveraged to great success in Go, chess, shogi, Hex, Atari, and other settings, is perhaps the most celebrated de…

Cited by 12SourcePDFScholar
2021

Provably robust classification of adversarial examples with detection

ICLR 2021poster

Adversarial attacks against deep networks can be defended against either by building robust classifiers or, by creating classifiers that can \emph{detect} the presence of adversarial perturbations. Although it may intuitively seem easier to simply detect attacks rather than build a robust classifie…

2021

Training Certifiably Robust Neural Networks with Efficient Local Lipschitz Bounds

NeurIPS 2021poster

Certified robustness is a desirable property for deep neural networks in safety-critical applications, and popular training algorithms can certify robustness of a neural network by computing a global bound on its Lipschitz constant. However, such a bound is often loose: it tends to over-regularize t…

2020

Denoised Smoothing: A Provable Defense for Pretrained Classifiers

NeurIPS 2020poster

We present a method for provably defending any pretrained image classifier against $\ell_p$ adversarial attacks. This method, for instance, allows public vision API providers and users to seamlessly convert pretrained non-robust classification services into provably robust ones. By prepending a cust…

2020

Differentiable learning of numerical rules in knowledge graphs

ICLR 2020poster

Rules over a knowledge graph (KG) capture interpretable patterns in data and can be used for KG cleaning and completion. Inspired by the TensorLog differentiable logic framework, which compiles rule inference into a sequence of differentiable operations, recently a method called Neural LP has been p…

Cited by 51SourceScholar
2020

Efficient semidefinite-programming-based inference for binary and multi-class MRFs

NeurIPS 2020spotlight

Probabilistic inference in pairwise Markov Random Fields (MRFs), i.e. computing the partition function or computing a MAP estimate of the variables, is a foundational problem in probabilistic graphical models. Semidefinite programming relaxations have long been a theoretically powerful tool for anal…

2019

A Continuous-Time View of Early Stopping for Least Squares Regression

AISTATS 2019poster

We study the statistical properties of the iterates generated by gradient descent, applied to the fundamental problem of least squares regression. We take a continuous-time view, i.e., consider infinitesimal step sizes in gradient descent, in which case the iterates form a trajectory called gradient…

Cited by 157SourcePDFScholar
2019

Adversarial Music: Real world Audio Adversary against Wake-word Detection System

NeurIPS 2019spotlight

Voice Assistants (VAs) such as Amazon Alexa or Google Assistant rely on wake-word detection to respond to people's commands, which could potentially be vulnerable to audio adversarial examples. In this work, we target our attack on the wake-word detection system. Our goal is to jam the model with so…

Cited by 73SourcePDFScholar
2019

Differentiable Convex Optimization Layers

NeurIPS 2019poster

Recent work has shown how to embed differentiable optimization problems (that is, problems whose solutions can be backpropagated through) as layers within deep learning architectures. This method provides a useful inductive bias for certain problems, but existing software for differentiable optimiza…

2019

Neural Variational Identification and Filtering for Stochastic Non-linear Dynamical Systems with Application to Non-intrusive Load Monitoring

ICASSP 2019accepted

In this paper, an algorithm for performing System Identification and inference of the filtering recursion for stochastic non-linear dynamical systems is introduced. Additionally, the algorithm allows for enforcing domain-constraints of the state variable. The algorithm makes use of an approximate in…

Cited by 0SourceScholar
2019

Uniform convergence may be unable to explain generalization in deep learning

NeurIPS 2019oral

Aimed at explaining the surprisingly good generalization behavior of overparameterized deep networks, recent works have developed a variety of generalization bounds for deep learning, all based on the fundamental learning-theoretic technique of uniform convergence. While it is well-known that many…

2018

Differentiable MPC for End-to-end Planning and Control

NeurIPS 2018poster

We present foundations for using Model Predictive Control (MPC) as a differentiable policy class for reinforcement learning. This provides one way of leveraging and combining the advantages of model-free and model-based approaches. Specifically, we differentiate through MPC by using the KKT conditio…

2018

End-to-End Differentiable Physics for Learning and Control

NeurIPS 2018spotlight

We present a differentiable physics engine that can be integrated as a module in deep neural networks for end-to-end learning. As a result, structured physics knowledge can be embedded into larger systems, allowing them, for example, to match observations by performing precise simulations, while ac…

2017

Task-based End-to-end Model Learning in Stochastic Optimization

NeurIPS 2017poster

With the increasing popularity of machine learning techniques, it has become common to see prediction algorithms operating within some larger process. However, the criteria by which we train these algorithms often differ from the ultimate criteria on which we evaluate them. This paper proposes an en…