← Search

Hyun Oh Song

30 accepted papers

2026

Rule2DRC: Benchmarking LLM Agents for DRC Script Synthesis with Execution-Guided Test Generation

ICML 2026poster

Manufacturable chip layouts must satisfy thousands of geometry-based design rules, and design rule checking (DRC) enforces them by running executable DRC scripts on layouts. Translating natural language rules into correct DRC scripts is labor-intensive and requires specialized expertise, motivating …

Cited by 0SourceScholar
2025

GuidedQuant: Large Language Model Quantization via Exploiting End Loss Guidance

ICML 2025poster

Post-training quantization is a key technique for reducing the memory and inference latency of large language models by quantizing weights and activations without requiring retraining. However, existing methods either (1) fail to account for the varying importance of hidden features to the end loss…

2025

KVzip: Query-Agnostic KV Cache Compression with Context Reconstruction

NeurIPS 2025oral

Transformer-based large language models (LLMs) cache context as key-value (KV) pairs during inference. As context length grows, KV cache sizes expand, leading to substantial memory overhead and increased attention latency. This paper introduces \textit{KVzip}, a query-agnostic KV cache eviction meth…

Cited by 0SourcecodeScholar
2025

Learning to Better Search with Language Models via Guided Reinforced Self-Training

NeurIPS 2025poster

While language models have shown remarkable performance across diverse tasks, they still encounter challenges in complex reasoning scenarios. Recent research suggests that language models trained on linearized search traces toward solutions, rather than solely on the final solutions, exhibit improve…

Cited by 0SourcecodeScholar
2025

Q-Palette: Fractional-Bit Quantizers Toward Optimal Bit Allocation for Efficient LLM Deployment

NeurIPS 2025poster

We study weight-only post-training quantization (PTQ), which quantizes the weights of a large language model (LLM) without retraining, using little or no calibration data. Weight-only PTQ is crucial for reducing the memory footprint and latency of LLM inference, especially in memory-bound, small-bat…

Cited by 0SourcecodeScholar
2024

Compressed Context Memory for Online Language Model Interaction

ICLR 2024poster

This paper presents a context key/value compression method for Transformer language models in online scenarios, where the context continually expands. As the context lengthens, the attention process demands increasing memory and computations, which in turn reduces the throughput of the language mode…

2024

LayerMerge: Neural Network Depth Compression through Layer Pruning and Merging

ICML 2024poster

Recent works show that reducing the number of layers in a convolutional neural network can enhance efficiency while maintaining the performance of the network. Existing depth compression methods remove redundant non-linear activation functions and merge the consecutive convolution layers into a sing…

2024

Training Greedy Policy for Proposal Batch Selection in Expensive Multi-Objective Combinatorial Optimization

ICML 2024poster

Active learning is increasingly adopted for expensive multi-objective combinatorial optimization problems, but it involves a challenging subset selection problem, optimizing the batch acquisition score that quantifies the goodness of a batch for evaluation. Due to the excessively large search space…

2023

Direct Preference-based Policy Optimization without Reward Modeling

NeurIPS 2023poster

Preference-based reinforcement learning (PbRL) is an approach that enables RL agents to learn from preference, which is particularly useful when formulating a reward function is challenging. Existing PbRL methods generally involve a two-step procedure: they first learn a reward model based on given…

2023

Discovering Hierarchical Achievements in Reinforcement Learning via Contrastive Learning

NeurIPS 2023poster

Discovering achievements with a hierarchical structure in procedurally generated environments presents a significant challenge. This requires an agent to possess a broad range of abilities, including generalization and long-term reasoning. Many prior methods have been built upon model-based or hiera…

2023

Efficient Latency-Aware CNN Depth Compression via Two-Stage Dynamic Programming

ICML 2023poster

Recent works on neural network pruning advocate that reducing the depth of the network is more effective in reducing run-time memory usage and accelerating inference latency than reducing the width of the network through channel pruning. In this regard, some recent works propose depth compression al…

2023

Neural Relation Graph: A Unified Framework for Identifying Label Noise and Outlier Data

NeurIPS 2023poster

Diagnosing and cleaning data is a crucial step for building robust machine learning systems. However, identifying problems within large-scale datasets with real-world distributions is challenging due to the presence of complex issues such as label errors, under-representation, and outliers. In this…

2023

Query-Efficient Black-Box Red Teaming via Bayesian Optimization

ACL 2023long

The deployment of large-scale generative models is often restricted by their potential risk of causing harm to users in unpredictable ways. We focus on the problem of black-box red teaming, where a red team generates test cases and interacts with the victim model to discover a diverse set of failure…

