← Search

Kee-Eung Kim

43 accepted papers

2026

Group-Normalized Implicit Value Optimization for Language Models

ICLR 2026poster

Fine-tuning Large Language Models (LLMs) with reinforcement learning (RL) has become a key technique for enhancing performance on a wide range of tasks, from user alignment to complex reasoning. However, this approach is often hindered by the difficulty of fine-grained credit assignment, as it typic…

Cited by 0SourceScholar
2026

Inference Time Concept Removal Guidance for Text-to-Image Diffusion Models

ICML 2026spotlight

Text-to-image diffusion models remain vulnerable to adversarial prompts that elicit disallowed content, motivating reliable inference-time controls. A popular approach is negative guidance, which subtracts a negative-prompt direction with a fixed weight. However, it often forces a safety–fidelity tr…

Cited by 0SourceScholar
2026

Optimizing Preferential Rate in Retail Lending with Causal Inference and Domain Adaptation

AAAI 2026technical

In retail lending, offering preferential interest rates is a core marketing instrument for balancing customer acquisition with portfolio profitability. Accurately predicting the effect of interest-rate discounts for each customer is pivotal for optimizing the discount strategy: offering overly gener

Cited by 0SourcePDFScholar
2025

DPAIL: Training Diffusion Policy for Adversarial Imitation Learning without Policy Optimization

NeurIPS 2025poster

Human experts employ diverse strategies to complete a task, producing to multi-modal demonstration data. Although traditional Adversarial Imitation Learning (AIL) methods have achieved notable success, they often collapse theses multi-modal behaviors into a single strategy, failing to replicate expe…

Cited by 0SourceScholar
2025

Goal-Conditioned DPO: Prioritizing Safety in Misaligned Instructions

NAACL 2025long

Large language models (LLMs) undergo extensive safety training to maximize both helpfulness and harmlessness in their responses. However, various jailbreak attacks jeopardize model safety, allowing malicious actors to bypass safety guidelines. Existing defense methods primarily focus on aligning the…

Cited by 0SourcePDFScholar
2025

Monet: Mixture of Monosemantic Experts for Transformers

ICLR 2025poster

Understanding the internal computations of large language models (LLMs) is crucial for aligning them with human values and preventing undesirable behaviors like toxic content generation. However, mechanistic interpretability is hindered by *polysemanticity*—where individual neurons respond to multip…

2024

A Submodular Optimization Approach to Accountable Loan Approval

AAAI 2024technical

In the field of finance, the underwriting process is an essential step in evaluating every loan application. During this stage, the borrowers' creditworthiness and ability to repay the loan are assessed to ultimately decide whether to approve the loan application. One of the core components of under…

Cited by 0SourcePDFScholar
2024

Data Augmentation with Diffusion for Open-Set Semi-Supervised Learning

NeurIPS 2024poster

Semi-supervised learning (SSL) seeks to utilize unlabeled data to overcome the limited amount of labeled data and improve model performance. However, many SSL methods typically struggle in real-world scenarios, particularly when there is a large number of irrelevant instances in the unlabeled data t…

Cited by 0SourcePDFScholar
2024

Diversification of Adaptive Policy for Effective Offline Reinforcement Learning

IJCAI 2024poster

Offline Reinforcement Learning (RL) aims to learn policies from pre-collected datasets that capture only a subset of the environment's dynamics. The predominant approach has been to solve a constrained optimization formulation, which ensures that the policy visits state-action pairs within the suppo…

Cited by 0SourcePDFScholar
2024

GDPO: Learning to Directly Align Language Models with Diversity Using GFlowNets

EMNLP 2024main

A critical component of the current generation of language models is preference alignment, which aims to precisely control the model’s behavior to meet human needs and values. The most notable among such methods is Reinforcement Learning with Human Feedback (RLHF) and its offline variant Direct Pref…

2024

Hard Prompts Made Interpretable: Sparse Entropy Regularization for Prompt Tuning with RL

ACL 2024long

With the advent of foundation models, prompt tuning has positioned itself as an important technique for directing model behaviors and eliciting desired responses. Prompt tuning regards selecting appropriate keywords included into the input, thereby adapting to the downstream task without adjusting o…

2024

Kernel Metric Learning for In-Sample Off-Policy Evaluation of Deterministic RL Policies

ICLR 2024spotlight

We consider off-policy evaluation (OPE) of deterministic target policies for reinforcement learning (RL) in environments with continuous action spaces. While it is common to use importance sampling for OPE, it suffers from high variance when the behavior policy deviates significantly from the target…

2024

Mitigating Covariate Shift in Behavioral Cloning via Robust Stationary Distribution Correction

