← Search

Kristian Georgiev

8 accepted papers

2025

Machine Unlearning via Simulated Oracle Matching

ICLR 2025poster

Machine unlearning---efficiently removing the effect of a small "forget set" of training data on a pre-trained machine learning model---has recently attracted significant research interest. Despite this interest, however, recent work shows that existing machine unlearning techniques do not hold up t…

Cited by 0SourcePDFScholar
2024

ContextCite: Attributing Model Generation to Context

NeurIPS 2024poster

How do language models use information provided as context when generating a response? Can we infer whether a particular generated statement is actually grounded in the context, a misinterpretation, or fabricated? To help answer these questions, we introduce the problem of *context attribution*: pin…

2024

Improving Subgroup Robustness via Data Selection

NeurIPS 2024poster

Machine learning models can often fail on subgroups that are underrepresented during training. While dataset balancing can improve performance on underperforming groups, it requires access to training group annotations and can end up removing large portions of the dataset. In this paper, we introduc…

Cited by 1SourcePDFScholar
2023

Rethinking Backdoor Attacks

ICML 2023poster

In a *backdoor attack*, an adversary inserts maliciously constructed backdoor examples into a training set to make the resulting model vulnerable to manipulation. Defending against such attacks involves viewing inserted examples as outliers in the training set and using techniques from robust statis…

Cited by 22SourcePDFScholar
2023

TRAK: Attributing Model Behavior at Scale

ICML 2023oral

The goal of *data attribution* is to trace model predictions back to training data. Despite a long line of work towards this goal, existing approaches to data attribution tend to force users to choose between computational tractability and efficacy. That is, computationally tractable methods can str…

2022

Implicit Bias of Linear Equivariant Networks

ICML 2022spotlight

Group equivariant convolutional neural networks (G-CNNs) are generalizations of convolutional neural networks (CNNs) which excel in a wide range of technical applications by explicitly encoding symmetries, such as rotations and permutations, in their architectures. Although the success of G-CNNs is…

2022

Privacy Induces Robustness: Information-Computation Gaps and Sparse Mean Estimation

NeurIPS 2022accept

We establish a simple connection between robust and differentially-private algorithms: private mechanisms *which perform well with very high probability* are automatically robust in the sense that they retain accuracy even if a constant fraction of the samples they receive are adversarially corrupte…

2021

On the Convergence Theory of Debiased Model-Agnostic Meta-Reinforcement Learning

NeurIPS 2021poster

We consider Model-Agnostic Meta-Learning (MAML) methods for Reinforcement Learning (RL) problems, where the goal is to find a policy using data from several tasks represented by Markov Decision Processes (MDPs) that can be updated by one step of \textit{stochastic} policy gradient for the realized M…