2022

Dataset Condensation via Efficient Synthetic-Data Parameterization

ICML 2022spotlight

The great success of machine learning with massive amounts of data comes at a price of huge computation costs and storage for training and tuning. Recent studies on dataset condensation attempt to reduce the dependence on such massive data by synthesizing a compact training dataset. However, the exi…

2022

Preemptive Image Robustification for Protecting Users against Man-in-the-Middle Adversarial Attacks

AAAI 2022technical

Deep neural networks have become the driving force of modern image recognition systems. However, the vulnerability of neural networks against adversarial attacks poses a serious threat to the people affected by these systems. In this paper, we focus on a real-world threat model where a Man-in-the-Mi…

2022

Query-Efficient and Scalable Black-Box Adversarial Attacks on Discrete Sequential Data via Bayesian Optimization

ICML 2022spotlight

We focus on the problem of adversarial attacks against models on discrete sequential data in the black-box setting where the attacker aims to craft adversarial examples with limited query access to the victim model. Existing black-box attacks, mostly based on greedy algorithms, find adversarial exam…

2022

Rethinking Value Function Learning for Generalization in Reinforcement Learning

NeurIPS 2022accept

Our work focuses on training RL agents on multiple visually diverse environments to improve observational generalization performance. In prior methods, policy and value networks are separately optimized using a disjoint network architecture to avoid interference and obtain a more accurate value func…

2021

Co-Mixup: Saliency Guided Joint Mixup with Supermodular Diversity

ICLR 2021oral

While deep neural networks show great performance on fitting to the training distribution, improving the networks' generalization performance to the test distribution and robustness to the sensitivity to input perturbations still remain as a challenge. Although a number of mixup based augmentation s…

2021

Uncertainty-Based Offline Reinforcement Learning with Diversified Q-Ensemble

NeurIPS 2021poster

Offline reinforcement learning (offline RL), which aims to find an optimal policy from a previously collected static dataset, bears algorithmic difficulties due to function approximation errors from out-of-distribution (OOD) data points. To this end, offline RL algorithms adopt either a constraint o…

Cited by 350SourcePDFScholar
2020

Puzzle Mix: Exploiting Saliency and Local Statistics for Optimal Mixup

ICML 2020poster

While deep neural networks achieve great performance on fitting the training distribution, the learned networks are prone to overfitting and are susceptible to adversarial attacks. In this regard, a number of mixup based augmentation methods have been recently proposed. However, these approaches mai…

2019

EMI: Exploration with Mutual Information

ICML 2019oral

Reinforcement learning algorithms struggle when the reward signal is very sparse. In these cases, naive random exploration methods essentially rely on a random walk to stumble onto a rewarding state. Recent works utilize intrinsic motivation to guide the exploration via generative models, predictive…

2019

End-To-End Efficient Representation Learning via Cascading Combinatorial Optimization

CVPR 2019poster

We develop hierarchically quantized efficient embedding representations for similarity-based search and show that this representation provides not only the state of the art performance on the search accuracy but also provides several orders of speed up during inference. The idea is to hierarchically…

Cited by 0PDFScholar
2019

Learning Discrete and Continuous Factors of Data via Alternating Disentanglement

ICML 2019oral

We address the problem of unsupervised disentanglement of discrete and continuous explanatory factors of data. We first show a simple procedure for minimizing the total correlation of the continuous latent variables without having to use a discriminator network or perform importance sampling, via ca…

2019

Parsimonious Black-Box Adversarial Attacks via Efficient Combinatorial Optimization

ICML 2019oral

Solving for adversarial examples with projected gradient descent has been demonstrated to be highly effective in fooling the neural network based classifiers. However, in the black-box setting, the attacker is limited only to the query access to the network and solving for a successful adversarial e…

2016

Deep Metric Learning via Lifted Structured Feature Embedding

CVPR 2016spotlight

Learning the distance metric between pairs of examples is of great importance for learning and visual recognition. With the remarkable success from the state of the art convolutional neural networks, recent works have shown promising results on discriminatively training the networks to learn semanti…

Cited by 2134PDFcodeScholar
2016

Learning Transferrable Representations for Unsupervised Domain Adaptation

NeurIPS 2016poster

Supervised learning with large scale labelled datasets and deep layered models has caused a paradigm shift in diverse areas in learning and recognition. However, this approach still suffers from generalization issues under the presence of a domain shift between the training and the test data distrib…

Cited by 345SourcePDFScholar