NeurIPS 2024poster

We consider offline imitation learning (IL), which aims to train an agent to imitate from the dataset of expert demonstrations without online interaction with the environment. Behavioral Cloning (BC) has been a simple yet effective approach to offline IL, but it is also well-known to be vulnerable t…

Cited by 0SourcePDFScholar
2024

Stitching Sub-trajectories with Conditional Diffusion Model for Goal-Conditioned Offline RL

AAAI 2024technical

Offline Goal-Conditioned Reinforcement Learning (Offline GCRL) is an important problem in RL that focuses on acquiring diverse goal-oriented skills solely from pre-collected behavior datasets. In this setting, the reward feedback is typically absent except when the goal is achieved, which makes it…

2023

AlberDICE: Addressing Out-Of-Distribution Joint Actions in Offline Multi-Agent RL via Alternating Stationary Distribution Correction Estimation

NeurIPS 2023poster

One of the main challenges in offline Reinforcement Learning (RL) is the distribution shift that arises from the learned policy deviating from the data collection policy. This is often addressed by avoiding out-of-distribution (OOD) actions during policy improvement as their presence can lead to sub…

2023

Bayesian Multi-Task Transfer Learning for Soft Prompt Tuning

EMNLP 2023long findings

Prompt tuning, in which prompts are optimized to adapt large-scale pre-trained language models to downstream tasks instead of fine-tuning the full model parameters, has been shown to be particularly effective when the prompts are trained in the multi-task transfer learning setting. These methods gen…

Cited by 0SourcecodeScholar
2023

Information-Theoretic State Space Model for Multi-View Reinforcement Learning

ICML 2023oral

Multi-View Reinforcement Learning (MVRL) seeks to find an optimal control for an agent given multi-view observations from various sources. Despite recent advances in multi-view learning that aim to extract the latent representation from multi-view data, it is not straightforward to apply them to con…

Cited by 4SourcePDFScholar
2023

Regularized Behavior Cloning for Blocking the Leakage of Past Action Information

NeurIPS 2023spotlight

For partially observable environments, imitation learning with observation histories (ILOH) assumes that control-relevant information is sufficiently captured in the observation histories for imitating the expert actions. In the offline setting wherethe agent is required to learn to imitate without…

Cited by 6SourcePDFScholar
2023

Trustworthy Residual Vehicle Value Prediction for Auto Finance

AAAI 2023technical

The residual value (RV) of a vehicle refers to its estimated worth at some point in the future. It is a core component in every auto financial product, used to determine the credit lines and the leasing rates. As such, an accurate prediction of RV is critical for the auto finance industry, since it…

Cited by 6SourcePDFScholar
2022

COptiDICE: Offline Constrained Reinforcement Learning via Stationary Distribution Correction Estimation

ICLR 2022spotlight

We consider the offline constrained reinforcement learning (RL) problem, in which the agent aims to compute a policy that maximizes expected return while satisfying given cost constraints, learning only from a pre-collected dataset. This problem setting is appealing in many real-world scenarios, whe…

2022

DemoDICE: Offline Imitation Learning with Supplementary Imperfect Demonstrations

ICLR 2022poster

We consider offline imitation learning (IL), which aims to mimic the expert's behavior from its demonstration without further interaction with the environment. One of the main challenges in offline IL is to deal with the narrow support of the data distribution exhibited by the expert demonstrations…

Cited by 105SourcePDFScholar
2022

GPT-Critic: Offline Reinforcement Learning for End-to-End Task-Oriented Dialogue Systems

ICLR 2022poster

Training a task-oriented dialogue agent can be naturally formulated as offline reinforcement learning (RL) problem, where the agent aims to learn a conversational strategy to achieve user goals, only from a dialogue corpus. It is very challenging in terms of RL since the natural language action spac…

Cited by 59SourcePDFScholar
2022

Learning to Embed Multi-Modal Contexts for Situated Conversational Agents

NAACL 2022findings

The Situated Interactive Multi-Modal Conversations (SIMMC) 2.0 aims to create virtual shopping assistants that can accept complex multi-modal inputs, i.e. visual appearances of objects and user utterances. It consists of four subtasks, multi-modal disambiguation (MM-Disamb), multi-modal coreference…

Cited by 13SourcePDFScholar
2022

LobsDICE: Offline Learning from Observation via Stationary Distribution Correction Estimation

NeurIPS 2022accept

We consider the problem of learning from observation (LfO), in which the agent aims to mimic the expert's behavior from the state-only demonstrations by experts. We additionally assume that the agent cannot interact with the environment but has access to the action-labeled transition data collected…

2022

