← Search

Sung Min Park

7 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
2023

A Data-Based Perspective on Transfer Learning

CVPR 2023poster

It is commonly believed that more pre-training data leads to better transfer learning performance. However, recent evidence suggests that removing data from the source dataset can actually help too. In this work, we present a framework for probing the impact of the source dataset's composition on tr…

2023

FFCV: Accelerating Training by Removing Data Bottlenecks

CVPR 2023poster

We present FFCV, a library for easy, fast, resource-efficient training of machine learning models. FFCV speeds up model training by eliminating (often subtle) data bottlenecks from the training process. In particular, we combine techniques such as an efficient file storage format, caching, data pre-…

2023

ModelDiff: A Framework for Comparing Learning Algorithms

ICML 2023poster

We study the problem of (learning) algorithm comparison, where the goal is to find differences between models trained with two different learning algorithms. We begin by formalizing this goal as one of finding distinguishing feature transformations, i.e., input transformations that change the predic…

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…