← Search

Zico Kolter

33 accepted papers

2026

Antidistillation Fingerprinting

ICML 2026poster

Model distillation enables efficient emulation of frontier large language models (LLMs), creating a need for robust mechanisms to detect when a third-party student model has trained on a teacher model's outputs. However, existing fingerprinting techniques that could be used to detect such distillati…

Cited by 0SourceScholar
2026

Not All Rollouts are Useful: Down-Sampling Rollouts in LLM Reinforcement Learning

ICML 2026poster

Reinforcement learning with verifiable rewards (RLVR) has emerged as the leading approach for enhancing reasoning capabilities in large language models. However, it faces a fundamental compute and memory asymmetry: rollout generation is embarrassingly parallel and memory-light, whereas policy update…

Cited by 0SourceScholar
2024

DART: Implicit Doppler Tomography for Radar Novel View Synthesis

CVPR 2024poster

Simulation is an invaluable tool for radio-frequency system designers that enables rapid prototyping of various algorithms for imaging target detection classification and tracking. However simulating realistic radar scans is a challenging task that requires an accurate model of the scene radio frequ…

Cited by 6SourcePDFScholar
2024

From Variance to Veracity: Unbundling and Mitigating Gradient Variance in Differentiable Bundle Adjustment Layers

CVPR 2024poster

Various pose estimation and tracking problems in robotics can be decomposed into a correspondence estimation problem (often computed using a deep network) followed by a weighted least squares optimization problem to solve for the poses. Recent work has shown that coupling the two problems by iterati…

2023

Finetune Like You Pretrain: Improved Finetuning of Zero-Shot Vision Models

CVPR 2023poster

Finetuning image-text models such as CLIP achieves state-of-the-art accuracies on a variety of benchmarks. However, recent works (Kumar et al., 2022; Wortsman et al., 2021) have shown that even subtle differences in the finetuning process can lead to surprisingly large differences in the final perfo…

2023

Improving Adversarial Robustness via Joint Classification and Multiple Explicit Detection Classes

AISTATS 2023poster

This work concerns the development of deep networks that are certifiably robust to adversarial attacks. Joint robust classification-detection was recently introduced as a certified defense mechanism, where adversarial examples are either correctly classified or assigned to the “abstain” class. In th…

2022

A Branch and Bound Framework for Stronger Adversarial Attacks of ReLU Networks

ICML 2022spotlight

Strong adversarial attacks are important for evaluating the true robustness of deep neural networks. Most existing attacks search in the input space, e.g., using gradient descent, and may miss adversarial examples due to non-convexity. In this work, we systematically search adversarial examples in t…

2022

Communicating via Markov Decision Processes

ICML 2022spotlight

We consider the problem of communicating exogenous information by means of Markov decision process trajectories. This setting, which we call a Markov coding game (MCG), generalizes both source coding and a large class of referential games. MCGs also isolate a problem that is important in decentraliz…

2022

Unified Fully and Timestamp Supervised Temporal Action Segmentation via Sequence to Sequence Translation

ECCV 2022poster

"This paper introduces a unified framework for video action segmentation via sequence to sequence (seq2seq) translation in a fully and timestamp supervised setup. In contrast to current state-of-the-art frame-level prediction methods, we view action segmentation as a seq2seq translation task, i.e.,…

2021

DORO: Distributional and Outlier Robust Optimization

ICML 2021spotlight