Local Metric Learning for Off-Policy Evaluation in Contextual Bandits with Continuous Actions

NeurIPS 2022accept

We consider local kernel metric learning for off-policy evaluation (OPE) of deterministic policies in contextual bandits with continuous action spaces. Our work is motivated by practical scenarios where the target policy needs to be deterministic due to domain requirements, such as prescription of t…

2022

PAC-Net: A Model Pruning Approach to Inductive Transfer Learning

ICML 2022spotlight

Inductive transfer learning aims to learn from a small amount of training data for the target task by utilizing a pre-trained model from the source task. Most strategies that involve large-scale deep learning models adopt initialization with the pre-trained model and fine-tuning for the target task.…

2022

Structure-Aware Transformer Policy for Inhomogeneous Multi-Task Reinforcement Learning

ICLR 2022poster

Modular Reinforcement Learning, where the agent is assumed to be morphologically structured as a graph, for example composed of limbs and joints, aims to learn a policy that is transferable to a structurally similar but different agent. Compared to traditional Multi-Task Reinforcement Learning, this…

Cited by 37SourcePDFScholar
2021

Monte-Carlo Planning and Learning with Language Action Value Estimates

ICLR 2021poster

Interactive Fiction (IF) games provide a useful testbed for language-based reinforcement learning agents, posing significant challenges of natural language understanding, commonsense reasoning, and non-myopic planning in the combinatorial search space. Agents based on standard planning algorithms st…

Cited by 14SourcePDFScholar
2021

Multi-View Representation Learning via Total Correlation Objective

NeurIPS 2021poster

Multi-View Representation Learning (MVRL) aims to discover a shared representation of observations from different views with the complex underlying correlation. In this paper, we propose a variational approach which casts MVRL as maximizing the amount of total correlation reduced by the representati…

Cited by 52SourcePDFScholar
2021

OptiDICE: Offline Policy Optimization via Stationary Distribution Correction Estimation

ICML 2021spotlight

We consider the offline reinforcement learning (RL) setting where the agent aims to optimize the policy solely from the data without further environment interactions. In offline RL, the distributional shift becomes the primary source of difficulty, which arises from the deviation of the target polic…

Cited by 129SourcePDFScholar
2021

Winning the L2RPN Challenge: Power Grid Management via Semi-Markov Afterstate Actor-Critic

ICLR 2021spotlight

Safe and reliable electricity transmission in power grids is crucial for modern society. It is thus quite natural that there has been a growing interest in the automatic management of power grids, exemplified by the Learning to Run a Power Network Challenge (L2RPN), modeling the problem as a reinforc…

Cited by 70SourcePDFScholar
2020

Batch Reinforcement Learning with Hyperparameter Gradients

ICML 2020poster

We consider the batch reinforcement learning problem where the agent needs to learn only from a fixed batch of data, without further interaction with the environment. In such a scenario, we want to prevent the optimized policy from deviating too much from the data collection policy since the estimat…

Cited by 21SourcePDFScholar
2020

Reinforcement Learning for Control with Multiple Frequencies

NeurIPS 2020poster

Many real-world sequential decision problems involve multiple action variables whose control frequencies are different, such that actions take their effects at different periods. While these problems can be formulated with the notion of multiple action persistences in factored-action MDP (FA-MDP), i…

2020

Variational Inference for Sequential Data with Future Likelihood Estimates

ICML 2020poster

The recent development of flexible and scalable variational inference algorithms has popularized the use of deep probabilistic models in a wide range of applications. However, learning and reasoning about high-dimensional models with nondifferentiable densities are still a challenge. For such a mode…

Cited by 5SourcePDFScholar
2020

Variational Interaction Information Maximization for Cross-domain Disentanglement

NeurIPS 2020poster

Cross-domain disentanglement is the problem of learning representations partitioned into domain-invariant and domain-specific representations, which is a key to successful domain transfer or measuring semantic distance between two domains. Grounded in information theory, we cast the simultaneous lea…

2018

A Bayesian Approach to Generative Adversarial Imitation Learning

NeurIPS 2018spotlight

Generative adversarial training for imitation learning has shown promising results on high-dimensional and continuous control tasks. This paradigm is based on reducing the imitation learning problem to the density matching problem, where the agent iteratively refines the policy to match the empirica…

2017

Generative Local Metric Learning for Kernel Regression

NeurIPS 2017poster

This paper shows how metric learning can be used with Nadaraya-Watson (NW) kernel regression. Compared with standard approaches, such as bandwidth selection, we show how metric learning can significantly reduce the mean square error (MSE) in kernel regression, particularly for high-dimensional data…

Cited by 20SourcePDFScholar