← Search

Juhan Bae

14 accepted papers

2025

Accelerating neural network training: An analysis of the AlgoPerf competition

ICLR 2025poster

The goal of the AlgoPerf: Training Algorithms competition is to evaluate practical speed-ups in neural network training achieved solely by improving the underlying training algorithms. In the external tuning ruleset, submissions must provide workload-agnostic hyperparameter search spaces, while in t…

Cited by 0SourcePDFScholar
2025

Better Training Data Attribution via Better Inverse Hessian-Vector Products

NeurIPS 2025poster

Training data attribution (TDA) provides insights into which training data is responsible for a learned model behavior. Gradient-based TDA methods such as influence functions and unrolled differentiation both involve a computation that resembles an inverse Hessian-vector product (iHVP), which is dif…

Cited by 0SourceScholar
2025

IF-Guide: Influence Function-Guided Detoxification of LLMs

NeurIPS 2025poster

We study how training data contributes to the emergence of toxic behaviors in large language models. Most prior work on reducing model toxicity adopts *reactive* approaches, such as fine-tuning pre-trained (and potentially toxic) models to align them with human values. In contrast, we propose a *pro…

Cited by 0SourcecodeScholar
2025

Influence Functions for Scalable Data Attribution in Diffusion Models

ICLR 2025oral

Diffusion models have led to significant advancements in generative modelling. Yet their widespread adoption poses challenges regarding data attribution and interpretability. In this paper, we aim to help address such challenges in diffusion models by extending influence functions. Influence functio…

Cited by 2SourcePDFScholar
2025

Procedural Knowledge in Pretraining Drives Reasoning in Large Language Models

ICLR 2025poster

The capabilities and limitations of Large Language Models (LLMs) have been sketched out in great detail in recent years, providing an intriguing yet conflicting picture. On the one hand, LLMs demonstrate a general ability to solve problems. On the other hand, they show surprising reasoning gaps when…

2025

What is Your Data Worth to GPT? LLM-Scale Data Valuation with Influence Functions

NeurIPS 2025poster

Large language models (LLMs) are trained on a vast amount of human-written data, but data providers often remain uncredited. In response to this issue, data valuation (or data attribution), which quantifies the contribution or value of each data to the model output, has been discussed as a potential…

Cited by 0SourcecodeScholar
2024

Can We Remove the Square-Root in Adaptive Gradient Methods? A Second-Order Perspective

ICML 2024poster

Adaptive gradient optimizers like Adam(W) are the default training algorithms for many deep learning architectures, such as transformers. Their diagonal preconditioner is based on the gradient outer product which is incorporated into the parameter update via a square root. While these methods are of…

Cited by 12SourcePDFScholar
2023

Efficient Parametric Approximations of Neural Network Function Space Distance

ICML 2023poster

It is often useful to compactly summarize important properties of model parameters and training data so that they can be used later without storing and/or iterating over the entire dataset. As a specific case, we consider estimating the Function Space Distance (FSD) over a training set, i.e. the ave…

Cited by 6SourcePDFScholar
2023

Multi-Rate VAE: Train Once, Get the Full Rate-Distortion Curve

ICLR 2023top-5%

Variational autoencoders (VAEs) are powerful tools for learning latent representations of data used in a wide range of applications. In practice, VAEs usually require multiple training rounds to choose the amount of information the latent variable should retain. This trade-off between the reconstruc…

Cited by 21SourcePDFScholar
2022

If Influence Functions are the Answer, Then What is the Question?

NeurIPS 2022accept

Influence functions efficiently estimate the effect of removing a single training data point on a model's learned parameters. While influence estimates align well with leave-one-out retraining for linear models, recent works have shown this alignment is often poor in neural networks. In this work, w…

2021

On Monotonic Linear Interpolation of Neural Network Parameters

ICML 2021spotlight

Linear interpolation between initial neural network parameters and converged parameters after training with stochastic gradient descent (SGD) typically leads to a monotonic decrease in the training objective. This Monotonic Linear Interpolation (MLI) property, first observed by Goodfellow et al. 201…

Cited by 15SourcePDFScholar
2020

Delta-STN: Efficient Bilevel Optimization for Neural Networks using Structured Response Jacobians

NeurIPS 2020poster

Hyperparameter optimization of neural networks can be elegantly formulated as a bilevel optimization problem. While research on bilevel optimization of neural networks has been dominated by implicit differentiation and unrolling, hypernetworks such as Self-Tuning Networks (STNs) have recently gained…