Skip to main content

Kimin Lee

Korea Advanced Institute of Science and Technology · Computer Science

About the Lab

Professor Kimin Lee's research lab specializes in advancing the robustness, generalization, and reliability of deep learning and reinforcement learning systems. The lab focuses on improving model uncertainty estimation, out-of-distribution detection, and robustness to label noise in deep neural networks. A key direction involves developing novel inference and training techniques—such as generative modeling on feature spaces, randomized input transformations, and ensemble-based value backups—to enhance generalization in high-dimensional and real-world environments.

out-of-distribution detectionrobust deep learningreinforcement learning generalizationuncertainty estimationnoisy label robustness

Research Overview

Papers
125
Total Citations
3,830
Papers (5y)
57
Primary Field
Computer Science

Research Output Trend

Figures are computed from collected data and may differ slightly.

Publications per year (5y)
57total
2022
2023
2024
2025
2026
Citations per year (5y)
222total
20222023202420252026

Selected Papers

15
1
Preprint|976 citations·2018
A Simple Unified Framework for Detecting Out-of-Distribution Samples and Adversarial Attacks
Kimin Lee, Kibok Lee, Honglak Lee, Jinwoo Shin
arXiv (Cornell University)OA

Detecting test samples drawn sufficiently far away from the training distribution statistically or adversarially is a fundamental requirement for deploying a good classifier in many real-world machine learning applications. However, deep neural networks with the softmax classifier are known to produce highly overconfident posterior distributions even for such abnormal samples. In this paper, we propose a simple yet effective method for detecting any abnormal samples, which is applicable to any p

Artificial IntelligenceComputer Science
2
Preprint|365 citations·2017
Training Confidence-calibrated Classifiers for Detecting Out-of-Distribution Samples
Kimin Lee, Honglak Lee, Kibok Lee, Jinwoo Shin
arXiv (Cornell University)OA

The problem of detecting whether a test sample is from in-distribution (i.e.,\ntraining distribution by a classifier) or out-of-distribution sufficiently\ndifferent from it arises in many real-world machine learning applications.\nHowever, the state-of-art deep neural networks are known to be highly\noverconfident in their predictions, i.e., do not distinguish in- and\nout-of-distributions. Recently, to handle this issue, several threshold-based\ndetectors have been proposed given pre-trained ne

Statistics, Probability and UncertaintyDecision Sciences
3
Article|61 citations·2019
Robust Inference via Generative Classifiers for Handling Noisy Labels
Kimin Lee, Sukmin Yun, Kibok Lee, Honglak Lee, Bo Li, Jinwoo Shin
arXiv (Cornell University)OA

Large-scale datasets may contain significant proportions of noisy (incorrect) class labels, and it is well-known that modern deep neural networks (DNNs) poorly generalize from such noisy training datasets. To mitigate the issue, we propose a novel inference method, termed Robust Generative classifier (RoG), applicable to any discriminative (e.g., softmax) neural classifier pre-trained on noisy datasets. In particular, we induce a generative classifier on top of hidden feature spaces of the pre-t

Artificial IntelligenceComputer Science
4
Article|48 citations·2020
Network Randomization: A Simple Technique for Generalization in Deep Reinforcement Learning
Kimin Lee, Kibok Lee, Jinwoo Shin, Honglak Lee
International Conference on Learning Representations

Deep reinforcement learning (RL) agents often fail to generalize to unseen environments (yet semantically similar to trained agents), particularly when they are trained on high-dimensional state spaces, such as images. In this paper, we propose a simple technique to improve a generalization ability of deep RL agents by introducing a randomized (convolutional) neural network that randomly perturbs input observations. It enables trained agents to adapt to new domains by learning robust features in

Artificial IntelligenceComputer Science
5
Preprint|47 citations·2019
Network Randomization: A Simple Technique for Generalization in Deep Reinforcement Learning
Kimin Lee, Kibok Lee, Jinwoo Shin, Honglak Lee
ArXiv.orgOA

Deep reinforcement learning (RL) agents often fail to generalize to unseen environments (yet semantically similar to trained agents), particularly when they are trained on high-dimensional state spaces, such as images. In this paper, we propose a simple technique to improve a generalization ability of deep RL agents by introducing a randomized (convolutional) neural network that randomly perturbs input observations. It enables trained agents to adapt to new domains by learning robust features in

Artificial IntelligenceComputer Science
6
Preprint|47 citations·2020
SUNRISE: A Simple Unified Framework for Ensemble Learning in Deep Reinforcement Learning
Kimin Lee, Michael Laskin, Aravind Srinivas, Pieter Abbeel
arXiv (Cornell University)OA

Off-policy deep reinforcement learning (RL) has been successful in a range of challenging domains. However, standard off-policy RL algorithms can suffer from several issues, such as instability in Q-learning and balancing exploration and exploitation. To mitigate these issues, we present SUNRISE, a simple unified ensemble method, which is compatible with various off-policy RL algorithms. SUNRISE integrates two key ingredients: (a) ensemble-based weighted Bellman backups, which re-weight target Q

Artificial IntelligenceComputer Science
7
Preprint|42 citations·2018
A Simple Unified Framework for Detecting Out-of-Distribution Samples and Adversarial Attacks
Kimin Lee, Kibok Lee, Honglak Lee, Jinwoo Shin
arXiv (Cornell University)OA

Detecting test samples drawn sufficiently far away from the training distribution statistically or adversarially is a fundamental requirement for deploying a good classifier in many real-world machine learning applications. However, deep neural networks with the softmax classifier are known to produce highly overconfident posterior distributions even for such abnormal samples. In this paper, we propose a simple yet effective method for detecting any abnormal samples, which is applicable to any p