Many machine learning tasks involve subpopulation shift where the testing data distribution is a subpopulation of the training distribution. For such settings, a line of recent work has proposed the use of a variant of empirical risk minimization(ERM) known as distributionally robust optimization (D…

2021

Defending Multimodal Fusion Models Against Single-Source Adversaries

CVPR 2021poster

Beyond achieving high performance across many vision tasks, multimodal models are expected to be robust to single-source faults due to the availability of redundant information between modalities. In this paper, we investigate the robustness of multimodal neural networks against worst-case (i.e., ad…

Cited by 44PDFScholar
2021

On Proximal Policy Optimization’s Heavy-tailed Gradients

ICML 2021spotlight

Modern policy gradient algorithms such as Proximal Policy Optimization (PPO) rely on an arsenal of heuristics, including loss clipping and gradient clipping, to ensure successful learning. These heuristics are reminiscent of techniques from robust statistics, commonly used for estimation in outlier-…

Cited by 15SourcePDFScholar
2021

RATT: Leveraging Unlabeled Data to Guarantee Generalization

ICML 2021oral

To assess generalization, machine learning scientists typically either (i) bound the generalization gap and then (after training) plug in the empirical risk to obtain a bound on the true risk; or (ii) validate empirically on holdout data. However, (i) typically yields vacuous guarantees for overpara…

2020

A FRAMEWORK FOR ROBUSTNESS CERTIFICATION OF SMOOTHED CLASSIFIERS USING F-DIVERGENCES

ICLR 2020poster

Formal verification techniques that compute provable guarantees on properties of machine learning models, like robustness to norm-bounded adversarial perturbations, have yielded impressive results. Although most techniques developed so far require knowledge of the architecture of the machine learnin…

Cited by 64SourceScholar
2020

AP-Perf: Incorporating Generic Performance Metrics in Differentiable Learning

AISTATS 2020poster

We propose a method that enables practitioners to conveniently incorporate custom non-decomposable performance metrics into differentiable learning pipelines, notably those based upon neural network architectures. Our approach is based on the recently developed adversarial prediction framework, a di…

2020

Adversarial Robustness Against the Union of Multiple Perturbation Models

ICML 2020poster

Owing to the susceptibility of deep learning systems to adversarial attacks, there has been a great deal of work in developing (both empirically and certifiably) robust classifiers. While most work has defended against a single type of attack, recent work has looked at defending against multiple per…

2020

Certified Robustness to Label-Flipping Attacks via Randomized Smoothing

ICML 2020poster

Machine learning algorithms are known to be susceptible to data poisoning attacks, where an adversary manipulates the training data to degrade performance of the resulting classifier. In this work, we present a unifying view of randomized smoothing over arbitrary functions, and we leverage this nove…

Cited by 214SourcePDFScholar
2020

Combining Differentiable PDE Solvers and Graph Neural Networks for Fluid Flow Prediction

ICML 2020poster

Solving large complex partial differential equations (PDEs), such as those that arise in computational fluid dynamics (CFD), is a computationally expensive process. This has motivated the use of deep learning approaches to approximate the PDE solutions, yet the simulation results predicted from thes…

2019

Adversarial camera stickers: A physical camera-based attack on deep learning systems

ICML 2019oral

Recent work has documented the susceptibility of deep learning systems to adversarial examples, but most such attacks directly manipulate the digital input to a classifier. Although a smaller line of work considers physical adversarial attacks, in all cases these involve manipulating the object of i…

2019

Deterministic PAC-Bayesian generalization bounds for deep networks via generalizing noise-resilience

ICLR 2019poster

The ability of overparameterized deep networks to generalize well has been linked to the fact that stochastic gradient descent (SGD) finds solutions that lie in flat, wide minima in the training loss -- minima where the output of the network is resilient to small random noise added to its parameters…

Cited by 121SourcePDFScholar
2019

SATNet: Bridging deep learning and logical reasoning using a differentiable satisfiability solver

ICML 2019oral

Integrating logical reasoning within deep learning architectures has been a major goal of modern AI systems. In this paper, we propose a new direction toward this goal by introducing a differentiable (smoothed) maximum satisfiability (MAXSAT) solver that can be integrated into the loop of larger dee…

2018

Provable Defenses against Adversarial Examples via the Convex Outer Adversarial Polytope

ICML 2018oral

We propose a method to learn deep ReLU-based classifiers that are provably robust against norm-bounded adversarial perturbations on the training data. For previously unseen examples, the approach is guaranteed to detect all adversarial examples, though it may flag some non-adversarial examples as we…