← Search

Youngsuk Park

22 accepted papers

2026

Not-a-Bandit: Provably No-Regret Drafter Selection in Speculative Decoding for LLMs

ICLR 2026poster

Speculative decoding is widely used in accelerating large language model (LLM) inference. In this work, we focus on the online draft model selection problem in speculative decoding. We design an algorithm that provably competes with the best draft model in hindsight for each query in terms of eithe…

Cited by 0SourceScholar
2026

Scaling Laws Meet Model Architecture: Toward Inference-Efficient LLMs

ICLR 2026poster

Scaling the number of parameters and the size of training data has proven to be an effective strategy for improving large language model (LLM) performance. Yet, as these models grow increasingly powerful and widely deployed, the cost of inference has become a pressing concern. Despite its importance…

Cited by 0SourcecodeScholar
2025

Enhancing Foundation Models for Time Series Forecasting via Wavelet-based Tokenization

ICML 2025poster

How to best develop foundational models for time series forecasting remains an important open question. Tokenization is a crucial consideration in this effort: what is an effective discrete vocabulary for a real-valued sequential input? To address this question, we develop WaveToken, a wavelet-based…

Cited by 2SourcePDFScholar
2025

PROXSPARSE: REGULARIZED LEARNING OF SEMI-STRUCTURED SPARSITY MASKS FOR PRETRAINED LLMS

ICML 2025poster

Large Language Models (LLMs) have demonstrated exceptional performance in natural language processing tasks, yet their massive size makes serving them inefficient and costly. Semi-structured pruning has emerged as an effective method for model acceleration, but existing approaches are suboptimal bec…

Cited by 0SourcePDFScholar
2025

RoSTE: An Efficient Quantization-Aware Supervised Fine-Tuning Approach for Large Language Models

ICML 2025poster

Supervised fine-tuning is a standard method for adapting pre-trained large language models (LLMs) to downstream tasks. Quantization has been recently studied as a post-training technique for efficient LLM deployment. To obtain quantized fine-tuned LLMs, conventional pipelines would first fine-tune t…

2025

Training LLMs with MXFP4

AISTATS 2025poster

Low precision (LP) datatypes such as MXFP4 can accelerate matrix multiplications (GEMMs) and reduce training costs. However, directly using MXFP4 instead of BF16 during training significantly degrades model quality. In this work, we present the first near-lossless training recipe that uses MXFP4 G…

Cited by 0SourceScholar
2024

Collage: Light-Weight Low-Precision Strategy for LLM Training

ICML 2024poster

Large models training is plagued by the intense compute cost and limited hardware memory. A practical solution is low-precision representation but is troubled by loss in numerical accuracy and unstable training rendering the model less useful. We argue that low-precision floating points can perform…

2024

Online Posterior Sampling with a Diffusion Prior

NeurIPS 2024poster

Posterior sampling in contextual bandits with a Gaussian prior can be implemented exactly or approximately using the Laplace approximation. The Gaussian prior is computationally efficient but it cannot describe complex distributions. In this work, we propose approximate posterior sampling algorithms…

Cited by 0SourcePDFScholar
2024

Variance-reduced Zeroth-Order Methods for Fine-Tuning Language Models

ICML 2024poster

Fine-tuning language models (LMs) has demonstrated success in a wide array of downstream tasks. However, as LMs are scaled up, the memory requirements for backpropagation become prohibitively high. Zeroth-order (ZO) optimization methods can leverage memory-efficient forward passes to estimate gradie…

Cited by 20SourcePDFScholar
2023

But Are You Sure? An Uncertainty-Aware Perspective on Explainable AI

AISTATS 2023poster

Although black-box models can accurately predict outcomes such as weather patterns, they often lack transparency, making it challenging to extract meaningful insights (such as which atmospheric conditions signal future rainfall). Model explanations attempt to identify the essential features of a mod…

Cited by 24SourcePDFScholar
2023

Robust Multivariate Time-Series Forecasting: Adversarial Attacks and Defense Mechanisms

ICLR 2023poster

This work studies the threats of adversarial attack on multivariate probabilistic forecasting models and viable defense mechanisms. Our studies discover a new attack pattern that negatively impact the forecasting of a target time series via making strategic, sparse (imperceptible) modifications to t…

2023

Theoretical Guarantees of Learning Ensembling Strategies with Applications to Time Series Forecasting

ICML 2023poster

Ensembling is among the most popular tools in machine learning (ML) due to its effectiveness in minimizing variance and thus improving generalization. Most ensembling methods for black-box base learners fall under the umbrella of "stacked generalization," namely training an ML algorithm that takes t…

Cited by 6SourcePDFScholar
2022

Domain Adaptation for Time Series Forecasting via Attention Sharing

ICML 2022spotlight

Recently, deep neural networks have gained increasing popularity in the field of time series forecasting. A primary reason for their success is their ability to effectively capture complex temporal dynamics across multiple related time series. The advantages of these deep forecasters only start to e…

2022

Learning Quantile Functions without Quantile Crossing for Distribution-free Time Series Forecasting

AISTATS 2022poster

Quantile regression is an effective technique to quantify uncertainty, fit challenging underlying distributions, and often provide full probabilistic predictions through joint learnings over multiple quantile levels. A common drawback of these joint quantile regressions, however, is quantile crossin…

2022

Multivariate Quantile Function Forecaster

AISTATS 2022poster

We propose Multivariate Quantile Function Forecaster (MQF2), a global probabilistic forecasting method constructed using a multivariate quantile function and investigate its application to multi-horizon forecasting. Prior approaches are either autoregressive, implicitly capturing the dependency stru…

2021

Variance Reduced Training with Stratified Sampling for Forecasting Models

ICML 2021spotlight

In large-scale time series forecasting, one often encounters the situation where the temporal patterns of time series, while drifting over time, differ from one another in the same dataset. In this paper, we provably show under such heterogeneity, training a forecasting model with commonly used stoc…

Cited by 24SourcePDFScholar
2020

Structured Policy Iteration for Linear Quadratic Regulator

ICML 2020poster

Linear quadratic regulator (LQR) is one of the most popular frameworks to tackle continuous Markov decision process tasks. With its fundamental theory and tractable optimal policy, LQR has been revisited and analyzed in recent years, in terms of reinforcement learning scenarios such as the model-fre…

Cited by 24SourcePDFScholar
2020

Variable Metric Proximal Gradient Method with Diagonal Barzilai-Borwein Stepsize

ICASSP 2020accepted

This paper proposes an adaptive metric selection strategy called diagonal Barzilai-Borwein (DBB) stepsize for the popular Variable Metric Proximal Gradient (VM-PG) algorithm [1], [2]. The proposed approach better captures the local geometry of the problem while keeping the per-step computation cost…

Cited by 0SourceScholar
2017

Learning the Network Structure of Heterogeneous Data via Pairwise Exponential Markov Random Fields

AISTATS 2017poster

Markov random fields (MRFs) are a useful tool for modeling relationships present in large and high-dimensional data. Often, this data comes from various sources and can have diverse distributions, for example a combination of numerical, binary, and categorical variables. Here, we define the pairwise…

Cited by 26SourcePDFScholar