Artificial IntelligenceComputer Science
8
Preprint|35 citations·2023
Aligning Text-to-Image Models using Human Feedback
Kimin Lee, Hao Liu, Moonkyung Ryu, Olivia Watkins, Yuqing Du, Craig Boutilier, Pieter Abbeel, Mohammad Ghavamzadeh, Shixiang Gu
arXiv (Cornell University)OA

Deep generative models have shown impressive results in text-to-image synthesis. However, current text-to-image models often generate images that are inadequately aligned with text prompts. We propose a fine-tuning method for aligning such models using human feedback, comprising three stages. First, we collect human feedback assessing model output alignment from a set of diverse text prompts. We then use the human-labeled image-text dataset to train a reward function that predicts human feedback

Computer Vision and Pattern RecognitionComputer Science
9
Preprint|28 citations·2020
Context-aware Dynamics Model for Generalization in Model-Based Reinforcement Learning
Kimin Lee, Younggyo Seo, Seunghyun Lee, Honglak Lee, Jinwoo Shin
arXiv (Cornell University)OA

Model-based reinforcement learning (RL) enjoys several benefits, such as\ndata-efficiency and planning, by learning a model of the environment's\ndynamics. However, learning a global model that can generalize across different\ndynamics is a challenging task. To tackle this problem, we decompose the task\nof learning a global dynamics model into two stages: (a) learning a context\nlatent vector that captures the local dynamics, then (b) predicting the next\nstate conditioned on it. In order to en

Artificial IntelligenceComputer Science
10
Article|20 citations·2017
Confident multiple choice learning
Kimin Lee, Chang Ho Hwang, Kyong Soo Park, Jinwoo Shin
International Conference on Machine Learning

Ensemble methods are arguably the most trustworthy techniques for boosting the performance of machine learning models. Popular independent ensembles (IE) relying on naive averaging/voting scheme have been of typical choice for most applications involving deep neural networks, but they do not consider advanced collaboration among ensemble models. In this paper, we propose new ensemble methods specialized for deep neural networks, called confident multiple choice learning (CMCL): it is a variant o

Artificial IntelligenceComputer Science
11
Preprint|18 citations·2017
Confident Multiple Choice Learning
Kimin Lee, Chang Ho Hwang, KyoungSoo Park, Jinwoo Shin
arXiv (Cornell University)OA

Ensemble methods are arguably the most trustworthy techniques for boosting the performance of machine learning models. Popular independent ensembles (IE) relying on naive averaging/voting scheme have been of typical choice for most applications involving deep neural networks, but they do not consider advanced collaboration among ensemble models. In this paper, we propose new ensemble methods specialized for deep neural networks, called confident multiple choice learning (CMCL): it is a variant o

PharmacologyPharmacology, Toxicology and Pharmaceutics
12
Preprint|13 citations·2021
PEBBLE: Feedback-Efficient Interactive Reinforcement Learning via Relabeling Experience and Unsupervised Pre-training
Kimin Lee, Laura Smith, Pieter Abbeel
arXiv (Cornell University)OA

Conveying complex objectives to reinforcement learning (RL) agents can often be difficult, involving meticulous design of reward functions that are sufficiently informative yet easy enough to provide. Human-in-the-loop RL methods allow practitioners to instead interactively teach agents through tailored feedback; however, such approaches have been challenging to scale since human feedback is very expensive. In this work, we aim to make this process more sample- and feedback-efficient. We present

Artificial IntelligenceComputer Science
13
Article|7 citations·2017
Making Stochastic Neural Networks from Deterministic Ones
Kimin Lee, Jaehyung Kim, Song Chong, Jinwoo Shin

It has been believed that stochastic feedforward neural networks (SFNN) have several advantages beyond deterministic deep neural networks (DNN): they have more expressive power allowing multi-modal mappings and regularize better due to their stochastic nature. However, training SFNN is notoriously harder. In this paper, we aim at developing efficient training methods for large-scale SFNN, in particular using known architectures and pre-trained parameters of DNN. To this end, we propose a new int

Computer Vision and Pattern RecognitionComputer Science
14
Article|6 citations·2016
Just-in-time WLANs: On-demand interference-managed WLAN infrastructures
Kimin Lee, Yeonkeun Kim, Seokhyun Kim, Jinwoo Shin, Seungwon Shin, Song Chong

In the past years, the centralized management of dense wireless local area networks has been emerged as a powerful paradigm for improving energy efficiency as well as avoiding severe interference. In this paper, we study the joint optimization on power-operation modes in access points (APs), channel selections and user-AP associations for improving energy efficiency and avoiding interference without sacrificing users' demands. To this end, we first formulate it as a mixed-integer programming usi

Computer Networks and CommunicationsComputer Science
15
Preprint|4 citations·2017
Simplified Stochastic Feedforward Neural Networks
Kimin Lee, Jaehyung Kim, Song Chong, Jinwoo Shin
arXiv (Cornell University)OA

It has been believed that stochastic feedforward neural networks (SFNNs) have several advantages beyond deterministic deep neural networks (DNNs): they have more expressive power allowing multi-modal mappings and regularize better due to their stochastic nature. However, training large-scale SFNN is notoriously harder. In this paper, we aim at developing efficient training methods for SFNN, in particular using known architectures and pre-trained parameters of DNN. To this end, we propose a new i

Computer Vision and Pattern RecognitionComputer Science

Research Areas

Artificial IntelligenceComputer Vision and Pattern RecognitionElectrical and Electronic EngineeringComputer Networks and CommunicationsControl and Systems EngineeringSignal Processing

Dive deeper into Kimin Lee's research on Nubint

Open this lab's papers in the app to read with AI, summarize, and cite in your writing.