← Search

Ernest K Ryu

23 accepted papers

2026

STORK: Faster Diffusion and Flow Matching Sampling by Resolving both Stiffness and Structure-Dependence

ICLR 2026poster

Diffusion models (DMs) and flow-matching models have demonstrated remarkable performance in image and video generation. However, such models require a significant number of function evaluations (NFEs) during sampling, leading to costly inference. Consequently, quality-preserving fast sampling method…

Cited by 0SourcecodeScholar
2025

Encryption-Friendly LLM Architecture

ICLR 2025poster

Large language models (LLMs) offer personalized responses based on user interactions, but this use case raises serious privacy concerns. Homomorphic encryption (HE) is a cryptographic protocol supporting arithmetic computations in encrypted states and provides a potential solution for privacy-preser…

Cited by 6SourcePDFScholar
2025

LoRA Training Provably Converges to a Low-Rank Global Minimum Or It Fails Loudly (But it Probably Won't Fail)

ICML 2025oral

Low-rank adaptation (LoRA) has become a standard approach for fine-tuning large foundation models. However, our theoretical understanding of LoRA remains limited as prior analyses of LoRA's training dynamics either rely on linearization arguments or consider highly simplified setups. In this work, w…

Cited by 1SourcePDFScholar
2025

Optimal Non-Asymptotic Rates of Value Iteration for Average-Reward Markov Decision Processes

ICLR 2025poster

While there is an extensive body of research on the analysis of Value Iteration (VI) for discounted cumulative-reward MDPs, prior work on analyzing VI for (undiscounted) average-reward MDPs has been limited, and most prior results focus on asymptotic rates in terms of Bellman error. In this work, we…

Cited by 0SourcePDFScholar
2024

Gradient-free Decoder Inversion in Latent Diffusion Models

NeurIPS 2024poster

In latent diffusion models (LDMs), denoising diffusion process efficiently takes place on latent space whose dimension is lower than that of pixel space. Decoder is typically used to transform the representation in latent space to that in pixel space. While a decoder is assumed to have an encoder as…

Cited by 1SourcePDFScholar
2024

Image Clustering Conditioned on Text Criteria

ICLR 2024poster

Classical clustering methods do not provide users with direct control of the clustering results, and the clustering results may not be consistent with the relevant criterion that a user has in mind. In this work, we present a new methodology for performing image clustering based on user-specified cr…

2024

Optimal Acceleration for Minimax and Fixed-Point Problems is Not Unique

ICML 2024spotlight

Recently, accelerated algorithms using the anchoring mechanism for minimax optimization and fixed-point problems have been proposed, and matching complexity lower bounds establish their optimality. In this work, we present the surprising observation that the optimal acceleration mechanism in minimax…

Cited by 6SourcePDFScholar
2024

Optimization Algorithm Design via Electric Circuits

NeurIPS 2024spotlight

We present a novel methodology for convex optimization algorithm design using ideas from electric RLC circuits. Given an optimization problem, the first stage of the methodology is to design an appropriate electric circuit whose continuous-time dynamics converge to the solution of the optimization p…

2023

Accelerated Infeasibility Detection of Constrained Optimization and Fixed-Point Iterations

ICML 2023poster

As first-order optimization methods become the method of choice for solving large-scale optimization problems, optimization solvers based on first-order algorithms are being built. Such general-purpose solvers must robustly detect infeasible or misspecified problem instances, but the computational c…

Cited by 8SourcePDFScholar
2023

Censored Sampling of Diffusion Models Using 3 Minutes of Human Feedback

NeurIPS 2023poster

Diffusion models have recently shown remarkable success in high-quality image generation. Sometimes, however, a pre-trained diffusion model exhibits partial misalignment in the sense that the model can generate good images, but it sometimes outputs undesirable images. If so, we simply need to preven…

2023

Rotation and Translation Invariant Representation Learning with Implicit Neural Representations

ICML 2023poster

In many computer vision applications, images are acquired with arbitrary or random rotations and translations, and in such setups, it is desirable to obtain semantic representations disentangled from the image orientation. Examples of such applications include semiconductor wafer defect inspection,…

2023

Time-Reversed Dissipation Induces Duality Between Minimizing Gradient Norm and Function Value

NeurIPS 2023poster

In convex optimization, first-order optimization methods efficiently minimizing function values have been a central subject study since Nesterov's seminal work of 1983. Recently, however, Kim and Fessler's OGM-G and Lee et al.'s FISTA-G have been presented as alternatives that efficiently minimize t…

Cited by 17SourcePDFScholar
2022

Continuous-Time Analysis of Accelerated Gradient Methods via Conservation Laws in Dilated Coordinate Systems

ICML 2022oral

We analyze continuous-time models of accelerated gradient methods through deriving conservation laws in dilated coordinate systems. Namely, instead of analyzing the dynamics of $X(t)$, we analyze the dynamics of $W(t)=t^\alpha(X(t)-X_c)$ for some $\alpha$ and $X_c$ and derive a conserved quantity, a…

Cited by 28SourcePDFScholar
2022

Neural Tangent Kernel Analysis of Deep Narrow Neural Networks

ICML 2022spotlight

The tremendous recent progress in analyzing the training dynamics of overparameterized neural networks has primarily focused on wide networks and therefore does not sufficiently address the role of depth in deep learning. In this work, we present the first trainability guarantee of infinitely deep b…

2021

A Geometric Structure of Acceleration and Its Role in Making Gradients Small Fast

NeurIPS 2021poster

Since Nesterov's seminal 1983 work, many accelerated first-order optimization methods have been proposed, but their analyses lacks a common unifying structure. In this work, we identify a geometric structure satisfied by a wide range of first-order accelerated methods. Using this geometric insight,…

Cited by 31SourcePDFScholar
2021

Accelerated Algorithms for Smooth Convex-Concave Minimax Problems with O(1/k^2) Rate on Squared Gradient Norm

ICML 2021oral

In this work, we study the computational complexity of reducing the squared gradient magnitude for smooth minimax optimization problems. First, we present algorithms with accelerated $\mathcal{O}(1/k^2)$ last-iterate rates, faster than the existing $\mathcal{O}(1/k)$ or slower rates for extragradien…

Cited by 137SourcePDFScholar
2021

WGAN with an Infinitely Wide Generator Has No Spurious Stationary Points

ICML 2021spotlight

Generative adversarial networks (GAN) are a widely used class of deep generative models, but their minimax training dynamics are not understood very well. In this work, we show that GANs with a 2-layer infinite-width generator and a 2-layer finite-width discriminator trained with stochastic gradient…